-- Adminer 4.8.1 MySQL 5.7.40-cll-lve dump

SET NAMES utf8;
SET time_zone = '+00:00';
SET foreign_key_checks = 0;
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';

SET NAMES utf8mb4;

DROP TABLE IF EXISTS `wp_addonlibrary_addons`;
CREATE TABLE `wp_addonlibrary_addons` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `name` varchar(128) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `alias` varchar(128) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `addontype` varchar(128) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_520_ci,
  `ordering` int(11) NOT NULL,
  `templates` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `config` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `catid` int(11) DEFAULT NULL,
  `is_active` tinyint(4) DEFAULT NULL,
  `test_slot1` text COLLATE utf8mb4_unicode_520_ci,
  `test_slot2` text COLLATE utf8mb4_unicode_520_ci,
  `test_slot3` text COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_addonlibrary_addons` (`id`, `title`, `name`, `alias`, `addontype`, `description`, `ordering`, `templates`, `config`, `catid`, `is_active`, `test_slot1`, `test_slot2`, `test_slot3`) VALUES
(1,	'List Marquee',	'list_marquee_elementor',	'list_marquee',	'elementor',	'',	1,	'{\"html\":\"<div class=\\\"ue-marquee\\\" id=\\\"{{uc_id}}\\\">\\n  <div class=\\\"ue-marquee-content\\\">\\n    {{put_items()}}\\n    {{put_items()}}\\n    {{put_items()}}\\n    {{put_items()}}\\n    {{put_items()}}\\n    {{put_items()}}\\n    {{put_items()}}\\n    {{put_items()}}\\n    {{put_items()}}\\n  <\\/div>\\n<\\/div>\",\"html_item\":\"<div class=\\\"ue-marquee-tag\\\">\\n  <a href=\\\"{{item.link}}\\\" {{item.link_html_attributes|raw}}>\\n    {% if show_icons == \\\"true\\\" %}\\n    <div class=\\\"ue-marquee-tag-icon\\\">{{item.icon_html|raw}}<\\/div>\\n    <div class=\\\"ue_icon_spacing\\\"><\\/div>\\n    {% endif %}\\n    {{item.title|raw}}\\n  <\\/a>\\n<\\/div>\",\"css\":\"#{{uc_id}} {\\n  box-sizing: border-box;\\n  display: flex;\\n  align-items: center;\\n  overflow: hidden;\\n  direction:ltr;\\n}\\n#{{uc_id}} .ue-marquee-content {\\n  display: flex;\\n  animation: {{ue_animation}}{{uc_id}} {{ue_speed}}s linear infinite running;\\n}\\n\\n{% if pause_on_hover == \\\"true\\\" %}\\n#{{uc_id}} .ue-marquee-content:hover {\\n  animation-play-state: paused;\\n}\\n{% endif %}\\n\\n\\n#{{uc_id}} .ue-marquee-tag {\\n  width: auto;\\n  display: flex;\\n  align-items: center;\\n  justify-content: center;\\n  transition: all 0.2s ease;\\n  white-space: nowrap;\\n  direction:{{item_direction}};\\n}\\n\\n#{{uc_id}} .ue-marquee-tag a {\\n  display: flex;\\n  align-items: center;\\n  justify-content: center;\\n  white-space: nowrap;\\n}\\n#{{uc_id}} .ue-marquee-tag-icon {\\nflex-grow: 0;   flex-shrink: 0;\\n  line-height:1em;\\n}\\n\\n#{{uc_id}} .ue-marquee-tag-icon svg{\\n  width:1em;\\n  height:1em;\\n}\\n\\n#{{uc_id}} .ue-marquee-tag svg\\n{\\n  width:1em;\\n  height:1em;\\n}\\n\\n#{{uc_id}} .Marquee-tag-icon img\\n{\\n  display:block;\\n}\\n\\n@keyframes marquee{{uc_id}} {\\n  0% {\\n \\n    transform: translateX(0);\\n  }\\n  100% {\\n    transform: translate(-50%);\\n  }\\n}\\n\\n@keyframes marquee-reverse{{uc_id}} {\\n  0% {\\n \\n    transform: translateX(-50%);\\n  }\\n  100% {\\n    transform: translate(0%);\\n  }\\n}\"}',	'{\"options\":{\"enable_items\":\"true\",\"items_section_title\":\"\",\"items_section_heading\":\"\",\"path_assets\":\"list_marquee\",\"js_as_module\":false,\"addon_icon\":\"fas fa-arrows-alt-h\",\"dynamic_addon\":\"false\",\"dynamic_post_enable_customfields\":\"false\",\"dynamic_post_enable_category\":\"false\",\"description\":\"\",\"link_resource\":\"https:\\/\\/youtu.be\\/3PDN8Ummk9M\",\"link_preview\":\"https:\\/\\/unlimited-elements.com\\/list-marquee-widget-for-elementor\\/\",\"show_small_icon\":\"true\",\"preview_size_unite_selected_text\":\"Full Size\",\"preview_size\":\"full\",\"preview_custom_width\":\"\",\"preview_bgcol\":\"#ffffff\",\"special\":\"\",\"is_free_addon\":false,\"is_new_addon\":false,\"is_last_updated\":false,\"is_trending\":false},\"params\":[{\"type\":\"uc_number\",\"title\":\"Speed\",\"name\":\"ue_speed\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"30\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"1\",\"max_value\":\"100\",\"step\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_padding\",\"title\":\"Marquee Item Padding\",\"name\":\"marquee_item_padding\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"is_responsive\":true,\"desktop_top\":\"10\",\"desktop_right\":\"10\",\"desktop_bottom\":\"10\",\"desktop_left\":\"10\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue-marquee-tag\",\"__attr_catid__\":\"cat_style_syji8dvx\"},{\"type\":\"uc_margins\",\"title\":\"Marquee Item Margin\",\"name\":\"marquee_item_margin\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"is_responsive\":true,\"desktop_top\":\"10\",\"desktop_right\":\"10\",\"desktop_bottom\":\"10\",\"desktop_left\":\"10\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue-marquee-tag\",\"__attr_catid__\":\"cat_style_syji8dvx\"},{\"type\":\"uc_colorpicker\",\"title\":\"Marquee Item Color\",\"name\":\"marquee_item_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"#ffffff\",\"selector\":\".ue-marquee-tag, .ue-marquee-tag a\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":true,\"selector2\":\".ue-marquee-tag svg\",\"selector2_value\":\"fill:{{VALUE}};\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_syji8dvx\"},{\"type\":\"uc_typography\",\"title\":\"Marquee Item Typography\",\"name\":\"marquee_item_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector1\":\".ue-marquee-tag a\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_syji8dvx\"},{\"type\":\"uc_colorpicker\",\"title\":\"Marquee Item Background\",\"name\":\"marquee_item_background\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"\",\"selector\":\".ue-marquee-tag\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_syji8dvx\"},{\"type\":\"uc_colorpicker\",\"title\":\"Marquee Background\",\"name\":\"marquee_background\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"#686868\",\"selector\":\".ue-marquee\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_y46oud6a\"},{\"type\":\"uc_padding\",\"title\":\"Marquee Padding\",\"name\":\"marquee_padding\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"is_responsive\":true,\"desktop_top\":\"10\",\"desktop_right\":\"10\",\"desktop_bottom\":\"10\",\"desktop_left\":\"10\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue-marquee\",\"__attr_catid__\":\"cat_style_y46oud6a\"},{\"type\":\"uc_slider\",\"title\":\"Icon Size\",\"name\":\"icon_size\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"20\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-marquee-tag-icon\",\"selector_value\":\"font-size: {{SIZE}}{{UNIT}}; \",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_syji8dvx\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Icons\",\"name\":\"show_icons\",\"description\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_border\",\"title\":\"Marquee Border\",\"name\":\"marquee_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue-marquee\",\"__attr_catid__\":\"cat_style_y46oud6a\"},{\"type\":\"uc_border\",\"title\":\"Marquee Item Border\",\"name\":\"marquee_item_border\",\"description\":\"\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".Marquee-tag\",\"__attr_catid__\":\"cat_style_syji8dvx\"},{\"type\":\"uc_slider\",\"title\":\"Icon Spacing\",\"name\":\"icon_spacing\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"10\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_icon_spacing\",\"selector_value\":\"width: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_syji8dvx\"},{\"type\":\"uc_radioboolean\",\"title\":\"Pause On Hover\",\"name\":\"pause_on_hover\",\"description\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_dropdown\",\"title\":\"Animation\",\"name\":\"ue_animation\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"options\":{\"Regular\":\"marquee\",\"Reverse\":\"marquee-reverse\"},\"default_value\":\"marquee\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_dropdown\",\"title\":\"Item Direction\",\"name\":\"item_direction\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"options\":{\"ltr\":\"ltr\",\"rtl\":\"rtl\"},\"default_value\":\"ltr\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"}],\"params_items\":[{\"type\":\"uc_textfield\",\"title\":\"Title\",\"name\":\"title\",\"description\":\"\",\"default_value\":\"\",\"limited_edit\":true},{\"type\":\"uc_icon_library\",\"title\":\"Icon\",\"name\":\"icon\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":null,\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"fas fa-star\",\"enable_svg\":true,\"put_svg_as\":\"svg\"},{\"type\":\"uc_link\",\"title\":\"Link\",\"name\":\"link\",\"description\":\"\",\"default_value\":\"#\"}],\"includes\":{\"js\":[],\"jslib\":[\"font-awsome\"],\"css\":[]},\"variables_item\":[],\"variables_main\":[],\"params_cats\":[{\"id\":\"cat_general_general\",\"title\":\"General\",\"tab\":\"content\"},{\"id\":\"cat_style_y46oud6a\",\"title\":\"Marquee\",\"tab\":\"style\"},{\"id\":\"cat_style_syji8dvx\",\"title\":\"Marquee Item\",\"tab\":\"style\"}]}',	1,	1,	NULL,	'{\"config\":{\"speed\":\"10\",\"marquee_item_padding\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"marquee_item_margin\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"marquee_item_color\":\"#ffffff\",\"marquee_item_background\":\"rgba(255, 255, 255, 0.12)\",\"marquee_background\":\"#686868\",\"marquee_padding\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"}},\"items\":[{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"icon\":\"fas fa-star\",\"link\":\"#\"},{\"title\":\"Praesent feugiat risus nulla, ut ultrices ipsum faucibus nec.\",\"icon\":\"fas fa-star\",\"link\":\"#\"},{\"title\":\"Integer commodo porttitor tempor.\",\"icon\":\"fas fa-star\",\"link\":\"#\"},{\"title\":\"Cras efficitur dui eu massa mattis scelerisque.\",\"icon\":\"fas fa-star\",\"link\":\"#\"}]}',	NULL);

DROP TABLE IF EXISTS `wp_addonlibrary_categories`;
CREATE TABLE `wp_addonlibrary_categories` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `alias` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `params` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` tinytext COLLATE utf8mb4_unicode_520_ci,
  `parent_id` int(9) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_addonlibrary_categories` (`id`, `title`, `alias`, `ordering`, `params`, `type`, `parent_id`) VALUES
(1,	'Marketing Widgets',	'marketing_widgets',	1,	'',	'elementor',	NULL);

DROP TABLE IF EXISTS `wp_commentmeta`;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_comments`;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1,	1,	'A WordPress Commenter',	'wapuu@wordpress.example',	'https://wordpress.org/',	'',	'2023-02-14 08:17:08',	'2023-02-14 08:17:08',	'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);

DROP TABLE IF EXISTS `wp_e_events`;
CREATE TABLE `wp_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text COLLATE utf8mb4_unicode_520_ci,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_e_events` (`id`, `event_data`, `created_at`) VALUES
(1,	'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2023-02-14T08:23:08.200+00:00\"}',	'2023-02-14 08:23:08'),
(2,	'{\"event\":\"close modal\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2023-02-14T08:23:11.779+00:00\"}',	'2023-02-14 08:23:12');

DROP TABLE IF EXISTS `wp_e_submissions`;
CREATE TABLE `wp_e_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `hash_id` varchar(60) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `referer_title` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `element_id` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `form_name` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` varchar(46) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `actions_count` int(11) DEFAULT '0',
  `actions_succeeded_count` int(11) DEFAULT '0',
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `meta` text COLLATE utf8mb4_unicode_520_ci,
  `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;


DROP TABLE IF EXISTS `wp_e_submissions_actions_log`;
CREATE TABLE `wp_e_submissions_actions_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL,
  `action_name` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `action_label` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log` text COLLATE utf8mb4_unicode_520_ci,
  `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;


DROP TABLE IF EXISTS `wp_e_submissions_values`;
CREATE TABLE `wp_e_submissions_values` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `key` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `key_index` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_links`;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_mail_catcher_logs`;
CREATE TABLE `wp_mail_catcher_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `time` int(11) NOT NULL,
  `email_to` text COLLATE utf8mb4_unicode_520_ci,
  `subject` text COLLATE utf8mb4_unicode_520_ci,
  `message` text COLLATE utf8mb4_unicode_520_ci,
  `backtrace_segment` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `error` text COLLATE utf8mb4_unicode_520_ci,
  `attachments` text COLLATE utf8mb4_unicode_520_ci,
  `additional_headers` text COLLATE utf8mb4_unicode_520_ci,
  `is_html` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_options`;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1,	'siteurl',	'https://www.scriptin.me/fweb',	'yes'),
(2,	'home',	'https://www.scriptin.me/fweb',	'yes'),
(3,	'blogname',	'Faction web',	'yes'),
(4,	'blogdescription',	'Just another WordPress site',	'yes'),
(5,	'users_can_register',	'0',	'yes'),
(6,	'admin_email',	'web@oxygengraphics.co.uk',	'yes'),
(7,	'start_of_week',	'1',	'yes'),
(8,	'use_balanceTags',	'',	'yes'),
(9,	'use_smilies',	'',	'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',	'closed',	'yes'),
(20,	'default_ping_status',	'closed',	'yes'),
(21,	'default_pingback_flag',	'',	'yes'),
(22,	'posts_per_page',	'10',	'yes'),
(23,	'date_format',	'd/m/Y',	'yes'),
(24,	'time_format',	'H:i',	'yes'),
(25,	'links_updated_date_format',	'F j, Y g:i a',	'yes'),
(26,	'comment_moderation',	'1',	'yes'),
(27,	'moderation_notify',	'1',	'yes'),
(28,	'permalink_structure',	'/%postname%/',	'yes'),
(29,	'rewrite_rules',	'a:156:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:11:\"services/?$\";s:36:\"index.php?post_type=faction_services\";s:41:\"services/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=faction_services&feed=$matches[1]\";s:36:\"services/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=faction_services&feed=$matches[1]\";s:28:\"services/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=faction_services&paged=$matches[1]\";s:11:\"projects/?$\";s:36:\"index.php?post_type=faction_projects\";s:41:\"projects/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=faction_projects&feed=$matches[1]\";s:36:\"projects/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=faction_projects&feed=$matches[1]\";s:28:\"projects/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=faction_projects&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"project_cat/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_cat=$matches[1]&feed=$matches[2]\";s:45:\"project_cat/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_cat=$matches[1]&feed=$matches[2]\";s:26:\"project_cat/(.+?)/embed/?$\";s:44:\"index.php?project_cat=$matches[1]&embed=true\";s:38:\"project_cat/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_cat=$matches[1]&paged=$matches[2]\";s:20:\"project_cat/(.+?)/?$\";s:33:\"index.php?project_cat=$matches[1]\";s:58:\"project_service_cat/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?project_service_cat=$matches[1]&feed=$matches[2]\";s:53:\"project_service_cat/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?project_service_cat=$matches[1]&feed=$matches[2]\";s:34:\"project_service_cat/(.+?)/embed/?$\";s:52:\"index.php?project_service_cat=$matches[1]&embed=true\";s:46:\"project_service_cat/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?project_service_cat=$matches[1]&paged=$matches[2]\";s:28:\"project_service_cat/(.+?)/?$\";s:41:\"index.php?project_service_cat=$matches[1]\";s:34:\"services/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"services/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"services/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"services/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"services/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"services/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"services/(.+?)/embed/?$\";s:49:\"index.php?faction_services=$matches[1]&embed=true\";s:27:\"services/(.+?)/trackback/?$\";s:43:\"index.php?faction_services=$matches[1]&tb=1\";s:47:\"services/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?faction_services=$matches[1]&feed=$matches[2]\";s:42:\"services/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?faction_services=$matches[1]&feed=$matches[2]\";s:35:\"services/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?faction_services=$matches[1]&paged=$matches[2]\";s:42:\"services/(.+?)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?faction_services=$matches[1]&cpage=$matches[2]\";s:31:\"services/(.+?)(?:/([0-9]+))?/?$\";s:55:\"index.php?faction_services=$matches[1]&page=$matches[2]\";s:34:\"projects/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"projects/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"projects/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"projects/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"projects/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"projects/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"projects/(.+?)/embed/?$\";s:49:\"index.php?faction_projects=$matches[1]&embed=true\";s:27:\"projects/(.+?)/trackback/?$\";s:43:\"index.php?faction_projects=$matches[1]&tb=1\";s:47:\"projects/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?faction_projects=$matches[1]&feed=$matches[2]\";s:42:\"projects/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?faction_projects=$matches[1]&feed=$matches[2]\";s:35:\"projects/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?faction_projects=$matches[1]&paged=$matches[2]\";s:42:\"projects/(.+?)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?faction_projects=$matches[1]&cpage=$matches[2]\";s:31:\"projects/(.+?)(?:/([0-9]+))?/?$\";s:55:\"index.php?faction_projects=$matches[1]&page=$matches[2]\";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=25&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:26:{i:0;s:45:\"a-little-more-secure/a-little-more-secure.php\";i:1;s:29:\"acf-extended/acf-extended.php\";i:2;s:61:\"add-class-to-elementor-image/add-class-to-elementor-image.php\";i:4;s:34:\"advanced-custom-fields-pro/acf.php\";i:5;s:65:\"automatic-image-alt-attributes/automatic-image-alt-attributes.php\";i:6;s:43:\"better-code-editing/better-code-editing.php\";i:7;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:8;s:62:\"download-plugins-dashboard/download-plugins-from-dashboard.php\";i:9;s:63:\"dynamic-content-for-elementor/dynamic-content-for-elementor.php\";i:10;s:31:\"elementor-pro/elementor-pro.php\";i:11;s:23:\"elementor/elementor.php\";i:12;s:61:\"events-tracker-for-elementor/events-tracker-for-elementor.php\";i:13;s:41:\"hide-admin-notices/hide-admin-notices.php\";i:14;s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";i:15;s:29:\"mainwp-child/mainwp-child.php\";i:17;s:39:\"permalink-manager/permalink-manager.php\";i:18;s:25:\"policy-gen/policy-gen.php\";i:19;s:37:\"post-types-order/post-types-order.php\";i:20;s:27:\"redirection/redirection.php\";i:21;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:22;s:47:\"stop-user-enumeration/stop-user-enumeration.php\";i:23;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:24;s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";i:25;s:24:\"wordpress-seo/wp-seo.php\";i:26;s:39:\"wp-file-manager/file_folder_manager.php\";i:27;s:33:\"wp-mail-catcher/WpMailCatcher.php\";}',	'yes'),
(34,	'category_base',	'',	'yes'),
(35,	'ping_sites',	'http://rpc.pingomatic.com/',	'yes'),
(36,	'comment_max_links',	'2',	'yes'),
(37,	'gmt_offset',	'0',	'yes'),
(38,	'default_email_category',	'1',	'yes'),
(39,	'recently_edited',	'a:5:{i:0;s:75:\"/home/dexit/public_html/fweb/wp-content/themes/oxygen-theme/inc/scripts.php\";i:2;s:73:\"/home/dexit/public_html/fweb/wp-content/themes/oxygen-theme/functions.php\";i:3;s:69:\"/home/dexit/public_html/fweb/wp-content/themes/oxygen-theme/style.css\";i:4;s:73:\"/home/dexit/public_html/fweb/wp-content/themes/oxygen-theme/inc/admin.php\";i:5;s:0:\"\";}',	'no'),
(40,	'template',	'hello-elementor',	'yes'),
(41,	'stylesheet',	'oxygen-theme',	'yes'),
(42,	'comment_registration',	'1',	'yes'),
(43,	'html_type',	'text/html',	'yes'),
(44,	'use_trackback',	'0',	'yes'),
(45,	'default_role',	'subscriber',	'yes'),
(46,	'db_version',	'53496',	'yes'),
(47,	'uploads_use_yearmonth_folders',	'1',	'yes'),
(48,	'upload_path',	'/home/dexit/public_html/fweb/wp-content/uploads',	'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',	'',	'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',	'',	'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:6:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:33:\"wp-mail-catcher/WpMailCatcher.php\";a:2:{i:0;s:23:\"WpMailCatcher\\Bootstrap\";i:1;s:9:\"uninstall\";}s:47:\"stop-user-enumeration/stop-user-enumeration.php\";a:2:{i:0;s:36:\"\\AlanEFPluginDonation\\PluginDonation\";i:1;s:16:\"plugin_uninstall\";}s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:63:\"dynamic-content-for-elementor/dynamic-content-for-elementor.php\";s:45:\"\\DynamicContentForElementor\\Plugin::uninstall\";}',	'no'),
(80,	'timezone_string',	'',	'yes'),
(81,	'page_for_posts',	'85',	'yes'),
(82,	'page_on_front',	'25',	'yes'),
(83,	'default_post_format',	'0',	'yes'),
(84,	'link_manager_enabled',	'0',	'yes'),
(85,	'finished_splitting_shared_terms',	'1',	'yes'),
(86,	'site_icon',	'0',	'yes'),
(87,	'medium_large_size_w',	'768',	'yes'),
(88,	'medium_large_size_h',	'0',	'yes'),
(89,	'wp_page_for_privacy_policy',	'3',	'yes'),
(90,	'show_comments_cookies_opt_in',	'1',	'yes'),
(91,	'admin_email_lifespan',	'1691914627',	'yes'),
(92,	'disallowed_keys',	'',	'no'),
(93,	'comment_previously_approved',	'1',	'yes'),
(94,	'auto_plugin_theme_update_emails',	'a:0:{}',	'no'),
(95,	'auto_update_core_dev',	'enabled',	'yes'),
(96,	'auto_update_core_minor',	'enabled',	'yes'),
(97,	'auto_update_core_major',	'enabled',	'yes'),
(98,	'wp_force_deactivated_plugins',	'a:0:{}',	'yes'),
(99,	'initial_db_version',	'53496',	'yes'),
(100,	'wp_user_roles',	'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";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;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}',	'yes'),
(101,	'fresh_site',	'0',	'yes'),
(102,	'user_count',	'1',	'no'),
(103,	'widget_block',	'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}',	'yes'),
(104,	'sidebars_widgets',	'a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"Sidebar\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}',	'yes'),
(105,	'cron',	'a:12:{i:1678748960;a:1:{s:52:\"puc_cron_check_updates-dynamic-content-for-elementor\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1678749428;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:1678752788;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"9641cfbcc18846cfcdab9f3e50518869\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:991;}}}}i:1678781828;a:5:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1678781829;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1678782125;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:1678782186;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:1678782319;a:1:{s:17:\"wp-mail-catcher_0\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1678815862;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1678817530;a:1:{s:22:\"dce_check_license_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1678868228;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}',	'yes'),
(106,	'widget_pages',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(107,	'widget_calendar',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(108,	'widget_archives',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(109,	'widget_media_audio',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(110,	'widget_media_image',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(111,	'widget_media_gallery',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(112,	'widget_media_video',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(113,	'widget_meta',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(114,	'widget_search',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(115,	'widget_recent-posts',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(116,	'widget_recent-comments',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(117,	'widget_tag_cloud',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(118,	'widget_nav_menu',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(119,	'widget_custom_html',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(121,	'recovery_keys',	'a:0:{}',	'yes'),
(122,	'_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.1.1.zip\";s:6:\"locale\";s:2:\"en\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1678745590;s:15:\"version_checked\";s:5:\"6.1.1\";s:12:\"translations\";a:0:{}}',	'no'),
(125,	'theme_mods_twentytwentythree',	'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1676362973;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}',	'yes'),
(128,	'https_detection_errors',	'a:0:{}',	'yes'),
(138,	'WPLANG',	'en',	'yes'),
(139,	'_transient_update_plugins',	'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}',	'yes'),
(140,	'_transient_update_themes',	'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}',	'yes'),
(143,	'limit_login_activation_timestamp',	'1676362632',	'no'),
(144,	'limit_login_notice_enable_notify_timestamp',	'1673597832',	'no'),
(147,	'finished_updating_comment_type',	'1',	'yes'),
(148,	'wpnux_imported',	'0',	'no'),
(149,	'wpnux_debug_log',	'2023-02-14 08:17:48 wpnux_api_health_check - start\n2023-02-14 08:17:48 wpnux_api_health_check - success\n2023-02-14 08:17:48 wpnux_api_health_check - start\n2023-02-14 08:17:49 wpnux_api_health_check - success\n2023-02-14 08:17:49 wpnux_api_health_check - start\n2023-02-14 08:17:49 wpnux_api_health_check - success\n2023-02-14 08:17:49 wpnux_api_health_check - start\n2023-02-14 08:17:49 wpnux_api_health_check - success\n2023-02-14 08:17:49 wpnux_api_health_check - start\n2023-02-14 08:17:50 wpnux_api_health_check - success\n2023-02-14 08:17:50 wpnux_api_health_check - start\n2023-02-14 08:17:50 wpnux_api_health_check - success\n2023-02-14 08:17:50 wpnux_api_health_check - start\n2023-02-14 08:17:50 wpnux_api_health_check - success\n2023-02-14 08:17:50 wpnux_api_health_check - start\n2023-02-14 08:17:50 wpnux_api_health_check - success\n2023-02-14 08:17:51 wpnux_api_health_check - start\n2023-02-14 08:17:51 wpnux_api_health_check - success\n2023-02-14 08:17:51 wpnux_api_health_check - start\n2023-02-14 08:17:51 wpnux_api_health_check - success\n2023-02-14 08:17:51 wpnux_api_health_check - start\n2023-02-14 08:17:51 wpnux_api_health_check - success\n2023-02-14 08:17:52 wpnux_api_health_check - start\n2023-02-14 08:17:52 wpnux_api_health_check - success\n2023-02-14 08:17:52 wpnux_api_health_check - start\n2023-02-14 08:17:52 wpnux_api_health_check - success\n2023-02-14 08:17:52 wpnux_api_health_check - start\n2023-02-14 08:17:52 wpnux_api_health_check - success\n2023-02-14 08:17:52 wpnux_api_health_check - start\n2023-02-14 08:17:53 wpnux_api_health_check - success\n2023-02-14 08:17:58 wpnux_api_health_check - start\n2023-02-14 08:17:58 wpnux_api_health_check - success\n2023-02-14 08:17:58 wpnux_api_health_check - start\n2023-02-14 08:17:58 wpnux_api_health_check - success\n2023-02-14 08:17:58 wpnux_api_health_check - start\n2023-02-14 08:17:58 wpnux_api_health_check - success\n2023-02-14 08:17:59 wpnux_api_health_check - start\n2023-02-14 08:17:59 wpnux_api_health_check - success\n2023-02-14 08:17:59 wpnux_api_health_check - start\n2023-02-14 08:17:59 wpnux_api_health_check - success\n2023-02-14 08:17:59 wpnux_api_health_check - start\n2023-02-14 08:17:59 wpnux_api_health_check - success\n2023-02-14 08:17:59 wpnux_api_health_check - start\n2023-02-14 08:18:00 wpnux_api_health_check - success\n2023-02-14 08:18:00 wpnux_api_health_check - start\n2023-02-14 08:18:00 wpnux_api_health_check - success\n2023-02-14 08:18:00 wpnux_api_health_check - start\n2023-02-14 08:18:00 wpnux_api_health_check - success\n2023-02-14 08:18:00 wpnux_api_health_check - start\n2023-02-14 08:18:01 wpnux_api_health_check - success\n2023-02-14 08:18:01 wpnux_api_health_check - start\n2023-02-14 08:18:01 wpnux_api_health_check - success\n2023-02-14 08:18:01 wpnux_api_health_check - start\n2023-02-14 08:18:01 wpnux_api_health_check - success\n2023-02-14 08:18:02 wpnux_api_health_check - start\n2023-02-14 08:18:02 wpnux_api_health_check - success\n2023-02-14 08:18:02 wpnux_api_health_check - start\n2023-02-14 08:18:02 wpnux_api_health_check - success\n2023-02-14 08:18:02 wpnux_api_health_check - start\n2023-02-14 08:18:03 wpnux_api_health_check - success\n2023-02-14 08:18:03 wpnux_api_health_check - start\n2023-02-14 08:18:03 wpnux_api_health_check - success\n2023-02-14 08:18:03 wpnux_api_health_check - start\n2023-02-14 08:18:03 wpnux_api_health_check - success\n2023-02-14 08:18:03 wpnux_api_health_check - start\n2023-02-14 08:18:04 wpnux_api_health_check - success\n2023-02-14 08:18:04 wpnux_api_health_check - start\n2023-02-14 08:18:04 wpnux_api_health_check - success\n2023-02-14 08:18:04 wpnux_api_health_check - start\n2023-02-14 08:18:04 wpnux_api_health_check - success\n2023-02-14 08:21:42 wpnux_api_health_check - start\n2023-02-14 08:21:43 wpnux_api_health_check - success\n2023-02-14 08:21:43 wpem_render_page\n2023-02-14 08:22:04 wpem_nux_optout_ajax_callback - start\n2023-02-14 08:22:04 wpem_nux_optout_ajax_callback - success\n2023-02-14 08:22:04 wpem_self_destruct\n',	'no'),
(156,	'can_compress_scripts',	'1',	'no'),
(172,	'current_theme',	'Oxygen Graphics Elementor Child Theme',	'yes'),
(173,	'theme_mods_oxygen-theme',	'a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1678745607;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"Sidebar\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}s:11:\"custom_logo\";i:28;}',	'yes'),
(174,	'theme_switched',	'',	'yes'),
(175,	'hello_theme_version',	'2.6.1',	'yes'),
(178,	'elementor_active_kit',	'61',	'yes'),
(179,	'elementor_font_display',	'swap',	'yes'),
(182,	'recently_activated',	'a:2:{s:70:\"addon-elements-for-elementor-page-builder/elementor-addon-elements.php\";i:1678741767;s:55:\"news-ticker-for-elementor/news-ticker-for-elementor.php\";i:1678696299;}',	'yes'),
(183,	'elementor_version',	'3.11.4',	'yes'),
(184,	'elementor_install_history',	'a:5:{s:6:\"3.10.3\";i:1676363814;s:6:\"3.11.0\";i:1677087387;s:6:\"3.11.1\";i:1677088007;s:6:\"3.11.2\";i:1677521545;s:6:\"3.11.4\";i:1678741961;}',	'yes'),
(185,	'elementor_events_db_version',	'1.0.0',	'no'),
(187,	'elementor_onboarded',	'1',	'yes'),
(188,	'_elementor_installed_time',	'1676362992',	'yes'),
(189,	'elementor_remote_info_library',	'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:825:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:120;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture &#8211; Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:47:\"[\"Health\",\"Landing Pages\",\"Medical\",\"Services\"]\";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:\"1\";s:12:\"access_level\";i:1;}i:176;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:188;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:193;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:197;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner &#8211; Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:26:\"[\"Landing Pages\",\"Travel\"]\";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:201;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:211;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:221;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:223;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:225;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:226;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:230;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:239;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:252;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:254;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:256;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:260;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:263;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:264;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:268;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:271;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:274;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:278;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:279;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:288;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:321;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:324;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:346;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:352;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:369;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:374;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:382;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:399;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:406;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:411;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:414;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:417;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:420;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:423;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:444;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:462;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:463;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:479;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:485;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:491;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:500;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:508;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:546;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:550;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:614;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:618;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:625;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:626;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:678;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:686;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:687;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:689;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:690;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:692;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:693;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:737;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:738;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:755;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:765;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:766;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:769;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:773;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:776;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:780;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:784;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:786;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:791;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:796;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:797;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:799;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:801;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:802;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:804;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:807;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:808;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:809;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:811;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:812;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:823;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:824;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}',	'no'),
(190,	'elementor_remote_info_feed_data',	'a:3:{i:0;a:5:{s:5:\"title\";s:77:\"Introducing New Nested Elements - the Future of Design with Elementor widgets\";s:7:\"excerpt\";s:416:\"Elementor and Elementor Pro 3.10 include new design capabilities that will unlock a whole new world of creativity when it comes to designing your websites with Nested Elements, and introduces a new custom unit in sizing controls that will enable you to reach a higher level of accuracy when it comes to designing your websites. These versions also include a new container-based library, and performance improvements.\";s:7:\"created\";i:1674137711;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:137:\"https://elementor.com/blog/new-nested-elements-tabs-custom-units/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:98:\"Introducing Elementor 3.9: New Save as Default Option for Elements To Enhance Your Design Workflow\";s:7:\"excerpt\";s:253:\"Elementor 3.9 includes the new Save as a Default option, broadens the capabilities of the Loop Builder to support WooCommerce and the section-based layout, and several additional features that improve the design of your website and its user experience. \";s:7:\"created\";i:1670943042;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:141:\"https://elementor.com/blog/introducing-elementor-3-9-save-as-default/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:82:\"Introducing Loop Builder: Design Every Aspect of your Post and Product Collections\";s:7:\"excerpt\";s:306:\"Elementor 3.8 includes some highly anticipated features, including the first phase of the Loop Builder, with additional functions and capabilities added in upcoming versions. With the Loop Builder, you gain more creative freedom to design your posts and listings, so you can design it any way you’d like.\";s:7:\"created\";i:1667397460;s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-the-loop-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}',	'no'),
(200,	'tadv_settings',	'a:10:{s:7:\"options\";s:44:\"menubar,advlist,menubar_block,merge_toolbars\";s:7:\"plugins\";s:104:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,advlist,wptadv\";s:9:\"toolbar_1\";s:106:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,undo,redo\";s:9:\"toolbar_2\";s:103:\"fontselect,fontsizeselect,outdent,indent,pastetext,removeformat,charmap,wp_more,forecolor,table,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:21:\"toolbar_classic_block\";s:123:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,forecolor,backcolor,table,wp_help\";s:13:\"toolbar_block\";s:67:\"core/code,core/image,core/strikethrough,tadv/mark,tadv/removeformat\";s:18:\"toolbar_block_side\";s:46:\"core/superscript,core/subscript,core/underline\";s:12:\"panels_block\";s:44:\"tadv/color-panel,tadv/background-color-panel\";}',	'yes'),
(201,	'tadv_admin_settings',	'a:1:{s:7:\"options\";s:86:\"classic_paragraph_block,table_resize_bars,table_grid,table_tab_navigation,table_advtab\";}',	'yes'),
(202,	'tadv_version',	'5600',	'yes'),
(204,	'mailcatcher_settings',	's:183:\"a:5:{s:17:\"default_view_role\";s:14:\"manage_options\";s:21:\"default_settings_role\";s:14:\"manage_options\";s:11:\"auto_delete\";b:1;s:9:\"timescale\";i:2419200;s:10:\"db_version\";s:5:\"2.0.0\";}\";',	'no'),
(205,	'cptui_new_install',	'false',	'yes'),
(213,	'stop-user-enumeration',	'a:5:{s:14:\"stop_rest_user\";s:2:\"on\";s:12:\"stop_sitemap\";s:2:\"on\";s:11:\"stop_oembed\";s:2:\"on\";s:8:\"log_auth\";s:2:\"on\";s:14:\"comment_jquery\";s:2:\"on\";}',	'yes'),
(215,	'stop-user-enumeration_donate',	'1676363129',	'yes'),
(216,	'stop-user-enumeration_review',	'1676363129',	'yes'),
(223,	'redirection_options',	'a:31:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"c16540a0400104db01edbb65d3ed485d\";s:12:\"monitor_post\";i:0;s:13:\"monitor_types\";a:0:{}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:12:\"log_external\";b:0;s:10:\"log_header\";b:0;s:10:\"track_hits\";b:1;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:0;s:13:\"last_group_id\";i:0;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:7:\"headers\";a:0:{}s:8:\"database\";s:0:\"\";s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:10:\"permalinks\";a:0:{}s:9:\"cache_key\";i:0;s:13:\"plugin_update\";s:6:\"prompt\";s:13:\"update_notice\";i:0;s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:1;s:13:\"flag_trailing\";b:1;s:10:\"flag_regex\";b:0;}',	'yes'),
(226,	'acfe',	'a:2:{s:7:\"version\";s:7:\"0.8.9.2\";s:7:\"modules\";a:4:{s:11:\"block_types\";a:0:{}s:13:\"options_pages\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}}}',	'yes'),
(227,	'acf_version',	'6.0.7',	'yes'),
(234,	'elementor_pro_license_key',	'*********',	'yes'),
(235,	'_elementor_pro_license_v2_data',	'a:2:{s:7:\"timeout\";i:1678789282;s:5:\"value\";s:71:\"{\"success\":true,\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":[]}\";}',	'yes'),
(237,	'elementor_pro_version',	'3.11.5',	'yes'),
(238,	'widget_elementor-library',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(239,	'_elementor_pro_installed_time',	'1676363149',	'yes'),
(240,	'_elementor_pro_api_requests_lock',	'a:1:{s:11:\"get_version\";i:1678745593;}',	'yes'),
(243,	'elementor_submissions_db_version',	'5',	'yes'),
(244,	'oxygen_theme_config_option_name',	'a:4:{s:28:\"enable_custom_dns_prefetch_0\";s:12:\"prefetch-yes\";s:48:\"custom_dns_prefetch_list_no_https_one_per_line_1\";s:0:\"\";s:38:\"custom_admin_css_loads_in_all_pages_21\";s:0:\"\";s:37:\"custom_admin_js_loads_in_all_pages_22\";s:0:\"\";}',	'yes'),
(257,	'elementor_custom_icon_sets_config',	'a:0:{}',	'yes'),
(264,	'perflab_modules_settings',	'a:9:{s:21:\"images/dominant-color\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:20:\"images/fetchpriority\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:19:\"images/webp-support\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:19:\"images/webp-uploads\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:32:\"js-and-css/audit-enqueued-assets\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:33:\"database/audit-autoloaded-options\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:15:\"database/sqlite\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:34:\"object-cache/audit-full-page-cache\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:49:\"object-cache/persistent-object-cache-health-check\";a:1:{s:7:\"enabled\";s:1:\"1\";}}',	'yes'),
(267,	'elementor_pro_theme_builder_conditions',	'a:7:{s:18:\"elementor_body_end\";a:1:{i:802;a:1:{i:0;s:15:\"include/general\";}}s:6:\"single\";a:2:{i:405;a:1:{i:0;s:33:\"include/singular/faction_projects\";}i:323;a:1:{i:0;s:21:\"include/singular/post\";}}s:7:\"archive\";a:3:{i:388;a:1:{i:0;s:28:\"include/archive/post_archive\";}i:267;a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}i:252;a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}}s:5:\"popup\";a:1:{i:127;a:1:{i:0;s:15:\"include/general\";}}s:6:\"footer\";a:1:{i:95;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:1:{i:17;a:1:{i:0;s:15:\"include/general\";}}s:14:\"elementor_head\";a:1:{i:16;a:1:{i:0;s:15:\"include/general\";}}}',	'yes'),
(268,	'elementor_log',	'a:42:{s:32:\"56f1453fce2dd21e462633c91c3cec17\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:20:00\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:110:\"Unexpected token &#039;&#039;&#039;, ...&quot; &quot;value&quot;: &#039;#FFF&#039; &quot;... is not valid JSON\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-02-22 22:20:00\";i:1;s:19:\"2023-02-22 22:20:02\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104400\";s:7:\"message\";s:65:\"Unexpected token \'\'\', ...\" \"value\": \'#FFF\' \"... is not valid JSON\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"11\";s:6:\"column\";s:2:\"16\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"11\";s:9:\"\0*\0column\";s:2:\"16\";}s:32:\"47f6ceb3e29914b6d1c892ee283f0d54\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:20:00\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:111:\"Unexpected token &#039;&#039;&#039;, ...&quot; &quot;value&quot;: &#039;#FFF&#039;, &quot;... is not valid JSON\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-22 22:20:00\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104400\";s:7:\"message\";s:66:\"Unexpected token \'\'\', ...\" \"value\": \'#FFF\', \"... is not valid JSON\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"11\";s:6:\"column\";s:2:\"16\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"11\";s:9:\"\0*\0column\";s:2:\"16\";}s:32:\"f6e86210763f1b48496a20cc6f996fea\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:21:33\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:92:\"Unexpected token &#039;,&#039;, ...&quot; &quot;color&quot;: , } &quot;... is not valid JSON\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-02-22 22:21:33\";i:1;s:19:\"2023-02-22 22:21:37\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104493\";s:7:\"message\";s:62:\"Unexpected token \',\', ...\" \"color\": , } \"... is not valid JSON\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"17\";s:6:\"column\";s:2:\"18\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"17\";s:9:\"\0*\0column\";s:2:\"18\";}s:32:\"c06c8612a631a84b33b27895a5097990\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:21:35\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Bad control character in string literal in JSON at position 429\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-22 22:21:35\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104495\";s:7:\"message\";s:63:\"Bad control character in string literal in JSON at position 429\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"17\";s:6:\"column\";s:2:\"20\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"17\";s:9:\"\0*\0column\";s:2:\"20\";}s:32:\"91d3e79721aba506bf7b111218422188\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:21:36\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:60:\"Expected double-quoted property name in JSON at position 437\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-22 22:21:36\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104496\";s:7:\"message\";s:60:\"Expected double-quoted property name in JSON at position 437\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"18\";s:6:\"column\";s:1:\"7\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"18\";s:9:\"\0*\0column\";s:1:\"7\";}s:32:\"2af1fb7e9eff82139ad71ce7e2af7f17\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:21:37\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:101:\"Unexpected token &#039;&#039;&#039;, ...&quot; &quot;color&quot;:&#039;, }&quot;... is not valid JSON\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-22 22:21:37\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104497\";s:7:\"message\";s:61:\"Unexpected token \'\'\', ...\" \"color\":\', }\"... is not valid JSON\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"17\";s:6:\"column\";s:2:\"17\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"17\";s:9:\"\0*\0column\";s:2:\"17\";}s:32:\"d663248a5d9ccf4d7af16b77d08d5202\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:21:37\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:106:\"Unexpected token &#039;&#039;&#039;, ...&quot; &quot;color&quot;:&#039;&#039;, &quot;... is not valid JSON\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-22 22:21:37\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104497\";s:7:\"message\";s:61:\"Unexpected token \'\'\', ...\" \"color\":\'\', \"... is not valid JSON\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"17\";s:6:\"column\";s:2:\"17\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"17\";s:9:\"\0*\0column\";s:2:\"17\";}s:32:\"d6b0ee339d368e04f694071b02451c8c\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:21:38\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:107:\"Unexpected token &#039;&#039;&#039;, ...&quot; &quot;color&quot;:&#039;#&#039;, &quot;... is not valid JSON\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-22 22:21:38\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104498\";s:7:\"message\";s:62:\"Unexpected token \'\'\', ...\" \"color\":\'#\', \"... is not valid JSON\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"17\";s:6:\"column\";s:2:\"17\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"17\";s:9:\"\0*\0column\";s:2:\"17\";}s:32:\"ce9c1cd43325bcf552af131ef5b103e6\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:21:38\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:108:\"Unexpected token &#039;&#039;&#039;, ...&quot; &quot;color&quot;:&#039;#F&#039;, &quot;... is not valid JSON\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-22 22:21:38\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104498\";s:7:\"message\";s:63:\"Unexpected token \'\'\', ...\" \"color\":\'#F\', \"... is not valid JSON\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"17\";s:6:\"column\";s:2:\"17\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"17\";s:9:\"\0*\0column\";s:2:\"17\";}s:32:\"f14ecc1007a74643b8a87aea925f8116\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:21:39\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:110:\"Unexpected token &#039;&#039;&#039;, ...&quot; &quot;color&quot;:&#039;#FFF&#039;, &quot;... is not valid JSON\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-22 22:21:39\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104499\";s:7:\"message\";s:65:\"Unexpected token \'\'\', ...\" \"color\":\'#FFF\', \"... is not valid JSON\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"17\";s:6:\"column\";s:2:\"17\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"17\";s:9:\"\0*\0column\";s:2:\"17\";}s:32:\"7d514753ef910dffe61887993a753bfd\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:21:49\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:112:\"Unexpected token &#039;&#039;&#039;, ...&quot; &quot;color&quot;:&#039;#ffffff&#039;,&quot;... is not valid JSON\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-22 22:21:49\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104509\";s:7:\"message\";s:67:\"Unexpected token \'\'\', ...\" \"color\":\'#ffffff\',\"... is not valid JSON\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"17\";s:6:\"column\";s:2:\"17\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"17\";s:9:\"\0*\0column\";s:2:\"17\";}s:32:\"697b6725bbad32e5b9054776b5ba883c\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:22:01\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Bad control character in string literal in JSON at position 436\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-22 22:22:01\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104521\";s:7:\"message\";s:63:\"Bad control character in string literal in JSON at position 436\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"17\";s:6:\"column\";s:2:\"27\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"17\";s:9:\"\0*\0column\";s:2:\"27\";}s:32:\"55e43a5ed64f6d65d7d8a1e9a188ffb3\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:22:03\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:60:\"Expected double-quoted property name in JSON at position 443\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:8;s:14:\"\0*\0times_dates\";a:8:{i:0;s:19:\"2023-02-22 22:22:03\";i:1;s:19:\"2023-02-22 22:22:18\";i:2;s:19:\"2023-02-22 22:22:50\";i:3;s:19:\"2023-02-22 22:22:51\";i:4;s:19:\"2023-02-22 22:22:53\";i:5;s:19:\"2023-02-22 22:22:56\";i:6;s:19:\"2023-02-22 22:22:56\";i:7;s:19:\"2023-02-22 22:22:57\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104523\";s:7:\"message\";s:60:\"Expected double-quoted property name in JSON at position 443\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"18\";s:6:\"column\";s:1:\"7\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"18\";s:9:\"\0*\0column\";s:1:\"7\";}s:32:\"cb79f61884516a095b2b5e30ee2daa79\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:23:47\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:85:\"Expected &#039;,&#039; or &#039;}&#039; after property value in JSON at position 2089\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-22 22:23:47\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104627\";s:7:\"message\";s:65:\"Expected \',\' or \'}\' after property value in JSON at position 2089\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:3:\"110\";s:6:\"column\";s:1:\"2\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:3:\"110\";s:9:\"\0*\0column\";s:1:\"2\";}s:32:\"764ad8ecbe5d20a45344653c9d8484db\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:23:48\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Expected property name or &#039;}&#039; in JSON at position 185\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-02-22 22:23:48\";i:1;s:19:\"2023-02-22 22:23:53\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104628\";s:7:\"message\";s:53:\"Expected property name or \'}\' in JSON at position 185\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"11\";s:6:\"column\";s:2:\"17\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"11\";s:9:\"\0*\0column\";s:2:\"17\";}s:32:\"e5b170bab5f004e707e8d315097ea2a0\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:23:51\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Unexpected non-whitespace character after JSON at position 1464\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-02-22 22:23:51\";i:1;s:19:\"2023-02-22 22:23:53\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104631\";s:7:\"message\";s:63:\"Unexpected non-whitespace character after JSON at position 1464\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"69\";s:6:\"column\";s:1:\"4\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"69\";s:9:\"\0*\0column\";s:1:\"4\";}s:32:\"fd726e1b91980676b02c4eb81e9620f8\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:23:52\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:83:\"Expected &#039;,&#039; or &#039;]&#039; after array element in JSON at position 326\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-22 22:23:52\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677104632\";s:7:\"message\";s:63:\"Expected \',\' or \']\' after array element in JSON at position 326\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:4:\"line\";s:2:\"11\";s:6:\"column\";s:3:\"158\";}s:7:\"\0*\0file\";s:76:\"https://www.scriptin.me/fweb/wp-admin/post.php?post=25&amp;action=elementor#\";s:7:\"\0*\0line\";s:2:\"11\";s:9:\"\0*\0column\";s:3:\"158\";}s:32:\"1350ecfef5ee3ace710e0ae0d5ce7be8\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:24:29\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:79:\"strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2516;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-03-13 19:23:18\";i:1;s:19:\"2023-03-13 19:23:18\";i:2;s:19:\"2023-03-13 19:23:18\";i:3;s:19:\"2023-03-13 19:23:18\";i:4;s:19:\"2023-03-13 19:23:18\";i:5;s:19:\"2023-03-13 19:23:18\";i:6;s:19:\"2023-03-13 19:23:19\";i:7;s:19:\"2023-03-13 19:23:19\";i:8;s:19:\"2023-03-13 19:23:19\";i:9;s:19:\"2023-03-13 19:23:19\";i:10;s:19:\"2023-03-13 19:23:19\";i:11;s:19:\"2023-03-13 19:23:19\";i:12;s:19:\"2023-03-13 19:23:19\";i:13;s:19:\"2023-03-13 19:23:19\";i:14;s:19:\"2023-03-13 19:23:25\";i:15;s:19:\"2023-03-13 19:23:27\";i:16;s:19:\"2023-03-13 19:23:40\";i:17;s:19:\"2023-03-13 19:23:44\";i:18;s:19:\"2023-03-13 19:23:44\";i:19;s:19:\"2023-03-13 19:23:45\";i:20;s:19:\"2023-03-13 19:23:51\";i:21;s:19:\"2023-03-13 19:23:59\";i:22;s:19:\"2023-03-13 19:24:00\";i:23;s:19:\"2023-03-13 19:24:00\";i:24;s:19:\"2023-03-13 19:24:01\";i:25;s:19:\"2023-03-13 19:24:26\";i:26;s:19:\"2023-03-13 19:25:50\";i:27;s:19:\"2023-03-13 19:25:56\";i:28;s:19:\"2023-03-13 19:26:10\";i:29;s:19:\"2023-03-13 19:26:15\";i:30;s:19:\"2023-03-13 19:26:16\";i:31;s:19:\"2023-03-13 19:26:17\";i:32;s:19:\"2023-03-13 19:26:21\";i:33;s:19:\"2023-03-13 19:35:59\";i:34;s:19:\"2023-03-13 19:35:59\";i:35;s:19:\"2023-03-13 19:56:33\";i:36;s:19:\"2023-03-13 20:47:07\";i:37;s:19:\"2023-03-13 21:04:11\";i:38;s:19:\"2023-03-13 21:12:41\";i:39;s:19:\"2023-03-13 21:17:32\";i:40;s:19:\"2023-03-13 22:12:08\";i:41;s:19:\"2023-03-13 22:18:41\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:79:\"strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated\";s:4:\"file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:4:\"line\";i:200;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:7:\"\0*\0line\";i:200;}s:32:\"e6e076c9d7c1040e07469a28b2906569\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-22 22:46:43\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:55:\"Cannot read properties of null (reading &#039;id&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2023-02-22 22:46:43\";i:1;s:19:\"2023-02-22 22:46:43\";i:2;s:19:\"2023-02-22 22:46:43\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677106003\";s:7:\"message\";s:45:\"Cannot read properties of null (reading \'id\')\";s:3:\"url\";s:81:\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/js/editor.min.js\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"592136\";}s:7:\"\0*\0file\";s:81:\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/js/editor.min.js\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"592136\";}s:32:\"bad98f762cbcc36424949b9b5fa255ce\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-02-22 23:05:11\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:36:\"Undefined array key &quot;data&quot;\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:37;s:14:\"\0*\0times_dates\";a:37:{i:0;s:19:\"2023-02-22 23:05:11\";i:1;s:19:\"2023-02-27 13:34:45\";i:2;s:19:\"2023-02-27 13:36:48\";i:3;s:19:\"2023-02-27 13:58:59\";i:4;s:19:\"2023-02-27 14:33:32\";i:5;s:19:\"2023-02-27 15:09:42\";i:6;s:19:\"2023-02-27 15:11:16\";i:7;s:19:\"2023-02-27 15:11:50\";i:8;s:19:\"2023-02-27 15:22:34\";i:9;s:19:\"2023-02-27 15:42:50\";i:10;s:19:\"2023-02-27 15:43:59\";i:11;s:19:\"2023-02-27 16:03:34\";i:12;s:19:\"2023-02-27 16:17:37\";i:13;s:19:\"2023-02-27 16:23:03\";i:14;s:19:\"2023-02-27 16:41:47\";i:15;s:19:\"2023-02-27 17:16:36\";i:16;s:19:\"2023-02-27 17:41:06\";i:17;s:19:\"2023-02-27 17:42:34\";i:18;s:19:\"2023-02-27 17:45:46\";i:19;s:19:\"2023-02-27 17:46:32\";i:20;s:19:\"2023-02-27 17:47:28\";i:21;s:19:\"2023-02-27 17:49:01\";i:22;s:19:\"2023-02-27 17:52:36\";i:23;s:19:\"2023-02-27 17:53:45\";i:24;s:19:\"2023-02-27 18:18:52\";i:25;s:19:\"2023-02-27 18:22:21\";i:26;s:19:\"2023-03-02 08:52:38\";i:27;s:19:\"2023-03-02 08:53:03\";i:28;s:19:\"2023-03-03 16:08:40\";i:29;s:19:\"2023-03-03 17:14:08\";i:30;s:19:\"2023-03-03 17:14:19\";i:31;s:19:\"2023-03-03 17:27:40\";i:32;s:19:\"2023-03-03 20:57:11\";i:33;s:19:\"2023-03-03 21:04:14\";i:34;s:19:\"2023-03-08 08:17:52\";i:35;s:19:\"2023-03-13 09:09:44\";i:36;s:19:\"2023-03-13 19:23:43\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:26:\"Undefined array key \"data\"\";s:4:\"file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:175;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:175;}s:32:\"6e3b0980c69a723df58c6a113316d8f5\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-02-27 13:34:45\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:46:\"Undefined array key &quot;condition_type&quot;\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:119:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:150;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:8:\"function\";s:28:\"normalize_template_json_item\";s:5:\"class\";s:65:\"ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates\";s:4:\"type\";s:2:\"->\";}i:2;a:3:{s:4:\"file\";s:119:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:120;s:8:\"function\";s:9:\"array_map\";}i:3;a:5:{s:4:\"file\";s:119:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:59;s:8:\"function\";s:24:\"normalize_templates_json\";s:5:\"class\";s:65:\"ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:80:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor/data/base/endpoint.php\";s:4:\"line\";i:158;s:8:\"function\";s:9:\"get_items\";s:5:\"class\";s:65:\"ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:83;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-02-27 18:18:53\";i:1;s:19:\"2023-02-27 18:18:53\";i:2;s:19:\"2023-02-27 18:22:21\";i:3;s:19:\"2023-02-27 18:22:21\";i:4;s:19:\"2023-02-27 18:22:21\";i:5;s:19:\"2023-02-27 18:22:21\";i:6;s:19:\"2023-03-02 08:52:38\";i:7;s:19:\"2023-03-02 08:52:38\";i:8;s:19:\"2023-03-02 08:52:38\";i:9;s:19:\"2023-03-02 08:52:38\";i:10;s:19:\"2023-03-02 08:53:04\";i:11;s:19:\"2023-03-02 08:53:04\";i:12;s:19:\"2023-03-02 08:53:04\";i:13;s:19:\"2023-03-02 08:53:04\";i:14;s:19:\"2023-03-03 16:08:41\";i:15;s:19:\"2023-03-03 16:08:41\";i:16;s:19:\"2023-03-03 16:08:41\";i:17;s:19:\"2023-03-03 16:08:41\";i:18;s:19:\"2023-03-03 17:14:08\";i:19;s:19:\"2023-03-03 17:14:08\";i:20;s:19:\"2023-03-03 17:14:08\";i:21;s:19:\"2023-03-03 17:14:08\";i:22;s:19:\"2023-03-03 20:57:11\";i:23;s:19:\"2023-03-03 20:57:11\";i:24;s:19:\"2023-03-03 20:57:11\";i:25;s:19:\"2023-03-03 20:57:11\";i:26;s:19:\"2023-03-03 21:04:15\";i:27;s:19:\"2023-03-03 21:04:15\";i:28;s:19:\"2023-03-03 21:04:15\";i:29;s:19:\"2023-03-03 21:04:15\";i:30;s:19:\"2023-03-08 08:17:52\";i:31;s:19:\"2023-03-08 08:17:52\";i:32;s:19:\"2023-03-08 08:17:52\";i:33;s:19:\"2023-03-08 08:17:52\";i:34;s:19:\"2023-03-13 09:09:44\";i:35;s:19:\"2023-03-13 09:09:44\";i:36;s:19:\"2023-03-13 09:09:44\";i:37;s:19:\"2023-03-13 09:09:44\";i:38;s:19:\"2023-03-13 19:23:44\";i:39;s:19:\"2023-03-13 19:23:44\";i:40;s:19:\"2023-03-13 19:23:44\";i:41;s:19:\"2023-03-13 19:23:44\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:36:\"Undefined array key \"condition_type\"\";s:4:\"file\";s:119:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:150;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:119:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:7:\"\0*\0line\";i:150;}s:32:\"5385f92eaa75d23b0b73ba41bfc2ef66\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-27 15:19:36\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:65:\"Cannot read properties of undefined (reading &#039;replace&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2023-02-27 15:19:36\";i:1;s:19:\"2023-02-27 16:35:27\";i:2;s:19:\"2023-03-13 09:13:46\";i:3;s:19:\"2023-03-13 09:15:08\";i:4;s:19:\"2023-03-13 09:26:34\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677511176\";s:7:\"message\";s:55:\"Cannot read properties of undefined (reading \'replace\')\";s:3:\"url\";s:64:\"https://www.scriptin.me/fweb/wp-includes/js/jquery/jquery.min.js\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"51824\";}s:7:\"\0*\0file\";s:64:\"https://www.scriptin.me/fweb/wp-includes/js/jquery/jquery.min.js\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"51824\";}s:32:\"074f6a4e80b056424679b03c836a1943\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-02-27 16:42:18\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:21:\"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:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2023-02-27 16:42:18\";i:1;s:19:\"2023-02-27 17:13:04\";i:2;s:19:\"2023-03-03 16:26:18\";i:3;s:19:\"2023-03-08 08:37:41\";i:4;s:19:\"2023-03-08 08:38:01\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:21:\"Undefined array key 1\";s:4:\"file\";s:105:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-image.php\";s:4:\"line\";i:40;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:105:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-image.php\";s:7:\"\0*\0line\";i:40;}s:32:\"9a265cd7ec074eda7c026c6297c590e1\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-27 17:03:04\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:69:\"Cannot read properties of undefined (reading &#039;toLowerCase&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2023-02-27 17:03:04\";i:1;s:19:\"2023-02-27 17:19:22\";i:2;s:19:\"2023-03-03 16:27:15\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677517384\";s:7:\"message\";s:59:\"Cannot read properties of undefined (reading \'toLowerCase\')\";s:3:\"url\";s:81:\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/js/editor.min.js\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"791161\";}s:7:\"\0*\0file\";s:81:\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/js/editor.min.js\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"791161\";}s:32:\"38d2745972e53e9e3b57c783bf055a52\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-02-27 17:03:42\";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:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2023-02-27 17:03:42\";i:1;s:19:\"2023-02-27 17:17:33\";i:2;s:19:\"2023-02-27 17:17:39\";i:3;s:19:\"2023-02-27 17:39:56\";i:4;s:19:\"2023-03-03 20:55:19\";}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:85:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:108;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:85:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:108;}s:32:\"7ce5b8fcea0450485506595eb5a88a7f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-02-27 17:33:15\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:64:\"Cannot read properties of undefined (reading &#039;global&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:122;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-03-13 08:34:06\";i:1;s:19:\"2023-03-13 08:34:08\";i:2;s:19:\"2023-03-13 08:34:08\";i:3;s:19:\"2023-03-13 08:34:08\";i:4;s:19:\"2023-03-13 08:34:58\";i:5;s:19:\"2023-03-13 08:34:58\";i:6;s:19:\"2023-03-13 08:34:58\";i:7;s:19:\"2023-03-13 08:35:26\";i:8;s:19:\"2023-03-13 08:35:26\";i:9;s:19:\"2023-03-13 08:35:26\";i:10;s:19:\"2023-03-13 08:38:38\";i:11;s:19:\"2023-03-13 08:38:38\";i:12;s:19:\"2023-03-13 08:38:39\";i:13;s:19:\"2023-03-13 08:38:40\";i:14;s:19:\"2023-03-13 08:38:40\";i:15;s:19:\"2023-03-13 08:38:40\";i:16;s:19:\"2023-03-13 08:38:41\";i:17;s:19:\"2023-03-13 08:38:41\";i:18;s:19:\"2023-03-13 08:38:42\";i:19;s:19:\"2023-03-13 08:44:38\";i:20;s:19:\"2023-03-13 08:44:43\";i:21;s:19:\"2023-03-13 08:44:46\";i:22;s:19:\"2023-03-13 08:44:51\";i:23;s:19:\"2023-03-13 08:44:51\";i:24;s:19:\"2023-03-13 08:44:52\";i:25;s:19:\"2023-03-13 08:44:57\";i:26;s:19:\"2023-03-13 08:45:09\";i:27;s:19:\"2023-03-13 08:50:58\";i:28;s:19:\"2023-03-13 08:50:58\";i:29;s:19:\"2023-03-13 08:50:58\";i:30;s:19:\"2023-03-13 08:51:00\";i:31;s:19:\"2023-03-13 08:51:00\";i:32;s:19:\"2023-03-13 08:51:00\";i:33;s:19:\"2023-03-13 08:51:03\";i:34;s:19:\"2023-03-13 08:51:04\";i:35;s:19:\"2023-03-13 08:51:04\";i:36;s:19:\"2023-03-13 08:53:23\";i:37;s:19:\"2023-03-13 08:53:23\";i:38;s:19:\"2023-03-13 08:53:23\";i:39;s:19:\"2023-03-13 19:24:08\";i:40;s:19:\"2023-03-13 19:24:08\";i:41;s:19:\"2023-03-13 19:24:08\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677519195\";s:7:\"message\";s:54:\"Cannot read properties of undefined (reading \'global\')\";s:3:\"url\";s:89:\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/js/editor-modules.min.js\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"16011\";}s:7:\"\0*\0file\";s:89:\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/js/editor-modules.min.js\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"16011\";}s:32:\"a0669ddf03cca7e38fc33eb995dd69e3\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-02-27 18:18:59\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:89:\"str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:69;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-03-03 16:30:56\";i:1;s:19:\"2023-03-03 16:31:05\";i:2;s:19:\"2023-03-03 16:32:13\";i:3;s:19:\"2023-03-03 16:39:54\";i:4;s:19:\"2023-03-03 17:14:12\";i:5;s:19:\"2023-03-03 17:51:10\";i:6;s:19:\"2023-03-03 18:03:22\";i:7;s:19:\"2023-03-03 18:09:06\";i:8;s:19:\"2023-03-03 19:23:31\";i:9;s:19:\"2023-03-03 19:35:17\";i:10;s:19:\"2023-03-03 19:36:24\";i:11;s:19:\"2023-03-03 19:45:59\";i:12;s:19:\"2023-03-03 20:01:19\";i:13;s:19:\"2023-03-03 20:06:10\";i:14;s:19:\"2023-03-03 20:10:03\";i:15;s:19:\"2023-03-03 20:21:05\";i:16;s:19:\"2023-03-03 20:26:27\";i:17;s:19:\"2023-03-03 20:57:15\";i:18;s:19:\"2023-03-03 21:05:19\";i:19;s:19:\"2023-03-08 08:15:23\";i:20;s:19:\"2023-03-08 08:17:55\";i:21;s:19:\"2023-03-08 08:18:10\";i:22;s:19:\"2023-03-08 08:37:51\";i:23;s:19:\"2023-03-13 08:33:55\";i:24;s:19:\"2023-03-13 08:34:02\";i:25;s:19:\"2023-03-13 08:34:06\";i:26;s:19:\"2023-03-13 08:34:55\";i:27;s:19:\"2023-03-13 08:35:24\";i:28;s:19:\"2023-03-13 08:38:36\";i:29;s:19:\"2023-03-13 08:38:37\";i:30;s:19:\"2023-03-13 08:38:39\";i:31;s:19:\"2023-03-13 08:50:50\";i:32;s:19:\"2023-03-13 08:50:55\";i:33;s:19:\"2023-03-13 08:51:00\";i:34;s:19:\"2023-03-13 08:53:20\";i:35;s:19:\"2023-03-13 09:04:03\";i:36;s:19:\"2023-03-13 09:10:54\";i:37;s:19:\"2023-03-13 09:18:09\";i:38;s:19:\"2023-03-13 09:23:50\";i:39;s:19:\"2023-03-13 09:27:21\";i:40;s:19:\"2023-03-13 19:23:46\";i:41;s:19:\"2023-03-13 19:24:01\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:89:\"str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated\";s:4:\"file\";s:91:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor/includes/controls/groups/base.php\";s:4:\"line\";i:497;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:91:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor/includes/controls/groups/base.php\";s:7:\"\0*\0line\";i:497;}s:32:\"ca8428d47e5f7557e6699e9134ae6422\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-03-03 16:07:37\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:68:\"Cannot read properties of undefined (reading &#039;attributes&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2023-03-03 16:07:37\";i:1;s:19:\"2023-03-03 16:07:37\";i:2;s:19:\"2023-03-03 16:07:38\";i:3;s:19:\"2023-03-03 16:07:38\";i:4;s:19:\"2023-03-03 16:07:45\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677859657\";s:7:\"message\";s:58:\"Cannot read properties of undefined (reading \'attributes\')\";s:3:\"url\";s:91:\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"4825\";}s:7:\"\0*\0file\";s:91:\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:4:\"4825\";}s:32:\"5d9be6cc959b18225bb584128bf80bc4\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-03-03 19:38:43\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1062:\"Uncaught Error: Call to a member function update_meta() on bool in /home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php:295\nStack trace:\n#0 /home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php(168): ElementorPro\\Modules\\ThemeBuilder\\Classes\\Conditions_Manager-&gt;save_conditions()\n#1 [internal function]: ElementorPro\\Modules\\ThemeBuilder\\Classes\\Conditions_Manager-&gt;ajax_save_theme_template_conditions()\n#2 /home/dexit/public_html/fweb/wp-content/plugins/elementor/core/common/modules/ajax/module.php(175): call_user_func()\n#3 /home/dexit/public_html/fweb/wp-includes/class-wp-hook.php(308): Elementor\\Core\\Common\\Modules\\Ajax\\Module-&gt;handle_ajax_request()\n#4 /home/dexit/public_html/fweb/wp-includes/class-wp-hook.php(332): WP_Hook-&gt;apply_filters()\n#5 /home/dexit/public_html/fweb/wp-includes/plugin.php(517): WP_Hook-&gt;do_action()\n#6 /home/dexit/public_html/fweb/wp-admin/admin-ajax.php(188): do_action()\n#7 {main}\n  thrown\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-03 19:38:43\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1047:\"Uncaught Error: Call to a member function update_meta() on bool in /home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php:295\nStack trace:\n#0 /home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php(168): ElementorPro\\Modules\\ThemeBuilder\\Classes\\Conditions_Manager->save_conditions()\n#1 [internal function]: ElementorPro\\Modules\\ThemeBuilder\\Classes\\Conditions_Manager->ajax_save_theme_template_conditions()\n#2 /home/dexit/public_html/fweb/wp-content/plugins/elementor/core/common/modules/ajax/module.php(175): call_user_func()\n#3 /home/dexit/public_html/fweb/wp-includes/class-wp-hook.php(308): Elementor\\Core\\Common\\Modules\\Ajax\\Module->handle_ajax_request()\n#4 /home/dexit/public_html/fweb/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()\n#5 /home/dexit/public_html/fweb/wp-includes/plugin.php(517): WP_Hook->do_action()\n#6 /home/dexit/public_html/fweb/wp-admin/admin-ajax.php(188): do_action()\n#7 {main}\n  thrown\";s:4:\"file\";s:114:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php\";s:4:\"line\";i:295;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:114:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php\";s:7:\"\0*\0line\";i:295;}s:32:\"86c9b7e31be0b645f17f41f3afbba58e\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-03-03 20:15:39\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:117:\"Failed to execute &#039;getComputedStyle&#039; on &#039;Window&#039;: parameter 1 is not of type &#039;Element&#039;.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-03 20:15:39\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1677874539\";s:7:\"message\";s:87:\"Failed to execute \'getComputedStyle\' on \'Window\': parameter 1 is not of type \'Element\'.\";s:3:\"url\";s:100:\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js\";s:4:\"line\";s:1:\"1\";s:6:\"column\";s:4:\"1162\";}s:7:\"\0*\0file\";s:100:\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js\";s:7:\"\0*\0line\";s:1:\"1\";s:9:\"\0*\0column\";s:4:\"1162\";}s:32:\"58a5f1570e4ad0769192f10a5e48246a\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-03-03 20:57:11\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:79:\"strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:3:{s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:4:\"file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:4:\"line\";i:200;s:8:\"function\";s:6:\"strpos\";}i:2;a:5:{s:4:\"file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:4:\"line\";i:212;s:8:\"function\";s:29:\"is_editing_existing_loop_item\";s:5:\"class\";s:39:\"ElementorPro\\Modules\\LoopBuilder\\Module\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:4:\"line\";i:60;s:8:\"function\";s:21:\"is_loop_theme_builder\";s:5:\"class\";s:39:\"ElementorPro\\Modules\\LoopBuilder\\Module\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:101:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/documents/loop.php\";s:4:\"line\";i:386;s:8:\"function\";s:11:\"__construct\";s:5:\"class\";s:39:\"ElementorPro\\Modules\\LoopBuilder\\Module\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:20;s:14:\"\0*\0times_dates\";a:20:{i:0;s:19:\"2023-03-03 20:57:11\";i:1;s:19:\"2023-03-03 20:57:11\";i:2;s:19:\"2023-03-03 20:57:11\";i:3;s:19:\"2023-03-03 20:57:11\";i:4;s:19:\"2023-03-03 21:04:15\";i:5;s:19:\"2023-03-03 21:04:15\";i:6;s:19:\"2023-03-03 21:04:15\";i:7;s:19:\"2023-03-03 21:04:15\";i:8;s:19:\"2023-03-08 08:17:52\";i:9;s:19:\"2023-03-08 08:17:52\";i:10;s:19:\"2023-03-08 08:17:52\";i:11;s:19:\"2023-03-08 08:17:52\";i:12;s:19:\"2023-03-13 09:09:44\";i:13;s:19:\"2023-03-13 09:09:44\";i:14;s:19:\"2023-03-13 09:09:44\";i:15;s:19:\"2023-03-13 09:09:44\";i:16;s:19:\"2023-03-13 19:23:44\";i:17;s:19:\"2023-03-13 19:23:44\";i:18;s:19:\"2023-03-13 19:23:44\";i:19;s:19:\"2023-03-13 19:23:44\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:79:\"strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated\";s:4:\"file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:4:\"line\";i:200;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:7:\"\0*\0line\";i:200;}s:32:\"456a933ac7d664a91e43c4fabd23f3ea\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-03-03 20:57:11\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:79:\"strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:3:{s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:4:\"file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:4:\"line\";i:200;s:8:\"function\";s:6:\"strpos\";}i:2;a:5:{s:4:\"file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:4:\"line\";i:212;s:8:\"function\";s:29:\"is_editing_existing_loop_item\";s:5:\"class\";s:39:\"ElementorPro\\Modules\\LoopBuilder\\Module\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:4:\"line\";i:60;s:8:\"function\";s:21:\"is_loop_theme_builder\";s:5:\"class\";s:39:\"ElementorPro\\Modules\\LoopBuilder\\Module\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:101:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/documents/loop.php\";s:4:\"line\";i:308;s:8:\"function\";s:11:\"__construct\";s:5:\"class\";s:39:\"ElementorPro\\Modules\\LoopBuilder\\Module\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:20;s:14:\"\0*\0times_dates\";a:20:{i:0;s:19:\"2023-03-03 20:57:11\";i:1;s:19:\"2023-03-03 20:57:11\";i:2;s:19:\"2023-03-03 20:57:11\";i:3;s:19:\"2023-03-03 20:57:11\";i:4;s:19:\"2023-03-03 21:04:15\";i:5;s:19:\"2023-03-03 21:04:15\";i:6;s:19:\"2023-03-03 21:04:15\";i:7;s:19:\"2023-03-03 21:04:15\";i:8;s:19:\"2023-03-08 08:17:52\";i:9;s:19:\"2023-03-08 08:17:52\";i:10;s:19:\"2023-03-08 08:17:52\";i:11;s:19:\"2023-03-08 08:17:52\";i:12;s:19:\"2023-03-13 09:09:44\";i:13;s:19:\"2023-03-13 09:09:44\";i:14;s:19:\"2023-03-13 09:09:44\";i:15;s:19:\"2023-03-13 09:09:44\";i:16;s:19:\"2023-03-13 19:23:44\";i:17;s:19:\"2023-03-13 19:23:44\";i:18;s:19:\"2023-03-13 19:23:44\";i:19;s:19:\"2023-03-13 19:23:44\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:79:\"strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated\";s:4:\"file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:4:\"line\";i:200;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:93:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:7:\"\0*\0line\";i:200;}s:32:\"90054d96c83158e1f8f0c02b373a0bcc\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-03-08 08:15:58\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:61:\"foreach() argument must be of type array|object, string given\";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:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2023-03-08 08:15:58\";i:1;s:19:\"2023-03-08 08:16:02\";i:2;s:19:\"2023-03-08 08:16:02\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:61:\"foreach() argument must be of type array|object, string given\";s:4:\"file\";s:97:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/gallery/widgets/gallery.php\";s:4:\"line\";i:1450;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:97:\"/home/dexit/public_html/fweb/wp-content/plugins/elementor-pro/modules/gallery/widgets/gallery.php\";s:7:\"\0*\0line\";i:1450;}s:32:\"b0fe93e0d63efd96395182acb3ab3d8f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-13 08:58:44\";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:\"2023-03-13 08:58:44\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"650c6f1f16bec15533b40ec8d8f38f13\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-13 08:58:44\";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:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-03-13 08:58:44\";i:1;s:19:\"2023-03-13 08:58:44\";}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:\"b09c3f86f0a97cc52129326263e34960\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-13 08:58:44\";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:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2023-03-13 08:58:44\";i:1;s:19:\"2023-03-13 08:58:44\";i:2;s:19:\"2023-03-13 08:58:44\";}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:\"e6c029d7e023453216d5814884baea8a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-13 08:58:44\";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.11.2\";s:2:\"to\";s:6:\"3.11.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-13 08:58:44\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.11.2\";s:2:\"to\";s:6:\"3.11.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"dae0e89b13452652ee634c9d0008270b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-13 08:58:44\";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.11.2\";s:2:\"to\";s:6:\"3.11.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-13 08:58:44\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.11.2\";s:2:\"to\";s:6:\"3.11.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2e27451b9143e39e6f4283d1bd49c98e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-13 21:12:41\";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:\"2023-03-13 21:12:41\";}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:\"68c960e8ac06f4301850d37786de591a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-13 21:12:41\";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:\"2023-03-13 21:12:41\";}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:\"d74ffefea24d07afd27db07d3dbb70d5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-13 21:12:41\";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:\"2023-03-13 21:12:41\";}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:\"906f951f4a0cd800dc8fa47cc3e3cd99\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-13 21:12:41\";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.11.1\";s:2:\"to\";s:6:\"3.11.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-13 21:12:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.11.1\";s:2:\"to\";s:6:\"3.11.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}',	'no'),
(269,	'elementor_scheme_color',	'a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}',	'yes'),
(270,	'elementor_scheme_typography',	'a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}',	'yes'),
(271,	'elementor_scheme_color-picker',	'a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}',	'yes'),
(288,	'_elementor_settings_update_time',	'1677504963',	'yes'),
(289,	'elementor_cpt_support',	'a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:16:\"faction_services\";i:3;s:16:\"faction_projects\";}',	'yes'),
(290,	'elementor_disable_color_schemes',	'yes',	'yes'),
(291,	'elementor_disable_typography_schemes',	'yes',	'yes'),
(292,	'elementor_allow_tracking',	'no',	'yes'),
(293,	'elementor_google_maps_api_key',	'',	'yes'),
(294,	'elementor_pro_recaptcha_site_key',	'',	'yes'),
(295,	'elementor_pro_recaptcha_secret_key',	'',	'yes'),
(296,	'elementor_pro_recaptcha_v3_site_key',	'',	'yes'),
(297,	'elementor_pro_recaptcha_v3_secret_key',	'',	'yes'),
(298,	'elementor_pro_recaptcha_v3_threshold',	'0.5',	'yes'),
(299,	'elementor_pro_facebook_app_id',	'',	'yes'),
(300,	'elementor_pro_mailchimp_api_key',	'',	'yes'),
(301,	'elementor_validate_api_data',	'',	'yes'),
(302,	'elementor_pro_drip_api_token',	'',	'yes'),
(303,	'elementor_pro_activecampaign_api_key',	'',	'yes'),
(304,	'elementor_pro_activecampaign_api_url',	'',	'yes'),
(305,	'elementor_pro_getresponse_api_key',	'',	'yes'),
(306,	'elementor_pro_convertkit_api_key',	'',	'yes'),
(307,	'elementor_pro_mailerlite_api_key',	'',	'yes'),
(308,	'elementor_typekit-kit-id',	'',	'yes'),
(310,	'elementor_pro_stripe_test_secret_key',	'',	'yes'),
(311,	'elementor_validate_stripe_api_test_secret_key_button',	'',	'yes'),
(312,	'elementor_pro_stripe_live_secret_key',	'',	'yes'),
(313,	'elementor_validate_stripe_api_live_secret_key_button',	'',	'yes'),
(314,	'elementor_stripe_legal_disclaimer',	'',	'yes'),
(315,	'elementor_css_print_method',	'external',	'yes'),
(316,	'elementor_editor_break_lines',	'',	'yes'),
(317,	'elementor_unfiltered_files_upload',	'1',	'yes'),
(318,	'elementor_google_font',	'1',	'yes'),
(319,	'elementor_load_fa4_shim',	'',	'yes'),
(320,	'elementor_meta_generator_tag',	'',	'yes'),
(321,	'elementor_experiment-e_font_icon_svg',	'default',	'yes'),
(322,	'elementor_experiment-container',	'active',	'yes'),
(323,	'elementor_experiment-e_swiper_latest',	'active',	'yes'),
(324,	'elementor_experiment-nested-elements',	'active',	'yes'),
(325,	'elementor_experiment-e_lazyload',	'default',	'yes'),
(326,	'elementor_experiment-page-transitions',	'inactive',	'yes'),
(327,	'elementor_experiment-loop',	'active',	'yes'),
(328,	'elementor_experiment-e_dom_optimization',	'active',	'yes'),
(329,	'elementor_experiment-e_optimized_assets_loading',	'active',	'yes'),
(330,	'elementor_experiment-e_optimized_css_loading',	'active',	'yes'),
(331,	'elementor_experiment-a11y_improvements',	'active',	'yes'),
(332,	'elementor_experiment-additional_custom_breakpoints',	'default',	'yes'),
(333,	'elementor_experiment-theme_builder_v2',	'active',	'yes'),
(334,	'elementor_experiment-hello-theme-header-footer',	'default',	'yes'),
(335,	'elementor_experiment-landing-pages',	'default',	'yes'),
(336,	'elementor_experiment-kit-elements-defaults',	'default',	'yes'),
(337,	'elementor_experiment-notes',	'default',	'yes'),
(338,	'elementor_experiment-form-submissions',	'active',	'yes'),
(339,	'elementor_experiment-e_scroll_snap',	'default',	'yes'),
(396,	'_transient_health-check-site-status-result',	'{\"good\":15,\"recommended\":4,\"critical\":1}',	'yes'),
(569,	'nav_menu_options',	'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}',	'yes'),
(574,	'yoast_migrations_free',	'a:1:{s:7:\"version\";s:6:\"20.2.1\";}',	'yes'),
(575,	'wpseo',	'a:100:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:20:\"taxonomy_made_public\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:6:\"20.2.1\";s:16:\"previous_version\";s:4:\"20.2\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1677087862;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:28:\"https://www.scriptin.me/fweb\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:6:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:11:\"project_cat\";s:11:\"project_cat\";s:19:\"project_service_cat\";s:19:\"project_service_cat\";s:24:\"acf-field-group-category\";s:24:\"acf-field-group-category\";s:19:\"elementor_font_type\";s:19:\"elementor_font_type\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:34:\"dismiss_old_premium_version_notice\";s:0:\"\";s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1677087863;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:16:\"faction_services\";i:6;s:16:\"faction_projects\";}s:28:\"last_known_public_taxonomies\";a:5:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:11:\"project_cat\";i:4;s:19:\"project_service_cat\";}}',	'yes'),
(576,	'wpseo_titles',	'a:132:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:20:\"title-e-landing-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-e-landing-page\";s:0:\"\";s:22:\"noindex-e-landing-page\";b:0;s:33:\"display-metabox-pt-e-landing-page\";b:1;s:33:\"post_types-e-landing-page-maintax\";i:0;s:31:\"schema-page-type-e-landing-page\";s:7:\"WebPage\";s:34:\"schema-article-type-e-landing-page\";s:4:\"None\";s:27:\"social-title-e-landing-page\";s:9:\"%%title%%\";s:33:\"social-description-e-landing-page\";s:0:\"\";s:31:\"social-image-url-e-landing-page\";s:0:\"\";s:30:\"social-image-id-e-landing-page\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}',	'yes'),
(577,	'wpseo_social',	'a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}',	'yes'),
(620,	'company_profile_option_name',	'a:14:{s:12:\"legal_name_0\";s:15:\"Faction Web Ltd\";s:14:\"policy_date_90\";s:10:\"2023-02-22\";s:13:\"company_reg_1\";s:0:\"\";s:15:\"contact_email_2\";s:24:\"hello@faction-studio.com\";s:17:\"company_website_3\";s:30:\"https://www.faction-studio.com\";s:15:\"primary_phone_4\";s:19:\"+ 44 (0) 7855031157\";s:17:\"secondary_phone_5\";s:0:\"\";s:17:\"company_address_6\";s:3:\"TBA\";s:10:\"facebook_7\";s:0:\"\";s:11:\"linked_in_8\";s:0:\"\";s:11:\"instagram_9\";s:0:\"\";s:10:\"twitter_10\";s:0:\"\";s:11:\"justgive_11\";s:0:\"\";s:10:\"youtube_12\";s:0:\"\";}',	'yes'),
(635,	'cptui_post_types',	'a:2:{s:16:\"faction_services\";a:34:{s:4:\"name\";s:16:\"faction_services\";s:5:\"label\";s:8:\"Services\";s:14:\"singular_label\";s:7:\"Service\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:14:\"rest_namespace\";s:0:\"\";s:11:\"has_archive\";s:4:\"true\";s:18:\"has_archive_string\";s:8:\"services\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:4:\"true\";s:10:\"can_export\";s:4:\"true\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:8:\"services\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:2:\"-1\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:22:\"dashicons-image-filter\";s:20:\"register_meta_box_cb\";N;s:8:\"supports\";a:7:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:7:\"excerpt\";i:4;s:13:\"custom-fields\";i:5;s:9:\"revisions\";i:6;s:15:\"page-attributes\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:30:{s:9:\"menu_name\";s:8:\"Services\";s:9:\"all_items\";s:12:\"All Services\";s:7:\"add_new\";s:7:\"Add new\";s:12:\"add_new_item\";s:15:\"Add new Service\";s:9:\"edit_item\";s:12:\"Edit Service\";s:8:\"new_item\";s:11:\"New Service\";s:9:\"view_item\";s:12:\"View Service\";s:10:\"view_items\";s:13:\"View Services\";s:12:\"search_items\";s:15:\"Search Services\";s:9:\"not_found\";s:17:\"No Services found\";s:18:\"not_found_in_trash\";s:26:\"No Services found in trash\";s:6:\"parent\";s:15:\"Parent Service:\";s:14:\"featured_image\";s:31:\"Featured image for this Service\";s:18:\"set_featured_image\";s:35:\"Set featured image for this Service\";s:21:\"remove_featured_image\";s:38:\"Remove featured image for this Service\";s:18:\"use_featured_image\";s:38:\"Use as featured image for this Service\";s:8:\"archives\";s:16:\"Service archives\";s:16:\"insert_into_item\";s:19:\"Insert into Service\";s:21:\"uploaded_to_this_item\";s:22:\"Upload to this Service\";s:17:\"filter_items_list\";s:20:\"Filter Services list\";s:21:\"items_list_navigation\";s:24:\"Services list navigation\";s:10:\"items_list\";s:13:\"Services list\";s:10:\"attributes\";s:19:\"Services attributes\";s:14:\"name_admin_bar\";s:7:\"Service\";s:14:\"item_published\";s:17:\"Service published\";s:24:\"item_published_privately\";s:28:\"Service published privately.\";s:22:\"item_reverted_to_draft\";s:26:\"Service reverted to draft.\";s:14:\"item_scheduled\";s:17:\"Service scheduled\";s:12:\"item_updated\";s:16:\"Service updated.\";s:17:\"parent_item_colon\";s:15:\"Parent Service:\";}s:15:\"custom_supports\";s:14:\"featured-image\";s:16:\"enter_title_here\";s:11:\"Add Service\";}s:16:\"faction_projects\";a:34:{s:4:\"name\";s:16:\"faction_projects\";s:5:\"label\";s:8:\"Projects\";s:14:\"singular_label\";s:7:\"Project\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:14:\"rest_namespace\";s:0:\"\";s:11:\"has_archive\";s:4:\"true\";s:18:\"has_archive_string\";s:8:\"projects\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:4:\"true\";s:10:\"can_export\";s:4:\"true\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:8:\"projects\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:2:\"-1\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:13:\"dashicons-art\";s:20:\"register_meta_box_cb\";N;s:8:\"supports\";a:6:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:7:\"excerpt\";i:4;s:13:\"custom-fields\";i:5;s:15:\"page-attributes\";}s:10:\"taxonomies\";a:2:{i:0;s:11:\"project_cat\";i:1;s:19:\"project_service_cat\";}s:6:\"labels\";a:30:{s:9:\"menu_name\";s:8:\"Projects\";s:9:\"all_items\";s:12:\"All Projects\";s:7:\"add_new\";s:7:\"Add new\";s:12:\"add_new_item\";s:15:\"Add new Project\";s:9:\"edit_item\";s:12:\"Edit Project\";s:8:\"new_item\";s:11:\"New Project\";s:9:\"view_item\";s:12:\"View Project\";s:10:\"view_items\";s:13:\"View Projects\";s:12:\"search_items\";s:15:\"Search Projects\";s:9:\"not_found\";s:17:\"No Projects found\";s:18:\"not_found_in_trash\";s:26:\"No Projects found in trash\";s:6:\"parent\";s:15:\"Parent Project:\";s:14:\"featured_image\";s:31:\"Featured image for this Project\";s:18:\"set_featured_image\";s:35:\"Set featured image for this Project\";s:21:\"remove_featured_image\";s:38:\"Remove featured image for this Project\";s:18:\"use_featured_image\";s:38:\"Use as featured image for this Project\";s:8:\"archives\";s:16:\"Project archives\";s:16:\"insert_into_item\";s:19:\"Insert into Project\";s:21:\"uploaded_to_this_item\";s:22:\"Upload to this Project\";s:17:\"filter_items_list\";s:20:\"Filter Projects list\";s:21:\"items_list_navigation\";s:24:\"Projects list navigation\";s:10:\"items_list\";s:13:\"Projects list\";s:10:\"attributes\";s:19:\"Projects attributes\";s:14:\"name_admin_bar\";s:7:\"Project\";s:14:\"item_published\";s:17:\"Project published\";s:24:\"item_published_privately\";s:28:\"Project published privately.\";s:22:\"item_reverted_to_draft\";s:26:\"Project reverted to draft.\";s:14:\"item_scheduled\";s:17:\"Project scheduled\";s:12:\"item_updated\";s:16:\"Project updated.\";s:17:\"parent_item_colon\";s:15:\"Parent Project:\";}s:15:\"custom_supports\";s:9:\"thumbnail\";s:16:\"enter_title_here\";s:11:\"Add Project\";}}',	'yes'),
(659,	'elementor_import_sessions',	'a:3:{s:13:\"63f657a3b4a5e\";a:8:{s:10:\"session_id\";s:13:\"63f657a3b4a5e\";s:9:\"kit_title\";s:0:\"\";s:8:\"kit_name\";s:0:\"\";s:13:\"kit_thumbnail\";b:0;s:10:\"kit_source\";s:5:\"local\";s:7:\"user_id\";i:1;s:15:\"start_timestamp\";i:1677088684;s:13:\"instance_data\";a:14:{s:24:\"extracted_directory_path\";s:76:\"/home/dexit/public_html/fweb/wp-content/uploads/elementor/tmp/63f657a3b4a5e/\";s:7:\"runners\";a:7:{s:13:\"site-settings\";O:63:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Site_Settings\":3:{s:80:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Site_Settings\0previous_kit_id\";N;s:78:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Site_Settings\0active_kit_id\";N;s:80:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Site_Settings\0imported_kit_id\";N;}s:7:\"plugins\";O:57:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Plugins\":1:{s:74:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Plugins\0plugins_manager\";O:36:\"Elementor\\Core\\Utils\\Plugins_Manager\":1:{s:46:\"\0Elementor\\Core\\Utils\\Plugins_Manager\0upgrader\";O:15:\"Plugin_Upgrader\":7:{s:7:\"strings\";a:0:{}s:4:\"skin\";O:21:\"WP_Ajax_Upgrader_Skin\":9:{s:8:\"upgrader\";N;s:11:\"done_header\";b:0;s:11:\"done_footer\";b:0;s:6:\"result\";b:0;s:7:\"options\";a:4:{s:3:\"url\";s:0:\"\";s:5:\"nonce\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"context\";b:0;}s:11:\"\0*\0messages\";a:0:{}s:11:\"plugin_info\";a:0:{}s:10:\"theme_info\";b:0;s:9:\"\0*\0errors\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:0:{}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}}s:6:\"result\";N;s:12:\"update_count\";i:0;s:14:\"update_current\";i:0;s:4:\"bulk\";b:0;s:15:\"new_plugin_data\";a:0:{}}}}s:9:\"templates\";O:67:\"ElementorPro\\Core\\App\\Modules\\ImportExport\\Runners\\Import\\Templates\":2:{s:86:\"\0ElementorPro\\Core\\App\\Modules\\ImportExport\\Runners\\Import\\Templates\0import_session_id\";N;s:89:\"\0ElementorPro\\Core\\App\\Modules\\ImportExport\\Runners\\Import\\Templates\0templates_conditions\";a:0:{}}s:10:\"taxonomies\";O:60:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Taxonomies\":1:{s:79:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Taxonomies\0import_session_id\";N;}s:17:\"elementor-content\";O:67:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Elementor_Content\":3:{s:87:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Elementor_Content\0show_page_on_front\";b:0;s:85:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Elementor_Content\0page_on_front_id\";N;s:86:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Elementor_Content\0import_session_id\";N;}s:10:\"wp-content\";O:60:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Wp_Content\":2:{s:79:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Wp_Content\0import_session_id\";N;s:88:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Wp_Content\0selected_custom_post_types\";a:0:{}}s:23:\"elements-default-values\";O:65:\"Elementor\\Modules\\KitElementsDefaults\\ImportExport\\Runners\\Import\":0:{}}s:8:\"adapters\";a:0:{}s:8:\"manifest\";a:15:{s:4:\"name\";s:0:\"\";s:5:\"title\";N;s:11:\"description\";N;s:6:\"author\";s:5:\"admin\";s:7:\"version\";s:3:\"2.0\";s:17:\"elementor_version\";s:6:\"3.10.2\";s:7:\"created\";s:19:\"2023-02-22 17:57:25\";s:9:\"thumbnail\";b:0;s:4:\"site\";s:25:\"http://faction.tgmedia.uk\";s:13:\"site-settings\";a:11:{i:0;s:13:\"global-colors\";i:1;s:17:\"global-typography\";i:2;s:22:\"theme-style-typography\";i:3;s:19:\"theme-style-buttons\";i:4;s:18:\"theme-style-images\";i:5;s:23:\"theme-style-form-fields\";i:6;s:19:\"settings-background\";i:7;s:15:\"settings-layout\";i:8;s:17:\"settings-lightbox\";i:9;s:25:\"settings-page-transitions\";i:10;s:19:\"settings-custom-css\";}s:7:\"plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:6:\"plugin\";s:19:\"elementor/elementor\";s:9:\"pluginUri\";s:97:\"https://elementor.com/?utm_source=wp-plugins&#038;utm_campaign=plugin-uri&#038;utm_medium=wp-dash\";s:7:\"version\";s:6:\"3.10.2\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:6:\"plugin\";s:27:\"elementor-pro/elementor-pro\";s:9:\"pluginUri\";s:55:\"https://go.elementor.com/wp-dash-wp-plugins-author-uri/\";s:7:\"version\";s:6:\"3.10.3\";}}s:9:\"templates\";a:3:{i:421;a:3:{s:5:\"title\";s:9:\"WorkTempl\";s:8:\"doc_type\";s:4:\"page\";s:9:\"thumbnail\";b:0;}i:333;a:3:{s:5:\"title\";s:9:\"splitpage\";s:8:\"doc_type\";s:4:\"page\";s:9:\"thumbnail\";b:0;}i:228;a:3:{s:5:\"title\";s:4:\"Page\";s:8:\"doc_type\";s:4:\"page\";s:9:\"thumbnail\";b:0;}}s:10:\"taxonomies\";a:1:{s:4:\"post\";a:1:{i:0;s:8:\"category\";}}s:7:\"content\";a:3:{s:4:\"post\";a:0:{}s:4:\"page\";a:5:{i:336;a:6:{s:5:\"title\";s:12:\"Our Services\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:49:\"http://faction.tgmedia.uk/index.php/our-services/\";s:5:\"terms\";a:0:{}}i:287;a:6:{s:5:\"title\";s:12:\"Our Projects\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:50:\"http://faction.tgmedia.uk/index.php/elementor-287/\";s:5:\"terms\";a:0:{}}i:231;a:6:{s:5:\"title\";s:10:\"Contact Us\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:47:\"http://faction.tgmedia.uk/index.php/contact-us/\";s:5:\"terms\";a:0:{}}i:63;a:6:{s:5:\"title\";s:4:\"Work\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:41:\"http://faction.tgmedia.uk/index.php/work/\";s:5:\"terms\";a:0:{}}i:6;a:6:{s:5:\"title\";s:4:\"Home\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:41:\"http://faction.tgmedia.uk/index.php/home/\";s:5:\"terms\";a:0:{}}}s:14:\"e-landing-page\";a:0:{}}s:10:\"wp-content\";a:3:{s:4:\"post\";a:1:{i:0;s:1:\"1\";}s:4:\"page\";a:1:{i:0;s:1:\"2\";}s:13:\"nav_menu_item\";a:0:{}}}s:13:\"site_settings\";a:3:{s:7:\"content\";a:0:{}s:8:\"settings\";a:19:{s:8:\"template\";s:7:\"default\";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:\"#111414\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#294C50\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF7C1C\";}}s:13:\"custom_colors\";a:8:{i:0;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:1;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:2;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:3;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:5;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:6;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:7;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}}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:8:\"Biennale\";s:22:\"typography_font_weight\";s:3:\"500\";}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:8:\"Biennale\";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:8:\"Biennale\";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:1:{i:0;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"42\";s:5:\"right\";s:2:\"42\";s:6:\"bottom\";s:2:\"42\";s:4:\"left\";s:2:\"42\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:8;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:40:\"settings_page_transitions_preloader_type\";s:9:\"animation\";s:50:\"settings_page_transitions_preloader_animation_type\";s:7:\"overlap\";s:40:\"settings_page_transitions_preloader_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=primary\";s:41:\"settings_page_transitions_preloader_color\";s:24:\"globals/colors?id=accent\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:21:\"default_page_template\";s:16:\"elementor_canvas\";s:26:\"body_background_background\";s:7:\"classic\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";}s:8:\"metadata\";a:0:{}}s:16:\"settings_include\";a:3:{i:0;s:9:\"templates\";i:1;s:7:\"content\";i:2;s:8:\"settings\";}s:17:\"settings_referrer\";s:5:\"local\";s:18:\"settings_conflicts\";a:0:{}s:37:\"settings_selected_override_conditions\";a:0:{}s:35:\"settings_selected_custom_post_types\";a:0:{}s:25:\"settings_selected_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:6:\"plugin\";s:19:\"elementor/elementor\";s:9:\"pluginUri\";s:97:\"https://elementor.com/?utm_source=wp-plugins&#038;utm_campaign=plugin-uri&#038;utm_medium=wp-dash\";s:7:\"version\";s:6:\"3.10.2\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:6:\"plugin\";s:27:\"elementor-pro/elementor-pro\";s:9:\"pluginUri\";s:55:\"https://go.elementor.com/wp-dash-wp-plugins-author-uri/\";s:7:\"version\";s:6:\"3.10.3\";}}s:18:\"documents_elements\";a:0:{}s:13:\"imported_data\";a:1:{s:13:\"site-settings\";b:1;}s:23:\"runners_import_metadata\";a:1:{s:13:\"site-settings\";a:3:{s:15:\"previous_kit_id\";i:0;s:13:\"active_kit_id\";i:6;s:15:\"imported_kit_id\";i:38;}}}}s:13:\"63f659940276b\";a:8:{s:10:\"session_id\";s:13:\"63f659940276b\";s:9:\"kit_title\";s:11:\"Faction Web\";s:8:\"kit_name\";s:11:\"faction-web\";s:13:\"kit_thumbnail\";b:0;s:10:\"kit_source\";s:5:\"local\";s:7:\"user_id\";i:1;s:15:\"start_timestamp\";i:1677089176;s:13:\"instance_data\";a:14:{s:24:\"extracted_directory_path\";s:76:\"/home/dexit/public_html/fweb/wp-content/uploads/elementor/tmp/63f659940276b/\";s:7:\"runners\";a:7:{s:13:\"site-settings\";O:63:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Site_Settings\":3:{s:80:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Site_Settings\0previous_kit_id\";N;s:78:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Site_Settings\0active_kit_id\";N;s:80:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Site_Settings\0imported_kit_id\";N;}s:7:\"plugins\";O:57:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Plugins\":1:{s:74:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Plugins\0plugins_manager\";O:36:\"Elementor\\Core\\Utils\\Plugins_Manager\":1:{s:46:\"\0Elementor\\Core\\Utils\\Plugins_Manager\0upgrader\";O:15:\"Plugin_Upgrader\":7:{s:7:\"strings\";a:0:{}s:4:\"skin\";O:21:\"WP_Ajax_Upgrader_Skin\":9:{s:8:\"upgrader\";N;s:11:\"done_header\";b:0;s:11:\"done_footer\";b:0;s:6:\"result\";b:0;s:7:\"options\";a:4:{s:3:\"url\";s:0:\"\";s:5:\"nonce\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"context\";b:0;}s:11:\"\0*\0messages\";a:0:{}s:11:\"plugin_info\";a:0:{}s:10:\"theme_info\";b:0;s:9:\"\0*\0errors\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:0:{}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}}s:6:\"result\";N;s:12:\"update_count\";i:0;s:14:\"update_current\";i:0;s:4:\"bulk\";b:0;s:15:\"new_plugin_data\";a:0:{}}}}s:9:\"templates\";O:67:\"ElementorPro\\Core\\App\\Modules\\ImportExport\\Runners\\Import\\Templates\":2:{s:86:\"\0ElementorPro\\Core\\App\\Modules\\ImportExport\\Runners\\Import\\Templates\0import_session_id\";N;s:89:\"\0ElementorPro\\Core\\App\\Modules\\ImportExport\\Runners\\Import\\Templates\0templates_conditions\";a:0:{}}s:10:\"taxonomies\";O:60:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Taxonomies\":1:{s:79:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Taxonomies\0import_session_id\";N;}s:17:\"elementor-content\";O:67:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Elementor_Content\":3:{s:87:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Elementor_Content\0show_page_on_front\";b:0;s:85:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Elementor_Content\0page_on_front_id\";N;s:86:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Elementor_Content\0import_session_id\";N;}s:10:\"wp-content\";O:60:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Wp_Content\":2:{s:79:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Wp_Content\0import_session_id\";N;s:88:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Wp_Content\0selected_custom_post_types\";a:0:{}}s:23:\"elements-default-values\";O:65:\"Elementor\\Modules\\KitElementsDefaults\\ImportExport\\Runners\\Import\":0:{}}s:8:\"adapters\";a:0:{}s:8:\"manifest\";a:15:{s:4:\"name\";s:11:\"faction-web\";s:5:\"title\";s:11:\"Faction Web\";s:11:\"description\";s:4:\"Test\";s:6:\"author\";s:5:\"admin\";s:7:\"version\";s:3:\"2.0\";s:17:\"elementor_version\";s:6:\"3.11.2\";s:7:\"created\";s:19:\"2023-02-22 18:05:50\";s:9:\"thumbnail\";b:0;s:4:\"site\";s:25:\"http://faction.tgmedia.uk\";s:13:\"site-settings\";a:11:{i:0;s:13:\"global-colors\";i:1;s:17:\"global-typography\";i:2;s:22:\"theme-style-typography\";i:3;s:19:\"theme-style-buttons\";i:4;s:18:\"theme-style-images\";i:5;s:23:\"theme-style-form-fields\";i:6;s:19:\"settings-background\";i:7;s:15:\"settings-layout\";i:8;s:17:\"settings-lightbox\";i:9;s:25:\"settings-page-transitions\";i:10;s:19:\"settings-custom-css\";}s:7:\"plugins\";a:1:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:6:\"plugin\";s:19:\"elementor/elementor\";s:9:\"pluginUri\";s:97:\"https://elementor.com/?utm_source=wp-plugins&#038;utm_campaign=plugin-uri&#038;utm_medium=wp-dash\";s:7:\"version\";s:6:\"3.11.2\";}}s:9:\"templates\";a:3:{i:421;a:3:{s:5:\"title\";s:9:\"WorkTempl\";s:8:\"doc_type\";s:4:\"page\";s:9:\"thumbnail\";b:0;}i:333;a:3:{s:5:\"title\";s:9:\"splitpage\";s:8:\"doc_type\";s:4:\"page\";s:9:\"thumbnail\";b:0;}i:228;a:3:{s:5:\"title\";s:4:\"Page\";s:8:\"doc_type\";s:4:\"page\";s:9:\"thumbnail\";b:0;}}s:10:\"taxonomies\";a:1:{s:4:\"post\";a:1:{i:0;s:8:\"category\";}}s:7:\"content\";a:3:{s:4:\"post\";a:0:{}s:4:\"page\";a:5:{i:336;a:6:{s:5:\"title\";s:12:\"Our Services\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:49:\"http://faction.tgmedia.uk/index.php/our-services/\";s:5:\"terms\";a:0:{}}i:287;a:6:{s:5:\"title\";s:12:\"Our Projects\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:50:\"http://faction.tgmedia.uk/index.php/elementor-287/\";s:5:\"terms\";a:0:{}}i:231;a:6:{s:5:\"title\";s:10:\"Contact Us\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:47:\"http://faction.tgmedia.uk/index.php/contact-us/\";s:5:\"terms\";a:0:{}}i:63;a:6:{s:5:\"title\";s:4:\"Work\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:41:\"http://faction.tgmedia.uk/index.php/work/\";s:5:\"terms\";a:0:{}}i:6;a:6:{s:5:\"title\";s:4:\"Home\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:41:\"http://faction.tgmedia.uk/index.php/home/\";s:5:\"terms\";a:0:{}}}s:14:\"e-landing-page\";a:0:{}}s:10:\"wp-content\";a:3:{s:4:\"post\";a:1:{i:0;s:1:\"1\";}s:4:\"page\";a:1:{i:0;s:1:\"2\";}s:13:\"nav_menu_item\";a:0:{}}}s:13:\"site_settings\";a:3:{s:7:\"content\";a:0:{}s:8:\"settings\";a:19:{s:8:\"template\";s:7:\"default\";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:\"#111414\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#294C50\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF7C1C\";}}s:13:\"custom_colors\";a:8:{i:0;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:1;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:2;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:3;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:5;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:6;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:7;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}}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:8:\"Biennale\";s:22:\"typography_font_weight\";s:3:\"500\";}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:8:\"Biennale\";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:8:\"Biennale\";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:1:{i:0;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"42\";s:5:\"right\";s:2:\"42\";s:6:\"bottom\";s:2:\"42\";s:4:\"left\";s:2:\"42\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:8;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:40:\"settings_page_transitions_preloader_type\";s:9:\"animation\";s:50:\"settings_page_transitions_preloader_animation_type\";s:7:\"overlap\";s:40:\"settings_page_transitions_preloader_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=primary\";s:41:\"settings_page_transitions_preloader_color\";s:24:\"globals/colors?id=accent\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:21:\"default_page_template\";s:16:\"elementor_canvas\";s:26:\"body_background_background\";s:7:\"classic\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";}s:8:\"metadata\";a:0:{}}s:16:\"settings_include\";a:3:{i:0;s:9:\"templates\";i:1;s:7:\"content\";i:2;s:8:\"settings\";}s:17:\"settings_referrer\";s:5:\"local\";s:18:\"settings_conflicts\";a:0:{}s:37:\"settings_selected_override_conditions\";a:0:{}s:35:\"settings_selected_custom_post_types\";a:0:{}s:25:\"settings_selected_plugins\";a:1:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:6:\"plugin\";s:19:\"elementor/elementor\";s:9:\"pluginUri\";s:97:\"https://elementor.com/?utm_source=wp-plugins&#038;utm_campaign=plugin-uri&#038;utm_medium=wp-dash\";s:7:\"version\";s:6:\"3.11.2\";}}s:18:\"documents_elements\";a:0:{}s:13:\"imported_data\";a:1:{s:13:\"site-settings\";b:1;}s:23:\"runners_import_metadata\";a:1:{s:13:\"site-settings\";a:3:{s:15:\"previous_kit_id\";i:6;s:13:\"active_kit_id\";i:38;s:15:\"imported_kit_id\";i:57;}}}}s:13:\"63f659eb8b0a5\";a:8:{s:10:\"session_id\";s:13:\"63f659eb8b0a5\";s:9:\"kit_title\";s:11:\"Faction Web\";s:8:\"kit_name\";s:11:\"faction-web\";s:13:\"kit_thumbnail\";b:0;s:10:\"kit_source\";s:5:\"local\";s:7:\"user_id\";i:1;s:15:\"start_timestamp\";i:1677089265;s:13:\"instance_data\";a:14:{s:24:\"extracted_directory_path\";s:76:\"/home/dexit/public_html/fweb/wp-content/uploads/elementor/tmp/63f659eb8b0a5/\";s:7:\"runners\";a:7:{s:13:\"site-settings\";O:63:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Site_Settings\":3:{s:80:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Site_Settings\0previous_kit_id\";N;s:78:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Site_Settings\0active_kit_id\";N;s:80:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Site_Settings\0imported_kit_id\";N;}s:7:\"plugins\";O:57:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Plugins\":1:{s:74:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Plugins\0plugins_manager\";O:36:\"Elementor\\Core\\Utils\\Plugins_Manager\":1:{s:46:\"\0Elementor\\Core\\Utils\\Plugins_Manager\0upgrader\";O:15:\"Plugin_Upgrader\":7:{s:7:\"strings\";a:0:{}s:4:\"skin\";O:21:\"WP_Ajax_Upgrader_Skin\":9:{s:8:\"upgrader\";N;s:11:\"done_header\";b:0;s:11:\"done_footer\";b:0;s:6:\"result\";b:0;s:7:\"options\";a:4:{s:3:\"url\";s:0:\"\";s:5:\"nonce\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"context\";b:0;}s:11:\"\0*\0messages\";a:0:{}s:11:\"plugin_info\";a:0:{}s:10:\"theme_info\";b:0;s:9:\"\0*\0errors\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:0:{}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}}s:6:\"result\";N;s:12:\"update_count\";i:0;s:14:\"update_current\";i:0;s:4:\"bulk\";b:0;s:15:\"new_plugin_data\";a:0:{}}}}s:9:\"templates\";O:67:\"ElementorPro\\Core\\App\\Modules\\ImportExport\\Runners\\Import\\Templates\":2:{s:86:\"\0ElementorPro\\Core\\App\\Modules\\ImportExport\\Runners\\Import\\Templates\0import_session_id\";N;s:89:\"\0ElementorPro\\Core\\App\\Modules\\ImportExport\\Runners\\Import\\Templates\0templates_conditions\";a:0:{}}s:10:\"taxonomies\";O:60:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Taxonomies\":1:{s:79:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Taxonomies\0import_session_id\";N;}s:17:\"elementor-content\";O:67:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Elementor_Content\":3:{s:87:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Elementor_Content\0show_page_on_front\";b:0;s:85:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Elementor_Content\0page_on_front_id\";N;s:86:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Elementor_Content\0import_session_id\";N;}s:10:\"wp-content\";O:60:\"Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Wp_Content\":2:{s:79:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Wp_Content\0import_session_id\";N;s:88:\"\0Elementor\\App\\Modules\\ImportExport\\Runners\\Import\\Wp_Content\0selected_custom_post_types\";a:0:{}}s:23:\"elements-default-values\";O:65:\"Elementor\\Modules\\KitElementsDefaults\\ImportExport\\Runners\\Import\":0:{}}s:8:\"adapters\";a:0:{}s:8:\"manifest\";a:15:{s:4:\"name\";s:11:\"faction-web\";s:5:\"title\";s:11:\"Faction Web\";s:11:\"description\";s:4:\"Test\";s:6:\"author\";s:5:\"admin\";s:7:\"version\";s:3:\"2.0\";s:17:\"elementor_version\";s:6:\"3.11.2\";s:7:\"created\";s:19:\"2023-02-22 18:05:50\";s:9:\"thumbnail\";b:0;s:4:\"site\";s:25:\"http://faction.tgmedia.uk\";s:13:\"site-settings\";a:11:{i:0;s:13:\"global-colors\";i:1;s:17:\"global-typography\";i:2;s:22:\"theme-style-typography\";i:3;s:19:\"theme-style-buttons\";i:4;s:18:\"theme-style-images\";i:5;s:23:\"theme-style-form-fields\";i:6;s:19:\"settings-background\";i:7;s:15:\"settings-layout\";i:8;s:17:\"settings-lightbox\";i:9;s:25:\"settings-page-transitions\";i:10;s:19:\"settings-custom-css\";}s:7:\"plugins\";a:1:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:6:\"plugin\";s:19:\"elementor/elementor\";s:9:\"pluginUri\";s:97:\"https://elementor.com/?utm_source=wp-plugins&#038;utm_campaign=plugin-uri&#038;utm_medium=wp-dash\";s:7:\"version\";s:6:\"3.11.2\";}}s:9:\"templates\";a:3:{i:421;a:3:{s:5:\"title\";s:9:\"WorkTempl\";s:8:\"doc_type\";s:4:\"page\";s:9:\"thumbnail\";b:0;}i:333;a:3:{s:5:\"title\";s:9:\"splitpage\";s:8:\"doc_type\";s:4:\"page\";s:9:\"thumbnail\";b:0;}i:228;a:3:{s:5:\"title\";s:4:\"Page\";s:8:\"doc_type\";s:4:\"page\";s:9:\"thumbnail\";b:0;}}s:10:\"taxonomies\";a:1:{s:4:\"post\";a:1:{i:0;s:8:\"category\";}}s:7:\"content\";a:3:{s:4:\"post\";a:0:{}s:4:\"page\";a:5:{i:336;a:6:{s:5:\"title\";s:12:\"Our Services\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:49:\"http://faction.tgmedia.uk/index.php/our-services/\";s:5:\"terms\";a:0:{}}i:287;a:6:{s:5:\"title\";s:12:\"Our Projects\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:50:\"http://faction.tgmedia.uk/index.php/elementor-287/\";s:5:\"terms\";a:0:{}}i:231;a:6:{s:5:\"title\";s:10:\"Contact Us\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:47:\"http://faction.tgmedia.uk/index.php/contact-us/\";s:5:\"terms\";a:0:{}}i:63;a:6:{s:5:\"title\";s:4:\"Work\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:41:\"http://faction.tgmedia.uk/index.php/work/\";s:5:\"terms\";a:0:{}}i:6;a:6:{s:5:\"title\";s:4:\"Home\";s:7:\"excerpt\";s:0:\"\";s:8:\"doc_type\";s:7:\"wp-page\";s:9:\"thumbnail\";b:0;s:3:\"url\";s:41:\"http://faction.tgmedia.uk/index.php/home/\";s:5:\"terms\";a:0:{}}}s:14:\"e-landing-page\";a:0:{}}s:10:\"wp-content\";a:3:{s:4:\"post\";a:1:{i:0;s:1:\"1\";}s:4:\"page\";a:1:{i:0;s:1:\"2\";}s:13:\"nav_menu_item\";a:0:{}}}s:13:\"site_settings\";a:3:{s:7:\"content\";a:0:{}s:8:\"settings\";a:19:{s:8:\"template\";s:7:\"default\";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:\"#111414\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#294C50\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF7C1C\";}}s:13:\"custom_colors\";a:8:{i:0;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:1;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:2;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:3;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:5;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:6;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:7;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}}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:8:\"Biennale\";s:22:\"typography_font_weight\";s:3:\"500\";}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:8:\"Biennale\";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:8:\"Biennale\";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:1:{i:0;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"42\";s:5:\"right\";s:2:\"42\";s:6:\"bottom\";s:2:\"42\";s:4:\"left\";s:2:\"42\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:8;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:40:\"settings_page_transitions_preloader_type\";s:9:\"animation\";s:50:\"settings_page_transitions_preloader_animation_type\";s:7:\"overlap\";s:40:\"settings_page_transitions_preloader_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=primary\";s:41:\"settings_page_transitions_preloader_color\";s:24:\"globals/colors?id=accent\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:21:\"default_page_template\";s:16:\"elementor_canvas\";s:26:\"body_background_background\";s:7:\"classic\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";}s:8:\"metadata\";a:0:{}}s:16:\"settings_include\";a:3:{i:0;s:9:\"templates\";i:1;s:7:\"content\";i:2;s:8:\"settings\";}s:17:\"settings_referrer\";s:5:\"local\";s:18:\"settings_conflicts\";a:0:{}s:37:\"settings_selected_override_conditions\";a:0:{}s:35:\"settings_selected_custom_post_types\";a:0:{}s:25:\"settings_selected_plugins\";a:1:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:6:\"plugin\";s:19:\"elementor/elementor\";s:9:\"pluginUri\";s:97:\"https://elementor.com/?utm_source=wp-plugins&#038;utm_campaign=plugin-uri&#038;utm_medium=wp-dash\";s:7:\"version\";s:6:\"3.11.2\";}}s:18:\"documents_elements\";a:0:{}s:13:\"imported_data\";a:1:{s:13:\"site-settings\";b:1;}s:23:\"runners_import_metadata\";a:1:{s:13:\"site-settings\";a:3:{s:15:\"previous_kit_id\";i:38;s:13:\"active_kit_id\";i:57;s:15:\"imported_kit_id\";i:61;}}}}}',	'no'),
(660,	'elementor_previous_kit',	'57',	'yes'),
(686,	'site_logo',	'28',	'yes'),
(715,	'elementor_library_category_children',	'a:0:{}',	'yes'),
(860,	'eae_review',	'a:2:{s:9:\"installed\";s:10:\"2023/02/22\";s:6:\"status\";s:0:\"\";}',	'yes'),
(864,	'wbelnt_installed_time',	'1677104324',	'yes'),
(901,	'elementor_fonts_manager_font_types',	'a:1:{s:8:\"Biennale\";s:6:\"custom\";}',	'yes'),
(902,	'elementor_fonts_manager_fonts',	'a:1:{s:8:\"Biennale\";a:2:{s:9:\"font_face\";s:1699:\"@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 700;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Black1.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 600;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Bold-21.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 800;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Heavy1.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 500;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-SemiBold1.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 400;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Medium1.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 300;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Regular1.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 200;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Book1.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 100;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-UltraLight1.ttf\') format(\'truetype\');\n}\n\";s:7:\"post_id\";i:35;}}',	'yes'),
(909,	'wts_eae_elements',	'a:27:{s:8:\"timeline\";s:5:\"false\";s:11:\"info-circle\";s:5:\"false\";s:16:\"comparison-table\";s:5:\"false\";s:13:\"image-compare\";s:5:\"false\";s:13:\"animated-text\";s:5:\"false\";s:11:\"dual-button\";s:5:\"false\";s:9:\"particles\";s:4:\"true\";s:13:\"wrapper-links\";s:4:\"true\";s:11:\"modal-popup\";s:5:\"false\";s:12:\"progress-bar\";s:5:\"false\";s:8:\"flip-box\";s:5:\"false\";s:10:\"split-text\";s:5:\"false\";s:4:\"gmap\";s:5:\"false\";s:14:\"text-separator\";s:5:\"false\";s:11:\"price-table\";s:5:\"false\";s:7:\"twitter\";s:5:\"false\";s:9:\"bg-slider\";s:5:\"false\";s:17:\"animated-gradient\";s:5:\"false\";s:9:\"post-list\";s:5:\"false\";s:15:\"shape-separator\";s:5:\"false\";s:18:\"filterable-gallery\";s:5:\"false\";s:16:\"content-switcher\";s:5:\"false\";s:5:\"chart\";s:5:\"false\";s:13:\"thumb-gallery\";s:5:\"false\";s:10:\"data-table\";s:5:\"false\";s:14:\"content-ticker\";s:5:\"false\";s:14:\"advance-button\";s:5:\"false\";}',	'yes'),
(1256,	'elementor_font_awesome_pro_kit_id',	'',	'yes'),
(1257,	'elementor_events_tracker_for_elementor_gtag_id',	'',	'yes'),
(1258,	'elementor_events_tracker_for_elementor_gtag_code_type',	'',	'yes'),
(1259,	'elementor_events_tracker_for_elementor_adwords_id',	'',	'yes'),
(1260,	'elementor_events_tracker_for_elementor_analytics_id',	'',	'yes'),
(1261,	'elementor_events_tracker_for_elementor_analytics_code_type',	'',	'yes'),
(1262,	'elementor_events_tracker_for_elementor_gtm_id',	'',	'yes'),
(1263,	'elementor_events_tracker_for_elementor_facebook_pixel_id',	'',	'yes'),
(1264,	'elementor_events_tracker_for_elementor_yandex_metrika_id',	'',	'yes'),
(1265,	'elementor_events_tracker_for_elementor_yandex_metrika_code_type',	'',	'yes'),
(1266,	'elementor_events_tracker_for_elementor_vkontakte_pixel_id',	'',	'yes'),
(1508,	'theplus_verified',	'a:3:{s:6:\"expire\";s:8:\"lifetime\";s:7:\"license\";s:5:\"valid\";s:6:\"verify\";i:1;}',	'yes'),
(1509,	'theplus_purchase_code',	'a:1:{s:10:\"tp_api_key\";s:20:\"********************\";}',	'yes'),
(1513,	'theplus_options',	'a:1:{s:14:\"check_elements\";a:25:{i:0;s:12:\"tp_accordion\";i:1;s:17:\"tp_adv_text_block\";i:2;s:13:\"tp_blockquote\";i:3;s:15:\"tp_blog_listout\";i:4;s:9:\"tp_button\";i:5;s:17:\"tp_contact_form_7\";i:6;s:12:\"tp_countdown\";i:7;s:18:\"tp_clients_listout\";i:8;s:18:\"tp_gallery_listout\";i:9;s:11:\"tp_flip_box\";i:10;s:20:\"tp_heading_animation\";i:11;s:16:\"tp_header_extras\";i:12;s:16:\"tp_heading_title\";i:13;s:11:\"tp_info_box\";i:14;s:23:\"tp_navigation_menu_lite\";i:15;s:14:\"tp_page_scroll\";i:16;s:15:\"tp_progress_bar\";i:17;s:17:\"tp_number_counter\";i:18;s:16:\"tp_pricing_table\";i:19;s:20:\"tp_scroll_navigation\";i:20;s:14:\"tp_social_icon\";i:21;s:13:\"tp_tabs_tours\";i:22;s:22:\"tp_team_member_listout\";i:23;s:22:\"tp_testimonial_listout\";i:24;s:15:\"tp_video_player\";}}',	'no'),
(1514,	'default_plus_options',	'1',	'no'),
(1515,	'tp_key_random_generate',	'H7DQWTPGdEKo',	'no'),
(1516,	'theplus_elementor_widget',	'a:1:{s:24:\"elementor_check_elements\";a:90:{i:0;s:9:\"accordion\";i:1;s:5:\"alert\";i:2;s:17:\"animated-headline\";i:3;s:18:\"wp-widget-archives\";i:4;s:21:\"wp-widget-media_audio\";i:5;s:13:\"image-gallery\";i:6;s:15:\"wp-widget-block\";i:7;s:10:\"blockquote\";i:8;s:11:\"breadcrumbs\";i:9;s:6:\"button\";i:10;s:18:\"wp-widget-calendar\";i:11;s:14:\"call-to-action\";i:12;s:20:\"wp-widget-categories\";i:13;s:14:\"code-highlight\";i:14;s:9:\"countdown\";i:15;s:7:\"counter\";i:16;s:21:\"wp-widget-custom_html\";i:17;s:7:\"divider\";i:18;s:15:\"facebook-button\";i:19;s:17:\"facebook-comments\";i:20;s:14:\"facebook-embed\";i:21;s:13:\"facebook-page\";i:22;s:8:\"flip-box\";i:23;s:4:\"form\";i:24;s:23:\"wp-widget-media_gallery\";i:25;s:7:\"gallery\";i:26;s:6:\"global\";i:27;s:11:\"google_maps\";i:28;s:4:\"html\";i:29;s:7:\"heading\";i:30;s:7:\"hotspot\";i:31;s:4:\"icon\";i:32;s:8:\"icon-box\";i:33;s:9:\"icon-list\";i:34;s:5:\"image\";i:35;s:21:\"wp-widget-media_image\";i:36;s:9:\"image-box\";i:37;s:14:\"image-carousel\";i:38;s:13:\"inner-section\";i:39;s:5:\"login\";i:40;s:13:\"loop-carousel\";i:41;s:9:\"loop-grid\";i:42;s:6:\"lottie\";i:43;s:14:\"media-carousel\";i:44;s:11:\"menu-anchor\";i:45;s:14:\"wp-widget-meta\";i:46;s:8:\"nav-menu\";i:47;s:18:\"wp-widget-nav_menu\";i:48;s:16:\"theme-page-title\";i:49;s:15:\"wp-widget-pages\";i:50;s:13:\"paypal-button\";i:51;s:9:\"portfolio\";i:52;s:5:\"posts\";i:53;s:10:\"price-list\";i:54;s:11:\"price-table\";i:55;s:8:\"progress\";i:56;s:16:\"progress-tracker\";i:57;s:13:\"wp-widget-rss\";i:58;s:9:\"read-more\";i:59;s:25:\"wp-widget-recent-comments\";i:60;s:22:\"wp-widget-recent-posts\";i:61;s:7:\"reviews\";i:62;s:16:\"wp-widget-search\";i:63;s:11:\"search-form\";i:64;s:13:\"share-buttons\";i:65;s:9:\"shortcode\";i:66;s:7:\"sidebar\";i:67;s:15:\"theme-site-logo\";i:68;s:16:\"theme-site-title\";i:69;s:7:\"sitemap\";i:70;s:6:\"slides\";i:71;s:12:\"social-icons\";i:72;s:5:\"audio\";i:73;s:6:\"spacer\";i:74;s:11:\"star-rating\";i:75;s:13:\"stripe-button\";i:76;s:17:\"table-of-contents\";i:77;s:11:\"nested-tabs\";i:78;s:4:\"tabs\";i:79;s:19:\"wp-widget-tag_cloud\";i:80;s:8:\"template\";i:81;s:11:\"testimonial\";i:82;s:20:\"testimonial-carousel\";i:83;s:14:\"wp-widget-text\";i:84;s:11:\"text-editor\";i:85;s:9:\"text-path\";i:86;s:6:\"toggle\";i:87;s:5:\"video\";i:88;s:21:\"wp-widget-media_video\";i:89;s:14:\"video-playlist\";}}',	'no'),
(1517,	'ele_default_plus_options',	'1',	'no'),
(1518,	'ele350_default_plus_options',	'1',	'yes'),
(1519,	'ele380_default_plus_options',	'1',	'yes'),
(1520,	'ele380loop_default_plus_options',	'1',	'yes'),
(1521,	'elepro_default_plus_options',	'1',	'yes'),
(1522,	'ele380main_default_plus_options',	'1',	'yes'),
(1526,	'tp_save_update_at',	'1677521274',	'no'),
(1531,	'tp-rateus-notice',	'Mar 13, 2023',	'yes'),
(1538,	'cptui_taxonomies',	'a:2:{s:11:\"project_cat\";a:28:{s:4:\"name\";s:11:\"project_cat\";s:5:\"label\";s:18:\"Project Categories\";s:14:\"singular_label\";s:16:\"Project Category\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:12:\"hierarchical\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:12:\"show_in_menu\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"1\";s:17:\"show_admin_column\";s:4:\"true\";s:12:\"show_in_rest\";s:4:\"true\";s:13:\"show_tagcloud\";s:5:\"false\";s:4:\"sort\";s:4:\"true\";s:18:\"show_in_quick_edit\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:14:\"rest_namespace\";s:0:\"\";s:6:\"labels\";a:23:{s:9:\"menu_name\";s:18:\"Project Categories\";s:9:\"all_items\";s:22:\"All Project Categories\";s:9:\"edit_item\";s:21:\"Edit Project Category\";s:9:\"view_item\";s:21:\"View Project Category\";s:11:\"update_item\";s:28:\"Update Project Category name\";s:12:\"add_new_item\";s:24:\"Add new Project Category\";s:13:\"new_item_name\";s:25:\"New Project Category name\";s:11:\"parent_item\";s:23:\"Parent Project Category\";s:17:\"parent_item_colon\";s:24:\"Parent Project Category:\";s:12:\"search_items\";s:25:\"Search Project Categories\";s:13:\"popular_items\";s:26:\"Popular Project Categories\";s:26:\"separate_items_with_commas\";s:39:\"Separate Project Categories with commas\";s:19:\"add_or_remove_items\";s:32:\"Add or remove Project Categories\";s:21:\"choose_from_most_used\";s:44:\"Choose from the most used Project Categories\";s:9:\"not_found\";s:27:\"No Project Categories found\";s:8:\"no_terms\";s:21:\"No Project Categories\";s:21:\"items_list_navigation\";s:34:\"Project Categories list navigation\";s:10:\"items_list\";s:23:\"Project Categories list\";s:13:\"back_to_items\";s:26:\"Back to Project Categories\";s:22:\"name_field_description\";s:40:\"The name is how it appears on your site.\";s:24:\"parent_field_description\";s:114:\"Assign a parent term to create a hierarchy. The term Jazz, for example, would be the parent of Bebop and Big Band.\";s:22:\"slug_field_description\";s:126:\"The slug is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.\";s:22:\"desc_field_description\";s:78:\"The description is not prominent by default; however, some themes may show it.\";}s:11:\"meta_box_cb\";s:0:\"\";s:12:\"default_term\";s:0:\"\";s:12:\"object_types\";a:2:{i:0;s:16:\"faction_services\";i:1;s:16:\"faction_projects\";}}s:19:\"project_service_cat\";a:28:{s:4:\"name\";s:19:\"project_service_cat\";s:5:\"label\";s:19:\"Project Service Tag\";s:14:\"singular_label\";s:20:\"Project Service Tags\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:12:\"hierarchical\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:12:\"show_in_menu\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"1\";s:17:\"show_admin_column\";s:4:\"true\";s:12:\"show_in_rest\";s:4:\"true\";s:13:\"show_tagcloud\";s:5:\"false\";s:4:\"sort\";s:4:\"true\";s:18:\"show_in_quick_edit\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:14:\"rest_namespace\";s:0:\"\";s:6:\"labels\";a:23:{s:9:\"menu_name\";s:19:\"Project Service Tag\";s:9:\"all_items\";s:23:\"All Project Service Tag\";s:9:\"edit_item\";s:25:\"Edit Project Service Tags\";s:9:\"view_item\";s:25:\"View Project Service Tags\";s:11:\"update_item\";s:32:\"Update Project Service Tags name\";s:12:\"add_new_item\";s:28:\"Add new Project Service Tags\";s:13:\"new_item_name\";s:29:\"New Project Service Tags name\";s:11:\"parent_item\";s:27:\"Parent Project Service Tags\";s:17:\"parent_item_colon\";s:28:\"Parent Project Service Tags:\";s:12:\"search_items\";s:26:\"Search Project Service Tag\";s:13:\"popular_items\";s:27:\"Popular Project Service Tag\";s:26:\"separate_items_with_commas\";s:40:\"Separate Project Service Tag with commas\";s:19:\"add_or_remove_items\";s:33:\"Add or remove Project Service Tag\";s:21:\"choose_from_most_used\";s:45:\"Choose from the most used Project Service Tag\";s:9:\"not_found\";s:28:\"No Project Service Tag found\";s:8:\"no_terms\";s:22:\"No Project Service Tag\";s:21:\"items_list_navigation\";s:35:\"Project Service Tag list navigation\";s:10:\"items_list\";s:24:\"Project Service Tag list\";s:13:\"back_to_items\";s:27:\"Back to Project Service Tag\";s:22:\"name_field_description\";s:40:\"The name is how it appears on your site.\";s:24:\"parent_field_description\";s:114:\"Assign a parent term to create a hierarchy. The term Jazz, for example, would be the parent of Bebop and Big Band.\";s:22:\"slug_field_description\";s:126:\"The slug is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.\";s:22:\"desc_field_description\";s:78:\"The description is not prominent by default; however, some themes may show it.\";}s:11:\"meta_box_cb\";s:0:\"\";s:12:\"default_term\";s:0:\"\";s:12:\"object_types\";a:2:{i:0;s:16:\"faction_services\";i:1;s:16:\"faction_projects\";}}}',	'yes'),
(1545,	'project_cat_children',	'a:0:{}',	'yes'),
(1550,	'theplus-post-48tp_widgets',	'a:0:{}',	'no'),
(1551,	'theplus-post-48_update_at',	'1677513722',	'no'),
(1556,	'theplus-post-95tp_widgets',	'a:0:{}',	'no'),
(1557,	'theplus-post-95_update_at',	'1677520313',	'no'),
(1558,	'theplus-post-25tp_widgets',	'a:0:{}',	'no'),
(1559,	'theplus-post-25_update_at',	'1677521274',	'no'),
(1560,	'theplus-term-faction_projectstp_widgets',	'a:0:{}',	'no'),
(1561,	'theplus-term-faction_projects_update_at',	'1677521274',	'no'),
(1566,	'category_children',	'a:0:{}',	'yes'),
(1567,	'wp_calendar_block_has_published_posts',	'1',	'yes'),
(1582,	'theplus-post-418tp_widgets',	'a:0:{}',	'no'),
(1583,	'theplus-post-418_update_at',	'1677514975',	'no'),
(1584,	'theplus-post-44tp_widgets',	'a:0:{}',	'no'),
(1585,	'theplus-post-44_update_at',	'1677517516',	'no'),
(1586,	'theplus-post-405tp_widgets',	'a:0:{}',	'no'),
(1587,	'theplus-post-405_update_at',	'1677518223',	'no'),
(1588,	'theplus-post-323tp_widgets',	'a:0:{}',	'no'),
(1589,	'theplus-post-323_update_at',	'1677518223',	'no'),
(1594,	'theplus-post-1tp_widgets',	'a:0:{}',	'no'),
(1595,	'theplus-post-1_update_at',	'1677514646',	'no'),
(1600,	'theplus-post-252tp_widgets',	'a:0:{}',	'no'),
(1601,	'theplus-post-252_update_at',	'1677514975',	'no'),
(1606,	'theplus-post-442tp_widgets',	'a:0:{}',	'no'),
(1607,	'theplus-post-442_update_at',	'1677515016',	'no'),
(1636,	'theplus-post-45tp_widgets',	'a:0:{}',	'no'),
(1637,	'theplus-post-45_update_at',	'1677515727',	'no'),
(1656,	'theplus-post-224tp_widgets',	'a:0:{}',	'no'),
(1657,	'theplus-post-224_update_at',	'1677518175',	'no'),
(1662,	'theplus-term-faction_servicestp_widgets',	'a:0:{}',	'no'),
(1663,	'theplus-term-faction_services_update_at',	'1677521274',	'no'),
(1668,	'theplus-term-404tp_widgets',	'a:0:{}',	'no'),
(1669,	'theplus-term-404_update_at',	'1677519607',	'no'),
(1674,	'theplus-post-438tp_widgets',	'a:0:{}',	'no'),
(1675,	'theplus-post-438_update_at',	'1677517516',	'no'),
(1676,	'theplus-post-46tp_widgets',	'a:0:{}',	'no'),
(1677,	'theplus-post-46_update_at',	'1677517516',	'no'),
(1694,	'theplus-post-267tp_widgets',	'a:0:{}',	'no'),
(1695,	'theplus-post-267_update_at',	'1677518175',	'no'),
(1701,	'theplus-post-385tp_widgets',	'a:0:{}',	'no'),
(1702,	'theplus-post-385_update_at',	'1677518223',	'no'),
(1703,	'theplus-post-388tp_widgets',	'a:0:{}',	'no'),
(1704,	'theplus-post-388_update_at',	'1677520228',	'no'),
(1705,	'theplus-post-456tp_widgets',	'a:0:{}',	'no'),
(1706,	'theplus-post-456_update_at',	'1677518223',	'no'),
(1711,	'theplus-post-487tp_widgets',	'a:0:{}',	'no'),
(1712,	'theplus-post-487_update_at',	'1677518223',	'no'),
(1731,	'theplus-term-85tp_widgets',	'a:0:{}',	'no'),
(1732,	'theplus-term-85_update_at',	'1677521274',	'no'),
(1745,	'theplus-post-411tp_widgets',	'a:0:{}',	'no'),
(1746,	'theplus-post-411_update_at',	'1677520313',	'no'),
(1747,	'theplus-post-26tp_widgets',	'a:0:{}',	'no'),
(1748,	'theplus-post-26_update_at',	'1677521274',	'no'),
(1755,	'theplus-post-42tp_widgets',	'a:0:{}',	'no'),
(1756,	'theplus-post-42_update_at',	'1677520399',	'no'),
(1761,	'theplus_performance',	'a:1:{s:17:\"plus_cache_option\";s:8:\"separate\";}',	'yes'),
(1783,	'fm_key',	'Vr8SBQmGK4l7DFcWwni0Pkx1t',	'yes'),
(1788,	'_transient_timeout_filemanager_cancel_lk_popup_1',	'1680113405',	'no'),
(1789,	'_transient_filemanager_cancel_lk_popup_1',	'filemanager_cancel_lk_popup_1',	'no'),
(1790,	'filemanager_email_verified_1',	'yes',	'yes'),
(1791,	'dce_license_activated',	'1',	'yes'),
(1792,	'dce_license_status',	'active',	'yes'),
(1793,	'dce_license_domain',	'd3d3LnNjcmlwdGluLm1lL2Z3ZWI=',	'yes'),
(1794,	'dce_license_error',	'No license present',	'yes'),
(1797,	'external_updates-dynamic-content-for-elementor',	'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1678745532;s:14:\"checkedVersion\";s:6:\"2.8.11\";s:6:\"update\";O:8:\"stdClass\":11:{s:4:\"slug\";s:29:\"dynamic-content-for-elementor\";s:7:\"version\";s:6:\"2.8.12\";s:12:\"download_url\";N;s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:24:\"https://www.dynamic.ooo/\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";N;s:14:\"upgrade_notice\";N;s:5:\"icons\";a:2:{s:2:\"1x\";s:51:\"https://license.dynamic.ooo/assets/icon-128x128.png\";s:2:\"2x\";s:51:\"https://license.dynamic.ooo/assets/icon-256x256.png\";}s:8:\"filename\";s:63:\"dynamic-content-for-elementor/dynamic-content-for-elementor.php\";}s:11:\"updateClass\";s:23:\"Puc_v4p13_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}',	'no'),
(1798,	'dce_version',	'2.8.11',	'yes'),
(1800,	'dce_done_activation_redirection',	'1',	'yes'),
(1801,	'dce_features_status_option',	'{\"ext_animations\":\"inactive\",\"ext_masking\":\"inactive\",\"ext_rellax\":\"inactive\",\"ext_reveal\":\"inactive\",\"ext_transforms\":\"inactive\",\"ext_unwrap\":\"inactive\",\"ext_video\":\"inactive\",\"ext_visibility\":\"active\",\"ext_form_address_autocomplete\":\"active\",\"ext_form_amount\":\"active\",\"ext_form_range\":\"active\",\"ext_form_description\":\"active\",\"ext_form_email\":\"active\",\"ext_form_favorites_action\":\"active\",\"ext_form_export\":\"active\",\"ext_form_icons\":\"active\",\"ext_form_inline_align\":\"active\",\"ext_form_length\":\"active\",\"ext_form_message\":\"active\",\"ext_form_method\":\"active\",\"ext_form_password_visibility\":\"active\",\"ext_form_unique_id\":\"active\",\"ext_form_counter\":\"active\",\"ext_form_pdf\":\"active\",\"ext_form_php_action\":\"active\",\"ext_form_redirect\":\"active\",\"ext_form_regex\":\"active\",\"ext_form_reset\":\"active\",\"ext_form_save\":\"active\",\"ext_form_select2\":\"active\",\"ext_form_signature\":\"active\",\"ext_form_step\":\"active\",\"ext_form_submit_on_change\":\"active\",\"ext_form_submit\":\"active\",\"ext_form_telegram\":\"active\",\"ext_conditional_fields_v2\":\"active\",\"ext_form_wysiwyg\":\"active\",\"ext_form_paypal\":\"inactive\",\"ext_form_stripe\":\"inactive\",\"ext_custom_validation\":\"active\",\"ext_js_field\":\"active\",\"ext_live_html\":\"active\",\"ext_hidden_label\":\"active\",\"ext_dynamic_select\":\"active\",\"ext_tooltip\":\"inactive\",\"ext_dynamic_countdown\":\"inactive\",\"ext_confirm_dialog\":\"active\",\"ext_copypaste\":\"inactive\",\"ext_tag_cryptocurrency\":\"inactive\",\"ext_tag_posts\":\"active\",\"ext_tag_woo_products\":\"inactive\",\"ext_tag_sticky_posts\":\"active\",\"ext_tag_my_posts\":\"inactive\",\"ext_tag_favorites\":\"inactive\",\"ext_tag_wishlist\":\"inactive\",\"ext_template\":\"active\",\"ext_token\":\"active\",\"dynamic_tag_php\":\"active\",\"ext_form_visibility\":\"inactive\",\"wdg_acf\":\"active\",\"wdg_gallery\":\"active\",\"wdg_relationship\":\"active\",\"wdg_repeater\":\"inactive\",\"wdg_acf_repeater_v2\":\"active\",\"wdg_acf_flexible_content\":\"active\",\"wdg_slider\":\"active\",\"wdg_barcode\":\"active\",\"wdg_calendar\":\"inactive\",\"wdg_clipboard\":\"inactive\",\"wdg_dyncookie\":\"inactive\",\"wdg_favorites\":\"inactive\",\"wdg_wishlist\":\"inactive\",\"wdg_modal_window\":\"inactive\",\"wdg_pdf\":\"inactive\",\"wdg_popup\":\"inactive\",\"wdg_charts\":\"inactive\",\"wdg_template\":\"active\",\"wdg_tokens\":\"active\",\"wdg_discover_tokens\":\"active\",\"wdg_text_timber\":\"inactive\",\"wdg_animate_text\":\"inactive\",\"wdg_parallax\":\"inactive\",\"wdg_threesixty_slider\":\"inactive\",\"wdg_tilt\":\"inactive\",\"wdg_twentytwenty\":\"inactive\",\"wdg_doshortcode\":\"inactive\",\"wdg_includefile\":\"inactive\",\"wdg_rawphp\":\"active\",\"wdg_remotecontent\":\"active\",\"wdg_iframe\":\"inactive\",\"wdg_google_doc_preview\":\"inactive\",\"wdg_dynamicposts\":\"inactive\",\"wdg_dynamicposts_v2\":\"active\",\"wdg_dynamic_woo_products\":\"inactive\",\"wdg_dynamic_woo_products_on_sale\":\"inactive\",\"wdg_woo_products_cart\":\"inactive\",\"wdg_woo_product_upsells\":\"inactive\",\"wdg_woo_product_crosssells\":\"inactive\",\"wdg_show_favorites\":\"inactive\",\"wdg_show_wishlist\":\"inactive\",\"wdg_stick_yposts\":\"active\",\"wdg_search_results\":\"active\",\"wdg_my_posts\":\"active\",\"wdg_metabox_relationship\":\"inactive\",\"wdg_google_maps\":\"inactive\",\"wdg_metabox_google_maps\":\"inactive\",\"wdg_dynamic_users\":\"active\",\"wdg_animated_offcanvas_menu\":\"inactive\",\"wdg_cursor_tracker\":\"inactive\",\"wdg_file_browser\":\"inactive\",\"wdg_parent_child_menu\":\"active\",\"wdg_search_filter\":\"inactive\",\"wdg_single_posts_menu\":\"active\",\"wdg_taxonomy_terms_menu\":\"active\",\"wdg_views\":\"active\",\"wdg_pods\":\"inactive\",\"wdg_pods_gallery\":\"inactive\",\"wdg_pods_relationship\":\"inactive\",\"wdg_breadcrumbs\":\"active\",\"wdg_content\":\"active\",\"wdg_date\":\"active\",\"wdg_excerpt\":\"active\",\"wdg_featured_image\":\"active\",\"wdg_icon_format\":\"active\",\"wdg_meta\":\"inactive\",\"wdg_next_prev\":\"active\",\"wdg_read_more\":\"active\",\"wdg_terms\":\"active\",\"wdg_title\":\"active\",\"wdg_title_type\":\"active\",\"wdg_user\":\"active\",\"wdg_title_taxonomy\":\"active\",\"wdg_svg_blob\":\"inactive\",\"wdg_svg_distortion\":\"inactive\",\"wdg_svg_filter_effects\":\"inactive\",\"wdg_svg_imagemask\":\"active\",\"wdg_svg_morphing\":\"inactive\",\"wdg_svg_path_text\":\"inactive\",\"wdg_toolset\":\"inactive\",\"wdg_toolset_relationship\":\"inactive\",\"wdg_bg_canvas\":\"inactive\",\"wdg_distortion_image\":\"inactive\",\"wdg_panorama\":\"inactive\",\"wdg_osm_map\":\"inactive\",\"wdg_cryptocoin_badge\":\"inactive\",\"wdg_pdf_viewer\":\"inactive\",\"pst_scrolling\":\"inactive\",\"gst_smooth_transition\":\"inactive\",\"gst_tracker_header\":\"inactive\"}',	'yes'),
(1894,	'mainwp_child_update_version',	'1.6',	'yes'),
(1895,	'mainwp_child_plugin_version',	'4.4.0.1',	'yes'),
(1896,	'mainwp_child_auth',	'a:7:{i:5;s:32:\"cc25102fd66d8ce7f8b7893a0b68d053\";s:4:\"last\";i:1678671463;i:4;s:32:\"de7f3271a7d9b79da13ba670728238b8\";i:3;s:32:\"c6e852d37544324f7d58c523894ebb0b\";i:2;s:32:\"95daed75d26b11d027238ab48eb773f7\";i:1;s:32:\"05515fd9139717f0a9198a98e440b8cd\";i:0;s:32:\"a34939e60dc39356bc68cab867fe94d4\";}',	'yes'),
(1897,	'mainwp_child_branding_settings',	'a:4:{s:13:\"contact_label\";s:15:\"Contact Support\";s:18:\"cancelled_branding\";b:1;s:23:\"branding_preserve_title\";s:0:\"\";s:21:\"branding_disconnected\";s:3:\"yes\";}',	'no'),
(1898,	'mainwp_child_activated_once',	'1',	'no'),
(1899,	'mainwp_cache_control_cache_solution',	'',	'yes'),
(1900,	'mainwp_child_actions_data_checked',	'1678696256',	'yes'),
(1901,	'permalink-manager',	'a:3:{s:14:\"screen-options\";a:3:{s:8:\"per_page\";s:2:\"20\";s:13:\"post_statuses\";a:1:{i:0;s:7:\"publish\";}s:5:\"group\";s:0:\"\";}s:7:\"general\";a:27:{s:16:\"auto_update_uris\";s:1:\"1\";s:18:\"force_custom_slugs\";s:1:\"0\";s:16:\"trailing_slashes\";s:1:\"0\";s:15:\"partial_disable\";a:1:{s:10:\"post_types\";a:2:{i:0;s:10:\"attachment\";i:1;s:14:\"e-landing-page\";}}s:13:\"ignore_drafts\";s:1:\"1\";s:18:\"canonical_redirect\";s:1:\"1\";s:17:\"old_slug_redirect\";s:1:\"0\";s:25:\"trailing_slashes_redirect\";s:1:\"0\";s:19:\"copy_query_redirect\";s:1:\"1\";s:15:\"sslwww_redirect\";s:1:\"0\";s:8:\"redirect\";s:3:\"301\";s:21:\"fix_language_mismatch\";s:1:\"1\";s:12:\"wpml_support\";s:1:\"1\";s:12:\"pmxi_support\";s:1:\"1\";s:10:\"um_support\";s:1:\"1\";s:17:\"yoast_breadcrumbs\";s:1:\"0\";s:16:\"primary_category\";s:1:\"1\";s:22:\"show_native_slug_field\";s:1:\"0\";s:22:\"partial_disable_strict\";s:1:\"1\";s:19:\"pagination_redirect\";s:1:\"0\";s:25:\"disable_slug_sanitization\";s:1:\"0\";s:12:\"keep_accents\";s:1:\"0\";s:13:\"edit_uris_cap\";s:13:\"publish_posts\";s:19:\"auto_fix_duplicates\";s:1:\"0\";s:15:\"setup_redirects\";s:1:\"0\";s:15:\"extra_redirects\";s:1:\"1\";s:23:\"trailing_slash_redirect\";s:1:\"0\";}s:23:\"permastructure-settings\";a:1:{s:18:\"do_not_append_slug\";a:1:{s:10:\"post_types\";a:4:{s:4:\"post\";s:1:\"0\";s:4:\"page\";s:1:\"0\";s:16:\"faction_services\";s:1:\"0\";s:16:\"faction_projects\";s:1:\"0\";}}}}',	'yes'),
(1902,	'permalink-manager-permastructs',	'a:1:{s:10:\"post_types\";a:4:{s:4:\"post\";s:15:\"blog/%postname%\";s:4:\"page\";s:10:\"%pagename%\";s:16:\"faction_services\";s:27:\"services/%faction_services%\";s:16:\"faction_projects\";s:27:\"projects/%faction_projects%\";}}',	'yes'),
(1928,	'permalink-manager-uris',	'a:21:{i:44;s:17:\"projects/afterdam\";i:45;s:21:\"projects/carnival-rum\";i:46;s:26:\"projects/the-orlando-group\";i:47;s:16:\"projects/re-live\";i:48;s:19:\"projects/vegan-noms\";i:49;s:23:\"projects/cultured-noise\";i:411;s:18:\"projects/highlight\";i:418;s:29:\"projects/pack-it-in-solutions\";i:438;s:23:\"projects/moonlight-jive\";i:254;s:27:\"services/strategic-branding\";i:256;s:17:\"services/websites\";i:258;s:15:\"services/design\";i:10;s:7:\"cookies\";i:12;s:7:\"privacy\";i:14;s:5:\"terms\";i:26;s:10:\"contact-us\";i:42;s:8:\"about-us\";i:85;s:4:\"blog\";i:1;s:39:\"blog/what-the-f-rebranding-vanta-studio\";i:442;s:25:\"blog/typography-trends-of\";i:444;s:22:\"blog/new-work-afterjam\";}',	'yes'),
(2202,	'project_service_cat_children',	'a:0:{}',	'yes'),
(2413,	'unitecreator_db_version',	'2',	'yes'),
(2416,	'addon_library_catalog',	'a:3:{s:5:\"stamp\";i:1677742423;s:7:\"catalog\";a:3:{s:6:\"addons\";a:25:{s:16:\"Creative Widgets\";a:27:{i:0;a:6:{s:5:\"title\";s:15:\"Image Accordion\";s:4:\"name\";s:14:\"image_accodion\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_accodion.gif\";s:7:\"preview\";s:36:\"image-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"bdeeabd5cf1b6f0a36b94ed9eb231a38\";}i:1;a:6:{s:5:\"title\";s:12:\"Icon Bullets\";s:4:\"name\";s:19:\"uc_material_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_material_bullets.jpg\";s:7:\"preview\";s:12:\"icon-bullets\";s:11:\"update_hash\";s:32:\"4ff41d69a225c6b78cb47b9ecebc3f89\";}i:2;a:6:{s:5:\"title\";s:11:\"Blob Shapes\";s:4:\"name\";s:11:\"blob_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blob_shapes.jpg\";s:7:\"preview\";s:31:\"blob-shape-widget-for-elementor\";s:11:\"update_hash\";s:32:\"058c834e25addb352b6258e849106ea6\";}i:3;a:6:{s:5:\"title\";s:8:\"Flip Box\";s:4:\"name\";s:8:\"flip_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/flip_box.gif\";s:7:\"preview\";s:29:\"flip-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8aa02b6ff34bfac8cfadef7eb99e4b82\";}i:4;a:6:{s:5:\"title\";s:10:\"Number Box\";s:4:\"name\";s:20:\"circle_number_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/circle_number_widget.jpg\";s:7:\"preview\";s:38:\"number-box-widget-widget-for-elementor\";s:11:\"update_hash\";s:32:\"af56ecc1aa16fcb8c35a82d7aa5c6e0e\";}i:5;a:6:{s:5:\"title\";s:14:\"Icon Accordion\";s:4:\"name\";s:17:\"uc_icon_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_icon_accordion.jpg\";s:7:\"preview\";s:35:\"icon-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b7942503bfab263358567862d01f2242\";}i:6;a:6:{s:5:\"title\";s:17:\"Flip Box Carousel\";s:4:\"name\";s:17:\"carousel_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/carousel_flip_box.gif\";s:7:\"preview\";s:38:\"flip-box-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"dc7daf1328024ab9503a3c57b12e65cd\";}i:7;a:6:{s:5:\"title\";s:26:\"Animated Mouse Scroll Icon\";s:4:\"name\";s:26:\"animated_mouse_scroll_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/animated_mouse_scroll_icon.gif\";s:7:\"preview\";s:47:\"animated-mouse-scroll-icon-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1a32e4bde597de63bbca97357c95a58d\";}i:8;a:6:{s:5:\"title\";s:12:\"Rhombus Grid\";s:4:\"name\";s:24:\"ue_rhombus_image_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/ue_rhombus_image_gallery.png\";s:7:\"preview\";s:33:\"rhombus-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6bd91554f892d34d2dfc1f9a22d2ccf8\";}i:9;a:6:{s:5:\"title\";s:13:\"SVG Animation\";s:4:\"name\";s:21:\"uc_svg_draw_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_svg_draw_animation.gif\";s:7:\"preview\";s:34:\"svg-animation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ed20f37146785ae32d142fd0807d28ce\";}i:10;a:6:{s:5:\"title\";s:13:\"Shape Bullets\";s:4:\"name\";s:18:\"uc_diamond_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_diamond_bullets.jpg\";s:7:\"preview\";s:34:\"shape-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"076058ba5f17491428ab486ab6b91063\";}i:11;a:6:{s:5:\"title\";s:16:\"Timeline Bullets\";s:4:\"name\";s:16:\"timeline_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/timeline_bullets.jpg\";s:7:\"preview\";s:37:\"timeline-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"877d4339b54a69d200c178ee41dc7294\";}i:12;a:6:{s:5:\"title\";s:24:\"Lordicon: Animated Icons\";s:4:\"name\";s:9:\"lord_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/lord_icon.png\";s:7:\"preview\";s:44:\"lordicon-animated-icons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2bd0d6150d22f321a58861acdb4dc6b8\";}i:13;a:6:{s:5:\"title\";s:9:\"Icon Tabs\";s:4:\"name\";s:14:\"uc_bullet_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_bullet_tabs.jpg\";s:7:\"preview\";s:30:\"icon-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9999bc059045d1353d642d1d6929a70b\";}i:14;a:6:{s:5:\"title\";s:13:\"Image Tooltip\";s:4:\"name\";s:13:\"image_tooltip\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_tooltip.jpg\";s:7:\"preview\";s:34:\"image-tooltip-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1bdd6d92821eaf1e87dc98f8739da313\";}i:15;a:6:{s:5:\"title\";s:8:\"Hotspots\";s:4:\"name\";s:7:\"hotspot\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/hotspot.jpg\";s:7:\"preview\";s:35:\"hotspots-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"72059b411508af3a3fe9a38ecd234e9d\";}i:16;a:6:{s:5:\"title\";s:12:\"Before After\";s:4:\"name\";s:15:\"uc_before_after\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_before_after.jpg\";s:7:\"preview\";s:50:\"before-after-image-comparison-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0b43d1f3e94fd36a8efcdfb103fd6694\";}i:17;a:6:{s:5:\"title\";s:19:\"Background Switcher\";s:4:\"name\";s:31:\"content_box_background_switcher\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/content_box_background_switcher.gif\";s:7:\"preview\";s:40:\"background-switcher-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a1e16e1d186f61dacd54d9f3a2ab1f22\";}i:18;a:6:{s:5:\"title\";s:20:\"Image Zoom Magnifier\";s:4:\"name\";s:20:\"image_zoom_magnifier\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_zoom_magnifier.gif\";s:7:\"preview\";s:41:\"image-zoom-magnifier-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1805709b95129e1ef32771f9191e744f\";}i:19;a:6:{s:5:\"title\";s:14:\"Particle Image\";s:4:\"name\";s:19:\"blox_particles_logo\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blox_particles_logo.jpg\";s:7:\"preview\";s:35:\"image-particle-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7548f7f6aeb14f96af22e444c286e3af\";}i:20;a:6:{s:5:\"title\";s:25:\"360 Panorama Virtual Tour\";s:4:\"name\";s:8:\"360_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/360_view.gif\";s:7:\"preview\";s:46:\"360-panorama-virtual-tour-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9a5da24358a00db07489dfceec52484c\";}i:21;a:6:{s:5:\"title\";s:12:\"Image Shapes\";s:4:\"name\";s:12:\"image_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_shapes.jpg\";s:7:\"preview\";s:39:\"image-shapes-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"6f19a70d91d006182cdeb2a12d63ad73\";}i:22;a:6:{s:5:\"title\";s:23:\"Animated Hamburger Icon\";s:4:\"name\";s:23:\"animated_hamburger_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/animated_hamburger_icon.gif\";s:7:\"preview\";s:37:\"animated-hamburger-icon-for-elementor\";s:11:\"update_hash\";s:32:\"377e2d413f913f71d6aa69669b719f09\";}i:23;a:6:{s:5:\"title\";s:19:\"Scroll Image Reveal\";s:4:\"name\";s:22:\"image_reveal_on_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_reveal_on_scroll.gif\";s:7:\"preview\";s:43:\"image-reveal-on-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1b81a39a83bf236e84766899ea90e5cb\";}i:24;a:6:{s:5:\"title\";s:15:\"Christmas Icons\";s:4:\"name\";s:15:\"christmas_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/christmas_icons.png\";s:7:\"preview\";s:36:\"christmas-icons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"81ac7d07fea7801050af5245bb974bda\";}i:25;a:6:{s:5:\"title\";s:12:\"Morph Slider\";s:4:\"name\";s:12:\"morph_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/morph_slider.gif\";s:7:\"preview\";s:33:\"morph-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ea259f11790caf32a494455af926df9d\";}i:26;a:6:{s:5:\"title\";s:18:\"Icon Box Accordion\";s:4:\"name\";s:18:\"icon_box_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/icon_box_accordion.gif\";s:7:\"preview\";s:39:\"icon-box-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e8ac8bf6799c74c2938f5ac7881e513e\";}}s:12:\"Post Widgets\";a:19:{i:0;a:6:{s:5:\"title\";s:9:\"Post Grid\";s:4:\"name\";s:9:\"post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_grid.jpg\";s:7:\"preview\";s:30:\"post-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6ccd140b9e0382f9011803b888f96e5f\";}i:1;a:6:{s:5:\"title\";s:18:\"Post Magazine Grid\";s:4:\"name\";s:18:\"post_magazine_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_magazine_grid.jpg\";s:7:\"preview\";s:39:\"post-magazine-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a28d0da786d02849682042002de25075\";}i:2;a:6:{s:5:\"title\";s:13:\"Post Carousel\";s:4:\"name\";s:13:\"post_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_carousel.jpg\";s:7:\"preview\";s:28:\"post-carousels-for-elementor\";s:11:\"update_hash\";s:32:\"6d3c72e42ae2f04fe063f2c3b2a27164\";}i:3;a:6:{s:5:\"title\";s:18:\"Post Carousel Lite\";s:4:\"name\";s:21:\"uc_card_post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/uc_card_post_carousel.jpg\";s:7:\"preview\";s:39:\"post-carousel-lite-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c29632177be2987f6c9c58eed9125d3d\";}i:4;a:6:{s:5:\"title\";s:14:\"Taxonomy Terms\";s:4:\"name\";s:17:\"ue_taxonomy_terms\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/ue_taxonomy_terms.jpg\";s:7:\"preview\";s:35:\"taxonomy-terms-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c6b5759a4fa734df59f2b8727b857977\";}i:5;a:6:{s:5:\"title\";s:11:\"Post Blocks\";s:4:\"name\";s:11:\"post_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_blocks.jpg\";s:7:\"preview\";s:32:\"post-blocks-widget-for-elementor\";s:11:\"update_hash\";s:32:\"cc98a02ce19ca94e2c7131aab263c1e6\";}i:6;a:6:{s:5:\"title\";s:11:\"Post Scroll\";s:4:\"name\";s:11:\"post_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_scroll.jpg\";s:7:\"preview\";s:32:\"post-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0843cbc9b57fb25c1ceab037cd4f2f29\";}i:7;a:6:{s:5:\"title\";s:9:\"Post List\";s:4:\"name\";s:9:\"post_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_list.jpg\";s:7:\"preview\";s:30:\"post-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f60b9149d55d37077ac33dfefc99f497\";}i:8;a:6:{s:5:\"title\";s:13:\"Post Timeline\";s:4:\"name\";s:13:\"post_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_timeline.jpg\";s:7:\"preview\";s:34:\"post-timeline-widget-for-elementor\";s:11:\"update_hash\";s:32:\"400b6f2afc7cdc69c10aeeb4d9ab4ee2\";}i:9;a:6:{s:5:\"title\";s:9:\"Post Tabs\";s:4:\"name\";s:9:\"post_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tabs.jpg\";s:7:\"preview\";s:23:\"post-tabs-for-elementor\";s:11:\"update_hash\";s:32:\"3d5083800c0ef6161624518a564d175b\";}i:10;a:6:{s:5:\"title\";s:11:\"Post Ticker\";s:4:\"name\";s:17:\"post_news_tickers\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_news_tickers.jpg\";s:7:\"preview\";s:37:\"post-news-ticker-widget-for-elementor\";s:11:\"update_hash\";s:32:\"595ed0827f8b115b86ec77d34eca2cc0\";}i:11;a:6:{s:5:\"title\";s:16:\"Post Card Slider\";s:4:\"name\";s:16:\"blog_card_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/blog_card_slider.jpg\";s:7:\"preview\";s:37:\"blog-card-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"82c0d5da21be5dc62b44608d6bc15779\";}i:12;a:6:{s:5:\"title\";s:14:\"Post Accordion\";s:4:\"name\";s:14:\"post_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_accordion.jpg\";s:7:\"preview\";s:29:\"post-accordions-for-elementor\";s:11:\"update_hash\";s:32:\"c59f20ca071538f504eb5dfbcb5846f4\";}i:13;a:6:{s:5:\"title\";s:11:\"Post Slider\";s:4:\"name\";s:11:\"post_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_slider.jpg\";s:7:\"preview\";s:12:\"post-sliders\";s:11:\"update_hash\";s:32:\"6c47e478028831adff9caa4b973e5f08\";}i:14;a:6:{s:5:\"title\";s:9:\"Post Tile\";s:4:\"name\";s:9:\"post_tile\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tile.png\";s:7:\"preview\";s:31:\"post-tiles-widget-for-elementor\";s:11:\"update_hash\";s:32:\"38ccf3f418032def4e850fd281e3b134\";}i:15;a:6:{s:5:\"title\";s:11:\"Author List\";s:4:\"name\";s:11:\"author_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/author_list.png\";s:7:\"preview\";s:28:\"elementor-author-list-widget\";s:11:\"update_hash\";s:32:\"9737507d7425948988e49558e86dacdd\";}i:16;a:6:{s:5:\"title\";s:24:\"Post Horizontal Timeline\";s:4:\"name\";s:24:\"post_horizontal_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_horizontal_timeline.jpg\";s:7:\"preview\";s:45:\"post-horizontal-timeline-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7296d44c40b8b18d882f0ebccacce8c3\";}i:17;a:6:{s:5:\"title\";s:9:\"Tag Cloud\";s:4:\"name\";s:9:\"tag_cloud\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/tag_cloud.jpg\";s:7:\"preview\";s:30:\"tag-cloud-widget-for-elementor\";s:11:\"update_hash\";s:32:\"44c5ce03813b651de8badb04e6512398\";}i:18;a:6:{s:5:\"title\";s:17:\"Masonry Post Grid\";s:4:\"name\";s:17:\"masonry_post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/masonry_post_grid.jpg\";s:7:\"preview\";s:38:\"masonry-post-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"83e8627090e1aecc4f931fef0d1ae2a1\";}}s:20:\"Post Filters & Tools\";a:9:{i:0;a:6:{s:5:\"title\";s:11:\"AJAX Search\";s:4:\"name\";s:11:\"ajax_search\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ajax_search.png\";s:7:\"preview\";s:32:\"ajax-search-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b0fe27349525addc069dbb5d895df5f2\";}i:1;a:6:{s:5:\"title\";s:18:\"Dynamic Post Popup\";s:4:\"name\";s:13:\"dynamic_popup\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/dynamic_popup.png\";s:7:\"preview\";s:39:\"dynamic-post-popup-widget-for-elementor\";s:11:\"update_hash\";s:32:\"10485784c8a75f6985db2eb66d57f9e0\";}i:2;a:6:{s:5:\"title\";s:15:\"Post Pagination\";s:4:\"name\";s:18:\"archive_pagination\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/archive_pagination.png\";s:7:\"preview\";s:36:\"post-pagination-widget-for-elementor\";s:11:\"update_hash\";s:32:\"62fac8ba3614f27708f5afa1d9b6a907\";}i:3;a:6:{s:5:\"title\";s:11:\"Tabs Filter\";s:4:\"name\";s:22:\"ue_buttons_post_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_buttons_post_filter.jpg\";s:7:\"preview\";s:32:\"tabs-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"14a48bb0049c5d0ad5235f79f9daaad1\";}i:4;a:6:{s:5:\"title\";s:22:\"Select Dropdown Filter\";s:4:\"name\";s:21:\"ue_select_post_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_select_post_filter.jpg\";s:7:\"preview\";s:43:\"select-dropdown-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9dfe7277f771cf30e7bd6d577e640fcb\";}i:5;a:6:{s:5:\"title\";s:18:\"Post Query Summary\";s:4:\"name\";s:20:\"query_summary_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/query_summary_filter.png\";s:7:\"preview\";s:39:\"post-query-summary-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9e1f3af04a66441452c9b843f0061462\";}i:6;a:6:{s:5:\"title\";s:13:\"Search Filter\";s:4:\"name\";s:19:\"posts_search_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/posts_search_filter.jpg\";s:7:\"preview\";s:34:\"search-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"33afdf5279890000953f6c64bf4cc7a3\";}i:7;a:6:{s:5:\"title\";s:27:\"Load More / Infinite Scroll\";s:4:\"name\";s:16:\"load_more_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/load_more_filter.jpg\";s:7:\"preview\";s:46:\"load-more-infinite-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6c5a5dceb60320f23223e20e94c6c89a\";}i:8;a:6:{s:5:\"title\";s:15:\"Post Navigation\";s:4:\"name\";s:14:\"next_prev_post\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/next_prev_post.png\";s:7:\"preview\";s:36:\"post-navigation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"cb3288948bb62114ef574e459beaa9ca\";}}s:11:\"WooCommerce\";a:7:{i:0;a:6:{s:5:\"title\";s:24:\"WooCommerce Product List\";s:4:\"name\";s:24:\"woocommerce_product_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_product_list.jpg\";s:7:\"preview\";s:45:\"woocommerce-product-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"dac4c6f4f27cf564e311275e478038b1\";}i:1;a:6:{s:5:\"title\";s:24:\"WooCommerce Product Grid\";s:4:\"name\";s:24:\"woocommerce_product_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_product_grid.jpg\";s:7:\"preview\";s:45:\"woocommerce-product-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e7c0ace1cdf5c563ec82beedccd9f059\";}i:2;a:6:{s:5:\"title\";s:28:\"WooCommerce Product Carousel\";s:4:\"name\";s:28:\"woocommerce_product_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_product_carousel.jpg\";s:7:\"preview\";s:49:\"woocommerce-product-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"86a84a5ad0d82fc98e7b45810da4c4b6\";}i:3;a:6:{s:5:\"title\";s:23:\"WooCommerce AJAX Search\";s:4:\"name\";s:23:\"woocommerce_ajax_search\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_ajax_search.png\";s:7:\"preview\";s:23:\"woocommerce-ajax-search\";s:11:\"update_hash\";s:32:\"fdf16bf1f1ec733aa08355b3b649f12c\";}i:4;a:6:{s:5:\"title\";s:26:\"WooCommerce Product Slider\";s:4:\"name\";s:26:\"woocommerce_product_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_product_slider.jpg\";s:7:\"preview\";s:47:\"woocommerce-product-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"64dfe57566d58bc8ad4afcd81567aa00\";}i:5;a:6:{s:5:\"title\";s:25:\"WooCommerce Category Grid\";s:4:\"name\";s:25:\"woocommerce_category_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_category_grid.jpg\";s:7:\"preview\";s:40:\"woocommerce-category-grid-for-elemenetor\";s:11:\"update_hash\";s:32:\"fa9a77d155b72227de3fc54c41524240\";}i:6;a:6:{s:5:\"title\";s:29:\"WooCommerce Category Carousel\";s:4:\"name\";s:29:\"woocommerce_category_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_category_carousel.jpg\";s:7:\"preview\";s:50:\"woocommerce-category-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1df5d7a67c94689615ae4828f840317f\";}}s:17:\"Marketing Widgets\";a:30:{i:0;a:6:{s:5:\"title\";s:10:\"Event List\";s:4:\"name\";s:10:\"event_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/event_list.jpg\";s:7:\"preview\";s:31:\"event-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6b1e77414be5019cf698ec91ebac9977\";}i:1;a:6:{s:5:\"title\";s:21:\"Floating Chat Buttons\";s:4:\"name\";s:22:\"mobile_conversion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/mobile_conversion_menu.gif\";s:7:\"preview\";s:42:\"floating-chat-buttons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"140b6e4c960f1291eb4f3c2ba55e3bc6\";}i:2;a:6:{s:5:\"title\";s:5:\"vCard\";s:4:\"name\";s:12:\"vcard_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/vcard_button.png\";s:7:\"preview\";s:26:\"vcard-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7d9e42371175e5c8d0e969fd3651b478\";}i:3;a:6:{s:5:\"title\";s:13:\"Pricing Plans\";s:4:\"name\";s:12:\"pricing_plan\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_plan.jpg\";s:7:\"preview\";s:34:\"pricing-plans-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6b58623984c469d6269e2964dbe453fa\";}i:4;a:6:{s:5:\"title\";s:13:\"WhatsApp Chat\";s:4:\"name\";s:13:\"whatsapp_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/whatsapp_chat.png\";s:7:\"preview\";s:34:\"whatsapp-chat-widget-for-elementor\";s:11:\"update_hash\";s:32:\"eb14ae3075a4e81bb6b6666a0dd7cd58\";}i:5;a:6:{s:5:\"title\";s:4:\"List\";s:4:\"name\";s:4:\"list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list.jpg\";s:7:\"preview\";s:25:\"list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1933999435f1597493034662ba54c380\";}i:6;a:6:{s:5:\"title\";s:21:\"Unlimited Google Maps\";s:4:\"name\";s:14:\"ue_google_maps\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/ue_google_maps.jpg\";s:7:\"preview\";s:32:\"google-maps-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a703ad732fc841cf6fc25a15c670e1f1\";}i:7;a:6:{s:5:\"title\";s:10:\"Review Box\";s:4:\"name\";s:10:\"review_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/review_box.jpg\";s:7:\"preview\";s:31:\"review-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"33da53b9e653d90690c46ee51464ebfa\";}i:8;a:6:{s:5:\"title\";s:12:\"Product Card\";s:4:\"name\";s:13:\"food_menu_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/food_menu_box.jpg\";s:7:\"preview\";s:34:\"food-menu-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fcf3620574639968e754b554f6ccf124\";}i:9;a:6:{s:5:\"title\";s:11:\"Memory Game\";s:4:\"name\";s:11:\"memory_game\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/memory_game.gif\";s:7:\"preview\";s:32:\"memory-game-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8312795baf549624e48576f386d80814\";}i:10;a:6:{s:5:\"title\";s:18:\"Product Highlights\";s:4:\"name\";s:26:\"two_column_product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/two_column_product_bullets.jpg\";s:7:\"preview\";s:47:\"two-column-product-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b8738c6eb9e142a849edb56ff683b1d2\";}i:11;a:6:{s:5:\"title\";s:13:\"Pricing Table\";s:4:\"name\";s:18:\"icon_pricing_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_pricing_table.jpg\";s:7:\"preview\";s:34:\"pricing-table-widget-for-elementor\";s:11:\"update_hash\";s:32:\"61fc52029182d30dd5b926035d5a026c\";}i:12;a:6:{s:5:\"title\";s:12:\"Notification\";s:4:\"name\";s:12:\"notification\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/notification.jpg\";s:7:\"preview\";s:33:\"notification-widget-for-elementor\";s:11:\"update_hash\";s:32:\"798a7989648e8bc72d04b5558940e875\";}i:13;a:6:{s:5:\"title\";s:9:\"Event Box\";s:4:\"name\";s:9:\"event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/event_box.png\";s:7:\"preview\";s:30:\"event-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"033db5bff181c6ae437a50f168cd8ac7\";}i:14;a:6:{s:5:\"title\";s:10:\"Price List\";s:4:\"name\";s:10:\"price_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/price_list.jpg\";s:7:\"preview\";s:31:\"price-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"397236611e778221bc66cf8e57b86651\";}i:15;a:6:{s:5:\"title\";s:15:\"Product Bullets\";s:4:\"name\";s:15:\"product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/product_bullets.jpg\";s:7:\"preview\";s:36:\"product-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"390a139e1aca6243129c8818e43f27a1\";}i:16;a:6:{s:5:\"title\";s:7:\"Counter\";s:4:\"name\";s:17:\"statistic_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/statistic_counter.jpg\";s:7:\"preview\";s:32:\"statistic-counters-for-elementor\";s:11:\"update_hash\";s:32:\"9d05af4c6443192bcc2e83799830f89d\";}i:17;a:6:{s:5:\"title\";s:16:\"Icon Mobile Menu\";s:4:\"name\";s:16:\"icon_mobile_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_mobile_menu.png\";s:7:\"preview\";s:30:\"icon-mobile-menu-for-elementor\";s:11:\"update_hash\";s:32:\"4a8d555014a2ee0bce17c1e5959d89ee\";}i:18;a:6:{s:5:\"title\";s:21:\"Call To Action Button\";s:4:\"name\";s:19:\"pulsing_icon_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pulsing_icon_button.jpg\";s:7:\"preview\";s:42:\"call-to-action-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3ec9a23248d67b569c7e5f7b881cce8c\";}i:19;a:6:{s:5:\"title\";s:9:\"Price Box\";s:4:\"name\";s:17:\"box_pricing_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_pricing_table.jpg\";s:7:\"preview\";s:30:\"price-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"84b46ff3359064895156d932edec8dbf\";}i:20;a:6:{s:5:\"title\";s:15:\"Timer Countdown\";s:4:\"name\";s:15:\"timer_countdown\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown.jpg\";s:7:\"preview\";s:43:\"timer-countdowns-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"c39142f3c85ad89f34f7ead02aa3e0e8\";}i:21;a:6:{s:5:\"title\";s:22:\"Pricing Table Flip Box\";s:4:\"name\";s:16:\"pricing_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_flip_box.gif\";s:7:\"preview\";s:37:\"pricing-flip-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8681a92d33b850d4e9e03d956fc2fd3c\";}i:22;a:6:{s:5:\"title\";s:12:\"List Marquee\";s:4:\"name\";s:12:\"list_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list_marquee.gif\";s:7:\"preview\";s:33:\"list-marquee-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9f907d519adbe77d3577ab5a7fe8fe3f\";}i:23;a:6:{s:5:\"title\";s:15:\"Review Carousel\";s:4:\"name\";s:21:\"bold_customer_reviews\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_customer_reviews.png\";s:7:\"preview\";s:53:\"card-testimonial-review-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"52c9673d4f14f12f61e69ed2c48bd5ca\";}i:24;a:6:{s:5:\"title\";s:22:\"Timer Countdown Banner\";s:4:\"name\";s:22:\"timer_countdown_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown_banner.jpg\";s:7:\"preview\";s:43:\"timer-countdown-banner-widget-for-elementor\";s:11:\"update_hash\";s:32:\"22ae97c41143f60fc6363d3b26abb5a7\";}i:25;a:6:{s:5:\"title\";s:14:\"Business Hours\";s:4:\"name\";s:14:\"business_hours\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/business_hours.png\";s:7:\"preview\";s:35:\"business-hours-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a23469de0b6821b0536511b1cdb7446d\";}i:26;a:6:{s:5:\"title\";s:19:\"Overlay Product Box\";s:4:\"name\";s:25:\"uc_simple_overlay_product\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_simple_overlay_product.jpg\";s:7:\"preview\";s:40:\"overlay-product-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f4638f8bfc00bc3db5a33c715b13a372\";}i:27;a:6:{s:5:\"title\";s:16:\"Copy Coupon Code\";s:4:\"name\";s:16:\"copy_coupon_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/copy_coupon_code.gif\";s:7:\"preview\";s:37:\"copy-coupon-code-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ce8714168af1c8b718554291014d2961\";}i:28;a:6:{s:5:\"title\";s:11:\"Product Box\";s:4:\"name\";s:14:\"bold_price_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_price_box.jpg\";s:7:\"preview\";s:44:\"price-label-product-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7c0c3f41f84d8e6d9a3560b89e84e72a\";}i:29;a:6:{s:5:\"title\";s:16:\"Product Carousel\";s:4:\"name\";s:21:\"uc_menu_item_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_menu_item_carousel.png\";s:7:\"preview\";s:37:\"product-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f7e86cb63a2857edb816e1e6803a436d\";}}s:13:\"Dynamic Loops\";a:5:{i:0;a:6:{s:5:\"title\";s:21:\"Dynamic Template Grid\";s:4:\"name\";s:15:\"ue_listing_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_grid.jpg\";s:7:\"preview\";s:42:\"dynamic-template-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f668f4f0907c49c5b9ae0119a06d4a94\";}i:1;a:6:{s:5:\"title\";s:25:\"Dynamic Template Carousel\";s:4:\"name\";s:19:\"ue_listing_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_carousel.jpg\";s:7:\"preview\";s:46:\"dynamic-template-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0dbf9a37db9bb65766c2757875099d85\";}i:2;a:6:{s:5:\"title\";s:21:\"Dynamic Template Tabs\";s:4:\"name\";s:15:\"ue_listing_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_tabs.jpg\";s:7:\"preview\";s:42:\"dynamic-template-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"22452e12c5ff20b3cc276d33180cf73c\";}i:3;a:6:{s:5:\"title\";s:23:\"Dynamic Template Slider\";s:4:\"name\";s:17:\"ue_listing_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_slider.jpg\";s:7:\"preview\";s:44:\"dynamic-template-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a47d5b9a75eaee74ef512c5cf3056c75\";}i:4;a:6:{s:5:\"title\";s:26:\"Dynamic Template Accordion\";s:4:\"name\";s:20:\"ue_listing_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_accordion.jpg\";s:7:\"preview\";s:47:\"dynamic-template-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f2af651ea4367405eaf73036479e2f66\";}}s:22:\"Remote Control Widgets\";a:7:{i:0;a:6:{s:5:\"title\";s:11:\"Remote Tabs\";s:4:\"name\";s:11:\"remote_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_tabs.gif\";s:7:\"preview\";s:32:\"remote-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b2aeacfdf46133f92fdf0a0276f3df18\";}i:1;a:6:{s:5:\"title\";s:13:\"Remote Arrows\";s:4:\"name\";s:16:\"arrow_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/arrow_navigation.jpg\";s:7:\"preview\";s:34:\"remote-arrows-widget-for-elementor\";s:11:\"update_hash\";s:32:\"373045eec6216e38cc625a1e64e92e34\";}i:2;a:6:{s:5:\"title\";s:14:\"Remote Bullets\";s:4:\"name\";s:32:\"remote_control_bullet_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_bullet_navigation.jpg\";s:7:\"preview\";s:35:\"remote-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"42dbf01b0c9d3f67761aac6129d8bc51\";}i:3;a:6:{s:5:\"title\";s:14:\"Remote Counter\";s:4:\"name\";s:22:\"remote_counter_display\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_counter_display.jpg\";s:7:\"preview\";s:35:\"remote-counter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"85d685b7fedc349e40db67f8a6bb30b9\";}i:4;a:6:{s:5:\"title\";s:11:\"Remote Link\";s:4:\"name\";s:19:\"remote_control_link\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_link.jpg\";s:7:\"preview\";s:32:\"remote-link-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d15bee1198c0c6c2634a70f957048160\";}i:5;a:6:{s:5:\"title\";s:22:\"Remote Item Navigation\";s:4:\"name\";s:22:\"remote_item_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_item_navigation.gif\";s:7:\"preview\";s:43:\"remote-item-navigation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a78b6d8098c2bccf9c47f46fb99fddbd\";}i:6;a:6:{s:5:\"title\";s:17:\"Remote Play Pause\";s:4:\"name\";s:17:\"remote_play_pause\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_play_pause.jpg\";s:7:\"preview\";s:22:\"remote-control-widgets\";s:11:\"update_hash\";s:32:\"1a34443342e8885e3644e17cf5b26f54\";}}s:12:\"Menu Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:9:\"Mega Menu\";s:4:\"name\";s:9:\"mega_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu.jpg\";s:7:\"preview\";s:30:\"mega-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c804e89d75f75788dec22aa24d70e34c\";}i:1;a:6:{s:5:\"title\";s:21:\"Mega Menu Inner Links\";s:4:\"name\";s:21:\"mega_menu_inner_links\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu_inner_links.jpg\";s:7:\"preview\";s:42:\"mega-menu-inner-links-widget-for-elementor\";s:11:\"update_hash\";s:32:\"bd1a377a2225b5c5eeab835c441a8244\";}i:2;a:6:{s:5:\"title\";s:9:\"Side Menu\";s:4:\"name\";s:12:\"ue_side_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_side_menu.jpg\";s:7:\"preview\";s:30:\"side-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a92c556c4055affbf2677bc07cafc927\";}i:3;a:6:{s:5:\"title\";s:15:\"Fullscreen Menu\";s:4:\"name\";s:26:\"fullscreen_navigation_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/fullscreen_navigation_menu.gif\";s:7:\"preview\";s:36:\"fullscreen-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"96d1d5ae13bcbb7de1fd302080b36522\";}i:4;a:6:{s:5:\"title\";s:23:\"Liquid Full Screen Menu\";s:4:\"name\";s:26:\"uc_liquid_full_screen_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/uc_liquid_full_screen_menu.gif\";s:7:\"preview\";s:43:\"liquid-fullscreen-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c17948f12a5fc9b9335f2d395af80cfd\";}i:5;a:6:{s:5:\"title\";s:26:\"One Page Scroll Navigation\";s:4:\"name\";s:33:\"bullet_one_page_scroll_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/bullet_one_page_scroll_navigation.png\";s:7:\"preview\";s:47:\"one-page-scroll-navigation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"047e6a791dc1644540202bd4c2534c22\";}i:6;a:6:{s:5:\"title\";s:11:\"Circle Menu\";s:4:\"name\";s:14:\"ue_circle_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_circle_menu.jpg\";s:7:\"preview\";s:32:\"circle-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8676e0fa4f204fb29096fd54f5a385e0\";}i:7;a:6:{s:5:\"title\";s:9:\"List Menu\";s:4:\"name\";s:16:\"simple_list_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/simple_list_menu.png\";s:7:\"preview\";s:37:\"simple-list-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"14d0b8595ca3da7b4ed4c0b8f6e40cbb\";}i:8;a:6:{s:5:\"title\";s:14:\"Accordion Menu\";s:4:\"name\";s:17:\"ue_accordion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_accordion_menu.jpg\";s:7:\"preview\";s:35:\"accordion-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ca454520c6fc4aef491c0c3deeb919a3\";}}s:15:\"Content Widgets\";a:14:{i:0;a:6:{s:5:\"title\";s:12:\"Simple Popup\";s:4:\"name\";s:12:\"simple_popup\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/simple_popup.png\";s:7:\"preview\";s:33:\"simple-popup-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e78e96911e71690a0ab4d9ab9b765a8e\";}i:1;a:6:{s:5:\"title\";s:11:\"Mega Slider\";s:4:\"name\";s:11:\"mega_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/mega_slider.png\";s:7:\"preview\";s:32:\"mega-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"efbc76b6496cd9c7947eb327b375700a\";}i:2;a:6:{s:5:\"title\";s:23:\"Expanding Content Cards\";s:4:\"name\";s:23:\"expanding_content_cards\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/expanding_content_cards.gif\";s:7:\"preview\";s:44:\"expanding-content-cards-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0dfc084cc088bf59dc81c2b1875896a4\";}i:3;a:6:{s:5:\"title\";s:17:\"Content Accordion\";s:4:\"name\";s:17:\"content_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_accordion.jpg\";s:7:\"preview\";s:38:\"content-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8305972d11db97bb8ad611b209599e7a\";}i:4;a:6:{s:5:\"title\";s:14:\"Unfold Content\";s:4:\"name\";s:9:\"ue_unfold\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_unfold.gif\";s:7:\"preview\";s:35:\"unfold-content-widget-for-elementor\";s:11:\"update_hash\";s:32:\"15546874504965b6ebd405600379bb7e\";}i:5;a:6:{s:5:\"title\";s:15:\"Unlimited Table\";s:4:\"name\";s:8:\"ue_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_table.jpg\";s:7:\"preview\";s:36:\"unlimited-table-widget-for-elementor\";s:11:\"update_hash\";s:32:\"01d74fd195b13498d244f608daf6c13b\";}i:6;a:6:{s:5:\"title\";s:10:\"Toggle Box\";s:4:\"name\";s:10:\"toggle_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/toggle_box.png\";s:7:\"preview\";s:31:\"toggle-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e3515cc74244610a32787f52060841ae\";}i:7;a:6:{s:5:\"title\";s:14:\"Unlimited Grid\";s:4:\"name\";s:14:\"unlimited_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/unlimited_grid.jpg\";s:7:\"preview\";s:35:\"unlimited-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e20807f1d4d64e0244e868f4e3fc4237\";}i:8;a:6:{s:5:\"title\";s:16:\"Content Switcher\";s:4:\"name\";s:14:\"content_toggle\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_toggle.gif\";s:7:\"preview\";s:37:\"content-switcher-widget-for-elementor\";s:11:\"update_hash\";s:32:\"010c41ab0f3d3c7c0502d4d3dc40b025\";}i:9;a:6:{s:5:\"title\";s:12:\"Content Tabs\";s:4:\"name\";s:12:\"content_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_tabs.jpg\";s:7:\"preview\";s:33:\"content-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"93c09f25ae56bd8df8fe8a3f26aebfb4\";}i:10;a:6:{s:5:\"title\";s:14:\"Content Slider\";s:4:\"name\";s:18:\"content_slider_new\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_slider_new.gif\";s:7:\"preview\";s:35:\"content-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f0bbb7441e025ff1157641639f0f0aa3\";}i:11;a:6:{s:5:\"title\";s:16:\"Content Carousel\";s:4:\"name\";s:20:\"content_carousel_new\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_carousel_new.jpg\";s:7:\"preview\";s:37:\"content-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4b763c67e0391199ec16f960a80347d6\";}i:12;a:6:{s:5:\"title\";s:12:\"Content Grid\";s:4:\"name\";s:13:\"content_grid2\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_grid2.png\";s:7:\"preview\";s:33:\"content-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"486e047cff81258b301388fbbfe929e5\";}i:13;a:6:{s:5:\"title\";s:14:\"Content Ticker\";s:4:\"name\";s:14:\"content_ticker\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_ticker.png\";s:7:\"preview\";s:35:\"content-ticker-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0690162c877a06244cac7309bf019433\";}}s:16:\"Carousel Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:18:\"Coverflow Carousel\";s:4:\"name\";s:19:\"cover_flow_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/cover_flow_carousel.gif\";s:7:\"preview\";s:39:\"coverflow-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0114e0a5ce819fb7816a7587c65bd13e\";}i:1;a:6:{s:5:\"title\";s:13:\"Card Carousel\";s:4:\"name\";s:13:\"card_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/card_carousel.jpg\";s:7:\"preview\";s:34:\"card-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b6fd12d76fab20fe36ba6513a613cf7e\";}i:2;a:6:{s:5:\"title\";s:13:\"Icon Carousel\";s:4:\"name\";s:13:\"icon_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/icon_carousel.jpg\";s:7:\"preview\";s:34:\"icon-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4a17f34316ce1a18f2e4f3a60a2a8ec3\";}i:3;a:6:{s:5:\"title\";s:19:\"Image Card Carousel\";s:4:\"name\";s:19:\"image_card_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/image_card_carousel.gif\";s:7:\"preview\";s:40:\"image-card-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"73ac65e2892d26ba10768306f260333b\";}i:4;a:6:{s:5:\"title\";s:17:\"Material Carousel\";s:4:\"name\";s:17:\"material_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/material_carousel.jpg\";s:7:\"preview\";s:38:\"material-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3021369e1c4b97ac90f691b79eea8641\";}i:5;a:6:{s:5:\"title\";s:16:\"Overlay Carousel\";s:4:\"name\";s:16:\"overlay_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/overlay_carousel.jpg\";s:7:\"preview\";s:37:\"overlay-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a173bd1ebc757718069bb60da6c56c1e\";}i:6;a:6:{s:5:\"title\";s:14:\"Swipe Carousel\";s:4:\"name\";s:18:\"swipe_css_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/swipe_css_carousel.png\";s:7:\"preview\";s:39:\"swipe-css-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c6195b2ac86306f283ff1ad7ee7ea00f\";}i:7;a:6:{s:5:\"title\";s:18:\"Portfolio Carousel\";s:4:\"name\";s:18:\"portfolio_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/portfolio_carousel.png\";s:7:\"preview\";s:39:\"portfolio-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e2b94f5a640eab73d388427ac65cc39d\";}i:8;a:6:{s:5:\"title\";s:24:\"Justified Image Carousel\";s:4:\"name\";s:24:\"justified_image_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/justified_image_carousel.png\";s:7:\"preview\";s:45:\"justified-image-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"cf25e8c8b04aad2d2e62985b7770e1ff\";}}s:13:\"Media Widgets\";a:14:{i:0;a:6:{s:5:\"title\";s:14:\"Slider Gallery\";s:4:\"name\";s:15:\"uc_slider_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_slider_image.jpg\";s:7:\"preview\";s:35:\"slider-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ef527de5420f6168e8af8689d5166210\";}i:1;a:6:{s:5:\"title\";s:12:\"Grid Gallery\";s:4:\"name\";s:19:\"uc_grid_image_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_grid_image_theme.jpg\";s:7:\"preview\";s:33:\"grid-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d02a0e549ab58a849297c740f2dcf90f\";}i:2;a:6:{s:5:\"title\";s:12:\"Random Image\";s:4:\"name\";s:15:\"ue_random_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/ue_random_image.jpg\";s:7:\"preview\";s:33:\"random-image-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d80fc0da9e98311588355353e8eb5096\";}i:3;a:6:{s:5:\"title\";s:15:\"Masonry Gallery\";s:4:\"name\";s:22:\"uc_tiles_columns_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_columns_image.jpg\";s:7:\"preview\";s:36:\"masonry-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6b28ed66e8fbae3133d62e43eef6f774\";}i:4;a:6:{s:5:\"title\";s:12:\"Tile Gallery\";s:4:\"name\";s:19:\"uc_tiles_grid_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_grid_image.jpg\";s:7:\"preview\";s:33:\"tile-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"52d6a3c17c3d7134f6d2372b49f3bdab\";}i:5;a:6:{s:5:\"title\";s:16:\"Carousel Gallery\";s:4:\"name\";s:17:\"uc_carousel_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_carousel_image.jpg\";s:7:\"preview\";s:37:\"carousel-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7da3765d7cde13385f19a30286687bf1\";}i:6;a:6:{s:5:\"title\";s:15:\"Compact Gallery\";s:4:\"name\";s:22:\"uc_compact_image_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_compact_image_theme.jpg\";s:7:\"preview\";s:36:\"compact-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"faa0239c674589eadcf9322959b8ff5d\";}i:7;a:6:{s:5:\"title\";s:17:\"Thumbnail Gallery\";s:4:\"name\";s:22:\"uc_image_default_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_image_default_theme.jpg\";s:7:\"preview\";s:38:\"unlimited-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"bfb67bfbf96f0f532c474f6be3155ea5\";}i:8;a:6:{s:5:\"title\";s:14:\"Audio Playlist\";s:4:\"name\";s:14:\"audio_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_playlist.jpg\";s:7:\"preview\";s:35:\"audio-playlist-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6e3b617c0ea24cbce690103d120a7ab1\";}i:9;a:6:{s:5:\"title\";s:13:\"Simple Slider\";s:4:\"name\";s:13:\"simple_slider\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/simple_slider.jpg\";s:7:\"preview\";s:34:\"simple-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f78f1d109a143ae809e56605c1778ccc\";}i:10;a:6:{s:5:\"title\";s:12:\"Audio Player\";s:4:\"name\";s:17:\"audio_player_mejs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_player_mejs.jpg\";s:7:\"preview\";s:33:\"audio-player-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3c60eeb26b7cfb899318cabfb2c56290\";}i:11;a:6:{s:5:\"title\";s:16:\"Thumbnail Slider\";s:4:\"name\";s:26:\"owl_sliding_thumbs_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/owl_sliding_thumbs_gallery.png\";s:7:\"preview\";s:37:\"thumbnail-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1ad7c1818e219b25645dcfc9eead3a86\";}i:12;a:6:{s:5:\"title\";s:30:\"Image and Video Content Slider\";s:4:\"name\";s:23:\"uc_video_content_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_video_content_slider.png\";s:7:\"preview\";s:47:\"image-video-content-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"00b6cf6481c36c0aa2cc9c5bd3b16a5a\";}i:13;a:6:{s:5:\"title\";s:14:\"Video Playlist\";s:4:\"name\";s:23:\"play_list_video_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/play_list_video_gallery.jpg\";s:7:\"preview\";s:45:\"thumb-list-video-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1edef687bf2d772244a2c51886895b13\";}}s:19:\"Infographic Widgets\";a:11:{i:0;a:6:{s:5:\"title\";s:30:\"Interactive Circle Infographic\";s:4:\"name\";s:30:\"interactive_circle_infographic\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/interactive_circle_infographic.jpg\";s:7:\"preview\";s:51:\"interactive-circle-infographic-widget-for-elementor\";s:11:\"update_hash\";s:32:\"993cddd3fd1a9276f8eaa304bded5918\";}i:1;a:6:{s:5:\"title\";s:18:\"Unlimited Timeline\";s:4:\"name\";s:18:\"unlimited_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_timeline.jpg\";s:7:\"preview\";s:39:\"unlimited-timeline-widget-for-elementor\";s:11:\"update_hash\";s:32:\"91b51a440a0934eea39f8a36ccbb8cbe\";}i:2;a:6:{s:5:\"title\";s:16:\"Unlimited Charts\";s:4:\"name\";s:16:\"unlimited_charts\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_charts.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ec6ba4582e1ecab28047de9de95603be\";}i:3;a:6:{s:5:\"title\";s:16:\"Funnel & Pyramid\";s:4:\"name\";s:10:\"ue_pyramid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/ue_pyramid.jpg\";s:7:\"preview\";s:35:\"funnel-pyramid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f910f25164f8fd8a9c33b4a97dac9c1a\";}i:4;a:6:{s:5:\"title\";s:19:\"Linear Progress Bar\";s:4:\"name\";s:19:\"linear_progress_bar\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/linear_progress_bar.gif\";s:7:\"preview\";s:40:\"linear-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1ae8e4935c979e5fdfee947dc8b6e2c6\";}i:5;a:6:{s:5:\"title\";s:12:\"Step Process\";s:4:\"name\";s:12:\"step_process\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/step_process.jpg\";s:7:\"preview\";s:33:\"step-process-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3c5814128fb7b01ab42f76cd00565b95\";}i:6;a:6:{s:5:\"title\";s:19:\"Circle Progress Bar\";s:4:\"name\";s:22:\"uc_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_circle_progress_bar.gif\";s:7:\"preview\";s:40:\"circle-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0238af886b94732fe8d0434a22e6be3e\";}i:7;a:6:{s:5:\"title\";s:24:\"Semi Circle Progress Bar\";s:4:\"name\";s:24:\"semi_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/semi_circle_progress_bar.gif\";s:7:\"preview\";s:45:\"semi-circle-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"bd663ffbaef315f6c84575765f2d565a\";}i:8;a:6:{s:5:\"title\";s:9:\"Pie chart\";s:4:\"name\";s:11:\"uc_piechart\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_piechart.jpg\";s:7:\"preview\";s:23:\"pie-chart-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:21:\"Vertical Progress Bar\";s:4:\"name\";s:24:\"uc_vertical_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_vertical_progress_bar.gif\";s:7:\"preview\";s:42:\"vertical-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7f527ac0d7571f07f21dd2e2060569fe\";}i:10;a:6:{s:5:\"title\";s:10:\"Line Chart\";s:4:\"name\";s:10:\"line_chart\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/line_chart.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a917df9b854e294e98b67e2f5ab1ea7c\";}}s:12:\"Testimonials\";a:4:{i:0;a:6:{s:5:\"title\";s:15:\"Testimonial Box\";s:4:\"name\";s:15:\"box_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/box_testimonial.jpg\";s:7:\"preview\";s:36:\"box-testimonial-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f2709690911bf63c5173511adfde09ea\";}i:1;a:6:{s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"name\";s:31:\"responsive_testemonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/responsive_testemonial_carousel.png\";s:7:\"preview\";s:41:\"testimonial-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d8011ef12c65b14d66f4ec76dae8a923\";}i:2;a:6:{s:5:\"title\";s:16:\"Testimonial Card\";s:4:\"name\";s:21:\"logo_card_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/logo_card_testimonial.jpg\";s:7:\"preview\";s:42:\"logo-card-testimonial-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c2a31982edb7badf43db661cca1cb594\";}i:3;a:6:{s:5:\"title\";s:25:\"Testimonial Card Carousel\";s:4:\"name\";s:26:\"clean_testemonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/clean_testemonial_carousel.png\";s:7:\"preview\";s:49:\"3d-testimonial-card-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2b21e3defc2524061f787f324dd1c61a\";}}s:12:\"Team Members\";a:6:{i:0;a:6:{s:5:\"title\";s:20:\"Team Member Carousel\";s:4:\"name\";s:20:\"team_member_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_carousel.jpg\";s:7:\"preview\";s:41:\"team-member-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"030d58b7087cf0e3a5a65d1f7d1fc004\";}i:1;a:6:{s:5:\"title\";s:16:\"Team Member Card\";s:4:\"name\";s:16:\"team_member_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_card.jpg\";s:7:\"preview\";s:37:\"team-member-card-widget-for-elementor\";s:11:\"update_hash\";s:32:\"631b3ee343681c5f4912d7687055591b\";}i:2;a:6:{s:5:\"title\";s:15:\"Team Member Box\";s:4:\"name\";s:23:\"team_member_box_overlay\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_box_overlay.gif\";s:7:\"preview\";s:44:\"team-member-box-overlay-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ed230a39223d7283c6992a4e8529bbd9\";}i:3;a:6:{s:5:\"title\";s:23:\"Team Member Icon Effect\";s:4:\"name\";s:25:\"circle_effect_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/circle_effect_team_member.gif\";s:7:\"preview\";s:37:\"icon-team-member-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1aecd5ff713508c0254d9c87f8f86def\";}i:4;a:6:{s:5:\"title\";s:16:\"Team Member Grid\";s:4:\"name\";s:16:\"team_member_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_grid.jpg\";s:7:\"preview\";s:37:\"team-member-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5149c4a569f4d8779e50ec17e8db49b6\";}i:5;a:6:{s:5:\"title\";s:26:\"Team Member Sliding Effect\";s:4:\"name\";s:29:\"uc_team_member_overlay_bottom\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/uc_team_member_overlay_bottom.gif\";s:7:\"preview\";s:47:\"sliding-effect-team-member-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d7447f62636df1356bf736343fc8ed80\";}}s:13:\"Content Boxes\";a:9:{i:0;a:6:{s:5:\"title\";s:22:\"Image Zoom Content Box\";s:4:\"name\";s:22:\"image_zoom_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_zoom_content_box.jpg\";s:7:\"preview\";s:43:\"image-zoom-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"413db7be76b415f648562c79c0e422e9\";}i:1;a:6:{s:5:\"title\";s:31:\"Content Box Zoom Caption Reveal\";s:4:\"name\";s:31:\"zoom_caption_reveal_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/zoom_caption_reveal_content_box.gif\";s:7:\"preview\";s:52:\"zoom-caption-reveal-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d79dd404b804876f8262aeae469da499\";}i:2;a:6:{s:5:\"title\";s:10:\"Image Card\";s:4:\"name\";s:22:\"image_card_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_card_content_box.png\";s:7:\"preview\";s:43:\"image-card-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d34aba9f756342a5cd2d377ec0d2a950\";}i:3;a:6:{s:5:\"title\";s:19:\"Content Box Overlay\";s:4:\"name\";s:26:\"subtle_overlay_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/subtle_overlay_content_box.gif\";s:7:\"preview\";s:47:\"subtle-overlay-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"005d20e34469280298030b4086ac1a90\";}i:4;a:6:{s:5:\"title\";s:29:\"Content Box Hover Text Reveal\";s:4:\"name\";s:29:\"hover_text_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/hover_text_reveal_content_box.gif\";s:7:\"preview\";s:50:\"hover-text-reveal-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"010ed4783b4d26179c28af4c0cbd2efe\";}i:5;a:6:{s:5:\"title\";s:22:\"Icon Image Content Box\";s:4:\"name\";s:22:\"icon_image_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_image_content_box.gif\";s:7:\"preview\";s:43:\"icon-image-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"12342457a90b4446d52791a86dc92f6a\";}i:6;a:6:{s:5:\"title\";s:27:\"Animated Border Content Box\";s:4:\"name\";s:27:\"animated_border_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_content_box.png\";s:7:\"preview\";s:48:\"animated-border-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1db8d95069d73b7a8de143348a31bd4e\";}i:7;a:6:{s:5:\"title\";s:16:\"Icon Content Box\";s:4:\"name\";s:16:\"icon_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_content_box.jpg\";s:7:\"preview\";s:37:\"icon-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a7cdfbfc786aa63a8270baf5dd26f237\";}i:8;a:6:{s:5:\"title\";s:26:\"Content Box Sliding Effect\";s:4:\"name\";s:19:\"sliding_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/sliding_content_box.jpg\";s:7:\"preview\";s:40:\"sliding-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d1a0d5117f78feffc5af0363cd6ba2ce\";}}s:17:\"Instagram Widgets\";a:5:{i:0;a:6:{s:5:\"title\";s:14:\"Instagram Feed\";s:4:\"name\";s:25:\"blox_grid_instagrm_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_grid_instagrm_widget.png\";s:7:\"preview\";s:35:\"instagram-feed-widget-for-elementor\";s:11:\"update_hash\";s:32:\"da02d9f965a764fe16865267826e05bf\";}i:1;a:6:{s:5:\"title\";s:22:\"Instagram Latest Image\";s:4:\"name\";s:27:\"blox_instagram_latest_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_latest_image.png\";s:7:\"preview\";s:43:\"latest-instagram-image-widget-for-elementor\";s:11:\"update_hash\";s:32:\"460b03ca781e8ee1ddb7c149fb6c071c\";}i:2;a:6:{s:5:\"title\";s:13:\"Instagram Box\";s:4:\"name\";s:28:\"blox_quatro_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_quatro_instagram_widget.png\";s:7:\"preview\";s:34:\"instagram-teaser-box-for-elementor\";s:11:\"update_hash\";s:32:\"8c376c95557cefb4f799aae6aadf9a7a\";}i:3;a:6:{s:5:\"title\";s:14:\"Instagram Card\";s:4:\"name\";s:26:\"blox_instagram_card_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_card_widget.png\";s:7:\"preview\";s:35:\"instagram-card-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e24c43741736059edd182f91adefe1eb\";}i:4;a:6:{s:5:\"title\";s:20:\"Instagram Metro Grid\";s:4:\"name\";s:21:\"blox_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_widget.png\";s:7:\"preview\";s:36:\"metro-instagram-widget-for-elementor\";s:11:\"update_hash\";s:32:\"881b17b9e7f63eb38cc6c9cfa32b7db7\";}}s:12:\"Logo Widgets\";a:4:{i:0;a:6:{s:5:\"title\";s:9:\"Logo Grid\";s:4:\"name\";s:9:\"logo_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_grid.jpg\";s:7:\"preview\";s:30:\"logo-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"74617f86592b5f061bfd02b7290ce775\";}i:1;a:6:{s:5:\"title\";s:13:\"Logo Carousel\";s:4:\"name\";s:13:\"logo_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_carousel.gif\";s:7:\"preview\";s:34:\"logo-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1c99cb3a16f534d03b71a027105c6900\";}i:2;a:6:{s:5:\"title\";s:9:\"Logo Card\";s:4:\"name\";s:9:\"logo_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_card.jpg\";s:7:\"preview\";s:30:\"logo-card-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:12:\"Logo Marquee\";s:4:\"name\";s:12:\"logo_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_marquee.png\";s:7:\"preview\";s:33:\"logo-marquee-widget-for-elementor\";s:11:\"update_hash\";s:32:\"249dc6fd890d240ad6065fdaf96957a0\";}}s:13:\"Hover Effects\";a:9:{i:0;a:6:{s:5:\"title\";s:21:\"Rollover Image Effect\";s:4:\"name\";s:21:\"rollover_image_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/rollover_image_effect.gif\";s:7:\"preview\";s:42:\"rollover-image-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b14d632c3ddcd14417a780e9a0914022\";}i:1;a:6:{s:5:\"title\";s:20:\"Banner Hover Effects\";s:4:\"name\";s:23:\"uc_banner_hover_effects\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_banner_hover_effects.gif\";s:7:\"preview\";s:41:\"banner-hover-effect-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"8db31a7d76cc9e70e4c4d68e8c02b1d7\";}i:2;a:6:{s:5:\"title\";s:18:\"Link Hover Effects\";s:4:\"name\";s:18:\"link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/link_hover_effects.gif\";s:7:\"preview\";s:18:\"link-hover-effects\";s:11:\"update_hash\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:18:\"Icon Hover Effects\";s:4:\"name\";s:21:\"uc_icon_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_icon_hover_effects.gif\";s:7:\"preview\";s:32:\"icon-hover-effects-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:13:\"iHover Effect\";s:4:\"name\";s:13:\"ihover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/ihover_effect.gif\";s:7:\"preview\";s:20:\"ihover-for-elementor\";s:11:\"update_hash\";s:32:\"1174afc04691347aea1b9727a1a5c2ff\";}i:5;a:6:{s:5:\"title\";s:22:\"Creative Button Hovers\";s:4:\"name\";s:16:\"creative_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/creative_buttons.gif\";s:7:\"preview\";s:42:\"creative-button-hover-widget-for-elementor\";s:11:\"update_hash\";s:32:\"459942e562de22c20169be45c63e1381\";}i:6;a:6:{s:5:\"title\";s:21:\"Caption Hover Effects\";s:4:\"name\";s:21:\"caption_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/caption_hover_effects.gif\";s:7:\"preview\";s:21:\"caption-hover-effects\";s:11:\"update_hash\";s:32:\"09888887fbf36a7b947784cd830ce91b\";}i:7;a:6:{s:5:\"title\";s:25:\"Border Link Hover Effects\";s:4:\"name\";s:25:\"border_link_hover_effects\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/border_link_hover_effects.gif\";s:7:\"preview\";s:46:\"border-link-hover-effects-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:12:\"Image Scroll\";s:4:\"name\";s:20:\"scrolling_screenshot\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/scrolling_screenshot.gif\";s:7:\"preview\";s:41:\"scrolling-screenshot-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d431c3d1ad9da4cb2bc80c1837c7a62a\";}}s:14:\"Button Widgets\";a:21:{i:0;a:6:{s:5:\"title\";s:15:\"Dropdown Button\";s:4:\"name\";s:15:\"dropdown_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dropdown_button.gif\";s:7:\"preview\";s:36:\"dropdown-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9d6d418fe38981a99205d3ce18762622\";}i:1;a:6:{s:5:\"title\";s:13:\"Scroll To Top\";s:4:\"name\";s:16:\"ue_scroll_to_top\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/ue_scroll_to_top.jpg\";s:7:\"preview\";s:34:\"scroll-to-top-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c88b011c9c42892e80ffbd060883c73a\";}i:2;a:6:{s:5:\"title\";s:17:\"Video Play Button\";s:4:\"name\";s:16:\"blox_play_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_play_button.png\";s:7:\"preview\";s:44:\"video-play-button-popup-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2291b2319691ed9b6bb3a0fb4f09ac7d\";}i:3;a:6:{s:5:\"title\";s:26:\"Neon Glowing Button Effect\";s:4:\"name\";s:26:\"neon_glowing_button_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/neon_glowing_button_effect.gif\";s:7:\"preview\";s:47:\"neon-glowing-button-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5279edc1407676c1f2629b75931640fc\";}i:4;a:6:{s:5:\"title\";s:14:\"Overlay Button\";s:4:\"name\";s:20:\"color_overlay_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/color_overlay_button.gif\";s:7:\"preview\";s:35:\"overlay-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0ef119dec64f32e22e857d395c442abe\";}i:5;a:6:{s:5:\"title\";s:27:\"Underline Link Hover Effect\";s:4:\"name\";s:27:\"underline_link_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_link_hover_effect.gif\";s:7:\"preview\";s:48:\"underline-link-hover-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f27e113ab784489edb7928c2e06900d5\";}i:6;a:6:{s:5:\"title\";s:25:\"Underline Animated Button\";s:4:\"name\";s:25:\"underline_animated_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_animated_button.gif\";s:7:\"preview\";s:46:\"underline-animated-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:17:\"Multi Line Button\";s:4:\"name\";s:17:\"multi_line_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/multi_line_button.jpg\";s:7:\"preview\";s:38:\"multi-line-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d8bc571a471b76b8518c410d8964bbbe\";}i:8;a:6:{s:5:\"title\";s:22:\"Simple Artistic Button\";s:4:\"name\";s:22:\"simple_artistic_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/simple_artistic_button.png\";s:7:\"preview\";s:43:\"simple-artistic-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"dc50153f1c9439310cb75df218376eb6\";}i:9;a:6:{s:5:\"title\";s:18:\"Toggle Text Button\";s:4:\"name\";s:18:\"toggle_text_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/toggle_text_button.png\";s:7:\"preview\";s:39:\"toggle-text-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:12:\"Button Group\";s:4:\"name\";s:14:\"blox_btn_group\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_btn_group.png\";s:7:\"preview\";s:33:\"button-group-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fb48de16d0bc7ffacd059b834ec7c263\";}i:11;a:6:{s:5:\"title\";s:9:\"Dark Mode\";s:4:\"name\";s:9:\"dark_mode\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dark_mode.gif\";s:7:\"preview\";s:30:\"dark-mode-widget-for-elementor\";s:11:\"update_hash\";s:32:\"deb8d0ee4360327effcda0ac1c57f00a\";}i:12;a:6:{s:5:\"title\";s:19:\"Icon Pointer Button\";s:4:\"name\";s:19:\"icon_pointer_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/icon_pointer_button.jpg\";s:7:\"preview\";s:40:\"icon-pointer-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"026e6a9d20b2bc2eac14eec001f89f4c\";}i:13;a:6:{s:5:\"title\";s:20:\"Border Button Effect\";s:4:\"name\";s:17:\"border_btn_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/border_btn_effect.gif\";s:7:\"preview\";s:41:\"border-button-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"040ace69631ffbbfdc6d49de537c8a2c\";}i:14;a:6:{s:5:\"title\";s:15:\"Gradient Button\";s:4:\"name\";s:15:\"gradient_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_button.png\";s:7:\"preview\";s:36:\"gradient-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:13:\"Liquid Button\";s:4:\"name\";s:23:\"super_fun_liquid_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/super_fun_liquid_button.gif\";s:7:\"preview\";s:34:\"liquid-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9d45dafaafa29b8261531c942c2f5907\";}i:16;a:6:{s:5:\"title\";s:28:\"Gradient Hover Effect Button\";s:4:\"name\";s:28:\"gradient_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_hover_effect_button.gif\";s:7:\"preview\";s:49:\"gradient-hover-effect-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9c599e19c83c9ff3a44c1e91d35d9108\";}i:17;a:6:{s:5:\"title\";s:19:\"Glare Button Effect\";s:4:\"name\";s:19:\"glare_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/glare_effect_button.gif\";s:7:\"preview\";s:40:\"glare-effect-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"11d13c2035ca2c6a41692db4eee004a1\";}i:18;a:6:{s:5:\"title\";s:20:\"Parallelogram Button\";s:4:\"name\";s:18:\"parellogram_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/parellogram_button.jpg\";s:7:\"preview\";s:39:\"parellogram-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9fd78e1aa6fe757e7703a24eea67be48\";}i:19;a:6:{s:5:\"title\";s:24:\"Button Icon Hover Effect\";s:4:\"name\";s:27:\"uc_icon_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/uc_icon_hover_effect_button.jpg\";s:7:\"preview\";s:45:\"icon-hover-effect-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0a49853088a3e1550562f326a82f6152\";}i:20;a:6:{s:5:\"title\";s:16:\"Christmas Button\";s:4:\"name\";s:16:\"christmas_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/christmas_button.jpg\";s:7:\"preview\";s:37:\"christmas-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7357053260058906f212a54ec1a37b6b\";}}s:10:\"Typography\";a:15:{i:0;a:6:{s:5:\"title\";s:18:\"Scroll Text Reveal\";s:4:\"name\";s:21:\"uc_scroll_reveal_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/uc_scroll_reveal_text.png\";s:7:\"preview\";s:39:\"scroll-reveal-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c8e53bd4fe06558535670cbc4d13af21\";}i:1;a:6:{s:5:\"title\";s:12:\"Text Rotator\";s:4:\"name\";s:12:\"text_rotator\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/text_rotator.gif\";s:7:\"preview\";s:39:\"text-rotator-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"9050b2e17a846e7c92868fa28e8281b0\";}i:2;a:6:{s:5:\"title\";s:29:\"Futuristic Typing Text Effect\";s:4:\"name\";s:29:\"futuristic_typing_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/futuristic_typing_text_effect.gif\";s:7:\"preview\";s:50:\"futuristic-typing-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"afc307b06ed7988730f7426b5ebc56f5\";}i:3;a:6:{s:5:\"title\";s:7:\"3D Text\";s:4:\"name\";s:7:\"3d_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/3d_text.jpg\";s:7:\"preview\";s:28:\"3d-text-effect-for-elementor\";s:11:\"update_hash\";s:32:\"b783c74e99096b7441586c8abaf3e44a\";}i:4;a:6:{s:5:\"title\";s:19:\"Animated Split Text\";s:4:\"name\";s:24:\"splitting_letters_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/splitting_letters_effect.gif\";s:7:\"preview\";s:40:\"animated-split-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"86249df03b023fce8a13a06ac6cd2082\";}i:5;a:6:{s:5:\"title\";s:22:\"Sideways Vertical Text\";s:4:\"name\";s:22:\"sideways_vertical_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/sideways_vertical_text.png\";s:7:\"preview\";s:43:\"sideways-vertical-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2c37136db8d8d9f768908aebf9345617\";}i:6;a:6:{s:5:\"title\";s:30:\"Gradient Underline Text Effect\";s:4:\"name\";s:30:\"gradient_underline_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_underline_text_effect.png\";s:7:\"preview\";s:51:\"gradient-underline-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3566a5e3732ff41339b9c6673a301a5a\";}i:7;a:6:{s:5:\"title\";s:18:\"Dual Color Heading\";s:4:\"name\";s:18:\"dual_color_heading\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/dual_color_heading.png\";s:7:\"preview\";s:39:\"dual-color-heading-widget-for-elementor\";s:11:\"update_hash\";s:32:\"09364996dee87aa295d31b701bdeda5f\";}i:8;a:6:{s:5:\"title\";s:18:\"Stroke Text Effect\";s:4:\"name\";s:11:\"stroke_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/stroke_text.png\";s:7:\"preview\";s:39:\"stroke-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:28:\"Image Background Text Effect\";s:4:\"name\";s:28:\"image_background_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/image_background_text_effect.png\";s:7:\"preview\";s:49:\"image-background-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:20:\"Gradient Text Effect\";s:4:\"name\";s:20:\"gradient_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_text_effect.png\";s:7:\"preview\";s:34:\"gradient-text-effect-for-elementor\";s:11:\"update_hash\";s:32:\"7d78e2c2f589309d154f2fea91642459\";}i:11;a:6:{s:5:\"title\";s:22:\"Typewriter Text Effect\";s:4:\"name\";s:22:\"typewriter_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/typewriter_text_effect.gif\";s:7:\"preview\";s:36:\"typewriter-text-effect-for-elementor\";s:11:\"update_hash\";s:32:\"d5172604b8a693247f55d82e7eb5fc6f\";}i:12;a:6:{s:5:\"title\";s:17:\"Side Line Heading\";s:4:\"name\";s:19:\"side_border_heading\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/side_border_heading.png\";s:7:\"preview\";s:38:\"side-line-heading-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:19:\"Text Marquee Effect\";s:4:\"name\";s:7:\"marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/marquee.png\";s:7:\"preview\";s:26:\"text-marquee-for-elementor\";s:11:\"update_hash\";s:32:\"92404ffd283f7218ca0b731245f4dddb\";}i:14;a:6:{s:5:\"title\";s:14:\"Christmas Text\";s:4:\"name\";s:14:\"christmas_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/christmas_text.jpg\";s:7:\"preview\";s:35:\"christmas-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e93c48815ac82df04f388e60e9f033ae\";}}s:10:\"Icon Boxes\";a:10:{i:0;a:6:{s:5:\"title\";s:8:\"Icon Box\";s:4:\"name\";s:15:\"square_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/square_icon_box.jpg\";s:7:\"preview\";s:29:\"icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3c313e9f57e87153a456540c97741cd8\";}i:1;a:6:{s:5:\"title\";s:17:\"Animated Icon Box\";s:4:\"name\";s:17:\"animated_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/animated_icon_box.gif\";s:7:\"preview\";s:38:\"animated-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d38b2840b4c054f06362a584013bc89f\";}i:2;a:6:{s:5:\"title\";s:9:\"Icon Card\";s:4:\"name\";s:20:\"material_footer_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/material_footer_card.jpg\";s:7:\"preview\";s:41:\"material-footer-card-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fae96510f2814ea77406a395aa930c0b\";}i:3;a:6:{s:5:\"title\";s:21:\"Icon Box Hover Effect\";s:4:\"name\";s:21:\"icon_box_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/icon_box_hover_effect.gif\";s:7:\"preview\";s:42:\"icon-box-hover-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2e1509a6b7179ab601fe13949034087f\";}i:4;a:6:{s:5:\"title\";s:24:\"Animated Border Icon Box\";s:4:\"name\";s:24:\"animated_border_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/animated_border_icon_box.gif\";s:7:\"preview\";s:45:\"animated-border-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Icon Number Box\";s:4:\"name\";s:27:\"blox_icon_button_number_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/blox_icon_button_number_box.png\";s:7:\"preview\";s:43:\"icon-button-number-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"846e48b2f59a2dd9d5aa8e145da89fed\";}i:6;a:6:{s:5:\"title\";s:23:\"Icon Box Content Reveal\";s:4:\"name\";s:23:\"content_reveal_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/content_reveal_icon_box.gif\";s:7:\"preview\";s:44:\"content-reveal-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e8b49dcbbc3c3465bd316fcde049b7fe\";}i:7;a:6:{s:5:\"title\";s:20:\"Twist Hover Icon Box\";s:4:\"name\";s:20:\"twist_hover_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/twist_hover_icon_box.png\";s:7:\"preview\";s:41:\"twist-hover-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6dcae5986e39ab5c9ce877f1f43b56a3\";}i:8;a:6:{s:5:\"title\";s:16:\"Sliding Icon Box\";s:4:\"name\";s:20:\"solid_color_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/solid_color_icon_box.jpg\";s:7:\"preview\";s:41:\"solid-color-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0ed9fb400de1f260e759e36241daf694\";}i:9;a:6:{s:5:\"title\";s:16:\"Overlay Icon Box\";s:4:\"name\";s:28:\"solid_color_overlay_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/solid_color_overlay_icon_box.gif\";s:7:\"preview\";s:49:\"solid-color-overlay-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6eea8fa3a57a8d8cc56174062b196c88\";}}s:12:\"Block Quotes\";a:5:{i:0;a:6:{s:5:\"title\";s:15:\"Block Quote Box\";s:4:\"name\";s:27:\"blox_solid_color_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_solid_color_blockquote.png\";s:7:\"preview\";s:36:\"block-quote-box-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:16:\"Block Quote Card\";s:4:\"name\";s:20:\"material_block_quote\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/material_block_quote.png\";s:7:\"preview\";s:41:\"material-block-quote-widget-for-elementor\";s:11:\"update_hash\";s:32:\"179a90bf3d1c2b0d7a18471151fadd35\";}i:2;a:6:{s:5:\"title\";s:24:\"Block Quote Carousel Box\";s:4:\"name\";s:24:\"blox_material_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_material_blockquote.png\";s:7:\"preview\";s:45:\"block-quote-carousel-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"afb7dcaae94ebeda28b37e3ee9492839\";}i:3;a:6:{s:5:\"title\";s:20:\"Block Quote Carousel\";s:4:\"name\";s:24:\"blox_blockquote_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_blockquote_carousel.png\";s:7:\"preview\";s:41:\"block-quote-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7661c6022488028fccd153eb74baea19\";}i:4;a:6:{s:5:\"title\";s:18:\"Block Quote Slider\";s:4:\"name\";s:26:\"blox_side_image_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_side_image_blockquote.png\";s:7:\"preview\";s:39:\"block-quote-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b9f45601d5d997dc98e3b9fa0d08bc62\";}}s:20:\"Social Network Icons\";a:7:{i:0;a:6:{s:5:\"title\";s:25:\"Social Icons Glare Effect\";s:4:\"name\";s:25:\"social_icons_glare_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_glare_effect.jpg\";s:7:\"preview\";s:39:\"glare-social-icons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4413b0da260cc8a3d3254e5f4a2453dc\";}i:1;a:6:{s:5:\"title\";s:18:\"Shape Social Icons\";s:4:\"name\";s:18:\"shape_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/shape_social_icons.png\";s:7:\"preview\";s:46:\"shape-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:22:\"3d Social Icon Buttons\";s:4:\"name\";s:22:\"3d_social_icon_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/3d_social_icon_buttons.jpg\";s:7:\"preview\";s:43:\"3d-social-icon-buttons-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:29:\"Square to Circle Social Icons\";s:4:\"name\";s:29:\"square_to_circle_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/square_to_circle_social_icons.jpg\";s:7:\"preview\";s:57:\"square-to-circle-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:21:\"Rotating Social Icons\";s:4:\"name\";s:21:\"rotating_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/rotating_social_icons.gif\";s:7:\"preview\";s:49:\"rotating-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"28dd40a9557a50c33fb2ed1c470ad37c\";}i:5;a:6:{s:5:\"title\";s:23:\"Social Icons With Label\";s:4:\"name\";s:23:\"social_icons_with_label\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_with_label.jpg\";s:7:\"preview\";s:46:\"label-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:36:\"Social Icons With Circle Fill Effect\";s:4:\"name\";s:36:\"social_icons_with_circle_fill_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:114:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_with_circle_fill_effect.jpg\";s:7:\"preview\";s:52:\"circle-fill-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"1e4bdff85376e7a391011220f77baefa\";}}s:23:\"Separators and Dividers\";a:9:{i:0;a:6:{s:5:\"title\";s:27:\"Unlimited Separator Divider\";s:4:\"name\";s:17:\"separator_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/separator_divider.jpg\";s:7:\"preview\";s:49:\"unlimited-separator-divider-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"d2d3d285fdc45389dfd7e5e7fab050a9\";}i:1;a:6:{s:5:\"title\";s:22:\"Line Diamond Separator\";s:4:\"name\";s:27:\"blox_line_diamond_seperator\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_diamond_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"1fcedc57785764ca89de587f80f75a9d\";}i:2;a:6:{s:5:\"title\";s:17:\"Line Text Divider\";s:4:\"name\";s:22:\"blox_line_text_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_text_divider.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"33e37b70662d421669966b2b0d65483d\";}i:3;a:6:{s:5:\"title\";s:18:\"Triangle Separator\";s:4:\"name\";s:24:\"blox_triangle_separators\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_triangle_separators.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:21:\"Zigzag Wave Seperator\";s:4:\"name\";s:25:\"blox_zizag_wave_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_zizag_wave_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:21:\"Three Icons Separator\";s:4:\"name\";s:26:\"blox_three_icons_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_three_icons_separator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:25:\"Christmas Candy Separator\";s:4:\"name\";s:25:\"christmas_candy_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_candy_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:23:\"Animated Wave Separator\";s:4:\"name\";s:13:\"animated_wave\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/animated_wave.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:16:\"Christmas Lights\";s:4:\"name\";s:16:\"christmas_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_lights.gif\";s:7:\"preview\";s:37:\"christmas-lights-widget-for-elementor\";s:11:\"update_hash\";s:32:\"343f1f10038dc4d90036e6502274cbdb\";}}s:12:\"Hero Widgets\";a:12:{i:0;a:6:{s:5:\"title\";s:10:\"Title Hero\";s:4:\"name\";s:10:\"title_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/title_hero.jpg\";s:7:\"preview\";s:31:\"title-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"44346df2431661c7a30b71f4a9354ad3\";}i:1;a:6:{s:5:\"title\";s:8:\"Box Hero\";s:4:\"name\";s:8:\"box_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/box_hero.jpg\";s:7:\"preview\";s:29:\"box-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:10:\"Split Hero\";s:4:\"name\";s:10:\"split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_hero.jpg\";s:7:\"preview\";s:31:\"split-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1033fea5103c2d950f0bc64d3c65ab36\";}i:3;a:6:{s:5:\"title\";s:22:\"Transparent Split Hero\";s:4:\"name\";s:22:\"transparent_split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/transparent_split_hero.jpg\";s:7:\"preview\";s:43:\"transparent-split-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"62fd94f3118b5fa5bbc81e4dd8e746fd\";}i:4;a:6:{s:5:\"title\";s:11:\"Border Hero\";s:4:\"name\";s:11:\"border_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/border_hero.jpg\";s:7:\"preview\";s:32:\"border-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:10:\"Video Hero\";s:4:\"name\";s:10:\"video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/video_hero.jpg\";s:7:\"preview\";s:31:\"video-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0beaeb20f37a63c3fc3f6606e190fb6b\";}i:6;a:6:{s:5:\"title\";s:16:\"Split Video Hero\";s:4:\"name\";s:16:\"split_video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_video_hero.jpg\";s:7:\"preview\";s:37:\"split-video-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:13:\"Diagonal Hero\";s:4:\"name\";s:13:\"diagonal_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/diagonal_hero.jpg\";s:7:\"preview\";s:34:\"diagonal-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"088d38ba6f123b8e109b9163f84e3994\";}i:8;a:6:{s:5:\"title\";s:10:\"Quote Hero\";s:4:\"name\";s:10:\"quote_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/quote_hero.jpg\";s:7:\"preview\";s:31:\"quote-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c2ea85d6142a2f3c4ea78003d13d2b6d\";}i:9;a:6:{s:5:\"title\";s:12:\"Persona Hero\";s:4:\"name\";s:12:\"persona_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/persona_hero.jpg\";s:7:\"preview\";s:33:\"persona-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8edc94da6393034bee35fee6f6359f29\";}i:10;a:6:{s:5:\"title\";s:16:\"Service Box Hero\";s:4:\"name\";s:16:\"service_box_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/service_box_hero.jpg\";s:7:\"preview\";s:37:\"service-box-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:16:\"Solid Color Hero\";s:4:\"name\";s:16:\"solid_color_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/solid_color_hero.jpg\";s:7:\"preview\";s:37:\"solid-color-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}}}s:8:\"bg_addon\";a:1:{s:4:\"Main\";a:26:{i:0;a:6:{s:5:\"title\";s:28:\"Animated Gradient Background\";s:4:\"name\";s:18:\"gradient_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/gradient_animation.jpg\";s:7:\"preview\";s:49:\"animated-gradient-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"53a90d55fed360391f40528ca584e5b2\";}i:1;a:6:{s:5:\"title\";s:20:\"Particles Background\";s:4:\"name\";s:20:\"particles_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/particles_background.jpg\";s:7:\"preview\";s:41:\"particles-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f24f25110c7a6bc208b1a9e37534af2f\";}i:2;a:6:{s:5:\"title\";s:15:\"Snow Background\";s:4:\"name\";s:17:\"snow_particles_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/snow_particles_bg.jpg\";s:7:\"preview\";s:36:\"snow-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c377b86e7299521a619c3822c07217dd\";}i:3;a:6:{s:5:\"title\";s:27:\"Masks & Patterns Background\";s:4:\"name\";s:14:\"masks_patterns\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/masks_patterns.jpg\";s:7:\"preview\";s:48:\"mask-and-pattern-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"48ae81c207412977437c260436502df1\";}i:4;a:6:{s:5:\"title\";s:17:\"Background Slider\";s:4:\"name\";s:17:\"background_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/background_slider.gif\";s:7:\"preview\";s:29:\"elementor-section-backgrounds\";s:11:\"update_hash\";s:32:\"d01b86b6eff7565af106c178edc7804a\";}i:5;a:6:{s:5:\"title\";s:23:\"Morph Background Slider\";s:4:\"name\";s:26:\"uc_background_webgl_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/uc_background_webgl_slider.gif\";s:7:\"preview\";s:44:\"morph-background-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2d617e8e0e17215f0be5f96bb999c9e2\";}i:6;a:6:{s:5:\"title\";s:17:\"Random Background\";s:4:\"name\";s:24:\"random_background_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:110:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/random_background_widget.jpg\";s:7:\"preview\";s:38:\"random-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2c7b931c7ff69b9f80945029e51af094\";}i:7;a:6:{s:5:\"title\";s:20:\"Fireworks Background\";s:4:\"name\";s:22:\"ue_firework_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/ue_firework_background.gif\";s:7:\"preview\";s:41:\"fireworks-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"32e0a8c8dc1495deb9bad1d13347be73\";}i:8;a:6:{s:5:\"title\";s:16:\"Stars Background\";s:4:\"name\";s:14:\"star_particles\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/star_particles.jpg\";s:7:\"preview\";s:39:\"star-particles-background-for-elementor\";s:11:\"update_hash\";s:32:\"e8a198a2cd9de71fac0cd72c7fabac00\";}i:9;a:6:{s:5:\"title\";s:19:\"Confetti Background\";s:4:\"name\";s:16:\"blox_confetti_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blox_confetti_bg.png\";s:7:\"preview\";s:29:\"elementor-confetti-background\";s:11:\"update_hash\";s:32:\"07ba6542ed364d65911ba54509a391db\";}i:10;a:6:{s:5:\"title\";s:22:\"Snow Flakes Background\";s:4:\"name\";s:16:\"blox_css_snow_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blox_css_snow_bg.jpg\";s:7:\"preview\";s:32:\"elementor-snow-flakes-background\";s:11:\"update_hash\";s:32:\"3f905386915ab31a98ab637b406d874a\";}i:11;a:6:{s:5:\"title\";s:16:\"Animated Squares\";s:4:\"name\";s:31:\"css_animated_squares_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/css_animated_squares_background.jpg\";s:7:\"preview\";s:37:\"elementor-animated-squares-background\";s:11:\"update_hash\";s:32:\"f37dda6e105556e37153a5528a746901\";}i:12;a:6:{s:5:\"title\";s:11:\"Huge Shapes\";s:4:\"name\";s:30:\"huge_shap_background_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:116:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/huge_shap_background_animation.png\";s:7:\"preview\";s:32:\"elementor-huge-shapes-background\";s:11:\"update_hash\";s:32:\"9845d185fee78a669c874f33d40f2458\";}i:13;a:6:{s:5:\"title\";s:14:\"Blob Animation\";s:4:\"name\";s:14:\"blob_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blob_animation.png\";s:7:\"preview\";s:35:\"elementor-blob-animation-background\";s:11:\"update_hash\";s:32:\"d94074edbed06132a4973fa13df4bdb2\";}i:14;a:6:{s:5:\"title\";s:23:\"Smoke Background Effect\";s:4:\"name\";s:25:\"ue_webgl_fluid_simulation\";s:6:\"isfree\";b:0;s:5:\"image\";s:111:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/ue_webgl_fluid_simulation.jpg\";s:7:\"preview\";s:44:\"smoke-background-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2d24938066665322b73933e4b5c7f50c\";}i:15;a:6:{s:5:\"title\";s:17:\"Sliding Diagonals\";s:4:\"name\";s:35:\"sliding_diagonals_background_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:121:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/sliding_diagonals_background_effect.jpg\";s:7:\"preview\";s:38:\"elementor-sliding-diagonals-background\";s:11:\"update_hash\";s:32:\"96447155c3efb1df3d423fd513dca431\";}i:16;a:6:{s:5:\"title\";s:12:\"Bubble Float\";s:4:\"name\";s:12:\"bubble_float\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/bubble_float.jpg\";s:7:\"preview\";s:37:\"bubble-float-background-for-elementor\";s:11:\"update_hash\";s:32:\"756ce2f56559591f2c4cecb3d662cf2b\";}i:17;a:6:{s:5:\"title\";s:14:\"Moving Stripes\";s:4:\"name\";s:14:\"moving_stripes\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/moving_stripes.gif\";s:7:\"preview\";s:35:\"moving-stripes-elementor-background\";s:11:\"update_hash\";s:32:\"dc947296468c3181eb83a18742e61851\";}i:18;a:6:{s:5:\"title\";s:16:\"Animated Ripples\";s:4:\"name\";s:16:\"animated_ripples\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/animated_ripples.jpg\";s:7:\"preview\";s:37:\"animated-ripples-elementor-background\";s:11:\"update_hash\";s:32:\"ae0ff94f3e63c6af99bf7f4791c06ecc\";}i:19;a:6:{s:5:\"title\";s:12:\"Retro Blocks\";s:4:\"name\";s:21:\"animated_retro_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/animated_retro_blocks.jpg\";s:7:\"preview\";s:37:\"retro-blocks-background-for-elementor\";s:11:\"update_hash\";s:32:\"27f94f1f0c01680fd61a056d00e5a6e4\";}i:20;a:6:{s:5:\"title\";s:14:\"Wave Animation\";s:4:\"name\";s:14:\"wave_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/wave_animation.jpg\";s:7:\"preview\";s:40:\"waves-animation-background-for-elementor\";s:11:\"update_hash\";s:32:\"3d8c19e24a684e18e8e7b156424c369c\";}i:21;a:6:{s:5:\"title\";s:18:\"Alternating Colors\";s:4:\"name\";s:18:\"alternating_colors\";s:6:\"isfree\";b:1;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/alternating_colors.jpg\";s:7:\"preview\";s:43:\"alternating-colors-background-for-elementor\";s:11:\"update_hash\";s:32:\"8c117efd7a6108e9b98a34a6b93ae96b\";}i:22;a:6:{s:5:\"title\";s:5:\"Bokeh\";s:4:\"name\";s:5:\"bokeh\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/bokeh.jpg\";s:7:\"preview\";s:30:\"bokeh-background-for-elementor\";s:11:\"update_hash\";s:32:\"03ee23bef07315bc2838baa49b78b09c\";}i:23;a:6:{s:5:\"title\";s:15:\"Shooting Lights\";s:4:\"name\";s:15:\"shooting_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/shooting_lights.jpg\";s:7:\"preview\";s:40:\"shooting-lights-background-for-elementor\";s:11:\"update_hash\";s:32:\"857e093dbb6b2ada01a7e13efaaa3ebf\";}i:24;a:6:{s:5:\"title\";s:6:\"Clouds\";s:4:\"name\";s:6:\"clouds\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/clouds.jpg\";s:7:\"preview\";s:31:\"clouds-background-for-elementor\";s:11:\"update_hash\";s:32:\"229ae82b1b34b90c64a7039ac26e3bba\";}i:25;a:6:{s:5:\"title\";s:15:\"Diamond Pattern\";s:4:\"name\";s:15:\"diamond_pattern\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/diamond_pattern.jpg\";s:7:\"preview\";s:40:\"diamond-pattern-background-for-elementor\";s:11:\"update_hash\";s:32:\"1a9b6628996c4ed162e37786b04ab876\";}}}s:18:\"elementor_template\";a:3:{s:13:\"Template Kits\";a:111:{s:9:\"rest-home\";a:6:{s:5:\"title\";s:18:\"Foodie - Resturant\";s:5:\"image\";s:138:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"electric-home\";a:6:{s:5:\"title\";s:21:\"Electro - Electrician\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:7:\"digital\";a:6:{s:5:\"title\";s:21:\"Digi - Digital Agency\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"rest-home-2-2\";a:5:{s:5:\"title\";s:13:\"Foodie - Home\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:13:\"gather-home-1\";a:5:{s:5:\"title\";s:15:\"Gather - Home 1\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-2\";a:5:{s:5:\"title\";s:15:\"Gather - Home 2\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:18:\"minimal-conference\";a:5:{s:5:\"title\";s:15:\"Gather - Home 3\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-4\";a:5:{s:5:\"title\";s:15:\"Gather - Home 4\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-5\";a:5:{s:5:\"title\";s:15:\"Gather - Home 5\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-6\";a:5:{s:5:\"title\";s:15:\"Gather - Home 6\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:28:\"template_webinar_classic-zip\";a:5:{s:5:\"title\";s:13:\"Webi - Home 1\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-2\";a:5:{s:5:\"title\";s:13:\"Webi - Home 2\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:22:\"webinar-expert-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 3\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:21:\"webinar-fresh-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 4\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"webinar-event\";a:5:{s:5:\"title\";s:13:\"Webi - Home 5\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:26:\"webinar-shapes-landing-new\";a:5:{s:5:\"title\";s:13:\"Webi - Home 6\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-7\";a:5:{s:5:\"title\";s:13:\"Webi - Home 7\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-8\";a:5:{s:5:\"title\";s:13:\"Webi - Home 8\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_8.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-9\";a:5:{s:5:\"title\";s:13:\"Webi - Home 9\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:12:\"webi-home-10\";a:5:{s:5:\"title\";s:14:\"Webi - Home 10\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"rhythm-home-1\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 1\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-2\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 2\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-3\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 3\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-4\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 4\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-5\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 5\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-6\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 6\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:10:\"kiddy-home\";a:5:{s:5:\"title\";s:12:\"Kiddy - Home\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:4:\"yoga\";a:5:{s:5:\"title\";s:11:\"Yoga - Home\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:21:\"halloween-halloween-1\";a:5:{s:5:\"title\";s:11:\"Halloween 1\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:11:\"agency-home\";a:6:{s:5:\"title\";s:14:\"Metro - Agency\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:23:\"agency-home-agency-team\";a:5:{s:5:\"title\";s:12:\"Metro - Team\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:25:\"agency-home-agency-team-2\";a:5:{s:5:\"title\";s:13:\"Metro - About\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:27:\"agency-home-agency-team-2-2\";a:5:{s:5:\"title\";s:16:\"Metro - Projects\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_projects.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:5:\"about\";a:5:{s:5:\"title\";s:14:\"Foodie - About\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:15:\"agency-home-2-2\";a:5:{s:5:\"title\";s:12:\"Metro - Home\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:17:\"electric-home-2-2\";a:5:{s:5:\"title\";s:14:\"Electro - Home\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:9:\"digital-2\";a:5:{s:5:\"title\";s:11:\"Digi - Home\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_home.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:10:\"webi-about\";a:5:{s:5:\"title\";s:12:\"Webi - About\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-1\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 1\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:30:\"fit-personal-trainer-fit-home1\";a:5:{s:5:\"title\";s:12:\"Fit - Home 1\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:11:\"kiddy-about\";a:5:{s:5:\"title\";s:13:\"Kiddy - About\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:13:\"yoga-services\";a:5:{s:5:\"title\";s:15:\"Yoga - Services\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:8:\"yoga-faq\";a:5:{s:5:\"title\";s:10:\"Yoga - FAQ\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:12:\"yoga-pricing\";a:5:{s:5:\"title\";s:14:\"Yoga - Pricing\";s:5:\"image\";s:144:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_pricing.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:18:\"lawyer-lawyer-home\";a:5:{s:5:\"title\";s:13:\"Lawyer - Home\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-1\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:14:\"cristmas-home1\";a:5:{s:5:\"title\";s:16:\"Cristmas - Home1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_cristmas_home1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-2\";a:5:{s:5:\"title\";s:11:\"Halloween 2\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-home\";a:5:{s:5:\"title\";s:17:\"Music Band - Home\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:11:\"rest-events\";a:5:{s:5:\"title\";s:15:\"Foodie - Events\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_events.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:28:\"electric-home-electric-about\";a:5:{s:5:\"title\";s:15:\"Electro - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:21:\"digital-digital-about\";a:5:{s:5:\"title\";s:15:\"Digital - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digital_about.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:17:\"webi-testimonials\";a:5:{s:5:\"title\";s:19:\"Webi - Testimonials\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_testimonials.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-2\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 2\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:16:\"kid-kids-about-2\";a:5:{s:5:\"title\";s:14:\"Kids - About 2\";s:5:\"image\";s:160:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kids_about_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:19:\"lawyer-lawyer-about\";a:5:{s:5:\"title\";s:14:\"Lawyer - About\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-2\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-2\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 2\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-4\";a:5:{s:5:\"title\";s:11:\"Halloween 3\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:16:\"music-band-about\";a:5:{s:5:\"title\";s:18:\"Music Band - About\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:9:\"rest-menu\";a:5:{s:5:\"title\";s:13:\"Foodie - Menu\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_menu.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:31:\"electric-home-electric-services\";a:5:{s:5:\"title\";s:18:\"Electro - Services\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:29:\"digital-home-digital-services\";a:5:{s:5:\"title\";s:15:\"Digi - Services\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:8:\"webi-faq\";a:5:{s:5:\"title\";s:10:\"Webi - FAQ\";s:5:\"image\";s:143:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-3\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 3\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"kiddy-services\";a:5:{s:5:\"title\";s:16:\"Kiddy - Services\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:14:\"kiddy-teachers\";a:5:{s:5:\"title\";s:16:\"Kiddy - Teachers\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_teachers.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:18:\"lawyer-lawyer-work\";a:5:{s:5:\"title\";s:13:\"Lawyer - Work\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_work.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-3\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 3\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-3\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 3\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-3\";a:5:{s:5:\"title\";s:11:\"Halloween 4\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-news\";a:5:{s:5:\"title\";s:17:\"Music Band - News\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_news.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:31:\"digital-home-digital-services-2\";a:5:{s:5:\"title\";s:15:\"Digi - Projects\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_projects.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:34:\"weddly-wedding-event-weddly-home-4\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 4\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-news\";a:5:{s:5:\"title\";s:14:\"Lawyer - Study\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_study.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-4\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 4\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_4.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-4\";a:5:{s:5:\"title\";s:19:\"Christmas  - Home 4\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-5\";a:5:{s:5:\"title\";s:11:\"Halloween 5\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:18:\"music-band-gallery\";a:5:{s:5:\"title\";s:19:\"Music Band- Gallery\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:21:\"digi-home-beauty-home\";a:5:{s:5:\"title\";s:14:\"Essence - Home\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-5\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 5\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-team\";a:5:{s:5:\"title\";s:13:\"Lawyer - Team\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-5\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 5\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_5.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-5\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 5\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:6:\"beauty\";a:6:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"beauty-beauty-about\";a:5:{s:5:\"title\";s:15:\"Essence - About\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-6\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 6\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:19:\"black-friday-home-6\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 6\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_6.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-6\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 6\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:22:\"beauty-beauty-services\";a:5:{s:5:\"title\";s:18:\"Essence - Services\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:12:\"weddly-about\";a:5:{s:5:\"title\";s:14:\"Weddly - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"weddly-gallery\";a:5:{s:5:\"title\";s:16:\"Weddly - Gallery\";s:5:\"image\";s:157:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:12:\"weddly-event\";a:5:{s:5:\"title\";s:14:\"Weddly - Event\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:26:\"beauty-testimonials-beauty\";a:5:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:17:\"gather-conference\";a:6:{s:5:\"title\";s:25:\"Gather - Conference Event\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:12:\"webi-webinar\";a:6:{s:5:\"title\";s:14:\"Webi - Webinar\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:18:\"rhythm-music-event\";a:6:{s:5:\"title\";s:20:\"Rhythm - Music Event\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"weddly-wedding-event\";a:6:{s:5:\"title\";s:22:\"Weddly - Wedding Event\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"fit-personal-trainer\";a:6:{s:5:\"title\";s:22:\"Fit - Personal Trainer\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"fit-home-2\";a:5:{s:5:\"title\";s:12:\"Fit - Home 2\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-3\";a:5:{s:5:\"title\";s:12:\"Fit - Home 3\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-4\";a:5:{s:5:\"title\";s:12:\"Fit - Home 4\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:6:\"home-5\";a:5:{s:5:\"title\";s:12:\"Fit - Home 5\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:25:\"kiddy-school-kindergarten\";a:6:{s:5:\"title\";s:29:\"Kiddy - School & Kindergarten\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"yoga-about\";a:5:{s:5:\"title\";s:12:\"Yoga - About\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:9:\"body-yoga\";a:6:{s:5:\"title\";s:11:\"Body - Yoga\";s:5:\"image\";s:131:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:14:\"justice-lawyer\";a:6:{s:5:\"title\";s:16:\"Justice - Lawyer\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:15:\"scary-halloween\";a:6:{s:5:\"title\";s:17:\"Scary - Halloween\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"mayhem-black-friday\";a:6:{s:5:\"title\";s:21:\"Mayhem - Black Friday\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:24:\"spirit-christmas-holiday\";a:6:{s:5:\"title\";s:26:\"Spirit - Christmas Holiday\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:17:\"groove-music-band\";a:6:{s:5:\"title\";s:19:\"Groove - Music Band\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}}s:22:\"Digital Business Cards\";a:7:{s:32:\"freelancer-digital-business-card\";a:5:{s:5:\"title\";s:32:\"Freelancer Digital Business Card\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_freelancer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"doctor-card\";a:5:{s:5:\"title\";s:28:\"Doctor Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_doctor_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"lawyer-card\";a:5:{s:5:\"title\";s:28:\"Lawyer Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_lawyer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"personal-trainer-card\";a:5:{s:5:\"title\";s:38:\"Personal Trainer Digital Business Card\";s:5:\"image\";s:169:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_personal_trainer_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:9:\"professor\";a:5:{s:5:\"title\";s:31:\"Professor Digital Business Card\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_professor_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:34:\"photographer-digital-business-card\";a:5:{s:5:\"title\";s:34:\"Photographer Digital Business Card\";s:5:\"image\";s:165:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_photographer_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:28:\"beauty-digital-business-card\";a:5:{s:5:\"title\";s:28:\"Beauty Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_beauty_digital_business_card.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:9:\"CV Resume\";a:13:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}}}s:19:\"catalog_addon_names\";a:1:{s:0:\"\";a:14:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:3:\"cat\";s:18:\"elementor_template\";}}}',	'yes'),
(2417,	'untecreator_state',	'a:3:{s:22:\"manager_filter_catalog\";s:5:\"mixed\";s:20:\"fitler_active_addons\";s:3:\"all\";s:15:\"last_addons_cat\";s:23:\"ucweb_marketing_widgets\";}',	'yes'),
(3129,	'_transient_timeout_acf_plugin_updates',	'1678765544',	'no'),
(3130,	'_transient_acf_plugin_updates',	'a:4:{s:7:\"plugins\";a:0:{}s:10:\"expiration\";i:172800;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"6.0.7\";}}',	'no'),
(3169,	'_transient_timeout_wpseo_total_unindexed_post_type_archives',	'1678782656',	'no'),
(3170,	'_transient_wpseo_total_unindexed_post_type_archives',	'0',	'no'),
(3171,	'_transient_timeout_wpseo_total_unindexed_general_items',	'1678782656',	'no'),
(3172,	'_transient_wpseo_total_unindexed_general_items',	'0',	'no'),
(3173,	'_transient_timeout_wpseo_unindexed_post_link_count',	'1678782656',	'no'),
(3174,	'_transient_wpseo_unindexed_post_link_count',	'0',	'no'),
(3175,	'_transient_timeout_wpseo_unindexed_term_link_count',	'1678782656',	'no'),
(3176,	'_transient_wpseo_unindexed_term_link_count',	'0',	'no'),
(3177,	'_site_transient_timeout_browser_2ce1fd67485cfe92adf700d716e9f29f',	'1679301056',	'no'),
(3178,	'_site_transient_browser_2ce1fd67485cfe92adf700d716e9f29f',	'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"110.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}',	'no'),
(3179,	'_site_transient_timeout_php_check_475fa6a70d684a8085025ad09dfbf764',	'1679301057',	'no'),
(3180,	'_site_transient_php_check_475fa6a70d684a8085025ad09dfbf764',	'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}',	'no'),
(3181,	'_transient_timeout_elementor_remote_info_api_data_3.11.2',	'1678739457',	'no'),
(3182,	'_transient_elementor_remote_info_api_data_3.11.2',	'a:4:{s:9:\"timestamp\";s:10:\"1678693776\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}',	'no'),
(3185,	'_site_transient_timeout_community-events-475a1e5ecc735d37b52cb486ea635751',	'1678739458',	'no'),
(3186,	'_site_transient_community-events-475a1e5ecc735d37b52cb486ea635751',	'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"81.187.76.0\";}s:6:\"events\";a:4:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:64:\"Online WordPress Portsmouth Meetup - What\'s new in WordPress 6.2\";s:3:\"url\";s:67:\"https://www.meetup.com/portsmouth-wordpress-meetup/events/292005690\";s:6:\"meetup\";s:27:\"Portsmouth WordPress Meetup\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/Portsmouth-WordPress-Meetup/\";s:4:\"date\";s:19:\"2023-03-15 19:00:00\";s:8:\"end_date\";s:19:\"2023-03-15 20:30:00\";s:20:\"start_unix_timestamp\";i:1678906800;s:18:\"end_unix_timestamp\";i:1678912200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"GB\";s:8:\"latitude\";d:50.81;s:9:\"longitude\";d:-1.09;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:47:\"Brighton WordPress Meetup - Some sort of social\";s:3:\"url\";s:55:\"https://www.meetup.com/wordup-brighton/events/292086403\";s:6:\"meetup\";s:25:\"Brighton WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/wordup-brighton/\";s:4:\"date\";s:19:\"2023-03-28 18:30:00\";s:8:\"end_date\";s:19:\"2023-03-28 20:30:00\";s:20:\"start_unix_timestamp\";i:1680024600;s:18:\"end_unix_timestamp\";i:1680031800;s:8:\"location\";a:4:{s:8:\"location\";s:24:\"Brighton, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:50.826893;s:9:\"longitude\";d:-0.142564;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"WordPress Cambridge: My favourite plugin on Zoom\";s:3:\"url\";s:59:\"https://www.meetup.com/wordpress-cambridge/events/292128976\";s:6:\"meetup\";s:26:\"WordPress Cambridge Meetup\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-cambridge/\";s:4:\"date\";s:19:\"2023-04-03 19:00:00\";s:8:\"end_date\";s:19:\"2023-04-03 21:00:00\";s:20:\"start_unix_timestamp\";i:1680544800;s:18:\"end_unix_timestamp\";i:1680552000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"GB\";s:8:\"latitude\";d:52.21;s:9:\"longitude\";d:0.13;}}i:3;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:14:\"WordCamp Paris\";s:3:\"url\";s:32:\"https://paris.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-04-21 00:00:00\";s:8:\"end_date\";s:19:\"2023-04-21 00:00:00\";s:20:\"start_unix_timestamp\";i:1682028000;s:18:\"end_unix_timestamp\";i:1682028000;s:8:\"location\";a:4:{s:8:\"location\";s:5:\"Paris\";s:7:\"country\";s:2:\"FR\";s:8:\"latitude\";d:48.8888515;s:9:\"longitude\";d:2.3630917;}}}}',	'no'),
(3187,	'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3',	'1678739459',	'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3188,	'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3',	'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Mar 2023 21:15:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.3-alpha-55539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.2 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Mar 2023 17:39:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14619\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:316:\"WordPress 6.2 Release Candidate 1 is now available for download and testing.\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC 1 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10157:\"\n<p>WordPress 6.2’s first release candidate (RC1) is here and ready for testing.</p>\n\n\n\n<p>Reaching this part of the release cycle is a key milestone. While we consider release candidates ready for final release, additional testing and use by the community can only make it better.</p>\n\n\n\n<p>The official release of 6.2 is just three short weeks away on March 28. In open source, we say with <a href=\"https://en.wiktionary.org/wiki/given_enough_eyeballs,_all_bugs_are_shallow\">many eyes, all bugs are shallow</a>, so we ask everyone across the WordPress ecosystem—theme and plugin developers, educators, agencies, and creators—<a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">to jump in and help test</a>.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC1.zip\">RC1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">wp core update --version=6.2-RC1</code></pre>\n\n\n\n<p><em>First-time tester? <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">Here&#8217;s a guide to getting started</a>.</em> </p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.2 RC1</h2>\n\n\n\n<p>This release includes over 900 enhancements and fixes and is the first major release of 2023.&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">Gutenberg commits on GitHub</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=2023-02-21..2023-03-01&amp;milestone=6.2&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Core Trac Tickets</a></li>\n</ul>\n\n\n\n<p>WordPress 6.2 comes packed with enhancements to make everything you do smoother, faster and a little more inspired:</p>\n\n\n\n<ul>\n<li>A refreshed Site Editor for easier template browsing</li>\n\n\n\n<li>A new sidebar experience in the Navigation block for simpler menu management</li>\n\n\n\n<li>Reorganized block settings with separate tabs for Settings and Styles</li>\n\n\n\n<li>New inserter design that lets you add Media—including Openverse and its more than 600-million-item catalog, plus your entire Media Library—and better categories</li>\n\n\n\n<li>More header and footer patterns for block themes</li>\n\n\n\n<li>A new Style Book that shows your entire site’s look and feel all in one place</li>\n\n\n\n<li>New controls to let you copy and paste block styles for faster, simpler design across your whole site</li>\n\n\n\n<li>Custom CSS you can add for those finishing touches, per block and globally</li>\n\n\n\n<li>Sticky positioning to keep important blocks fixed when scrolling</li>\n\n\n\n<li>Distraction Free mode for moments you want to focus on writing</li>\n\n\n\n<li>New options that let you import certain widgets from classic to block themes</li>\n\n\n\n<li>The removal of the Site Editor’s beta label—welcome to the next generation of WordPress</li>\n</ul>\n\n\n\n<p><em>Want to see some of these featured highlights in action? Check out the <a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\">WordPress 6.2 Demo</a> recorded March 2, 2023.</em></p>\n\n\n\n<p>Do you crave a deep dive into tech specs? These recent posts cover a few of the latest technical updates. This is not an exhaustive list, but it should get you started:&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/patterns-api-expanded-to-include-template_types-property/\">Patterns API expanded to include template_types property</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qNP\">Introduction of Block Inspector Tabs</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qR8\">Shadows in Global Styles</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qME\">Introducing the HTML API</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qM4\">Miscellaneous Editor Changes</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qNm\">Custom CSS for global styles and per block</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qLf\">Google Fonts are included locally in bundled themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/editor-components-updates-in-wordpress-6-2/\">Editor Components updates in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qPp\">Enhanced accessibility</a></li>\n\n\n\n<li>And much, much more</li>\n</ul>\n\n\n\n<p>These are also compiled into a <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">comprehensive WordPress 6.2 Field Guide</a>.&nbsp;&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Let&#8217;s go on a bug hunt!</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If it’s your first time, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> is a great resource to lean on.&nbsp;</p>\n\n\n\n<p>From a global perspective, every time you test a pre-release version, you help secure the future of WordPress. How? By helping the community prove the software is stable, easy to use, and as bug-free as possible.&nbsp;</p>\n\n\n\n<p>Want to know more about testing releases in general? You can follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Interested in the details on the latest Gutenberg features? Find out what’s been included since WordPress 6.1 (the last major release of WordPress). You will find more details in these <em>What’s new in Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-0-18-january-2/\">15.1</a>, <a href=\"https://make.wordpress.org/core/2023/01/20/whats-new-in-gutenberg-15-0-18-january/\">15.0</a>, <a href=\"https://make.wordpress.org/core/2023/01/04/whats-new-in-gutenberg-14-9-4-january/\">14.9</a>, <a href=\"https://make.wordpress.org/core/2022/12/22/whats-new-in-gutenberg-14-8-21-december/\">14.8</a>, <a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\">14.7</a>, <a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/\">14.6</a>, <a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">14.5</a>, <a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">14.4</a>, <a href=\"https://make.wordpress.org/core/2022/10/13/whats-new-in-gutenberg-14-3-12-october/\">14.3</a>, and <a href=\"https://make.wordpress.org/core/2022/09/30/whats-new-in-gutenberg-14-2-28-september/\">14.2</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A special thanks to WordPress plugin and theme developers</h2>\n\n\n\n<p>Do you build plugins and themes?&nbsp;Your products play a special role in helping WordPress do more things for more people across the world. In turn, more people in the WordPress Community mean a bigger, more robust open web.</p>\n\n\n\n<p>Chances are, you have already been testing your latest versions against the WordPress 6.2 betas. With RC1, you will want to finalize your testing and update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2.&nbsp;</p>\n\n\n\n<p>If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Português? Русский? 日本? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.2 release cycle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Hungry for even more?</h2>\n\n\n\n<p>Want to know more about what went into the making of WordPress 6.2? Please check out the <a href=\"https://make.wordpress.org/core/6-2/\">6.2 release cycle</a>, the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>, or search for <a href=\"https://make.wordpress.org/core/tag/6-2/\">all things 6.2 related</a>.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Another haiku for 6.2—it’s tradition!&nbsp;</h2>\n\n\n\n<pre class=\"wp-block-verse\">Beta has left us<br>The code sings such happy songs<br>Six point two RC</pre>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: </em><a href=\"https://profiles.wordpress.org/laurlittle/\"><em>@laurlittle</em></a><em> </em><a href=\"https://profiles.wordpress.org/cbringmann/\"><em>@cbringmann</em></a><em>, <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">@jpantani</a>. Haiku by @<a href=\"https://github.com/nomad-skateboarding-dev\">nomad-skateboarding-dev</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Your WordPress 6.2 Preview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2023 17:11:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14573\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"Watch this ‘live product demo’ recording with release squad members Anne McCarthy and Rich Tabor as they share exciting enhancements anticipated for the WordPress 6.2 release.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:67367:\"\n<p>On March 2, release squad members <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> and <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> presented a live product demo of all the delights coming in WordPress 6.2, set to release on March 28, 2023.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-videopress wp-block-embed-videopress\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"VideoPress Video Player\" aria-label=\'VideoPress Video Player\' width=\'500\' height=\'315\' src=\'https://video.wordpress.com/embed/5nQlEknZ?at=31&amp;hd=1&amp;cover=1\' frameborder=\'0\' allowfullscreen allow=\'clipboard-write\'></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1674852142\'></script>\n</div></figure>\n\n\n\n<p>A first-of-its-kind event in the world of WordPress releases, the showcase was moderated by fellow community member <a href=\"https://profiles.wordpress.org/njwrigley/\">Nathan Wrigley</a> and joined by nearly 90 participants.&nbsp;</p>\n\n\n\n<p>During the demo, Anne and Rich highlighted some of the new features and enhancements that will continue to revolutionize the way you interact with WordPress. They gave a quick tour of the Site Editor’s refreshed interface, which lets you browse and preview templates before editing. They also covered all the new and highly anticipated ways to manage styles, as well as improvements to the Navigation block, new collections of header and footer patterns, the new distraction-free mode for focusing on writing, and plenty more.&nbsp;</p>\n\n\n\n<p>It was a jam-packed hour that sparked plenty of excitement—and a lively question and answer session that wrapped up the event on a high note. The presenters weren&#8217;t able to answer all the questions that were posed so they were <a href=\"https://a8c.slack.com/archives/C04S7RYK0F3/p1678330454722129?thread_ts=1678330090.320659&amp;cid=C04S7RYK0F3\">collected and answered in a follow-up post</a> on <a href=\"https://make.wordpress.org/core/\">Make.Wordpress.org/Core</a>.</p>\n\n\n\n<p>Watch the recording of the live demo in case you missed it, or want to relive the moment (and the funky fresh demo site designed by Rich). You can find a full transcript of the live demo below.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Referenced Resources</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/2https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/%201/6-2-live-product-demo/\">Live demo announcement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">6.2 release roadmap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Wrapping Phase 2 of the Gutenberg project</a><strong>&nbsp;</strong></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/\">6.2 release enters Beta 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/01/wordpress-6-2-beta-4/\">Beta 4 and the latest call for testing</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/47043\">Fixed/sticky positioning GitHub issue</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></li>\n\n\n\n<li>FSE theme developers on Twitch: <a href=\"https://www.twitch.tv/daisyonwp\">daisyonwp</a> and <a href=\"https://www.twitch.tv/ryanwelchercodes\">ryanwelchercodes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/intrinsic-design-theming-and-rethinking-how-to-design-with-wordpress/\">Intrinsic design, theming, and rethinking how to design with WordPress</a></li>\n\n\n\n<li><a href=\"https://github.com/annezazu\">Anne McCarthy on GitHub</a></li>\n\n\n\n<li>Learn WP workshop: <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/291813021/?isFirstPublish=true\">How to create a website on mobile</a></li>\n</ul>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> and <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> for co-authoring and editing this post, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a>, <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a>, and <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a> for captioning, and <a href=\'https://profiles.wordpress.org/robinwpdeveloper/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>robinwpdeveloper</a> for uploading the recording files to wordpress.tv.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14573\"></span>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>Nathan Wrigley </strong>0:22  <strong>\n</strong>How are we doing? Should we go for it?\n\n<strong>Anne McCarthy  </strong>0:24  <strong>\n</strong>I think we can start.\n\n<strong>Nathan Wrigley </strong> 0:26<strong> \n</strong>Why not? The recording has started. So let\'s get, let\'s get cracking.\n\nHello, welcome everybody to the WP 6.2 Live Demo outline. I\'m Nathan Wrigley. I do a few things around the WordPress community, mainly to do with video and podcasting and things like that. But it\'s not about me.\n\nToday, we\'ve got two fabulous guests. We\'ve got Anne McCarthy and Rich Tabor, and they\'re going to do a full on Product Demo. It\'s a little bit unlike things that you may have seen, because in the more recent past, lots of new features have been added. And so Rich, and Anne are going to spend the time on the screen in a moment, and they\'re going to show you all of the bits and pieces that you may find dropping into a WordPress install near you. Let\'s hope. There\'s been a lot that\'s been happening, so there really will be probably 20 or 30 minutes of live demos, so look forward to that. I\'ve got to get them to introduce themselves in a couple of moments.\n\nJust before that, though, a little bit of housekeeping. This is going to be recorded, so if you have to drop out halfway through and go elsewhere, completely fine. It\'s going to be posted at the Make/Core website, but it will also come fully complete with a transcript as well. So, if that\'s something that you\'re looking for, that will all be there. Also to say that if you want to post any questions, we\'d love that. In fact, there\'s a whole portion at the end when Rich and Anne have finished speaking, where we\'re going to field questions toward them. Now there\'s really two places to do that. If you\'re live with us on Zoom, then if you hit the Q&amp;A button at the bottom of the screen and post your questions in there, I guess specifity... specific... Whatever that word is, be specific. Help us out. Tell us exactly what you want to know and we\'ll get the questions to them. The other way to do that is to go into Slack. And there is a channel in there, #walkthrough. And if you want to post any questions in there as well, that would be great. So yeah, just to recap, Q&amp;A button if you\'re in Zoom, and use the Slack #walkthrough channel, if you are in the Making WordPress Slack. Okay, right. I think we\'ll take you guys one at a time if that\'s alright. First off a little bit of an introduction from both of you. Let\'s begin with with Anne McCarthy, shall we? Hello, Anne!\n\n<strong>Anne McCarthy  </strong>2:42<strong>\n</strong>Hello, hello. It\'s so good to be back on literally any sort of live stream with you.\n\nI appreciate that you\'re a part of this\n\n<strong>Nathan Wrigley </strong> 2:48<strong> \n</strong>Yeah, that\'s really nice.\n\n<strong>Anne McCarthy  </strong>2:49<strong>\n</strong>Well, I\'m Anne McCarthy. I\'m a product wrangler at Automattic. I live in Seattle. I also run the FSE Outreach Program, which is basically dedicated to testing all the latest and greatest of WordPress, which is part of why I\'m so excited to be part of this demo, is because so much neat stuff has come through this that I\'ve had the privilege of going through a little bit early on with the ever growing calls for testing. So that\'s a little bit about me, I\'ll pop it over to Rich.\n\n<strong>Nathan Wrigley  </strong>3:17<strong>\n</strong>Yeah. So Rich, if you want to take the baton there.\n\n<strong>Rich Tabor  </strong>3:21<strong>\n</strong>Yeah. Hey, everyone. I\'m Rich Tabor. I\'m a product manager at Automattic. And I work on WordPress and Gutenberg, in particular. From a little bit south of Atlanta, Georgia, in the US, and been building and tinkering with WordPress for I think, close to 11 years now. So it\'s, it\'s been a good run, and I\'m super stoked about where things are heading.\n\n<strong>Nathan Wrigley  </strong>3:43<strong>\n</strong>Yeah, and things definitely have been moving in a very much a forward direction, WordPress, 6.1. And WordPress 6.2. There\'s so much clear blue sky between the two of them. I think probably the best thing at this point is if we can have it, I don\'t know what whose screen is coming on. I think it might be Rich\'s, or maybe it\'s Anne\'s, I don\'t know.\n\n<strong>Rich Tabor  </strong>4:00<strong>\n</strong>Yeah.\n\n<strong>Nathan Wrigley  </strong>4:01<strong>\n</strong>If we can get that screen shared, then I will slide my way out of this call and say, Rich and Anne, it\'s... it\'s over to you. I\'ll be back soon as you\'re finished for any Q&amp;As.\n\n<strong>Anne McCarthy  </strong>4:14<strong>\n</strong>Awesome. Thank you.\n\n<strong>Rich Tabor  </strong>4:17<strong>\n</strong>Alright, everybody can see my screen right now?\n\n<strong>Anne McCarthy  </strong>4:19 <strong>\n</strong>Yes. Rich did an excellent job designing this. I do want to call this out that I love, absolutely love this.\n\n<strong>Rich Tabor  </strong>4:26<strong>\n</strong>Thanks, Anne. Yeah, this is actually running Twenty Twenty-Three. So it\'s kind of showcasing some of the things you can do just with the core theme. And some of the design tooling that we are, that has been built into 6.2. So this view here is the site editor. So I\'m going to orient you here. There\'s one big change here in particular, I want to call out visually, is this idea of the frame here on the right, and this will pull up the local template. So I\'m looking at my homepage of the site right now. If I navigate into other templates, I can pull those up here on the right as well. And then you can also navigate template parts. So this part\'s not very new to 6.2. But the idea of zooming in on different template parts and templates and having them appear here in the frame is. And that\'s important because of this concept of browse mode. And this is where you could dive into an actual page from the site editor. So here, I just pulled up the about page of the site, and I can click into it and actually start making changes. Now, the changes here within the post content block are going to be relative to this about page. But I can also modify the template which then changes the about, or changes the page on any instance of this particular template. So it\'s a new concept and how we can browse the site. But it\'s a very powerful, and really the first iteration of that way of managing a site.\n\n<strong>Anne McCarthy  </strong>5:50<strong>\n</strong>And also lightly introduced content editing in the site editor, as you mentioned. So it\'s a kind of a neat merging of the two worlds, which I know folks have long been wanting to see that unified. And same with the frame, it kind of adds a nice layer where instead of just being dropped in, like before, you kind of are given a more zoomed out view, which I think helps address a lot of the feedback that we saw around the orientation when you\'re entering the site editor.\n\n<strong>Rich Tabor  </strong>6:12 <strong>\n</strong>Yeah, exactly. And really, if we think a little bit further out than 6.2, this could also house setting to use. So we do have, you know, one view here that that is relative to 6.1, where you can see all of your different templates. But imagine if we had any other different types of settings and controls and different pages loaded within here, doesn\'t have to be just the front end templates and renders of your site.\n\nAlright, so we\'re gonna dive into this here. So you can go into it just by clicking on the frame. I\'ll do that one more time just to show, you just click on it. And now you entered right into it. You can edit it right off, so we can make changes, just as if we zoomed into it in the other way in 6.1. And then we have a bunch of styling tools that have been added to 6.2, so I want to kind of hone in on these. Like, this panel itself is not new. We have style variations, you can zoom in here, we\'ve got this new zoomed out view, where you can apply different ones at a time. And then we also have this icon here, which triggers the style book. Now the style book is a very interesting tool here that really lets you customize the theme\'s style guide, essentially. So I can go through each of these tabs, which are relative to the block categories, and see all of the blocks loaded on this particular site. So right here, I\'ve got like Button blocks and Columns block and whatnot. So if I click on one of these, it\'ll pull up the Style panel of that particular block. And then when I make changes over here, these are applied globally throughout my entire site. So if I want to change the way this button looks, let\'s say we do some smaller tags, maybe we\'ll add a little bit of letter spacing, and maybe make it capitalized. See, it\'s getting applied everywhere that the button is used. Also do some changes here to padding, perhaps. We\'ll do something custom here. I think that looks nice. And now...\n\n<strong>Anne McCarthy </strong> 8:13\nReal quick while you\'re doing this, I wanted to note that like this is something that folks have really struggled with previously with the site editor, where if you\'re editing a block that isn\'t in the template already, you\'re not able to see this. So as Rich is showing, you can actually look at any block that\'s being used in your theme and see how the change that you\'re making in styles will impact that. Where before, if the block wasn\'t present in that template that you were editing, it was hard to know exactly what was happening. And so now you have both the style book and this inline preview that you see in the Style section to rely upon, which is pretty neat.\n\n<strong>Rich Tabor</strong>  8:43\nYeah, exactly. And really, you could theoretically go in and design your entire theme with the style book. Now, I know there\'s some advantage to design in context of pages and whatnot. And I\'ll go into that in a bit. But the idea is that you really can quickly browse through all of the different blocks and tighten up what you want to within these controls. And it\'s not limited to the standard variation as well. There\'s also these style variations of each block that you can now manipulate as well. So we\'re gonna go in, say, we\'ll change the radius of this one. So we want it to be sharp like our other button. But we have these new controls. Like, this is a shadow control we\'ve added in 6.2, where you can apply, say, like this shadow here might be nice. This one here, and so some fallback shadows, within core that a theme can provide as well, its own values. But this now will apply for every single variation of the outline on my site here.\n\n<strong>Anne McCarthy  </strong>9:39 \nAnd you\'ll notice that it\'s not in the style book right now. And that\'s just part of the future feature development is showing the variations of blocks as well.\n\n<strong>Rich Tabor </strong> 9:47\nExactly, yes, I would imagine that this would this would show up the variations of the button block, yeah. Which is a nice way to really customize these, like it used to be only CSS would be used to manipulate these variations here. And now it kind of abstracts that away and you can do it within the editing experience. That\'s really nice. It really is. There\'s also this idea of block CSS, so you can add custom CSS that is scoped to a particular block. So if I add CSS here, it\'ll be applied for the button block wherever it\'s used. Now, I wouldn\'t recommend using additional CSS in most cases. I would, I would suggest using all the different controls that we\'ve built, that are built into 6.2. But the idea of using CSS to add a little pizzazz to this particular button block is fine. But just with that caveat that you wouldn\'t want to use it exclusively. Like I wouldn\'t apply a background color via CSS, I would rather use the background elements color here. There\'s also additional CSS, which emulates what was previously in the customizer. So we do have site wide CSS that can be applied within the site editor and also on the front end of your site. Again, I wouldn\'t emphasize using this exclusively, as there are a lot of new design tools that I would explore first, from the top level styles here where you can apply colors to the background, text and buttons. But if there was anything extra you wanted to add, you could do so within the stylesheet here.\n\n<strong>Anne McCarthy </strong> 11:21\nAnd I\'ll note we\'d love to hear feedback if there are certain things that you\'re repeatedly adding custom CSS for. So either commenting on a currently open issue, or if you don\'t find one, opening an issue would be super helpful, because it\'s neat to see what folks are using for CSS so we can fill those gaps.\n\n<strong>Rich Tabor </strong> 11:36\nYeah, exactly. So that\'s the global Style panel here. But there are some quite a few other improvements along with styling. So the first is the idea of pushing styles globally. So if I\'m in here, and I\'m designing, let\'s say I want to add a radius, I want to do some different typography as to appearance like this, like bold, italic look. And then we\'ll also...\n\n<strong>Anne McCarthy  </strong>12:07\nThat\'s cool.\n\n<strong>Rich Tabor  </strong>12:07\nThanks. Also, let me make the letter spacing, maybe we\'ll make it a little bit bigger, actually, and then, I think that\'ll work. Do these changes here and see I\'ve just styled this one particular block this button up here. And this button down here is still using the global styles that we designed earlier. But now I can go through my settings panel here and hit Apply globally. And I\'m going to here so we can see that happen. The styles are now pushed globally to all the other blocks. So this is really helpful for when you\'re designing in flow. And you don\'t necessarily want to abstract out into the style book and you want to push your changes that you just did here, because you like the way the button looks and want those applied everywhere, all at once. I think this is really powerful way to to quickly design within the editor. Another tool that is quite useful, I\'m going to take this heading here and manipulate this. It\'s the idea of copying and pasting styling. So we\'re going to use that same bold italic look, maybe we\'ll make that a little smaller, we can even manipulate this size to be a little bigger. Now we go here to copy styles. And then I can come all the way down here to this other heading that\'s very similar, and paste it in. And there we have that style applied just to these two headers. And you would do this when you don\'t necessarily want every single heading to have this effect. But perhaps there are like elements on this page that you want to push those changes to, specifically. So copying and pasting allows you to be very granular, whereas applying styling globally, lets you be more of a holistic design experience for pushing styles. Another neat...\n\n<strong>Anne McCarthy  </strong>13:57 \nOh, real quick, I just wanted to know like I think one of the things that\'s interesting is, as we\'ve added more design options to blocks like this is part of the experience of scaling things and making it easier to use. So when we think about like intuitive and delightful. Some of these tools coming into 6.2 really take you know, the tons of design tools that we\'ve added over the last couple releases and makes it easy so you can actually tweak things and then reuse. So I think that\'s one of the things I want to call out is it\'s kind of this crescendo. Where now the tools that are coming to 6.2 to really ease the experience and allow you to do a lot of neat stuff where rather than having to re-tweak everything through every single heading block. A lot of stuff is used. So...\n\n<strong>Rich Tabor  </strong>14:34\nYeah, exactly. WordPress is moving towards a design tool and less of like, what you see is what you can only have. It\'s more of an expression of creativity and it really does open up the doors for for designing beautiful pages on the web. I think it\'s really powerful.\n\nAnother cool bit that we\'ve added is the idea of sticky positioning. So headers would be nice sometimes if they stick to the top, so for top level group blocks, this is a group block here, there\'s this new position attribute where you can assign it to sticky. And as you can see, right in the editor, it\'s already showing me that this is sticky on the front end. And also here as well. It\'s only available for top level blocks for now, there\'s still some some odd stuff to figure out on how we communicate when something is not going to stick due to the the parent height of the elements around it. But for top level, it\'s still fine. So we have it here. But there are some iterations that are already happening for the next release that will kind of bring this into more, bring some more capabilities to this particular feature.\n\n<strong>Anne McCarthy  </strong>15:44 \nYeah, and I\'m very excited because one of the things I wanted to briefly call out was the how the header, the template part has that purple. So another neat thing coming to this release, that was a big part of feedback for the outreach program was having to look parts and reusable blocks having a different coloring, because there are different kinds of blocks are synced across the site, when you make little changes and impacts everything everywhere. So that\'s another neat thing that\'s coming with this release, is that you can kind of see those a bit differently in the List view as well as when you\'re in the editor. I see Nathan has his hand raised. Is that intentional? Oh, it\'s removed. Okay.\n\n<strong>Nathan Wrigley </strong> 16:23 \nIt was not intentional. That\'s my mistake. I\'m sorry.\n\n<strong>Rich Tabor </strong> 16:28 \nYeah, it helps you see quickly too like, what is the template part, particularly for headers and footers, it makes it easier to browse quickly.\n\nSo speaking of template parts, and patterns in particular, so headers and footers, are new patterns added within WordPress 6.2. And now that they\'re loaded, actually from the pattern directory, which is kind of neat. And I\'m going to show you how to replace a footer with one of those other patterns. So if you have your footer template parts selected, you can go to replace footer. Now this flow is not new to 6.2, but it\'s going to call out these other improvements. And then you just click one there, and you have it loaded here, that\'s the site logo that I\'m using up here as well. And you can modify this text without having to do any any funky PHP filters or moving actual templates. And if you want to change it again, you go back to replace say, let\'s pick this other one, let\'s try this one. It\'s kind of nice. And there\'s this focus view, or you can zoom in to just the footer itself. You can even check the responsiveness of it and see how it, how it reacts on mobile, and make any of your changes here and have those persist over to the actual template whenever you close it out. It\'s a nice way to really kind of clean up the editing experience. So you\'re not seeing this entire group of groups and instead kind of focusing on what you\'re actually wanting to complete. You can do the same for the header as well.\n\n<strong>Anne McCarthy  </strong>18:01\nYeah, and as Rich mentioned, there are some new patterns that are being bundled from the directory, which I think are really extensive. Regardless of what theme you\'re using, there\'s going to be some pattern for group patterns that help democratize design where you can use them in anything.\n\n<strong>Rich Tabor  </strong>18:15\nYes, that\'s right. All right. So navigation. Navigation has gone under a... quite a bit of work in the last a couple of months. And really, this is all about trying to make it easier to manage your site\'s navigation and also add pages and links and then even styling. So there\'s this new dedicated list view for the navigation block. So it\'s essentially emulating a little bit of what\'s available over here except for you had to kind of get down to it. Now it brings it top of mine and the surface area here. You can drag them around, move them up and down, even add submenu links and remove them as well. And then you can style it like normal. And now apply different styles via the styles tab to the block itself, or even individual page links and whatnot, you can dive into them and manage them all from here, instead of having to only manage them from up here. This really kind of abstracts the complexity from from this particular canvas interface into a more familiar interface here on the sidebar. It\'s really a great effort. And it\'s it\'s taken some time to refine but it\'s getting there and it\'s feels a lot nicer.\n\n<strong>Anne McCarthy  </strong>19:30 \nYeah, there\'s been a lot of good feedback about this as well just because it kind of is meant to marry the classic experience with bringing blocks into it. So it is in addition to being edit, editing on canvas, so if you really want to continue to edit as a block you still, you can continue to do that. But it does add a nice interface and the block settings where you\'re able to do it. And I\'ll briefly call out here the split settings, which we\'ll probably talk about later. But you\'ll see here for more complex blocks, there\'s some nice split settings making it a little bit easier, more intuitive to go through.\n\n<strong>Rich Tabor </strong> 20:02\nYeah, that\'s right. And if you take a look at navigation here, this is very similar to this component added here. And, and that\'s, that\'s purposeful, we want it to look and feel familiar. Either way you\'re managing navigation. So you can also add some menu items here, remove them and drag them around and reset them here, as well as browse into the individual pages. So that\'s what I have for the site editor portion of the demo. And did you have anything else you wanted to add to this, Anne?\n\n<strong>Anne McCarthy  </strong>20:37\nOh, could you resize the Browse mode for me? I just love the resizing. I think it\'s kind of cool. This is just like a fun, you know, thing to call out. But maybe you won\'t noticem but you can resize it. So as you\'re quickly going through your site, if you want to see how it looks in different ways, you can also do that. So that\'s the final thing I\'ll shout out.\n\n<strong>Rich Tabor  </strong>20:56\nYeah. So then, yeah, exactly. It\'s... there\'s a lot of fine, fine touches like that. Well, we can\'t obviously can\'t call them all out today. But it is really getting tightened up overall as an admin experience for the site.\n\n<strong>Anne McCarthy  </strong>21:12\nIt\'s such a great foundation in the future, for sure.\n\n<strong>Rich Tabor </strong> 21:15\nExactly, exactly. Alright, so if we press this back button here, it goes right back to the dashboard, I\'m gonna go and leave...\n\n<strong>Anne McCarthy </strong> 21:25\nThat back button was a big piece of feedback people had they would get into the site or not know how to get back out. So I appreciate you calling that out.\n\n<strong>Rich Tabor  </strong>21:32\nYeah, exactly. It\'s been through a number of iterations. And I think we\'ve settled on something that feels feels nice; it does feel nice.\n\n<strong>Anne McCarthy  </strong>21:41\nI agree.\n\n<strong>Rich Tabor  </strong>21:43\nSo...\n\n<strong>Anne McCarthy  </strong>21:44\nAh yes, the removal of the beta label.\n\n<strong>Rich Tabor  </strong>21:46\nYou want to talk to this, Anne?\n\n<strong>Anne McCarthy  </strong>21:48\nYeah, I would love to jump in on this actually. So you\'ll notice that the beta label is removed for this release. And part of why we wanted to show it now is to see how all the features, how the experience has changed, how much more you can do. And all of that has led to the removal of the beta label. And that doesn\'t mean that feature development is done that it\'s like, you know, gonna stay this way forever, it just means it\'s in a place where we invite you all to try to the site editor, it is out of beta. And a lot of development work has gone into testing this. So we\'ve had almost, I think, 20 calls for testing with the outreach program. It\'s been through multiple major WordPress release cycles, there is still more work to be done. But I\'m very excited to see the beta label removed, I think the features that are coming to 6.2. And the foundation that is set with 6.2 really marks a level of maturity. That is pretty exciting. So consider this an invitation to try out modern WordPress, and to check it out.\n\n<strong>Rich Tabor</strong>  22:43\nA hundred percent, I couldn\'t have said it better.\n\nAlright, so another neat part that\'s added recently for 6.2 is this idea of distraction free mode. So it\'s not turned on by default, but I have it on so we can see the results here. So you can go in and type right here. And then actually, I\'m gonna throw in some Lorem here. So you can see it in action. So this feels more like a text editor and less like a Block Editor. Whenever distraction free mode is on even the the multi block selection, it feels really nice. It doesn\'t there\'s not this idea of blocks, even it\'s kind of abstracted from here, there\'s less noise, there\'s less distraction. And just think that the idea is that it\'s just you and your words, it\'s just writing and publishing. And if you want to publish, you can hover over here, you\'ll see the toolbar come down, you can hit Publish or draft. And then this is how you would turn it off and back on here. And then you still have control of all the existing tool. And it\'s just a much simpler, streamlined interface. And you do have access to blocks, you can still add them if you\'d like to, but the idea is just being able to write without the distractions is really powerful. And a really nice publishing experience overall.\n\n<strong>Anne McCarthy  </strong>24:08 \nAnd this is for everyone. So this is like a lot of stuff we\'re coming to say it or using a block theme. This is available for anyone who\'s using the Block Editor. And to be honest, I use this for basically all my writing now. Especially for any post or page, I typically will go into this mode. So I\'m very excited about this. And I hope folks feel the same way.\n\n<strong>Rich Tabor  </strong>24:28\nYeah, exactly. I\'ve been using that too for quite a bit. But the thing is, is also not only for post editing, so I have a page here that I\'ve created. And I have distraction free mode turned on, which kind of removes all the extraneous tooling and it really lets me focus in on the actual blocks here so I can manipulate them to an extent. I can even drop in different imagery for these images here and modify the buttons and whatnot and even add more blocks but the idea is it\'s almost like a simplified editing experience for pages as well, not only for posts. And here, I\'ll come up here and turn off distraction free mode to see it all in real time.\n\n<strong>Anne McCarthy  </strong>25:13  \nAnd this isn\'t yet available for the site editor, but I have a feeling a number of folks are going to be keen to see that put in there as well.\n\n<strong>Rich Tabor </strong> 25:20  \nExactly, yeah, I don\'t see why it wouldn\'t work in the site editor as well. I think it\'d be very nice. Yeah. So we have some other improvements here that are fun. So this inserter here has gotten a couple of changes here. So blocks looks familiar, it\'s still the same, but patterns is where we started seeing some changes. Instead of having some featured patterns loaded in a block category selector, we\'ve split them out individually as their categories here, you\'re gonna load up some of the different header patterns that are loaded in WordPress 6.2. So you can load them here and see them in this tray, and then click to add them to your site. Which is really nice, it\'s a nice way to kind of go through them quickly and see a bunch of different ones. We also have the media tab up here, which is new, which splits out the images from your Media Library, videos, and audio as well, including the Openverse library. So this is a catalogue of, I believe, over 600 million free, openly licensed stock imagery. And you could search from right here in the inserter. So let\'s type in birds. And click on one, and it will add an image block with the image already added to it, we have got the caption down here. If you don\'t want the caption, you just turn it off right here, this little control that was added. And now you can manipulate it right off. So let\'s say this, drop it into here. Maybe we\'ll make these about the same size and move it over to something interesting.\n\n<strong>Anne McCarthy  </strong>26:53\nAnd I\'ll note that there was a GDPR concern around the images being properly uploaded rather than hotlinked. And I wanted to just note that that\'s been addressed. So the images are uploaded to your Media Library. That\'s why. So in case anyone has that question. Sorry, continue.\n\n<strong>Rich Tabor  </strong>27:08\nYeah, no, that\'s a good point. It\'s very important. A key benefit to have this flow here is that instead of instead of having to add an image block, and then open your Media Library, and then pick an image, and then you have it here, it\'s really this one flow of searching visually, and searching here, as well. And then having it added as an image block already. So it kind of skipping all the extra steps that you always have to do anyhow, it\'s really nice. And we have a couple of interface changes. So there\'s the settings icon up here that used to be a cog, and now it represents the sidebar itself. So when you open it, the sidebar is triggered, if that\'s closed. And that\'s changed for a couple of reasons. But one of the bigger reasons is, as I mentioned earlier, this idea of split tabs, so we have the cog for settings. And that\'s when a block has additional settings that are not per the norm of the styles that are available within WordPress, then you\'ll have a new settings tab pulled out here. And that\'s to keep the density nice whenever you\'re editing and it feels good instead of having everything kind of in your face all at once. Now for other blocks, like the paragraph block, there\'s not additional settings, so automatically not included. The tabs up top and just be everything top level. But  when a third party plugin adds like a different settings panel, or even if you extend one of these core blocks that does not have one, and a detects one should be auto added as well. So it\'s kind of just like a nice, fluid way to continue improving the experience of editing within WordPress.\n\n<strong>Anne McCarthy </strong> 28:49\nYeah, so plugin authors can also kind of make sure where they want settings and styles to show that it shows up correctly. And there\'s a dev note about that as well.\n\n<strong>Rich Tabor  </strong>28:58\nYes, that\'s right, you can you can decide as when you\'re extending or adding your own inspector controls. That\'s what these are called here, whether or not they\'re included within styles or settings as well. Yeah.\n\nThen another smaller change that\'s kind of nice is this idea of pulling the outline from its own toolbar item up here into the list view. It\'s because they\'re very relative, you know, a list of all the blocks on your page, also an outline of what\'s going on. So they\'re combined now into this one view. We also have time to read word count and character count here, which is nice. And then this is a little guide here that just helps you understand the structure of the importance of the structure of the document and making sure that it is properly structured. All right, was there anything else that we wanted to add you think, Anne?\n\n<strong>Anne McCarthy  </strong>29:51\nI\'ll add one last call out just because I\'m trying to think about like little dev tidbits if you want to disable it prefers there is a way to disable Openverse as well I know that\'s always a concern. We add something it\'s like, okay, how do we get rid of because I don\'t want a client getting into it, there is a way to disable that is documented as well. The other thing is the pattern. So there\'s new categories, the patterns. And so query is now posts, a couple of things were merged, there\'s no call to action. And there\'s also some lovely, which I\'m gonna brag on Rich, again, some new text based, query patterns. We have a lot of visual patterns for the query loop, and now there\'s wonderful, more text focused ones, which I think is really exciting. And just another great way where patterns have evolved and patterns is obviously a huge part of the future building with WordPress. So I\'m very excited about those and keen to see just more variation with query loop, I think it\'s really powerful block to make easier to use. So I\'m excited to see it. Otherwise, I think that\'s, I think that covers a lot of what we were trying to go through.\n\n<strong>Rich Tabor </strong> 30:57\nYeah, and there\'s certainly more. There\'s a lot of interesting, minute details that are, you know, quality of life improvements around editing and designing. And we can\'t cover them all today. But it\'s just, there\'s a lot of exploratory ideas and cool, interesting pieces that have been the result of lots of feedback and lots of testing, like I mentioned earlier. And, you know, it\'s really a testament to open source and contributing and really working together as a team to make this thing we call WordPress ours and making it a brilliant publishing experience. So just thank you to everyone who\'s put in time ideas, effort, code, design, marketing, copy, all of that, and more to making this what it is. It wouldn\'t be possible without you.\n\n<strong>Anne McCarthy  </strong>31:46\nTotally agree. And thank you, Rich, for doing such an excellent job building this site and demoing all this.\n\n<strong>Nathan Wrigley  </strong>31:51  \nYeah, indeed. Thank you, Rich. Thank you, Anne. Just to let you know that, in theory, there\'s possibly up to about 25 minutes left. If anybody wishes to pose a question, we\'re going to do our best to get the answer directly from Rich and Anne. Whether that means putting the screen back on, I don\'t really know. But we\'ve got a few that have come in. The place to put those, it would appear that some people have figured out how to do that in Zoom. But if you go to the walkthrough channel, in the making WordPress Slack, you can post some questions in there and all things being equal, we\'ll get them raised as quickly as we can. So we\'ve got a few. In all honesty, because they\'ve been copied and pasted from various different places, I can\'t necessarily say who the name of the person is that sent them. But first question I\'ve got over here for either of you. It says when you save globally, under the Advanced tab, does this change the stylesheet? Interesting.\n\n<strong>Rich Tabor  </strong>32:54 \nSo this will change the attributes of the blocks. So if I throw in that example, there, I pushed the attributes of that one block globally. So they\'re applied to every block. So it does affect some styles, but not writing any style sheet or writing to the core style sheets.\n\n<strong>Nathan Wrigley  </strong>33:11\nCan I ask the question? It\'s not something that\'s been submitted by anybody else, but it just occurred to me that as you were clicking the global button, I just wondered if there was a \"get out\" from there. In other words, if you inadvertently click the global button, is there an undo option in there? In other words, can you back away from all of the buttons suddenly changing or all of the H1s? \n\n<strong>Anne McCarthy  </strong>33:32 \nYou do have to hit save after. You can\'t just hit Apply globally. You have to hit save, and that\'s where the multi-entity saving pops up. The multi-entity saving is kind of strange in that it\'s not good at discarding changes. So you basically would just have to like leave. Like it would be like, Whoops, I hit that. You probably also have to hit the undo. Like there\'s - those are the two kind of options. So, yeah.\n\n<strong>Rich Tabor </strong> 33:54 \nYeah. The undo is like a global thing. It works there as well. Yes.\n\n<strong>Anne McCarthy</strong>  33:58 \nAnd there\'s a reason that feature is hidden, like under Advanced and collapsed. That\'s not necessarily for everyone. But for folks who do like to tinker, it is available.\n\n<strong>Rich Tabor  </strong>34:08  \nRight. And it\'s also only available in the site editor as well. So it\'s the more the global view of editing your site is where you can access that. \n\n<strong>Nathan Wrigley  </strong>34:17  \nPerfect.\n\nOkay, so I have a question from Zoom. Is copying and pasting styles as demonstrated just for core blocks? They go on to say more, which I\'ll read out. Some blocks collect, some block collections have their own C&amp;P, and I\'m curious what might carry over, if anything? And then there\'s a follow up. Also, if CSS classes are assigned to a block, will applying global styles to a block be to all of the same block, i.e. H2? Or, hopefully, will a custom class allow for a more granular global CSS? There\'s a lot in that question, but if we start with the: is copying and pasting styles demonstrated just for core blocks?\n\n<strong>Rich Tabor  </strong>34:56  \nSo it works for blocks that have leveraged the block support system within core. So if you have opted your block into using background color, and text color, link color, any of the layout settings, anything that was in the styles tab, then all of those would get pushed to or get copied or pasted or even pushed to the global application of styles as well. Now, if there\'s, if a block has done its own sort of background color attributes, I don\'t know that those would persist as well. But if you use what\'s available in core, it\'s really one or two lines of JSON will get you the background color support that you need. \n\n<strong>Nathan Wrigley</strong>  35:35\nAnything to add to that, Anne?\n\n<strong>Anne McCarthy  </strong>35:37  \nNo, just another reason to rely on what core is building. So it\'s a another great example of how these features will work together and how adoption helps whenever these new things come out.\n\n<strong>Nathan Wrigley  </strong>35:49  \nOkay, so we\'ll go on to the next question then. So this is from Zoom, and apologies, I don\'t know your name. Can we have this as a feature request? Can we have sticky sidebar block for some groups next release, please? \n\n<strong>Anne McCarthy </strong> 36:05 \nProbably would do a separate block, I\'m guessing. Yeah, do you have anything to add to that?\n\n<strong>Rich Tabor</strong>  36:11\nYeah, I would say we wouldn\'t need a sticky sidebar block. Right now that group lock in top level-only does support position sticky. And the only reason it was turned off like we did have it on for one of the Gutenberg releases for everything - for every group block - but it was turned off just because there was too much confusion around if you had a sticky element that wasn\'t didn\'t have enough space to stick for and enough height to stick. So it wouldn\'t actually be sticking. You wouldn\'t see a result of you applying a sticky position to it. So I think we can figure that out with some some UX to really clean that experience up so that you do expect and understand what\'s going on. When you apply that to a block. That\'s not the root level of the document. So it\'ll be there. It just takes a little bit more iteration.\n\n<strong>Nathan Wrigley</strong>  37:00\nOkay, another question. This time from Slack. When there are changes made in the site editor, are the templates still marked with the blue dots to indicate that the changes are in the database?\n\n<strong>Rich Tabor  </strong>37:14\nYes, from that Manage Templates view that I shared in the canvas, it will show up just like it did previously, when there are changes to one of the templates provided by the theme.\n\n<strong>Anne McCarthy </strong> 37:25\nYou can revert the changes, as well, as you\'re used to doing.\n\n<strong>Nathan Wrigley </strong> 37:30\nOkay, thank you. Anne\'s shared a link related to the question that we just posted. I don\'t know how Zoom works well enough to whether or not we can share the screen. \n\n<strong>Anne McCarthy  </strong>37:40\nI can briefly share my screen. \n\n<strong>Nathan Wrigley  </strong>37:42\nYeah, that\'d be great. Show us the GitHub.\n\n<strong>Anne McCarthy </strong> 37:43\nLet me try that. I just wanted to mention this in case people want to follow along in the follow up tasks related to this. I love to look at links. I\'m a nerd like that. So in case anyone else is, this is a lot of the follow up tasks and a great issue to chime in on or just follow if you\'re interested in this because there are some improvements to be made. But this is a neat report for now. So it\'s - oh, I just copied and pasted. So it\'s issue number 47043 in the GitHub repo.\n\n<strong>Nathan Wrigley </strong> 38:11\nSo 47043 related to the question that we just had. Okay, so another one from Zoom. This is Robin, who asked the question, can you show? It\'s just moved on my screen. There we go. Can you show us how to trigger the focus mode to view, say, for example, the footer on its own? So I guess we\'re back on the screen again.\n\n<strong>Rich Tabor  </strong>38:34\nSure. Everyone can see? Yep. So when you have a template part selected, you just hit the Edit button here and then it\'s focused into that as well. And then you have, again, the responsive controls here. All the existing controls, it\'s just localized to this template part.\n\n<strong>Nathan Wrigley  </strong>38:54\nHopefully that answers your question. Thank you, Robin. Just for anybody who\'s kind of lurking who has a question but hasn\'t yet posted it, please do. What are the chances that you\'re going to get Rich and Anne on the on the phone in the next few weeks? Pretty minimal, I\'d say, so make use of them while they\'re here. Ellen has done just that. She\'s in Slack. Ellen says, is there a plan to allow no title templates in the block editor as they are still included even in header and footer-only templates?\n\n<strong>Rich Tabor</strong>  39:28\nNo title templates. Like templates without a title? I\'m not quite.\n\n<strong>Anne McCarthy </strong> 39:35\nYou can just remove that block. \n\n<strong>Rich Tabor  </strong>39:36\nYeah, you can you can remove the post title block from a template. I\'m not quite sure if that\'s if that\'s what the question is asking.\n\n<strong>Nathan Wrigley  </strong>39:46\nEllen, if you\'re still in Slack and watching this, if you heard Rich and Anne queerying that, then if you can give some more clarity, we\'ll endeavor to get that answered.\n\n<strong>Anne McCarthy</strong>  39:57\nKnowing Ellen she knows exactly how to remove things. So I\'m like, I\'m curious. I\'m definitely - we\'re misinterpreting something because she\'s very - Not showing the title in the editor...?\n\n<strong>Nathan Wrigley  </strong>40:07\nYeah. Not showing the title in the editor. She says she\'s here. \n\n<strong>Anne McCarthy  </strong>40:12  \nI\'m like, \"Say more.\" \n\n<strong>Nathan Wrigley </strong> 40:14 \nYeah. Give us more. Give us more Ellen, and we\'ll get right back to you.\n\n<strong>Anne McCarthy  </strong>40:17\nLet\'s follow back up on that, because Ellen always has some good questions and good feedback.\n\n<strong>Nathan Wrigley</strong>  40:21\nAll right. We\'ll do just that. Again, another question from Zoom. This is posed by some anonymous person. Will the list views icon get the same treatment as settings?\n\n<strong>Rich Tabor  </strong>40:33\nI don\'t think it\'s in the plans. I don\'t think there are plans to change that. But list view icon, it\'s always the list view. So when you toggle it on and off, it\'s relative to what it is. Whereas on the other side, the settings can be block settings, page settings, template settings. Global styles is in that same area. So it\'s a little bit more context for the list view to stay a list view item.\n\n<strong>Anne McCarthy  </strong>40:58\nAnd I know that the question came up because the settings icon looks like there\'s that sidebar. And so there are who people have been asking like, will the same thing happened over here? Just for context. That was part of a discussion in a different GitHub issue.\n\n<strong>Nathan Wrigley </strong> 41:12\nOkay, thank you very much. I appreciate very much those people who are posing questions. That\'s really great. Again, just to prod you once more, feel free to add your own questions in no matter how big or small they are. We\'re here to help. So now we have a question on Zoom from Abdullah. And he coincides beautifully with a question I\'ve written down. Any good resources to learn FSE theme-based development? Can either of you point to a particularly good resource that you know of?\n\n<strong>Anne McCarthy  </strong>41:41\nYeah, Learn WordPress. There\'s tons of stuff on Learn WordPress that I would recommend. I also, Daisy Olson, who\'s Developer Relations at Automattic, has a Twitch stream going and some YouTube videos around block theme development. But I would recommend going to Learn WordPress. There\'s also some contributor-led initiatives. Carolina, who\'s one of the theme folks has, I think, it\'s fullsiteediting.com. And that was kind of like the original, go-to resource. And she\'s done an incredible job working on that and keeping it up to date. So yeah, there\'s tons of tons of resources. I will spare you from from sharing more, I don\'t know, Rich, you have more hands-on experience there. What\'s the most helpful for you?\n\n<strong>Rich Tabor</strong>  42:22\nYeah, there\'s some really great tutorials and guides on Learn that are relatively new, that are really helpful. And I see that the team there has been really cranking it out on the last year or two, like really putting a lot of effort into this. So I would, I would start there.\n\n<strong>Nathan Wrigley  </strong>42:38\nSo if you\'re not familiar with that, I guess it would be apropos to say go to your browser of choice and type in learn.wordpress.org and go and explore. Basically, there\'s a ton of materials that are getting updated on what feels like a daily basis at the moment. So, once more, learn.wordpress.org. Go and check that out. But also, Anne in the chat that we\'ve got going on here has linked to Daisy Olsen\'s Twitch channel, which - I\'m just going to read it out but hopefully I\'ll make it into the transcript. twitch.tv/DaisyonWP. And it\'s all one word. D-A-I-S-Y-O-N-W-P. Daisy on WP. So there\'s two great places to go. But the learn.wordpress.org is perfect.\n\n<strong>Anne McCarthy </strong> 43:24  \nI have to add one more thing, which is if you\'re not fully ready for block themes, one of the big things that I feel like needs to be emphasized more is you can gradually adopt. So all these features are being done. But maybe you want to only give access to a client to edit the header. You can do that. Maybe you want to leverage theme.json in your classic theme, you can do that. If you want to expose the template editor.\n\nBut use the rest of your themes across them, you can do that. So I want to also encourage folks to look into resources around gradual adoption, because it makes sense that this stuff isn\'t - From day one, there has been a focus on that. Adopt what you what you want, when you want and it\'s going to make sense to different people at different times. Matías once said that to me, and I think it rings really true. And so now that we\'re at this level of maturity, I think we\'re looking again and revisiting again, like okay, what can I use? What do I want to use? I think it\'s really important to mention. So if you\'re not ready to go all in, I encourage you not to just wipe it all away, but to think about how you can gradually adopt and also what would help you gradually adopt. So there is actually a label on GitHub started a couple months ago around - It\'s called blocks adoption. So if there\'s something that you see that you\'re trying to adopt the site editor, and it\'s preventing you from doing so, like we want to know about that. And you\'re welcome - I\'m going to just put this out here - @annezazu is my GitHub username, feel free to just like @ annezazu, \". This is blocking me from using the site editor.\" We want to know these things. Open issues. Please share, because that is also part of the phase of this work is making sure people can adopt as they can and that the tools are robust. There\'s a ton of resources as well. There\'s a page in the Theme Handbook around gradually adopting to block themes. So I just wanted to call that out.\n\n<strong>Nathan Wrigley </strong> 45:06 \nAnd just one more time, what was that? Give us, the give us the username.\n\n<strong>Anne McCarthy  </strong>45:11<strong>\n</strong>A-N-N-E-Z-A-Z-U. So like Zazu from The Lion King. It\'s an inside joke from middle school.\n\n<strong>Nathan Wrigley </strong> 45:19\nOkay, possibly the shortest question. This is from Sandy, I should say, Can Lotties be added to 6.2?\n\n<strong>Rich Tabor</strong>  45:28\nI would say that I did a quick search a few minutes ago and there are various blocks built by the community, which do allow you to add or embed LottieFiles to your site. I haven\'t tested any myself but feel free to dig into those. And if they\'re open source, they can contribute ideas or feedback on on those GitHub repos.\n\n<strong>Nathan Wrigley </strong> 45:49\nThank you very much. And Eagle has posted a question. When there are changes made in the site editor, are the templates still marked up - Did we have that one? We have, right? We\'ve done that. \n\n<strong>Anne McCarthy </strong> 46:01\nWe answered that one. Yeah.\n\n<strong>Nathan Wrigley</strong>  46:02\nI think we did. Okay, moving on directly then to Ian, what is - oh! Okay, what is the philosophy for mobile in the editor? Are there any plans to have a mobile view?\n\n<strong>Anne McCarthy </strong> 46:16\nThat\'s part of the dragging and resizing. And there\'s a lot of work being done around intrinsic design. And you can see on the developer.wordpress.org? What is the blog? I think it\'s /news. Do you hear audio?\n\n<strong>Nathan Wrigley  </strong>46:35\nI hear only your audio. I don\'t hear anything I don\'t wish.\n\n<strong>Anne McCarthy</strong>  46:36\nOkay, sorry. Something just started playing in the background out of nowhere and that just scared me. It\'s like all of a sudden, I was like, woah! Where was I?\n\n<strong>Nathan Wrigley </strong> 46:50\nSo we were talking about mobile views?\n\n<strong>Anne McCarthy </strong> 46:53\nYes, intrinsic design. There is a developer blog that if you\'re not following that, you definitely should, that addresses this around, basically showing that the mobile view points have exploded over time. It\'s now really not sustainable to try and have CSS and all this sort of stuff, mobile queries allowing for each view. So instead, how can we think about intrinsic design? And so that\'s like the best answer I can give. And for now, there is this nice resizing that you can do to kind of see how things scale. 6.1 introduced fluid typography, which was really exciting and part of this larger, intrinsic design set up. And I think we\'ll expect to see more of that over time. Sorry, for the brief mental break.\n\n<strong>Nathan Wrigley  </strong>47:36\nJust a quick reminder, we probably got 5, 6, 7 minutes or something like that before we start to wrap things up. So if you\'ve got any questions, please, please do post them in here. We have one from Paul who asks, is there any more work planned for pattern management in the future? And then WP Engine has released a plugin allowing easier management of patterns recently, I believe that was yesterday, it would be good to know if we should wait for core or assume that nothing else is coming soon.\n\n<strong>Rich Tabor  </strong>48:07\nYeah, I would say that pattern management is an important part of this new WordPress experience and having a way to create and manage local patterns, but also maybe push them to the pattern directory. And then on top of that, having a functionality built in where - it\'s kind of like a component based system where you have patterns where the design is the same across patterns, but content can change. All of that kind of falls into the same category of work. And that is something I believe WordPress will eventually do as well.\n\n<strong>Nathan Wrigley</strong>  48:41\nOkay, we\'ve got no more questions on the screen. So I\'m going to ask a question, if that\'s all right. You were demonstrating the distraction-free mode there where you could move things up, move things down, and resize pictures and images and so on. I was just wondering what the constraints on that are. So in the case of images, I could see that you could resize things. And with the text, I could see that you could, you know, highlight things and start typing wherever you wish. But I just wondered how the decisions had been made to set those parameters and those only. So yeah, around that, what\'s available in distraction-free mode? What limitations are there?\n\n<strong>Rich Tabor  </strong>49:17<strong>\n</strong>I would say, generally, it\'s what\'s available is what happens when you click on a block. The tooling is there available on the canvas before so resizing was available on the image but not the toolbar. So the resizing is still available when you\'re in distraction-free, but maybe not adding the caption piece or you know, those other toolings. It\'s almost like the content locking or content only locking API. It\'s very similar to that in a sense, but a little bit more tightened up.  Where just text and dropping in images - you can\'t necessarily open the Media Library from there unless you dive out of it. But you can drop another image onto that existing image to replace it. Some things like that.\n\n<strong>Nathan Wrigley  </strong>49:59<strong>\n</strong>It looks like a really excellent interface for people who just, well, want to concentrate on their writing. It sounds like Anne\'s all in on it.\n\n<strong>Anne McCarthy</strong>  50:05\nI use it every single day. It\'s amazing.\n\n<strong>Nathan Wrigley </strong> 50:09  \nIt almost felt like a Google doc minus all the bits and pieces at the top. Yeah, really, really nice. Okay, so we have some more questions. Weston is asking, what about optimizing the experience of editing using a mobile device on the web? So I guess that\'s a little bit maybe the question that we had earlier. How can... we how can we do things on a actual mobile device? \n\n<strong>Anne McCarthy </strong> 50:30\nThat\'s a great question. There are mobile apps. So there is the mobile team and using the mobile apps. I personally don\'t use mobile apps and sometimes will edit things from Safari on my iPhone SE 2.\n\nI actually was talking to someone - their username is Nomad Skateboarding. And from what I understand, he only builds client sites from his phone. And so one of the things I said to him, I was like, \"Give us your feedback. That\'s really cool. It\'s really unique. That\'s fantastic. Like, what pain points you\'re running into, what can we improve?\" Because there is obviously like, we are in a mobile first world. My phone is sitting right next to me. I would love to hear particular pain points folks have when trying to edit in that way. You can obviously use the apps. There are some quirks with the site editor, and that I know is partially being looked into and resolved. But yeah, I think there are probably - what we\'re building now should always translate back and there are teams trying to sync back and forth. And there was a recent post from the mobile team talking about what\'s the future of mobile editing. And so I would recommend - it\'s somewhere on Make/Core. I recommend digging that up and getting involved and honestly sharing your feedback. Because I don\'t think that is an experience that we talked about enough personally.\n\nIt\'s a great question. \n\n<strong>Nathan Wrigley  </strong>51:40\nRich, anything or should we move on?\n\n<strong>Rich Tabor  </strong>51:42 \nI think that was great.\n\n<strong>Nathan Wrigley </strong> 51:44 \nOkay, perfect. Um, um, um. Okay, we have an anonymous question. It says as page speed is a big challenge, how are we optimizing the blocks for better LCP score?\n\n<strong>Anne McCarthy</strong>  52:00 \nThere are, some interesting - sorry, Rich, I don\'t know if you wanted to jump in. I was going to start link dropping. \n\n<strong>Rich Tabor  </strong>52:05 \nYeah, you go ahead. Yeah. \n\n<strong>Anne McCarthy  </strong>52:07  \nYeah, there\'s some interesting work from André. Part of it involves actually adding tracking and making sure there\'s really good front end metrics. So there\'s kind of a twofer going on. In one fell swoop, we\'re focusing on better tracking and improving the tracking that we have for performance, particularly the front end. And then at the same time, also work is being done to optimize like style sheets. There\'s been some really neat stuff in previous releases that I bet I can pull up if you\'ll give me one moment.\n\n<strong>Nathan Wrigley  </strong>52:36\nYeah, whilst you try to find that, Anne, I think it\'s probably important to say that, if there are any questions which you wish to have answered which don\'t somehow get answered in the next few moments, then there will be posts created around this piece. So anything that goes missing, any question that is unanswered, there will be endeavours to get them answered. Right? Okay, show us what you got, Anne.\n\n<strong>Anne McCarthy  </strong>53:00  \nYeah. So this was a post I did for 5.9, in conjunction with a whole ton of folks who contributed and actually did this work, I just was kind of gathering it up. But you\'ll see sections here around block style sheets and CSS loading. And honestly, a lot of the work with the styles engine, which is part of the global styles project, can help give a lot of opportunity to actually improve this, I recommend checking out this post to see some of what\'s already been done. And then in the future, one of the discussions that we had recently with some folks across the community from Google, from Automattic, 10up, all over the place, including our lovely performance lead, Felix. We talked about some of this stuff and about how to talk about particularly themes and also just blocks in general. And thinking about some performance improvements and developer education and automated testing and all sorts of stuff. So I won\'t go too far into this. But I think a lot of work can be done. And some of it is being done around measuring more front end metrics and very recently, LCP was added and started to be tracked here, which I think is pretty exciting. \n\n<strong>Nathan Wrigley  </strong>54:05 \nI think following the performance team and Felix Arntz, in particular, would possibly get you quite a long way towards your answers there. Okay, a couple more. Firstly, there\'s a few people helping out in the Slack channel. So, appreciate that. We\'ve got Matías answering questions, and so on. So that\'s really amazing. Thank you. Another anonymous question, any plans to support CSS Grid?\n\n<strong>Rich Tabor  </strong>54:33 \nI think it\'s something worth exploring. Probably not the major priority coming up. But definitely some interesting aspects that we\'ve seen other... other building applications do that we can learn from for sure.\n\n<strong>Nathan Wrigley  </strong>54:47  \nOkay, we\'re very short on time now. I think we\'ve got to round it off at the top of the hour. So we\'ve got about four minutes left. I\'ve got to wrap it up a little bit. So try to get these last two done if we can. This is from Mary. What are the typography options as of 6.2? we have Google fonts and self-hosted. Any plans for solutions like Adobe Type and Monotype?\n\n<strong>Anne McCarthy  </strong>55:11 <strong>\n</strong>There\'s a Fonts API that got booted from 6.2 and is hopefully planned for 6.3. So I would just follow that effort. So right now, 6.2 is not introducing anything new or different there. Things are as they were. There\'s a private API that folks can can use with anything JSON. That\'s as concise as I can be.\n\n<strong>Nathan Wrigley </strong> 55:31\nNo, that\'s perfect. I think we\'re three minutes to go. That\'s probably the best time to wrap up the Q&amp;A. Apologies if you had a question and it didn\'t get answered. As I said, there will be a whole load of things created off the back of this. We will make sure that there\'s a transcript available and - just read something in the comment. Hopefully, any questions that have been asked but unanswered will be answered approaching that. Just very, very quickly, I have to say thank you to Anne and Rich in particular, for taking the time out of their busy schedules and demoing what 6.2 can do. It really looks like a transformational release. But also, thanks to Chloé and Jonathan and Lauren and Mary who are on the call, but, you know, you haven\'t necessarily seen them right now. So, appreciate them. That\'s really great. Following up off this, I\'ve got three points to mention. Following the 6.2 release on Make/Core for development updates and calls, there\'s going to be a post. It\'s make.wordpress.org/core/6-2. Also, if you\'ve been keeping a close eye on the Beta releases - I say beta, I know it\'s hysterical. The beta releases, we\'ve got version beta four has just been released. And anybody who wants to test that out would be most welcome. The URL for that is far too long for me to say out loud, but you can Google it, I\'m sure, and find out how to test for that. And also, if you are keen to follow WordPress, it\'s all over the social networks. And you can follow - basically, if you try to just follow @WordPress, then you\'ll get somewhere. So for example, on Twitter, it\'s WordPress - @WordPress. On LinkedIn, it\'s /company/WordPress. Instagram is @WordPress. And guess what? On Facebook, it\'s - what do you think it would be? It\'s @WordPress. So it\'s available all over there. And I think that\'s it. I think that\'s everything that we\'ve got to say. We\'re about one minute away from closing. So particular thanks to Rich and Anne, but thanks to everybody in the background making all of this happen. Thanks for showing up. If people don\'t show up, the work never gets done and the project never moves forward. So fully appreciate anybody who\'s given up their time to ask questions today and watch this presentation.\n\n<strong>Anne McCarthy </strong> 57:51 \nAnd thank you, Nathan. I want to call you out as being an excellent moderator and creating a safe space for us.\n\n<strong>Nathan Wrigley </strong> 57:57  \nVery, very welcome. I enjoyed doing it. I would gladly do it again. All right. I don\'t know how to end this call. So I\'m just gonna wave. Bye, everyone.\n</pre>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14573\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"The Month in WordPress – February 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2023/03/the-month-in-wordpress-february-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2023 11:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14550\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:236:\"February has been an exciting month for the WordPress community, with the celebration of the first-ever WordCamp Asia bringing friends and contributors back together in person. But that\'s not all; read on for the latest project updates.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13671:\"\n<p>February has been an exciting month for the WordPress community, with the celebration of the first-ever WordCamp Asia bringing friends and contributors back together in person. But that&#8217;s not all; read on for the latest project updates.</p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<h2 class=\"wp-block-heading\">Get ready for WordPress 6.2</h2>\n\n\n\n<p><strong>WordPress 6.2 Beta 4</strong> arrived earlier this week and is <a href=\"https://make.wordpress.org/core/2023/03/01/wordpress-6-2-beta-4/\">ready for download and testing</a>. Work continues on track, with the first release candidate (RC1) due next week and the target for the final release on <strong>March 28, 2023</strong>—less than four weeks away!</p>\n\n\n\n<p>WordPress 6.2 is one of the last major releases planned for Phase 2 of Gutenberg, taking the Site Editor out of beta with a more polished user experience and refreshed interface.</p>\n\n\n\n<p>On March 2, members of the release squad hosted the <a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">6.2 live product demo</a>. The recording and transcript will be available soon. In the meantime, these resources will give you a taste of what&#8217;s to come:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">Roadmap to 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2, Finale</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/02/wordpress-6-2-accessibility-improvements/\">WordPress 6.2 Accessibility Improvements</a></li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help test WordPress 6.2</a>. Your feedback is key to ensuring everything in this release is the best it can be.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Join WordPress&#8217; 20th anniversary celebrations</h2>\n\n\n\n<p>WordPress is turning 20, and the community is getting ready to celebrate!</p>\n\n\n\n<p>As part of the festivities, the project has released a <a href=\"https://wp20.wordpress.net/wordpresss-wapuu-joins-the-wp20-celebration/\">20th anniversary Wapuu</a>, a <a href=\"https://wp20.wordpress.net/download-the-wp20-commemorative-logos/\">set of commemorative logos</a>, and a <a href=\"https://wp20.wordpress.net/20-years-of-wordpress-jazz/\">special playlist with 46 tracks</a> from the jazz artists selected to represent WordPress releases. Official WP20 swag will also be available soon.</p>\n\n\n\n<p>In addition, the Museum of Block Art (MOBA) is <a href=\"https://block-museum.com/2023/02/21/lets-celebrate-20-years-of-wordpress/\">calling all artists</a> to submit block art themed on “20 years of WordPress.”</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/news/2023/03/lets-party-organize-your-wp20-celebration/\">Find out how to organize and participate in the WP20 celebrations</a>.</p>\n\n\n\n<p></p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What’s new in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-1-8-february/\"><strong>Gutenberg 15.1</strong></a> was released on February 8, 2023, with access to the Openverse library of openly-licensed media from the Editor. Other highlights include the ability to add custom CSS on a per-block basis and support for shadow presets in Global Styles. This is the last version of Gutenberg that will be <a href=\"https://developer.wordpress.org/block-editor/contributors/versions-in-wordpress/\">included in WordPress 6.2</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\"><strong>Gutenberg 15.2</strong></a><strong> </strong>is available for download as of February 22, 2023. Besides continued accessibility improvements, this release adds support for revisions when editing templates and template parts, and refines the navigation experience in the Site Editor.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay on top of the latest enhancements.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Global community sponsors for 2023, contributor mentorship program, and more</h2>\n\n\n\n<ul>\n<li>The Community Team announced the <a href=\"https://make.wordpress.org/community/2023/02/08/2023-global-sponsors-announcement/\">global sponsors</a> that will support the WordPress community programs in 2023.</li>\n\n\n\n<li>A few months ago, Meetup.com removed an accessibility overlay in response to <a href=\"https://make.wordpress.org/community/2022/11/23/meetup-com-accessibility-overlay-update/\">some concerns</a> from the WordPress community. <a href=\"https://make.wordpress.org/community/2023/02/17/meetup-com-accessibility-overlay-february-update/\">A recent update</a> reports that the company has conducted an assessment and plans to address the issues identified.</li>\n\n\n\n<li>The Training Team launched a <a href=\"https://make.wordpress.org/training/2023/02/10/training-teams-new-onboarding-program-is-now-live/\">new onboarding program</a> for contributors. In addition, they worked on numerous lesson plans, online workshops, and tutorials last month. <a href=\"https://make.wordpress.org/updates/2023/03/01/whats-new-on-learnwp-in-february-2023/\">Check out what&#8217;s new on Learn WordPress</a>.</li>\n\n\n\n<li>The Documentation Team shared <a href=\"https://make.wordpress.org/docs/2023/02/07/future-plans-for-helphub/\">future plans for HelpHub</a>.</li>\n\n\n\n<li>Openverse moved to a standalone domain, <a href=\"https://openverse.org/\">openverse.org</a>, with improvements to the site’s homepage, header, and footer.</li>\n\n\n\n<li>The Plugin Review Team posted a notice to inform about <a href=\"https://make.wordpress.org/plugins/2023/02/03/twitter-api-changes/\">the latest Twitter API changes</a> and the types of plugins that might be affected.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/polyglots/2023/02/16/polyglots-monthly-newsletter-february-2023/\">February edition of the Polyglots monthly newsletter</a> highlights some recent enhancements to GlotPress’ functionality and the <a href=\"https://translate.wordpress.org/\">translate.wordpress.org</a> platform.</li>\n\n\n\n<li>The latest <a href=\"https://make.wordpress.org/community/2023/02/15/meetup-organizer-newsletter-february-2023/\">Meetup Organizer newsletter</a> shares tips on how to help your meetup group stay connected and engaged between events.</li>\n\n\n\n<li>Check out <a href=\"https://developer.wordpress.org/news/2023/02/whats-new-for-developers-february-2023/\">What’s new for developers? (February 2023)</a>, the first edition of a new monthly series with features and resources developers should know about.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2023/02/people-of-wordpress-hauwa-abashiya/\">Hauwa Abashiya</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Following discussions on <a href=\"https://make.wordpress.org/project/2023/01/09/request-for-feedback-how-can-we-improve-the-five-for-the-future-contributor-journey/\">improving the contributor journey</a>, a new <a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">WordPress contributor mentorship program</a> has been proposed to roll out this year.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>A new proposal from the Community Team seeks to <a href=\"https://make.wordpress.org/community/2023/02/27/proposal-modify-the-events-and-news-widget-to-show-topic-based-meetups-worldwide/\">modify the Events and News dashboard widget</a> to show topic-based meetups worldwide.</li>\n\n\n\n<li>Members of the Core Team suggested some <a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/\">updates to the WordPress release cycle</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/03/mobile-team-update-march-2nd/\">Version 21.8</a> of the WordPress mobile app for iOS and Android is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Redesign work is <a href=\"https://make.wordpress.org/meta/2023/02/10/theme-directory-redesign-update/\">well underway</a> on the WordPress Theme Directory. Contributors can follow along on <a href=\"https://github.com/WordPress/wporg-theme-directory/\">the GitHub repository</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li>Bangkok, Thailand, hosted a successful inaugural <a href=\"https://asia.wordcamp.org/2023/we-did-it/\">WordCamp Asia</a> on February 17-19. The event welcomed 1,299 attendees, and more than 600 participants joined the Contributor Day. At the event&#8217;s closure, organizers announced that <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia 2024</a> will take place in Taipei, Taiwan!</li>\n\n\n\n<li>The application to <a href=\"https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/\">attend the 2023 Community Summit</a> is now open to WordPress contributors. Learn more about the ins and outs of this working event in <a href=\"https://wordpress.org/news/2023/02/episode-49-everything-you-need-to-know-about-the-community-summit/\">Episode 49 of WP Briefing</a>.</li>\n\n\n\n<li>WordCamp Europe 2023 is looking for <a href=\"https://europe.wordcamp.org/2023/call-for-media-partners-and-supporters/\">media partners and supporters</a>.</li>\n\n\n\n<li>Want to create diverse and inclusive WordPress events? Don’t miss <a href=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-ameremea-tickets-561034247537\">this free #WPDiversity workshop</a> happening March 16, 2023.</li>\n\n\n\n<li>Many WordCamps are coming up in the next weeks:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1ec.png\" alt=\"🇺🇬\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://entebbe.wordcamp.org/2023/\">WordCamp Entebbe</a>, Uganda, on March 10-11, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://torrelodones.wordcamp.org/2023/\">WordCamp Torrelodones</a>, Madrid, Spain, on March 11-12, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://phoenix.wordcamp.org/2023/\">WordCamp Phoenix</a>, Arizona, USA, on March 24-25, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://kerala.wordcamp.org/2023/\">WordCamp Kerala</a>, India, on March 25, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1f4.png\" alt=\"🇨🇴\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://bogota.wordcamp.org/2023/\">WordCamp Bogotá</a>, Colombia, on March 31-April 1, 2023 (Online)</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://switzerland.wordcamp.org/2023/\">WordCamp Switzerland</a> on April 1, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join WordPress Executive Director Josepha Haden Chomphosy as she explores <a href=\"https://wordpress.org/news/2023/02/episode-50-3-interesting-trends-from-wordcamp-asia/\">three interesting trends from WordCamp Asia</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/ninianepress/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ninianepress</a>, <a href=\'https://profiles.wordpress.org/jpantani/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jpantani</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Let’s Party: Organize your WP20 Celebration!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2023/03/lets-party-organize-your-wp20-celebration/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Mar 2023 20:21:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"anniversary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"WP20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14546\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:367:\"Join WordPress enthusiasts from across the globe on May 27, 2023, as they come together to celebrate its 20th anniversary!\n\nRegardless of how you use WordPress or where you call home, you are invited to celebrate this great milestone. Plan a larger party that includes your entire meetup, spend the day coworking with a group of friends, or hang out virtually online.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Cate DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2716:\"\n<p>Join WordPress enthusiasts from across the globe on May 27, 2023, as they come together to celebrate its 20th anniversary!</p>\n\n\n\n<p>Regardless of how you use WordPress or where you call home, you are invited to celebrate this great milestone. Plan a larger party that includes your entire meetup, spend the day coworking with a group of friends, or hang out virtually online.</p>\n\n\n\n<p>Whatever your style, celebrate in your time zone, your way. WordPress has some resources to help you party.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/\">Meetup Organizer handbook</a> has a section dedicated to helping you plan your meetup’s <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/anniversary-celebrations/\">anniversary celebration</a>. You’ll find email and Meetup.com templates that make sending your announcements and creating your events simple, as well as tips for planning a fun, safe, and inclusive event, in-person or online.&nbsp;</p>\n\n\n\n<p>The <a href=\"https://wp20.wordpress.net/\">20th anniversary website</a> will list events as they are announced and scheduled by organizers, so check back regularly to see if there’s one in your area you’d like to join or help organize.</p>\n\n\n\n<p>Meetup organizers, once your meetup’s WP20 Celebration is scheduled, email <a href=\"mailto:support@wordcamp.org\">support@wordcamp.org</a> using the subject <strong>WP20 Celebration</strong> and include a link to your meetup event. Events will be reviewed to ensure they have all the necessary details before inclusion on wp20.wordpress.net. </p>\n\n\n\n<p>And don’t forget the new swag!</p>\n\n\n\n<p>Starting in April, meetup organizers can <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/anniversary-celebrations/request-swag-for-in-person-anniversary-celebrations/\">order complimentary kits of official anniversary swag</a>, including limited-edition stickers, buttons, and pencils that can be shipped to your meetup at no cost to you. Additional items, such as pennants, shirts, hoodies, keychains, and more, are also available for purchase at the <a href=\"https://mercantile.wordpress.org/\">official WordPress store</a> while supplies last, beginning in early March.&nbsp;</p>\n\n\n\n<p>So, whether you’re sporting new anniversary swag or your old favorites from your closet, join WordPress enthusiasts on Saturday, May 27, for a globe-spanning WordPress celebration. Use hashtag #WP20 to share your passion for WordPress.</p>\n\n\n\n<p>Don’t have an active meetup in your area? It’s not too late to <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/interest-form/\">start one</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14546\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"People of WordPress: Hauwa Abashiya\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2023/02/people-of-wordpress-hauwa-abashiya/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2023 21:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14450\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"People of WordPress feature on Hauwa Abashiya, a project manager in UK and Nigeria, and her enthusiasm for open source. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:20165:\"\n<p><strong>This month we feature Hauwa Abashiya, a project manager in Nigeria and the UK, whose passion for community support led her to an adventure in open source.</strong></p>\n\n\n\n<p><strong>The&nbsp;<em>People of WordPress</em>&nbsp;series features inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1014\" height=\"627\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/feature-img-for-hauwa-powp.jpg?resize=1014%2C627&#038;ssl=1\" alt=\"Hauwa portrait picture \" class=\"wp-image-14437\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/02/feature-img-for-hauwa-powp.jpg?w=1014&amp;ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2023/02/feature-img-for-hauwa-powp.jpg?resize=300%2C186&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/02/feature-img-for-hauwa-powp.jpg?resize=768%2C475&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>As we travel through life, sometimes we are drawn to a particular cause, one to which we can get behind and join in. This cause, in whatever field it may be, can help lift us beyond our everyday lives and can help us take stock. This is the journey that depicts Hauwa’s finding a global sense of place and a way to re-look at her life and plans.&nbsp;</p>\n\n\n\n<p>That change agent was discovering and becoming part of open source through WordPress.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Learning development and WordPress</h2>\n\n\n\n<p>In 2017, Hauwa was working full time as an experienced and successful project manager, but was becoming increasingly aware that she did not feel the same excitement for projects as she once had. She was starting to feel bored. “I knew I still loved working with and in project management, but I needed to do something different.” she said.</p>\n\n\n\n<p>Hauwa enrolled in a web development course and studied HTML, CSS and some JavaScript. One of the course options was WordPress, which she elected to take. It was then that a course tutor encouraged her to attend a WordCamp, an event focused on the open source software and its global community.</p>\n\n\n\n<p>She felt that she needed to have a basic knowledge of the software before she arrived at the event, so started to learn WordPress. The first WordCamp she attended was in the seaside town of Brighton on the south coast of England. There she met people who would be friends and mentors for years to come. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;I was inspired by meeting people in the WordPress community.&#8221;</p>\n<cite>Hauwa Abashiya</cite></blockquote>\n\n\n\n<p>She said: “I was inspired by meeting people in the WordPress community. My life and my wish to support communities have been shaped for the better by some of the people I met, and I continue to be grateful for knowing them.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">Global WordPress community: from Germany to Nigeria</h2>\n\n\n\n<p>After discovering a WordPress community in the UK, Hauwa wanted to see first hand just what a global connection it had. She had heard that WordCamp Europe was a flagship event and brought thousands from across the world together. She wanted to be part of this, and its organization appealed to her project management training. She applied to be a volunteer at the three day conference, which in 2019 was held in Berlin, Germany. At this event, Hauwa discovered both a global movement and an active local WordPress community in her home country of Nigeria. She was able to connect with all the different parts of this vast community from wherever she was working through an instant messaging tool.&nbsp;</p>\n\n\n\n<p>Inspired by people she met who were using WordPress to help improve people’s lives in Nigeria and other parts of Africa, Hauwa started to delve further into how this open source software and its global community could provide opportunities and improve understanding across cultures and continents.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"700\" height=\"937\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-and-her-mom.jpg?resize=700%2C937&#038;ssl=1\" alt=\"Hauwa and her mother\" class=\"wp-image-14438\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-and-her-mom.jpg?w=700&amp;ssl=1 700w, https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-and-her-mom.jpg?resize=224%2C300&amp;ssl=1 224w\" sizes=\"(max-width: 700px) 100vw, 700px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Rosalind and Hauwa</em> <em>at an event in Nigeria.</em></figcaption></figure>\n\n\n\n<p>Hauwa’s father, Dr Audu Kwasau Abashiya and her mother Rosalind Zulai Abashiya, were both well known for their philanthropy, especially in giving practical support to people in Kaduna, in the north of Nigeria and Abuja in the center of the country. Hauwa explained: “My mum comes from a family who give and share their skills to give practical help. From friends I had got to know in WordPress, I saw that there were parts of the community that had this same ethos. This could be something I could be part of, and also take back to Nigeria in the future.”</p>\n\n\n\n<p>Her parents had established a charitable foundation focused on helping widows, orphans and children get access to education skills, from finance to music. It connects those who need help and those who can give support. </p>\n\n\n\n<p>Hauwa said: “Teaching people practical skills which can be used to raise an income or be re-shared with family and others in their local area is so important. Projects like this can help grow a community and keep it strong. Skills such as sewing and cookery are not just ones that can put clothing and food on the table, but also are about gaining independence and pride. They are examples of how micro-economies can grow and inspire others to have dreams that they can see becoming real. <br><br>&#8220;I had seen through my work and studies that technology used with care and an understanding of different needs can make a difference in local communities too. Projects like WordPress can be part of this empowerment through localized translations and software which can give a way to share ideas.”</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"675\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-in-2022.jpg?resize=675%2C900&#038;ssl=1\" alt=\"Hauwa in Nigeria\" class=\"wp-image-14442\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-in-2022.jpg?w=675&amp;ssl=1 675w, https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-in-2022.jpg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>With her project management and IT background, Hauwa is getting more involved with how IT skills can be used for not just instilling a sense of community belonging, but also the practical longer term input into the local infrastructure and introduction of fast changing technology.</p>\n\n\n\n<p>She said: “I would love to see many of the people who have been helped by the foundation my parents started be able to share their ideas and their achievements to encourage others. One of the routes could be through open source software that is free to access and can work on mobile phones.  </p>\n\n\n\n<p>&#8220;As a previous volunteer team rep in the WordPress Training Team, I saw first-hand just how important it is for a non-technical end user to be able to use software to share their ideas, without having to become a developer. We can all help give people a voice, and if we are working in technology, we have a role to play in creating and pushing for genuine access of tools.”</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;If we are working in technology, we have a role to play in creating access to tools.&#8221;</p>\n</blockquote>\n\n\n\n<p>On Hauwa’s future wish list is to help African countries access software and technology in their local languages. She said: “This is part of identity, and respecting and valuing different cultures, and not expecting everything to be translated from the English as it is read. It makes it possible for older people to use the software or read content that&#8217;s published.”</p>\n\n\n\n<p>Hauwa learned Hausa (a language spoken across several African countries) and English at the same time as she grew up in Nigeria. She had a multi-location education, like her parents, studying and going on to work in different countries. At 16, she first studied computer science on what she describes as a ‘whim,’ not knowing it would be a significant part of her working life in the future.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"700\" height=\"974\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-in-2015.jpg?resize=700%2C974&#038;ssl=1\" alt=\"Hauwa in a cafe in 2015\" class=\"wp-image-14441\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-in-2015.jpg?w=700&amp;ssl=1 700w, https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-in-2015.jpg?resize=216%2C300&amp;ssl=1 216w\" sizes=\"(max-width: 700px) 100vw, 700px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>She intended to go to university to study finance and sociology. When she went to say goodbye to her computer studies class, the teacher asked what she was going to study. On hearing it was finance and sociology, the teacher said: “You don’t want to be doing that, you want to be doing something in computing.” This conversation proved to be a turning point for Hauwa. She went on to study Computing and Information Systems and Object Oriented Information Systems for her Master’s degree in the UK.</p>\n\n\n\n<p>During her second year of university, she also worked with data entry and related areas as she was determined to learn as much as she could about the moving parts of a project. After she completed her master’s, she chose jobs that enabled her to work on systems, out of hours support, project management, supply chain, and procurement. She is an advocate for learning as many aspects of your subject as you can to give you as many tools to really understand what both clients need and how to help them reach workable and timely solutions. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;By contributing to community projects you can share your skills and keep them fresh.&#8221;</p>\n</blockquote>\n\n\n\n<p>These skills proved to be transferable in later years to give her time to support WordCamps, meetups, and the Training Team. She said: “Contributors to open source come from so many different professional and cultural backgrounds. Contributing is a great way to share your skills and keep them fresh and open to new learning opportunities.”</p>\n\n\n\n<p>Hauwa fascination for project management and learning continued, and she gained qualifications in the field, including Prince 2 and PMP. She continues her commitment to ongoing learning in her work today with Agile and other methodologies and draws parallels with this and her interest in community learning. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"724\" height=\"399\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-at-wc-london-2019-2.jpg?resize=724%2C399&#038;ssl=1\" alt=\"Hauwa at the reception desk at WordCamp London 2019\" class=\"wp-image-14440\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-at-wc-london-2019-2.jpg?w=724&amp;ssl=1 724w, https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-at-wc-london-2019-2.jpg?resize=300%2C165&amp;ssl=1 300w\" sizes=\"(max-width: 724px) 100vw, 724px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Hauwa welcomes attendees at WordCamp London in 2019</em></figcaption></figure>\n\n\n\n<p>Committed to supporting her local community in the UK too, Hauwa joined the London WordPress Meetup and in 2019 became an organizer for <a href=\"https://london.wordcamp.org/2019/\">WordCamp London</a> where she was able to use some of her project management expertise. During these events, she had many conversations to encourage others to develop their IT skills and share her own experiences.</p>\n\n\n\n<p>This interest in driving up the skills levels of others naturally led her to become further involved in the Contributor Teams. Inspired to share her skills by another contributor to the project, she joined the <a href=\"https://make.wordpress.org/training/\">Training Team</a> at a WordCamp Contributor Day. In this team, Hauwa found in it a group collaborating on easier online ways for people to keep up with the software, its features, and how they could grow the community in their own local area. </p>\n\n\n\n<p>At the heart of this, Hauwa felt accessibility should be key, and she gave time to better understand documentation. She felt this was essential to give people genuine access and identify where more work was needed. Her belief in this grew when she joined the WordPress <a href=\"https://wordpress.org/about/accessibility/\">Accessibility Team</a> for release 5.6, and she continued to contribute to the team in the area of documentation and training.</p>\n\n\n\n<p>Hauwa devoted many hours to supporting the <a href=\"https://make.wordpress.org/training/\">Training Team</a> for a number of years as part of her conviction that the right resources can really help communities globally use open source software. She also stressed the importance of materials being user-friendly and easy to translate as WordPress has such a large international usage.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Volunteering in open source can re-energize you </h2>\n\n\n\n<p>Through the combination of volunteering efforts in UK and Nigeria, and supporting contributors globally, Hauwa began to re-find her love for helping people with their planning and to achieve their goals. She was able to share her 15 years of project management experience in her volunteering role and encouraged others to consider it as a career.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"500\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/Hauwa-WC-Europe-2019.jpg?resize=500%2C500&#038;ssl=1\" alt=\"Hauwa at WordCamp Europe 2019\" class=\"wp-image-14443\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/02/Hauwa-WC-Europe-2019.jpg?w=500&amp;ssl=1 500w, https://i0.wp.com/wordpress.org/news/files/2023/02/Hauwa-WC-Europe-2019.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/02/Hauwa-WC-Europe-2019.jpg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>She said: “Through volunteering you work alongside people. Project management is about people. It is about helping people achieve. This can be the same through volunteering, and you can learn much through meeting people from different places.&nbsp;</p>\n\n\n\n<p>“One of my drivers is using technology to solve problems. As a project manager, it is a privilege to help guide people and organizations to identify and reach goals. It is helping them gain that value. This is one of the reasons I was drawn to finding out tech communities and contributing to them. If this is something that drives people reading about my experience, there are vast opportunities to to share your skills. Find something that fits you for where you are now.”&nbsp;</p>\n\n\n\n<p>Hauwa encourages anyone working in technology to further their understanding of managing projects and working with different teams. “Project management skills are so important in whatever kind of project you are in. With long working hours over many years, I felt I had lost the connection with the people element. I was stuck in what seemed to be a repeat cycle. With the people I met in the WordPress community and my professional skills being used, I was reminded of my own values and how as a project manager I can support help others reach new heights or make something of value and quality that others can benefit from and use.”&nbsp;&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;Find an area that fits you and where you can make a difference.&#8221;</p>\n</blockquote>\n\n\n\n<p>In 2022, Hauwa returned to working full time for both national and international, medium and&nbsp; large scale projects. Though her volunteering time to global community building initiatives has reduced accordingly, she focuses on encouraging skills learning and on the community cultural side.</p>\n\n\n\n<p>“I will keep my interest in how open source like WordPress, working alongside other solutions, can help not-for-profit ground level and community building. For me, if there are technology-based solutions out there, we can all play some part in helping them grow and making a difference,&#8221; she said. </p>\n\n\n\n<p>&#8220;How we give to wider communities does not have to be the same throughout time. It is important to keep relooking at what is needed and the difference it can make.&#8221;<br><br>She added: &#8220;Find your central wish for the communities you are connected with, and there may be technologies that can support them. I am glad I started my journey.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Hauwa Abashiya (<a href=\'https://profiles.wordpress.org/azhiyadev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azhiyadev</a>)&nbsp;for sharing her adventures in open source.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>) for interviews and writing the feature, and to Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) and Maja Loncar (<a href=\'https://profiles.wordpress.org/majaloncar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>majaloncar</a>) for work on photographs and review.</p>\n\n\n\n<p>The&nbsp;<em>People of WordPress</em>&nbsp;series thanks Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14450\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WP Briefing: Episode 50: 3 Interesting Trends from WordCamp Asia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2023/02/episode-50-3-interesting-trends-from-wordcamp-asia/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Feb 2023 14:58:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14434\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Join Josepha as she discusses her top 3 takeaways from the first-ever WordCamp Asia in Bangkok! \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/02/WP-Briefing-050.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14353:\"\n<p>On Episode fifty of the WordPress Briefing podcast, join WordPress Executive Director Josepha Haden Chomphosy as she explores the three big trends from the inaugural WordCamp Asia. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/create-block-theme/\" data-type=\"URL\" data-id=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme Plugin</a><br><a href=\"https://wordpress.org/news/2021/10/episode-17-wordpressing-your-way-to-digital-literacy/\" data-type=\"URL\" data-id=\"https://wordpress.org/news/2021/10/episode-17-wordpressing-your-way-to-digital-literacy/\">WordPressing Your Way to Digital Literacy</a><br><a href=\"https://twitter.com/corymiller303/status/1628422554972028933\" data-type=\"URL\" data-id=\"https://twitter.com/corymiller303/status/1628422554972028933\">PostStatus Networking Opportunities</a><br><a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">WordPress 6.2 Live Demo will be held 2 March, 2023 at 17:00h UTC</a><br><a href=\"https://make.wordpress.org/docs/?p=23742\" data-type=\"URL\" data-id=\"https://make.wordpress.org/docs/?p=23742\">Future Plans for the HelpHub </a><br><a href=\"https://www.eventbrite.com/e/how-to-own-your-expertise-start-speaking-at-wordpress-events-ameremea-tickets-549285827697\" data-type=\"URL\" data-id=\"https://www.eventbrite.com/e/how-to-own-your-expertise-start-speaking-at-wordpress-events-ameremea-tickets-549285827697\">How to Own Your Expertise &amp; Start Speaking at WordPress Events WP Diversity Training 1 March 2023</a><br></p>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14434\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40]&nbsp;</strong></p>\n\n\n\n<p>The inaugural WordCamp Asia happened a couple of weeks ago in Bangkok. There were almost 1300 people in attendance, and I was lucky to be able to talk with a lot of them about their thoughts around the WordPress project and community. So today, let&#8217;s talk about three of the most interesting trends that I heard from people: the future of themes, the future of work, and the future of contributions.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:00]&nbsp;</strong></p>\n\n\n\n<p>So first up, the future of themes. This one was not a surprise to me. Not only has it been on my mind lately, but every WordCamp I&#8217;ve ever attended in Asia or Australia has had themes as a central element. There are a lot of theme creators making a living in WordPress in this part of the world. So it&#8217;s natural that they want to know what to prepare for.</p>\n\n\n\n<p>Now, it&#8217;s hard to predict the future, but there are a couple of things you can do to kind of get a leg up on it. Firstly, the theme review team, if you know how to make block themes but are still struggling to understand what might make them high value to your users, donating a little bit of time to review them can help.</p>\n\n\n\n<p>While I was at the contributor day, the team rep who happened to also be there to represent the table told me that reviewing block themes is way faster than reviewing classic themes. So if it&#8217;s been a bit since you stopped by, I would encourage you to give it a shot. It&#8217;s a lot easier than it used to be for a lot of reasons, and they can always use a little bit of help.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:00]&nbsp;</strong></p>\n\n\n\n<p>The second thing is this plugin called the Create Block Theme plugin. If you don&#8217;t know how to make block themes, you know how to make classic themes. You don&#8217;t know how to make block themes. This is a wordpress.org maintained plugin that will make theme creation simpler. It&#8217;s a relatively new plugin, though, so if you&#8217;re the type of contributor who likes to create good tools for good people, you can also feel free to grab a ticket or two from their repo and help get that moving.</p>\n\n\n\n<p>The second thing that came up was the future of work. This was also not a surprise to me. There have been a lot of reports of layoffs in the tech industry and worries about the possibility of a recession.&nbsp;</p>\n\n\n\n<p>Since WordPress is not only a tool that folks use in their jobs but also a tool that empowers people to create jobs for themselves, it&#8217;s entirely expected for questions about career prospects to come up during a WordCamp. Here are a couple of thoughts on that. So I mentioned this briefly during the Q&amp;A session on that Sunday, but I&#8217;m gonna repeat it here because I believe it with every fiber of my being.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:06]&nbsp;</strong></p>\n\n\n\n<p>You can learn every 21st century skill that you need while contributing to an open source project.</p>\n\n\n\n<p>I talked about it in episode 17 of this podcast. I&#8217;ve talked about it at WordCamps and major event series outside of WordPress for years. Like I really, really believe this, and it&#8217;s not just like a WordPress only thing. Although obviously, that is my primary perspective, that&#8217;s true for contributing to almost any open source project.</p>\n\n\n\n<p>On top of that, if you are contributing to WordPress and you&#8217;re doing that in the way that we encourage folks to do, you&#8217;ve got public examples of proactive, asynchronous collaboration across cultures and time zones. And I don&#8217;t know about y&#8217;all, but sometimes it&#8217;s hard to explain what my job is. And so having examples of how the whatever it is that you were doing, however, you were collaborating or contributing or working on a project together, having concrete examples to be able to share with someone can never hurt.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:04]&nbsp;</strong></p>\n\n\n\n<p>I&#8217;m gonna give us a necessary side note here. I know that volunteering time is a privilege, and if you find yourself between jobs, the last thing you want to do is give up any more of your time for no money.</p>\n\n\n\n<p>But if you have contributed to any team in the past, that benefit still exists for you. Your contributions are not taken away just because you&#8217;re no longer with your employer.</p>\n\n\n\n<p>The second thought on that is actually one that Matt mentioned during the Q&amp;A on Sunday. He said in his experience that open source shines in recessionary times.</p>\n\n\n\n<p>I&#8217;ll have to take his word for that one since I discovered WordPress in 2009 or so and so after the last recession that I would have experienced in the US. However, I have heard from a lot of people in the WordPress ecosystem and in tech in general who have shared their stories from the last time that we all experienced a recession.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:00]&nbsp;</strong></p>\n\n\n\n<p>And certainly, when they suddenly found that they did not have a company to call the place that they were working, a company that they were working for, they were able to, at the very least, freelance until they found the next thing.&nbsp;</p>\n\n\n\n<p>I know that that&#8217;s cold comfort if you&#8217;re in the middle of things right now, but it certainly is something that people always have looked back to as like one of those turning points for them in the 2007-2008 era here in the US.</p>\n\n\n\n<p>Now I know that is sometimes not what anybody wants to hear. And also like, who am I to be speaking about observed experiences from other people? I did want to let you know that the folks over at PostStatus have opened up some networking opportunities for anyone that&#8217;s been caught up in the current downsizing around the ecosystem.</p>\n\n\n\n<p>I&#8217;ll link to that in the show notes here on wordpress.org/news, but also, if you&#8217;re a part of the PostStatus network, they&#8217;ve got it posted over there on their sites and things as well. So easy to find and definitely worthwhile if that&#8217;s a situation that you find yourself in right now.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:02]&nbsp;</strong></p>\n\n\n\n<p>And the third thing that I heard from a lot of folks about is the future of contributions. So 635 people attended the contributor day that happened ahead of WordCamp Asia, And at WordCamp Europe in Porto last June, it was 800 people or something, which was the biggest one on record. And so this is really close to that.</p>\n\n\n\n<p>There&#8217;s a lot of people. And a lot of them were attending for the first time. Over the course of the day, I checked in with quite a few of the table leads and heard some pretty consistent feedback, both about what we&#8217;re doing to help onboard contributors now but also about how we can help to onboard contributors in the future.</p>\n\n\n\n<p>Firstly, we all generally agree that documentation, which is our current problem to solve toward easier contributor onboarding, we all generally agree that that&#8217;s going pretty well. We now have a ton of our preferences and processes documented in various team handbooks, but with a ton of documentation comes the potential for overwhelm.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:00]&nbsp;</strong></p>\n\n\n\n<p>So across the board table leads shared the need for sort of a quick start guide for each of their teams. Secondly, we also generally seem to agree that mentorship plays a big role in the success of many long-term contributors. I&#8217;ve talked about it before. I had some mentors as I was getting started, and I would never have made it past organizing meetup events if it hadn&#8217;t been for their help.</p>\n\n\n\n<p>And so a bonus item I heard about is actually Meetup events. Meetup groups are one of our most resilient ways to contribute to WordPress, and they also happen to be one of the hardest working. If you&#8217;ve never been to one of these events, you may not know that you can learn a skill that&#8217;s new to you or teach a skill that you&#8217;ve had for a long time.</p>\n\n\n\n<p>You can also network to find the jobs that you want or network to hire the people you need. It&#8217;s where people learn how to use the CMS or learn how to become an entrepreneur.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:00]&nbsp;</strong></p>\n\n\n\n<p>But it&#8217;s also where they discover our community and eventually learn why we think that open source is an idea that will change our generation.</p>\n\n\n\n<p>So if you took nothing else away from this, I guess the takeaway is that you too can organize a Meetup event that will strengthen your local community and the world!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:27]&nbsp;</strong></p>\n\n\n\n<p>Which brings us now to our small list of big things. So first up, we have a live product demo for WordPress 6.2 on March 2nd, that&#8217;s going to be at 17:00 UTC.</p>\n\n\n\n<p>There is a post that has gone up about it, which I&#8217;ll include in the show notes. This is an opportunity for folks to watch a live walkthrough of the current release with a collection of people from the release squad as well as avid contributors and testers. It&#8217;ll give you an idea of upcoming changes, but also we&#8217;ll probably expose a bug or two along the way.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:00]&nbsp;</strong></p>\n\n\n\n<p>Come with your questions, and we will see you there.&nbsp;</p>\n\n\n\n<p>Item number two is documentation. So apparently, that&#8217;s just half of what I wanna talk about today. Documentation, so wordpress.org, has docs that are specifically written for users and pulls in not only the documentation that we have but also information from the codex, the documentation space of yesteryear.</p>\n\n\n\n<p>There&#8217;s a bit more to do here, and I realize this project has been going on since 2015. It&#8217;s because there&#8217;s a lot of stuff we have to do. There&#8217;s a lot of documentation, and we have to kind of get it in order. But that is the area that we&#8217;re in now. We have launched the new documentation page, the new look and feel is out there.</p>\n\n\n\n<p>And so the next question is making sure that we have it organized in a way that&#8217;s easy to find and easy to learn from as you go. There is a whole working group that meets about it, and I will share a link to that in case you find that to be of interest to you as well.&nbsp;</p>\n\n\n\n<p>And last but not least, there is another speaker workshop coming up on March 1st.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:00]&nbsp;</strong></p>\n\n\n\n<p>If you have not heard of these yet, it&#8217;s a workshop that helps speakers learn the process of presentation brainstorming and creation. It is a great workshop. It was created over the course of many years within the WordPress project by Jill Binder and crew. It is a wonderful opportunity.&nbsp;</p>\n\n\n\n<p>It&#8217;s not a WordPress link that we&#8217;re on, but there is an event link that I will make sure that we all have access to here, in case that is something that you have always wanted to try, learning how to speak at WordPress events.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14434\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WP Briefing: Episode 49: Everything You Need to Know About the Community Summit!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wordpress.org/news/2023/02/episode-49-everything-you-need-to-know-about-the-community-summit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Feb 2023 17:01:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14404\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Tune in to learn everything you need to know about the 2023 Community Summit!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/02/WP-Briefing-049.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15600:\"\n<p>Episode forty-nine of the WordPress Briefing explores the What, Why, and Who behind the upcoming Community Summit in National Harbor, DC, USA, August 22-23, 2023. Join Executive Director Josepha Haden Chomphosy to learn the importance of the gathering to the WordPress project. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/updates/2019/06/17/observations-on-wordpress-contributor-team-structure/\" target=\"_blank\">Observations on WordPress Contributor Team Structure</a></p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/\" target=\"_blank\">Apply to attend the 2023 Community Summit</a></p>\n\n\n\n<p><a target=\"_blank\" href=\"https://communitysummit.wordcamp.org/2023/topic-submissions-for-2023-community-summit/\" rel=\"noreferrer noopener\">Topic Submissions for the 2023 Community Summit</a></p>\n\n\n\n<p><a target=\"_blank\" href=\"https://en.wikipedia.org/wiki/Tuckman%27s_stages_of_group_development\" rel=\"noreferrer noopener\">Tuckman&#8217;s Theory: Stages of Group Development</a></p>\n\n\n\n<p><a target=\"_blank\" href=\"https://en.wikipedia.org/wiki/Chatham_House_Rule\" rel=\"noreferrer noopener\">Chatham House Rules</a></p>\n\n\n\n<p><a target=\"_blank\" href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\" rel=\"noreferrer noopener\">Proposal for a project-wide mentorship program</a></p>\n\n\n\n<p><a target=\"_blank\" href=\"http://www.openverse.org\" rel=\"noreferrer noopener\">Openverse.org</a></p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/\" target=\"_blank\">6.2 Beta 1 is open for testing</a><br><br></p>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14404\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40]&nbsp;&nbsp;</strong></p>\n\n\n\n<p>A couple of episodes ago, I mentioned the Community Summit in the small list of big things. That&#8217;s coming up on August 22nd and 23rd, right before WordCamp US. And for some of you, that made complete sense, and the only thought in your mind was, wow, our last one was in 2017, how could so many years have passed since then? And since so many years have passed, today we&#8217;re gonna talk a bit about the Community Summit, what it is, where it came from, and why it&#8217;s so important for the WordPress project.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:09]&nbsp;</strong></p>\n\n\n\n<p>First things first, let&#8217;s talk about what exactly the Community Summit is. The Community Summit is a small event where folks from around the WordPress project and community come together to work through some of the most difficult topics the project currently faces, many of which are easier or at least less fraught when we can be face-to-face.</p>\n\n\n\n<p>The Community Summit is usually done in an “<a href=\"https://en.wikipedia.org/wiki/Unconference\">unconference</a>” style, and when we were smaller, we left topic gathering and voting to the day of. That&#8217;s evolved a bit as our group of fearless contributors has grown over the years, and this year, we have been asking for topics ahead of time so that we can make sure we have the right folks in the room and are making the best use of everyone&#8217;s limited time.&nbsp;</p>\n\n\n\n<p>It&#8217;s easy to take a look at this event and think it&#8217;s like some fun exclusive thing with a who&#8217;s who of WordPress.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:00]&nbsp;</strong></p>\n\n\n\n<p>But I assure you it&#8217;s a working event. Decisions are not finalized during the event, but since we try very hard to account for many, many viewpoints, it ends up being two days of hard discussions, contentious viewpoints, and problem definition at a level of complexity you don&#8217;t really see every day.</p>\n\n\n\n<p>Hearing how hard this event is, you may be wondering why we put in that effort. There are a lot of reasons, but there are three that come to my mind immediately. So for starters, working across cultures is hard. Apart from the cultural differences, we tend to be aware of things like where we&#8217;re located or our lived experiences, things like that– working remotely or distributedly is a whole different set of skills than working in person. This helps remind everyone that we&#8217;re humans, that there are humans behind those comments and behind those messages in Slack. The second thing is that I&#8217;m a big supporter of Tuckman&#8217;s theory of group development.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:00]&nbsp;</strong></p>\n\n\n\n<p>If you don&#8217;t know what that is, you can look for it, we&#8217;ll put a link in the show notes, but it&#8217;s that forming, storming, norming, performing kind of concept of how groups come together. Because there are so many of us and our community has such a large footprint, there are little storms a-brewin all the time.</p>\n\n\n\n<p>Some get really big, some stay small. But at some point, most of them have to be addressed. And this is a space that is specifically designed to help us do that. Which brings us to the third reason that we do it. This event uses something called the Chatham House Rule, which creates a kind of temporal psychological safety.</p>\n\n\n\n<p>Right. Psychological safety, if you&#8217;re a leader, you know that that&#8217;s something that is built over time and requires a lot of trust and a lot of conversations with people that you&#8217;re working with, and we can&#8217;t quite do that.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:00]&nbsp;</strong></p>\n\n\n\n<p>And so Chatham House Rule builds an environment that helps create that suddenly in the moment and requires, you know, some, some faith in one another.</p>\n\n\n\n<p>But basically, no one can be quoted about what they said in those conversations. No one&#8217;s examples can be attributed to them. But the conversations can be summarized and published, which we do on the Community Summit website. And then, we publish those for our collective knowledge over time. This lets folks who are attending advocate for themselves and others fully without worrying over whether they&#8217;re gonna be taken out of context later.</p>\n\n\n\n<p>And finally, one of the biggest questions we get ahead of any Community Summit is why it is by invitation only. The most commonly cited reasons for keeping this small and invite only have everything to do with logistics and leadership. You want it to be large enough to have good representation but small enough to have high-quality interactions. It&#8217;s just a really narrow Goldilocks moment, if you will.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:00]</strong></p>\n\n\n\n<p>But that reason doesn&#8217;t necessarily address the need for invitations rather than letting it be first come, first served. The reason for that is more of a philosophical one and requires you to go on a mini historical journey with me.</p>\n\n\n\n<p>This also has changed a bit over the years. The first ever Community Summit, way back in 2012, was before my time, but if I recall my history correctly, it was truly by invitation only. The summit after that included a closed nomination process. The next included a team nomination process, and then the last two, 2017 and 2023, have included open nominations.</p>\n\n\n\n<p>Now, even in the nomination era of Community Summit organizing, there is still a selection process. The organizers review the list of suggested attendees and check for the same types of things we expect major WordCamp organizers to look for in their speaker selection.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:00]</strong></p>\n\n\n\n<p>Things like which teams they contribute to, what communities they advocate for, and how long they&#8217;ve been a member of the community.</p>\n\n\n\n<p>And then they adjust for balance. In addition to those things, there are also four types of voices that we always want represented at our Community Summit. So first is leading voices, people who are already in the community and kind of are helping us to make decisions. I am considered one of those leading voices; I have put in my application to be included in the Community Summit. Really hope we select me.&nbsp;</p>\n\n\n\n<p>The second one is future leading voices. Specifically, those are people who are active in the community already and are showing a lot of promise, either because they really understand the values that the WordPress open source project is putting forward or understand the basic processes of communicating and guiding people in such a complex ecosystem as the WordPress project represents. Or because they have said quite plainly they are interested in helping us to make sure that the WordPress project is able to move and continue to create and continue to support democratizing publishing.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:00]</strong></p>\n\n\n\n<p>So it&#8217;s a little bit potentially folks who are self-selecting for that. People who already are showing that they are doing that either in WordPress or in their local communities. That&#8217;s one of the types of voices we want to include. A third one that we want to include all the time is voices we need, so voices that we need to hear. People that specifically we are building WordPress for, people that have indicated to us that the CMS is not necessarily perfect for some of the use cases that they run into regularly.</p>\n\n\n\n<p>So the people and users and community organizers that can and are able to advocate for the types of user interactions, the types of community interactions that we absolutely want to be able to see.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:00]&nbsp;</strong></p>\n\n\n\n<p>And so that&#8217;s a third group of voices that we want to make sure we have represented.</p>\n\n\n\n<p>And then the fourth and final group that we always want to have represented is a group that I call voices we miss. And so those are the people that we want to be able to hear more from in our project that we don&#8217;t necessarily either have a good group of representative voices for, so it&#8217;s hard to hear them, or that we know are probably users of the CMS or they are attending events, they are somehow involved in the WordPress project.</p>\n\n\n\n<p>But we don&#8217;t necessarily have any way to have accounted for them while we were building solutions way back in 2012 or 2006 when things were being built for us. And so those are the four groups of people, the four types of voices that I absolutely want to have represented at our Community Summit.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:00]</strong></p>\n\n\n\n<p>And I ask organizers to go through this incredibly complicated selection process because we want not simply a microcosm of the WordPress community as we see it today and hope to see it in the future but also an equitably voiced forum during that critical problem definition phase.&nbsp;</p>\n\n\n\n<p>So TLDL. For, listen?! T L D Real Listen. Although if you didn&#8217;t make it through that, you definitely are not getting to this point. So a TLDR for folks who skimmed the transcript and got here, I guess we keep this invitation structure because we want to account for voices we don&#8217;t hear every day in the WordPress project. Not because we don&#8217;t value them but because we already hear them.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:44]&nbsp;</strong></p>\n\n\n\n<p>And now that brings us to our small list of big things. This week it&#8217;s actually kind of a big list of big things, but you know, there it is.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:00]&nbsp;</strong></p>\n\n\n\n<p>First things first. The applications for the Community Summit are now open. Those are the applications to attend. It&#8217;s pretty short. I filled mine out this morning and it&#8217;s three questions about who you are and your username on wordpress.org, and then three questions about the topics you are most interested in and the experience that you have in those conversations so far.</p>\n\n\n\n<p>Yeah. It took me, like, I think, 90 seconds. Like, a full minute and a half. So head on over there. We have a link in the show notes, but also, you&#8217;ll be able to find it in newsletters across the entire WordPress media ecosystem. I am pretty sure about that.&nbsp;</p>\n\n\n\n<p>The second thing is that there is a proposal out for a project-wide mentorship program.</p>\n\n\n\n<p>This is a huge potential win for us. It is aiming to fix some of our broken ladders. If you&#8217;re not familiar with my Broken Ladder Theory of the WordPress project, I&#8217;ll try to remember to find a link to that post and put that in the show notes.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:00]&nbsp;</strong></p>\n\n\n\n<p>Number three is that Openverse moved. I shared this last week that happened last week. They didn&#8217;t move very far, though. They have a new URL, you can find them at openverse.org. It&#8217;s the same team. It&#8217;s the same product. It&#8217;s the same group of excellent openly-licensed images and media that you have come to expect. It just has its own standalone URL now. Huge kudos to the contributors who got that done.&nbsp;</p>\n\n\n\n<p>Another thing that happened last week is that WordPress 6.2 has moved into its beta phase, and so now is the time to get out there and test.</p>\n\n\n\n<p>There also was an excellent, excellent write-up about how to test any given release. And I think it also includes how to file a good bug. And so we&#8217;ll send all of those things into the show notes. They&#8217;ll be easy to find. Get out there and do your testing.&nbsp;</p>\n\n\n\n<p>And number five, longest, small list of big things in recent history.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:12:00]&nbsp;</strong></p>\n\n\n\n<p>I got some interest on [a] women, and non-binary led release for 2023, and so since there was some interest shown for that, it is hereby verbally confirmed. Keep an eye out on make.wordpress.org for more information about what that process is gonna look like and how to volunteer your time for that if that is something that calls to you.</p>\n\n\n\n<p>Woo. And that, my friends, is your small list of big things, your big list of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14404\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.2 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Feb 2023 19:32:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14375\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:307:\"WordPress 6.2 Beta 1 is here and ready for download and testing.\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 1 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7838:\"\n<p>WordPress 6.2 Beta 1 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development.</strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, you should test Beta 1 on a test server and site.</p>\n\n\n\n<p>You can test WordPress 6.2 Beta 1 in three ways:</p>\n\n\n\n<p><strong>Option 1:</strong> Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.2-beta1.zip\">Beta 1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.2-beta1</code></p>\n\n\n\n<p>The current target for the final release is <strong>March 28, 2023</strong>, which is seven weeks away. Your help testing this version is vital to ensuring everything in this release is the best it can be.</p>\n\n\n\n<p>Get an overview of the <a href=\"https://make.wordpress.org/core/6-2/\">6.2 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-2/\">6.2-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How you can help: testing!</strong></h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not. This <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">detailed guide</a> is a great place to start if you’ve never tested a beta release. </p>\n\n\n\n<p>If you build products for WordPress, you probably realize that the sooner you can test this release with your themes, plugins, and patterns, the easier it will be for you to offer a seamless experience to your users.</p>\n\n\n\n<p>Want to know more about testing releases in general? You can follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you may have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Interested in Gutenberg features? Find out what’s been included since WordPress 6.1 (the last major release of WordPress). You will find more details in the currently available <em>What’s new in Gutenberg</em> posts for  <a href=\"https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-0-18-january-2/\">15.1</a>, <a href=\"https://make.wordpress.org/core/2023/01/20/whats-new-in-gutenberg-15-0-18-january/\">15.0</a>, <a href=\"https://make.wordpress.org/core/2023/01/04/whats-new-in-gutenberg-14-9-4-january/\">14.9</a>, <a href=\"https://make.wordpress.org/core/2022/12/22/whats-new-in-gutenberg-14-8-21-december/\">14.8</a>, <a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\">14.7</a>, <a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/\">14.6</a>, <a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">14.5</a>, <a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">14.4</a>, <a href=\"https://make.wordpress.org/core/2022/10/13/whats-new-in-gutenberg-14-3-12-october/\">14.3</a>, and <a href=\"https://make.wordpress.org/core/2022/09/30/whats-new-in-gutenberg-14-2-28-september/\">14.2</a>. </p>\n\n\n\n<p>This release contains more than 292 enhancements and 354 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.2&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">195 tickets for the WordPress 6.2 core</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>A major release for a major project milestone</strong></h2>\n\n\n\n<p>WordPress 6.2 is one of the last planned major releases of Phase 2 on the <a href=\"https://wordpress.org/about/roadmap/\">Gutenberg project’s roadmap</a>. The platform has come a long way in the past few years. The 6.2 release both celebrates that progress and looks toward a future of publishing that puts ever more powerful tools in your hands.&nbsp;</p>\n\n\n\n<p>Next stop: collaboration tools and more, in <a href=\"https://wordpress.org/news/2023/01/letter-from-wordpress-executive-director-2022/\">Phase 3</a>!</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Notable highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in WordPress version 6.2? Read on for a taste of what’s coming.</em></p>\n\n\n\n<ul>\n<li>Beta label is gone—signaling that the Site Editor is stable and ready for anyone to explore, create, and experiment!</li>\n\n\n\n<li>Distraction-free mode for a clear, focused writing experience.</li>\n\n\n\n<li>A new Site Editor interface shows you previews of your templates and Template Parts first, so you can choose exactly where you want to start editing.</li>\n\n\n\n<li>Scaled block settings with split controls organize your Styles and Settings options to easily find what you need—and clearly see everything a block can do.&nbsp;</li>\n\n\n\n<li>Color-coded labels help you find your Template Parts and Reusable Blocks fast, everywhere you look: in the List View, the Block toolbar, even on the Canvas.</li>\n\n\n\n<li>An improved Navigation experience makes menus simple to create and manage—right from the block settings sidebar.</li>\n\n\n\n<li>Patterns are easier to find and insert—with even more categories to choose from like headers and footers!&nbsp;</li>\n\n\n\n<li>A new Style Book offers one place to see all your Styles across every block, for a complete overview of your site’s design details.</li>\n\n\n\n<li>Custom CSS support for specific blocks, or your whole site, for another level of control over how you want things to look.&nbsp;</li>\n\n\n\n<li>Openverse integration lets you pull free, openly-licensed media directly into your content as you work—along with a quicker way to insert media from your existing library.</li>\n\n\n\n<li>Widgets become Template Parts when you switch from a Classic to a Block Theme—making the transition that much smoother.</li>\n</ul>\n\n\n\n<p><em>Please note that the features in this list may change before the final release.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>A haiku for 6.2</strong></h2>\n\n\n\n<p>Last of Phase 2 now<br>Let’s get the party started<br>WordPress turns 20</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: </em><a href=\"https://profiles.wordpress.org/marybaum/\"><em>@marybaum</em></a><em> </em><a href=\"https://profiles.wordpress.org/laurlittle/\"><em>@laurlittle</em></a><em> </em><a href=\"https://profiles.wordpress.org/cbringmann/\"><em>@cbringmann</em></a><em>, </em><a href=\"https://profiles.wordpress.org/webcommsat/\"><em>@webcommsat</em></a><em>, </em><a href=\"https://profiles.wordpress.org/audrasjb/\"><em>@audrasjb</em></a><em>, </em><a href=\"https://profiles.wordpress.org/annezazu/\"><em>@annezazu</em></a>, <a href=\"https://profiles.wordpress.org/bph/\"><em>@bhp</em></a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14375\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The Month in WordPress – January 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/02/the-month-in-wordpress-january-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Feb 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14352\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:334:\"Welcome to the first 2023 edition of The Month in WordPress! January kicked off with an overview of WordPress&#8217; big goals for 2023 and new projects beginning to take shape. Moreover, work on the next major release, WordPress 6.2, continues with Beta 1 scheduled for next week. Read on for the latest news. WordPress 6.2 [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10208:\"\n<p>Welcome to the first 2023 edition of The Month in WordPress! January kicked off with an overview of <a href=\"https://make.wordpress.org/project/2023/01/18/big-picture-goals-2023/\">WordPress&#8217; big goals for 2023</a> and new projects beginning to take shape. Moreover, work on the next major release, WordPress 6.2, continues with Beta 1 scheduled for next week. Read on for the latest news.</p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.2 Beta 1 is on its way</h2>\n\n\n\n<p>The first beta release of WordPress 6.2 is <a href=\"https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/\">scheduled</a> for next Tuesday,<strong> February 7, 2023</strong>.</p>\n\n\n\n<p>As you may have heard, this version will wrap up work on Gutenberg Phase 2 (Customization), but what does this mean in the larger context of the WordPress project?</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/news/2023/01/episode-48-what-does-concluding-a-gutenberg-phase-really-mean/\">Tune in to Episode 48 of WP Briefing</a> to hear Executive Director Josepha Haden Chomphosy discuss what it means to conclude a Gutenberg phase.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What’s new in Gutenberg</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/01/20/whats-new-in-gutenberg-15-0-18-january/\"><strong>Gutenberg 15.0</strong></a> was released on January 18, 2023. Some highlights include a new “paste styles” feature to easily create multiple blocks with identical styling, and a “sticky” option to keep a block at the top of the page while the rest of the content scrolls.</p>\n\n\n\n<p>In addition, block settings have been split into two tabs in the sidebar: Styles and Settings. This makes blocks with more controls, such as the Group block, easier to customize, and allows the interface to scale with the growing number of design tools.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\">The latest “Core Editor Improvement” post</a> highlights the newest style features enhancements. Learn how they can help give your site a unique and cohesive look and feel.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Matrix exploration, WordPress.org redesign news, and more</h2>\n\n\n\n<ul>\n<li>WordPress and Matrix contributors published <a href=\"https://make.wordpress.org/meta/2023/01/25/a-meta-subproject-for-evaluating-matrix/\">a proposal to explore the open source chat system Matrix</a> as a possible replacement for the WordPress community&#8217;s Slack.</li>\n\n\n\n<li>Several sections of WordPress.org have been redesigned lately, including <a href=\"https://make.wordpress.org/docs/2023/01/24/new-look-new-site-new-helphub/\">Documentation (HelpHub)</a>, <a href=\"https://wordpress.org/enterprise/\">Enterprise</a>, and <a href=\"https://mercantile.wordpress.org/\">Mercantile</a> (the official WordPress swag store). Learn more about the <a href=\"https://make.wordpress.org/meta/2023/01/26/wordpress-org-redesign-recent-launches/\">latest redesign updates</a>.</li>\n\n\n\n<li>The implementation of the block editor in the WordPress.org forums is <a href=\"https://make.wordpress.org/support/2023/02/block-editor-live-in-most-forums/\">progressing well</a> and the feedback so far has been very positive.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/01/25/wordpress-community-support-wordpress-foundation-entity-structure/\">This comprehensive post</a> clarifies how WordPress Community Support (also known as WordCamp Central) and WordPress Foundation entities are set up and addresses some misconceptions about them.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/core/2023/01/18/bug-scrub-schedule-for-6-2/\">bug scrub schedule for WordPress 6.2</a> is now published. The goal of bug scrubs is to ensure tickets move towards a resolution—anyone can join these sessions to learn, help, or even <a href=\"https://make.wordpress.org/core/handbook/tutorials/leading-bug-scrubs/\">lead one</a>.</li>\n\n\n\n<li>Openverse <a href=\"https://make.wordpress.org/openverse/2023/02/03/openverse-is-moving/\">will be moving</a> from wordpress.org/openverse to openverse.org next week. Along with this move, new improvements are coming to the site&#8217;s homepage, header, and footer.</li>\n\n\n\n<li>The Plugin Review Team is looking for <a href=\"https://make.wordpress.org/plugins/2023/01/13/looking-for-your-intentionally-wrong-plugins/\">your (intentionally) wrong plugins</a>.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2023/01/people-of-wordpress-daniel-kossmann/\">Daniel Kossmann</a>, a software engineer from South America.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>As part of the discussion on <a href=\"https://make.wordpress.org/project/2023/01/09/request-for-feedback-how-can-we-improve-the-five-for-the-future-contributor-journey/\">improving the contributor journey</a>, Josepha wrote some thoughts on <a href=\"https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/\">the Eternal September phenomenon in open source</a> and invites you to share yours.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>The Community Team is gathering feedback on a <a href=\"https://make.wordpress.org/community/2023/01/19/proposal-adopt-github-for-team-projects/\">proposed move to GitHub</a> for standardizing the project’s management tools.</li>\n\n\n\n<li>To mark WordPress&#8217; 20th anniversary milestone, Core Team contributors are organizing <a href=\"https://make.wordpress.org/core/2023/01/24/proposal-old-tickets-trac-triage-sessions/\">several bug scrub sessions</a> to tackle long-standing Trac tickets.&nbsp;</li>\n\n\n\n<li>Version 21.6 of the WordPress mobile app for <a href=\"https://make.wordpress.org/mobile/2023/01/24/call-for-testing-wordpress-for-ios-21-6/\">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Training Team calls all WordPress users to complete <a href=\"https://learn.wordpress.org/individual-learner-survey/\">this short Individual Learner Survey</a> by February 20, 2023. Your feedback will help identify the most high-impact resources for <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li>Would you like to be a speaker at WordCamp Europe 2023? <a href=\"https://europe.wordcamp.org/2023/call-for-speakers/\">Submit your application</a> by February 5, 2023. The organizing team released the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://europe.wordcamp.org/2023/wceu-tickets-available-now/\" target=\"_blank\">first batch of tickets</a> and is also calling for&nbsp;<a rel=\"noreferrer noopener\" href=\"https://europe.wordcamp.org/2023/call-for-volunteers/\" target=\"_blank\">volunteers</a>&nbsp;and&nbsp;<a rel=\"noreferrer noopener\" href=\"https://europe.wordcamp.org/2023/call-for-photographers-is-now-open/\" target=\"_blank\">photographers</a>.</li>\n\n\n\n<li>The first WordCamp to be held in Africa in 2023, <a href=\"https://entebbe.wordcamp.org/2023/\">WordCamp Entebbe</a>, is <a href=\"https://central.wordcamp.org/news/2023/01/wordcamp-entebbe-first-wordcamp-to-happen-in-africa-in-2023-is-on/\">well underway</a> and set to take place on March 10-11.</li>\n\n\n\n<li>Don’t miss these other upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://birmingham.wordcamp.org/2023/\">WordCamp Birmingham, Alabama</a>, USA on February 4-5, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1ed.png\" alt=\"🇵🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://cebu.wordcamp.org/2023/\">WordCamp Cebu</a>, Philippines on February 11, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://chiclana.wordcamp.org/2023/\">WordCamp Chiclana</a>, Spain, on March 3-4, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia 2023</a> in Bangkok, Thailand, is only two weeks away! Check out the <a href=\"https://asia.wordcamp.org/2023/schedule/livestream/\">livestream schedule</a> if you are attending virtually.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this edition of The Month in WordPress: <em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a></em></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"People of WordPress: Daniel Kossmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/01/people-of-wordpress-daniel-kossmann/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Jan 2023 23:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14226\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"The latest People of WordPress story features Daniel Kossmann, from Brazil, on his journey from video games fan to community builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18412:\"\n<p><strong>This month we feature Daniel Kossmann, a software engineer from South America who shares his enthusiasm for WordPress at every opportunity.</strong></p>\n\n\n\n<p><strong>The <em>People of WordPress</em> series features inspiring stories of how people&#8217;s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1014\" height=\"627\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo.jpg?resize=1014%2C627&#038;ssl=1\" alt=\"\" class=\"wp-image-14222\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo.jpg?w=1014&amp;ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo.jpg?resize=300%2C186&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo.jpg?resize=768%2C475&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Daniel&#8217;s adventure into WordPress began in 2009 when he needed a way to publish and share articles on films. From that small spark, he now enjoys an interesting and varied career in Brazil and beyond, and an ever-expanding community network. </p>\n\n\n\n<p>Following WordPress and its new features fascinates Daniel and he is always looking for ways to share what it has to offer with others. His initial focus on WordPress for content publishing soon became a wider appreciation of the platform’s capacity for building communities and careers.&nbsp; </p>\n\n\n\n<p>Daniel has served as a community organizer for seven years in Curitiba, Brazil and co-organized four annual <a href=\"https://wptranslationday.org/\">WordPress Translation Day</a> events in the city. Community building initiatives, like these, bring in new volunteers and help spur on local user groups.<br><br>Now working as a software engineer manager, Daniel maintains his interest in supporting the WordPress community through a newsletter in Brazilian Portuguese.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Finding WordPress to publish content can be life-changing</h2>\n\n\n\n<p>Daniel&#8217;s web development skills were initially self-taught, and built on his interest in technology and from his earlier interest in video games. He developed systems in ASP and PHP, and created online resources to teach others how to create websites. </p>\n\n\n\n<p>When the time came to choose his academic path, he had no doubt that it would be something related to computers and picked Computer Science at the Federal University of Paraná.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“In order to focus more on content rather than coding, I ended up getting to know WordPress. It was love at first sight!” </p>\n</blockquote>\n\n\n\n<p>In 2009, he launched a public blog about films that became a hub for cultural content related to cinema, literature, and comics. The blog had collaborators from several cities in the country. He found WordPress an easy tool for publishing articles. It allowed him to spend more time on writing content rather than having to use his software engineering skills to write code.</p>\n\n\n\n<p>However, once he discovered the range and versatility of the software, he wanted to build themes and features to customize websites.</p>\n\n\n\n<p>As he searched for learning materials, he came across a WordPress event happening in his own city. This event, <a href=\"https://curitiba.wordcamp.org/2010/\">WordCamp Curitiba 2010</a>, had a deep impact on Daniel.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“Other tech events I attended charged more than double this WordCamp, but hadn’t offered half of the things it did.” </p>\n</blockquote>\n\n\n\n<p>Daniel was inspired not only by the talks but also the kindness shown by others at the event. His inherent shyness meant he had to step out of his comfort zone to socialize. However, the friendliness of attendees and the welcome he received made this less foreboding. He was hooked by the community he met, and he pledged to volunteer at the next WordCamp and even apply as a speaker.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo-2.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"Daniel giving a talk at WordCamp São Paulo 2018 \n\" class=\"wp-image-14223\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo-2.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo-2.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo-2.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo-2.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Daniel giving a talk at WordCamp São Paulo 2018 about Gutenberg</em></figcaption></figure>\n\n\n\n<p>Less than two years later, Daniel helped to organize <a href=\"https://curitiba.wordcamp.org/2012/\">WordCamp in Curitiba 2012</a>, and this was where he gave his first public talk. It was an important moment in his journey. He is determined to keep improving his public speaking skills each time he presents, and help others to do so too. </p>\n\n\n\n<h2 class=\"wp-block-heading\">From WordPress user to entrepreneur</h2>\n\n\n\n<p>Daniel had dreamed of starting his own company since childhood. Following his university graduation in 2011, he decided to fulfil that dream. He started a web development company, envisioning it as a creative project lab.</p>\n\n\n\n<p>Initially, he worked with a variety of systems and programming languages. Soon, he realized that maintaining multiple solutions took considerable time and effort. So he opted to use a single platform, WordPress. It offered ease of use for his clients and the possibility of offering various types of websites. </p>\n\n\n\n<p>“This decision allowed me to dive even deeper into the system, making better and faster-to-deliver solutions for my clients,” said Daniel.&nbsp;&nbsp;</p>\n\n\n\n<p>As the company grew, he expanded the services it offered to include support, maintenance, courses, consulting, and optimized hosting for WordPress. This gave Daniel access to a wider range of clients and greater specialization in the WordPress platform.</p>\n\n\n\n<p>Even as a small company, Daniel wanted to give back to the WordPress community. Through using this open source software, the business had not faced the costs of using commercial platforms. He felt he should invest back into the software and its community it as much as he could, from sponsorship of events to collaborating in the Contributor Teams.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-floripa.jpg?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-14221\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-floripa.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-floripa.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-floripa.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-floripa.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>His community contributions include speaking at meetups and WordCamps to share what what he has learned in his day-to-day work. “It was always and still is a big pleasure to be able to make these contributions,” he affirmed.</p>\n\n\n\n<p>In 2019, he decided to close his company after eight years and start a new chapter in Development Coordination. His focus continues to be on WordPress, both professionally and in the community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Supporting local: re-energising the Curitiba’s WordPress community</h2>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2016-meetup-curitiba.jpg?resize=680%2C510&#038;ssl=1\" alt=\"Daniel speaking at a meetup in Curitiba in 2016.\" class=\"wp-image-14241\" width=\"680\" height=\"510\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2016-meetup-curitiba.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2016-meetup-curitiba.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2016-meetup-curitiba.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2016-meetup-curitiba.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 680px) 100vw, 680px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Daniel speaking at a meetup in Curitiba in 2016</em></figcaption></figure>\n\n\n\n<p>After WordCamp in Curitiba in 2012, the community there took a break from organizing events. Three years later, Daniel was eager to help restart meetups in Curitiba. He connected with others in the Brazilian community to find a way forward to support both end users of WordPress and firms using the platform. Through instant messaging tool Slack, a rebooted meetup was organized in August 2015. All the planning was done virtually and they only met for the first time in person on the day of the event.</p>\n\n\n\n<p>Although they did not have much initial experience in event planning, the meetup organizers were determined attendees should have fun and enjoy a relaxed atmosphere. They wanted people to feel comfortable socializing and to chat before and after the talks. The tips that attendees shared at every meeting were one of the most successful elements of these user-focused meetups.</p>\n\n\n\n<p>For Daniel, getting up in front of people to introduce the meetup was still not easy. However, he knew continuing to practice and improve his self-confidence was the only way to overcome his shyness. This determination and sense of achievement inspires him to encourage others to present talks and share the tips he uses when presenting.</p>\n\n\n\n<p>The <a href=\"https://www.meetup.com/wpcuritiba/\">Curitiba meetup</a> continues to flourish. Though Daniel has moved to supporting the community in new ways, he has a lasting fondness for it. It has made him an advocate for local groups at the heart of the WordPress community. He believes the shared interest and enthusiasm for learning at meetups helps to increase attendees&#8217; interest in both the software and its community, and their willingness to participate .</p>\n\n\n\n<h2 class=\"wp-block-heading\">Sharing the benefit of WordPress across Brazil</h2>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2019-meetup-curitiba-4.jpg?resize=680%2C411&#038;ssl=1\" alt=\"Daniel presenting at a Curitiba meetup in 2019.\" class=\"wp-image-14242\" width=\"680\" height=\"411\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2019-meetup-curitiba-4.jpg?w=991&amp;ssl=1 991w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2019-meetup-curitiba-4.jpg?resize=300%2C182&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2019-meetup-curitiba-4.jpg?resize=768%2C465&amp;ssl=1 768w\" sizes=\"(max-width: 680px) 100vw, 680px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Daniel presenting at a Curitiba meetup in 2019</em></figcaption></figure>\n\n\n\n<p>In June 2019, Daniel created a newsletter to spread content about WordPress in Brazilian Portuguese and inspire others to create content in the language. Translating, Daniel believes is a powerful way to make WordPress more accessible to people who do not speak English, which is the case for a lot of people in Brazil. In 2021, Daniel started writing regularly about WordPress on his blog too. He continues to publish weekly news, tutorials, tips, and share events. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Advice to future WordPress contributors</h2>\n\n\n\n<p>Daniel believes that the WordPress community is a key strength of the platform. It attracts people with a range of technical skills and backgrounds, and strives to have a diverse and open space for exchange. </p>\n\n\n\n<p>There are so many ways to contribute to WordPress without working with the code. He said: “I&#8217;m a big evangelizer of learning in public. A great way to collaborate is to create your blog in WordPress itself and share your journey of using it, and to write about tips and useful resources. This will eventually lead you to the official WordPress documentation and, the more you use it, the more opportunities for improvements you will see. Then you can start contributing to improving it. Besides this, you can pick a plugin or theme that you use and help with its translation.&#8221;<br><br>He added: “My biggest advice for those who are starting to contribute to WordPress is to start with a small step, maybe solving an easy bug or fixing a typo, and create a routine to consistently work on it, like an hour every weekend.&#8221;</p>\n\n\n\n<p>Daniel has made several lasting friendships, received professional referrals through his participation in community events, and enjoys a career that continues to have variety and new things to learn. </p>\n\n\n\n<p>His final message is to join WordPress <a href=\"https://www.meetup.com/topics/wordpress/\">meetups locally</a> or online in other cities, and be inspired like he has been for 14 years and still counting. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Hauwa Abashiya (@azhiyadev) for sharing her adventures in open source.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>) for interviews and writing the feature, and to Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Mary Baum (@marybaum), Nalini Thakor (@nalininonstopnewsuk) and Maja Loncar (@mloncar) for work on photographs and review.</p>\n\n\n\n<p>The&nbsp;<em>People of WordPress</em>&nbsp;series thanks Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thank you to <a href=\'https://profiles.wordpress.org/kossmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kossmann</a> for sharing his adventures in WordPress.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) for research, interviews, and writing this feature article.</p>\n\n\n\n<p>The <em>People of WordPress</em> series thanks Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14226\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 13 Mar 2023 08:30:58 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 10 Mar 2023 21:15:26 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20211220193300\";}',	'no'),
(3189,	'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3',	'1678739459',	'no'),
(3190,	'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3',	'1678696259',	'no'),
(3191,	'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9',	'1678739460',	'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3192,	'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9',	'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Gutenberg Times: Gutenberg Changelog #80 – WordPress 6.2 Preview, Gutenberg 15.2 and 15.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=23587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-80-wordpress-6-2-preview-gutenberg-15-2-and-15-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4565:\"<p>Rich Tabor and Birgit Pauli-Haack chat about WordPress 6.2 Preview, Dev Notes and Fieldguide, Gutenberg 15.2 and 15.3. </p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\"></p>\n\n\n\n<p><strong>WordPress Developer Blog</strong></p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/02/block-theme-resources-roundup/\">Block theme resources roundup</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/intrinsic-design-theming-and-rethinking-how-to-design-with-wordpress/\">Intrinsic design, theming, and rethinking how to design with WordPress</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/static-vs-dynamic-blocks-whats-the-difference/\">Static vs. dynamic blocks: What’s the difference?</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/creating-a-custom-block-that-stores-post-meta/\">Creating a custom block that stores post meta</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/converting-your-shortcodes-to-blocks/\">Converting your shortcodes to blocks</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/block-deprecation-a-tutorial/\">Block deprecation – a tutorial</a></li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/themes/2023/03/10/summary-community-themes-project-kickoff/\">Summary: Community Themes Project Kickoff</a></p>\n\n\n\n<p><a href=\"https://felix-arntz.me/blog/rebuilding-my-website-using-a-block-theme/\">Rebuilding my website using a block theme</a> by Felix Arntz</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.2</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2023/03/03/6-2-live-product-demo/\">Product Demo of WordPress 6.2</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Dev Notes</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introduction-of-block-inspector-tabs/\">Introduction of Block Inspector Tabs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/shadows-in-global-styles-with-wordpress-6-2/\">Shadows in Global Styles with WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introducing-the-html-api-in-wordpress-6-2/\">Introducing the HTML API in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/sticky-position-block-support/\">Sticky position block support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/custom-css-for-global-styles-and-per-block/\">Custom CSS for global styles and per block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/minimum-height-dimensions-block-support/\">Minimum height dimensions block support</a></li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\">What’s new in Gutenberg 15.2? (22 February)</a></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\"></p>\n\n\n\n<p>The transcript is in the works. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 12 Mar 2023 12:27:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Gutenberg Times: Fieldguide for WordPress 6.2, Community theme project, Theme.json and PHP—Weekend Edition #246\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=23549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://gutenbergtimes.com/fieldguide-for-wordpress-6-2-community-theme-project-theme-json-and-php-weekend-edition-246/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19184:\"<p>Howdy, howdy! </p>\n\n\n\n<p>This has been a busy week! Phew. The contributors published twelve Dev Notes related to the Block Editor together with the <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">Release candidate 1 version</a> of WordPress 6.2. The <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\"><strong>Field Guide</strong></a> has all the developer related updates. It&#8217;s time for plugin and theme developers to test their products for compatibility with the new WordPress version. The final version is scheduled for March 28th, 2023. </p>\n\n\n\n<p>The release squad for documentation, Milana Cap, Abha Thakor, Femy Praseet, and yours truly, wrangled the developer notes from two tracking systems, WordPress Trac and Gutenberg Repo. After the posts were drafted, we took turns reviewing them before publishing, all 13,150 words. </p>\n\n\n\n<p>Then there were the posts for the <a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a>, that needed editing and reviewing. That was lot of reading already, and then I kept an eye out for interesting content in the community to assemble this week&#8217;s round up post. The good news is, I am done for the week. 😎  🏖️</p>\n\n\n\n<p>Enjoy and don&#8217;t take it in all at once. Keep some for later. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#dev62\">Dev Notes WordPress 6.2 (Block Editor)</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#2-theme-related\">For Theme developers</a></li></ul></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/marybaum\">Mary Baum</a></strong> published a follow-up to the Preview of 6.2 which ran out of time for numerous questions.  <a href=\"https://make.wordpress.org/core/2023/03/10/6-2-live-product-demo-qa/\">6.2 Live Product Demo Q &amp; A</a>. </p>\n\n\n\n<a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\"><img /></a><a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\">Preview of WordPress 6.2</a>\n\n\n\n<p><strong>Dave Smith</strong> and <strong>Rich Tabor</strong> chatted about the <a href=\"https://www.youtube.com/watch?v=ibEvgw88lls\"><strong>Top Five features coming to WordPress 6.2</strong></a>, with some cool demos of Site Editor browsing, the Style Book, Media inserter and Distraction-free mode in the post editor. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In the post, <strong><a href=\"https://developer.wordpress.org/news/2023/03/whats-new-for-developers-march-2023/\">What’s new for developers? (March 2023)</a></strong>, Justin Tadlock collected a myriad of interesting updates to WordPress that are specifically relevant for developers. &#8220;If you’re a developer who builds on top of the WordPress platform, this news is for you. The goal is to make it easier to navigate the fast-paced development cycle, narrowing down the list of must-read content into a single digestible source.&#8221; Tadlock wrote. </p>\n\n\n\n<p><em>It&#8217;s the second edition of this monthly round-up. If the roundup posts are all you require to stay on top of changes of WordPress, you can subscribe to the <a href=\"https://developer.wordpress.org/news/tag/roundup/feed/\">Roundup Tag Feed</a> with your favorite Feed Reader. </em></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"dev62\">Dev Notes WordPress 6.2 (Block Editor)</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/editor-components-updates-in-wordpress-6-2/\">Editor Components updates in WordPress 6.2</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/add-new-prop-to-serversiderender-component/\">Add new prop to ServerSideRender component</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/02/wordpress-6-2-accessibility-improvements/\">WordPress 6.2 Accessibility Improvements</a>  </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introduction-of-block-inspector-tabs/\">Introduction of Block Inspector Tabs</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introducing-the-html-api-in-wordpress-6-2/\">Introducing the HTML API in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/upgrading-to-react-18-and-common-pitfalls-of-concurrent-mode/\">Upgrading to React 18 and common pitfalls of concurrent mode</a> </li>\n</ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"2-theme-related\">For Theme developers</h4>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/custom-css-for-global-styles-and-per-block/\">Custom CSS for global styles and per block</a>  </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/miscellaneous-editor-changes-in-wordpress-6-2/\">Miscellaneous Editor changes in WordPress 6.2</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/28/custom-settings-wordpress-6-2/\">Customize settings for any block in WordPress 6.2</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/shadows-in-global-styles-with-wordpress-6-2/\">Shadows in Global Styles with WordPress 6.2</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/sticky-position-block-support/\">Sticky position block support</a>  </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/minimum-height-dimensions-block-support/\">Minimum height dimensions block support</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/19/style-book-preview-of-blocks-in-global-styles/\">Style Book preview of blocks in global styles</a> </li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-80-wordpress-6-2-preview-gutenberg-15-2-and-15-3/\">Gutenberg Changelog #80 – WordPress 6.2 Preview, Gutenberg 15.2 and 15.3</a> with Birgit Pauli-Haack and special guest Rich Tabor  </p>\n</div></div>\n\n\n\n<p>On Friday, Rich Tabor, joined me on the Gutenberg Changelog episode #80 recording. We had great fun geeking out over the upcoming release of WordPress 6.2, Gutenberg 15.2 and 15.3. The recording will appear at your favorite podcast app over the weekend. </p>\n\n\n\n<img />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>Quite a few new Block themes arrived at the Theme Directory. </p>\n\n\n\n<p><strong>Sarah Gooding</strong> at the WPTavern reviewed <a href=\"https://wptavern.com/lemmony-a-free-wordpress-block-theme-with-30-patterns\"><strong>Lemmony: A Free WordPress Block Theme with 30+ Patterns</strong></a>, a magazine style theme for publishers and bloggers alike. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Gooding also reviewed: <a href=\"https://wptavern.com/lettre-newsletter-theme-now-available-on-wordpress-org\"><strong>Lettre Newsletter Theme Now Available on WordPress.org</strong></a>, a theme suitable for writers and publishers to style their newsletters. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/maneshtimilsina\"><strong>Manesh Timilsina</strong></a>, a plugin developer from Nepal, and new member of the WordPress Theme team, published his first theme for the Theme directory and made it a Block Theme. Congratulations! The theme is called <a href=\"https://wordpress.org/themes/zino/\">Zino </a>and described as a minimal,  lightweight, and speed optimized. It&#8217;s still a pre-release version 0.0.2, though. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The team at Automattic also released a new theme: <a href=\"https://wordpress.org/themes/bibimbap/\">Bibimbap</a>, named after a Korean dish, is a simple and fun restaurant theme. Sarah Gooding has the details in <a href=\"https://wptavern.com/automattic-releases-bibimbap-a-free-block-theme-for-restaurants\"><strong>Automattic Releases Bibimbap, a Free Block Theme for Restaurants</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brad Hogan</strong>, at <a href=\"https://blockthemespro.com/\">Block Themes Pro</a> published the first Theme in the Theme directory as well. It&#8217;s call <a href=\"https://wordpress.org/themes/blockster/\">Blockster</a>, &#8220;a simple, clean, easy to manage block theme meant for non-profits, bloggers, freelancers and agencies&#8221; with four Style Variatons. It&#8217;s also used as a starter theme for #node site builders, creating websites for others. </p>\n\n\n\n<img />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Snow </strong>and <strong>Kathryn Presner</strong> were the hosts of the workshop <strong><a href=\"https://wordpress.tv/2023/02/23/how-to-confidently-migrate-from-a-classic-theme-to-a-block-theme/\">How to Confidently Migrate from a Classic Theme to a Block&nbsp;Theme</a></strong>. The description reads: &#8220;Are you are worried about potential down-time on your live website if you make a mistake when switching from theme to theme? Would you like to learn how to move widget areas from your classic theme to a new block theme? If this sounds exciting, please join Sarah Snow in a live workshop to learn how to safely and comfortably migrate from a classic theme to a block theme.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/tetsuaki_hamano\">Aki Hamano</a></strong>  released version 3.2 of his plugin <strong>Custom HTML Block Extension</strong>, which extends  custom HTML blocks into a code editor, allows you to write code on a larger screen via a modal component! </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>WordPress doesn&#8217;t have a Pattern manager/editor for site&#8217;s yet. The plugin <a href=\"https://wordpress.org/plugins/blockmeister/\">Block Pattern Builder by Block Meister</a> has been my go-to tool for a few years now. I also use the pattern builder of Newsletter Glue. Now the developers at WP Engine released their Pattern Manager Plugin. <strong>Sarah Gooding</strong> has the skinny: <a href=\"https://wptavern.com/wp-engine-pattern-manager-plugin-now-in-beta\"><strong>WP Engine Pattern Manager Plugin Now in Beta</strong></a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>Learn.WordPress published a new course: <strong><a href=\"https://learn.wordpress.org/course/develop-your-first-low-code-block-theme/\">Develop Your First Low-Code Block Theme</a>.</strong> &#8220;By the end of this course, you will be able to&nbsp;build a fully functional, custom WordPress theme using very little code.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> published the <strong><a href=\"https://make.wordpress.org/themes/2023/03/10/summary-community-themes-project-kickoff/\">Summary: Community Themes Project Kickoff</a>.</strong> &#8220;Over 20 members of the WordPress theming community gathered for an initial discussion on the proposed Community Themes project on March 7, 2023. The primary goal of the conversation was to gauge interest and discuss what this project might look like.&#8221; There were also a few outcomes, and a few open questions. Further Discussion will happen in the <a href=\"https://wordpress.slack.com/archives/C03T2GLB97W\">#core-theme-projects</a> channel on the Making WordPress Slack space. </p>\n\n\n\n<p><em>If you want to follow along but don&#8217;t have an account yet, <a href=\"https://make.wordpress.org/chat/\">here are the instructions on how to gain access</a>. </em> </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p><strong>Carolina Nymark </strong>published another lesson on her site: <a href=\"https://fullsiteediting.com/lessons/how-to-filter-theme-json-with-php/\"><strong>How to filter theme.json with PHP</strong></a>. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Here is how it works: WordPress loads a&nbsp;<a href=\"https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-includes/theme.json\">default theme.json file (source)</a>. This file has all the default settings including colors and gradients. WordPress merges this data with settings from other sources, in the following order:</p>\n\n\n\n<ul>\n<li>The block itself (block supports)</li>\n\n\n\n<li>The theme.json file in the active theme (and parent theme if applicable)</li>\n\n\n\n<li>User settings: The options in the Styles sidebar in the Site Editor</li>\n</ul>\n<cite>Caroline Nymark, fullsiteediting.com</cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/felixarntz\">Felix Arntz</a>,</strong> software engineer at Google,  shared his experience switching his site from a classic theme to a block theme in his post: <a href=\"https://felix-arntz.me/blog/rebuilding-my-website-using-a-block-theme/\"><strong>Rebuilding my website using a block theme</strong></a> He recounts all the steps in details, and the minimal code editing he had to do. Arntz is also a member of the WordPress Performance team, so his study on the before and after performance piqued my interest. An excellent read.</p>\n\n\n\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><a href=\"https://twitter.com/michaelburridge\"><strong>Michael Burridge</strong></a> wrote <a href=\"https://developer.wordpress.org/news/2023/03/block-deprecation-a-tutorial/\"><strong>Block deprecation – a tutorial</strong></a> for the WordPress Developer blog. It walks you through the mechanics of block deprecation of static blocks, with step-by-step instructions. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Earlier this month, the team of the Block Protocol published their<a href=\"https://wordpress.org/plugins/blockprotocol/\"> WordPress plugin</a>. <strong>Eric Karkovack</strong> reported on it in his post: <a href=\"https://thewpminute.com/digging-into-the-wordpress-block-protocol-plugin/\"><strong>Digging Into the WordPress Block Protocol Plugin</strong></a> with an interview with David Wilkinson, CEO of Hash, the company behind the Block Protocol. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;Although Block Protocol blocks are developed with&nbsp;<em>no knowledge&nbsp;</em>of the applications that embed them, through&nbsp;the&nbsp;<a href=\"https://blockprotocol.org/docs/spec/hook-module\">hook module</a>&nbsp;they can tap into the embedding application’s native functionality anyway.</p>\n\n\n\n<p>This means that things like WordPress’s native image gallery, file uploading, text editing, and so on all work seamlessly within Block Protocol blocks, as if they were native Gutenberg ones.&#8221;</p>\n<cite>David Wilkinson, CEO of Hash</cite></blockquote>\n\n\n\n<p><em>Are you experimenting with the Block Protocol, too? I would love to connect with you and compare notes! Email at <a href=\"mailto:pauli@gutenbergtimes.com\">pauli@gutenbergtimes.com</a></em> or<em> share some information  in the comments online </em></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Bangkok Taxi Ride by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Mar 2023 09:25:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: Toot the Word Survey Finds Mastodon Increasingly Important to WordPress’ Community of Tooters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142628\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/toot-the-word-survey-finds-mastodon-increasingly-important-to-wordpress-community-of-tooters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5939:\"<p>More than 200 users on Mastodon who consider themselves part of the WordPress community, responded to the recent Toot the Word 2023 Survey, which was conducted by the admins of five WordPress-oriented Mastodon instances. The purpose of the survey was to help those running these instances understand how important Mastodon is for the WordPress community and what they can do to improve their instances to foster a better meeting place.</p>\n\n\n\n<p>Key findings from the survey have been <a href=\"https://github.com/danielauener/toot-the-word\">published</a> alongside the <a href=\"https://github.com/danielauener/toot-the-word/blob/main/toot-the-word-survey-2023.raw.csv\">raw data</a> on GitHub for anyone to analyze. More than 82% of respondents (172/209) said they frequently use Mastodon. The community is active and Mastodon is an important social channel for those who have adopted it in addition to their other networks.</p>\n\n\n\n<p>A few other highlights from the published findings include: </p>\n\n\n\n<ul>\n<li>Nearly all participants of the survey expect Mastodon to have some kind of influence on the WordPress community in the future, a majority thinks Mastodon will be very influential or extremely influential. Most of the participants want to see more WordPress content and community discussions on Mastodon in the future.</li>\n\n\n\n<li>Generally, users on WordPress-oriented instances state that the communication with the community on Mastodon is important to their WordPress-related social media activity. They also are working with the community, or state that they are WordPress Community influencers, more often than users on common instances.</li>\n</ul>\n\n\n\n<p>The survey also found that the respondents who rated themselves as important to the WordPress community seem higher in WordPress-related instances, which may mean that those looking for more relevant WordPress-related content and interactions are better-suited joining these existing instances rather than unrelated ones or creating their own.</p>\n\n\n\n<p>&#8220;For me as an instance admin, it&#8217;s important to know that all the work I&#8217;m doing means something for the tooters on my instance and the entire community,&#8221; wptoot.social administrator Daniel Auener told the Tavern. &#8220;I think the survey has shown that many in the still small WP/Mastodon community see this network as important as I do. So I&#8217;m quite confident (as many of the surveys participants) that Mastodon will have its place in the WordPress community.&#8221; </p>\n\n\n\n<p>Administrating a Mastodon instance is not trivial. The users depend on the administrator to keep everything up and running with system updates, hosting, community moderation, curating community lists, and other housekeeping tasks. Auener said his current hosting costs are $20-30/month and they are 70-80% covered by <a href=\"https://www.buymeacoffee.com/wptoots\">one-time donations</a> and commitments on Patreon.</p>\n\n\n\n<p>&#8220;If nothing more, the [survey] results will keep me and my wptoots-instance going,&#8221; Auener said. &#8220;I even hope that the results will show others within the community that Mastodon as a social network is worth supporting and finding their own ways to contribute.&#8221;</p>\n\n\n\n<p>Auener hasn&#8217;t planned anything specific yet but based on the results it is clear that participants want to have more WordPress content in their timelines. </p>\n\n\n\n<p>&#8220;I think one of the best ways of achieving that would be to onboard more WordPress sites to the fediverse via ActivityPub,&#8221; he said. &#8220;Working in that direction is something I&#8217;m thinking about.&#8221;</p>\n\n\n\n<p>There is an <a href=\"https://wordpress.org/plugins/activitypub/\">ActivityPub</a> plugin for WordPress that implements the ActivityPub protocol for so that readers can follow your site&#8217;s posts on Mastodon and other federated platforms that support ActivityPub. It is currently used by more than 2,000 WordPress sites and is one avenue for users to automate sharing their content  across the fediverse. A search for Mastodon plugins turns up <a href=\"https://wordpress.org/plugins/search/mastodon/\">several other auto sharing plugins</a> and Jetpack is also considering <a href=\"https://github.com/Automattic/jetpack/issues/7790\">adding Mastodon support to Publicize</a> after many requests on a ticket opened in 2017.</p>\n\n\n\n<p>Some Mastodon users on other instances have considered switching to a WordPress-oriented instance, so increasing education for users on how to move to a new instance is another improvement Auener is considering.</p>\n\n\n\n<p>&#8220;The data even seems to support that the quality of (WordPress-)conversation is better on our instances,&#8221; he said. &#8220;So spreading that information, helping people to move and keeping our instances a safe space for great WordPress discussions is another cause for action.&#8221;</p>\n\n\n\n<p>Joining Mastodon&#8217;s federated network is still intimidating for some who are not familiar with how the instances work and are not sure which one to join. Others fear they may lose out on interactions and connections by moving to a lesser-used social network. This survey indicates that the WordPress-related instances are active and important to the community interacting there. Auener has created a document called <a href=\"https://www.danielauener.com/the-wordpressers-guide-to-the-fediverse/\">The WordPressers Guide to the Fediverse</a> for those who are new and want to learn more.</p>\n\n\n\n<p>&#8220;I would like to align my work more with the WordPress community and the work all the amazing people in the community teams and initiatives do,&#8221; he said. &#8220;I&#8217;m quite new in the game and think I can learn a lot from people working within the community for years. I think Mastodon/the Fediverse aligns very well with WordPress values but there is still a lot of convincing to do.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Mar 2023 22:43:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Post Status: Launching a WordPress Product in Public: Session 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=148107\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:89300:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><a href=\"https://twitter.com/coreymaass\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> continue laying the groundwork for the launch of their new plugin <a href=\"https://crop.express/#welcome\">Crop.Express</a>. They strategize ways to attract customers and agencies and gain full adoption as they integrate changes from user feedback. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">65</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode, <a href=\"https://twitter.com/coreymaass\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> focus on preparing <a href=\"https://crop.express/#welcome\">Crop.Express</a> for launch. They discuss building launch assets, utilizing a freemium model as a path toward a premium product, and future possibilities.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Value of a Soft Launch</strong>. This is a great way to test the waters and get initial feedback. If you utilize a soft launch, you need to be willing to make changes and improvements based on that feedback before you fully launch.</li>\n\n\n\n<li><strong>Building a Sustainable Premium Product.</strong> Start by setting up a basic website and integration to attract customers. Establishing a freemium model allows you to identify what users will value enough to pay for and provides space for your plugin to become a recommended tool for users, agencies, and hosting providers as a premium product.</li>\n\n\n\n<li><strong>Feedback as Fuel</strong>. Gathering input from customers and agency owners in the WordPress ecosystem can help you understand the barriers to adoption, like already established workflows, the challenge of installing and learning a new tool, and limitations within initial versions to full adoption.</li>\n\n\n\n<li><strong>Importance of Image Use.</strong> Current workflows make images an afterthought in content creation, but they are critical to drawing interest, provide context, and evoke emotion. While there may be SEO value, the primary purpose is to appeal to human visitors. Creating tools to make this easier is the case for Crop.Express.&nbsp;</li>\n\n\n\n<li><strong>Consider the possibilities.</strong> As product creators, you should continue to explore potential opportunities for development. Leveraging AI, increasing user engagement, and offering more value can uncover future revenue streams while you focus on current integration points.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://www.canva.com/\">Canva</a></li>\n\n\n\n<li><a href=\"https://www.adobe.com/products/photoshop.html\">Photoshop</a></li>\n\n\n\n<li><a href=\"https://www.stockunlimited.com/\">Stock Unlimited</a></li>\n\n\n\n<li><a href=\"https://unsplash.com/\">Unsplash</a></li>\n\n\n\n<li><a href=\"https://contentjourney.com/\">Content Journey</a></li>\n\n\n\n<li><a href=\"https://news.ycombinator.com/\">Hacker News</a></li>\n\n\n\n<li><a href=\"https://www.wpbeaverbuilder.com/\">Beaver Builder</a></li>\n\n\n\n<li><a href=\"https://twitter.com/pmgarman\">Patrick Garman</a></li>\n\n\n\n<li><a href=\"https://twitter.com/hluehrsen\">Hendrick Luehrsen</a></li>\n\n\n\n<li><a href=\"https://elementor.com/%5C\">Elementor</a></li>\n\n\n\n<li><a href=\"https://twitter.com/renewabelle\">Jess Frick</a></li>\n\n\n\n<li><a href=\"https://pressable.com/\">Pressable</a></li>\n\n\n\n<li><a href=\"https://www.kadencewp.com/\">Kadence</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2>Session 4 Corey & Cory Launch a WordPress Product Live</h2>\n\n\n\n<p><strong>Corey Maass:</strong> [00:00:00] Uh, host status YouTube channel so we can hopefully period when that pops up. Oh, I\'m signed into the wrong account, but yeah. Um, cuz it seems like people were commenting there. So session four live,  </p>\n\n\n\n<p>we\'re streaming, hopping out the chat because if people are asking us questions and stuff, I\'d love to know about it and interact with it.  </p>\n\n\n\n<p>Okay. We\'re live. Cool. YouTube, baby. All&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> right, let\'s get it. You ready?&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> Internet.&nbsp;  </p>\n\n\n\n<p>Internet.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> Famous. That\'ll get us maybe a coffee, right?  </p>\n\n\n\n<p>Hey everybody, welcome back to session four. [00:01:00] Corey and Corey launching a WordPress product in public. Today we\'re gonna be talking about some website tweak continuing on from last week, and some feature discussion that the other Corey\'s been working on. Um, and we\'re&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> live, Corey, we are Awesome. Session four.  </p>\n\n\n\n<p>So that\'s, that Marks four weeks. Um, and two what, two weeks or a week since, uh, the plugin was accepted. Um, and we should go look at, uh, let\'s see, word press. I\'m looking at the plugin. In the repo, it still says fewer than 10. So, you know, the harsh reality right, is, is you launch something and you get really excited and you tell your friends about it, um, and the, the repo, and you go and, uh, or.  </p>\n\n\n\n<p>One, not necessarily [00:02:00] me, goes and installs it on as many websites as I own, which is a lot trying to make, you know, total, um, what do they call vanity metrics to make it look like we\'re installed on a bunch of websites. Um, but the, you know, the plug-in repo only gives you fewer than 10, and then groups of 10, and then a hundred groups of hundred.  </p>\n\n\n\n<p>So you never really know how many installs you have.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> I think this is the moment, uh, when you push your art or your work into the light of day in public and you\'re like, the tendency is to go, oh man, I thought a million people were gonna activate this. I think we\'ve been really reasonable and practical about it, but I just know from my past is you, you get so excited, you think you\'re on the right path.  </p>\n\n\n\n<p>You\'d launch it and you\'re like, Crickets. Cool. Crickets are trippy. Right? Um, [00:03:00] man, that\'s happened so many times and you know, the typical marketing thing is to go, okay, build up buzz to a launch. You know? And we were like, we did it . Here it is . And I, I, I don\'t know how you feel, but I personally would rather launch something than build.  </p>\n\n\n\n<p>I, I know it\'s probably better from a marketing perspective to build up to a launch to use things like product launch formula and stuff like that to like create a compelling story and I\'m just like, or you could push publish. Right. You know, and I think we\'ve had reasonable expectations about it. Not that it would hit a million, you know, active installs or anything like that.  </p>\n\n\n\n<p>Um, but this is the point where I tend to probably have that little moment of deflation. Mm-hmm. . Um, but I\'m not, I\'m, I\'m, I\'m shoving past that. I\'m like, you know, because we, we didn\'t have a big email list to send it to. We\'ve been [00:04:00] putting in post status in our personal channels. Um, but we talked about last week, like key thing was like feedback from people.  </p>\n\n\n\n<p>And so I knew on my list was to talk to content journey about this. Um, because they do so much content production, those people in the use case, the avatar that like does it all the time. Um, but to me, Corey, I\'m curious, your, your perspective on all this too haven\'t launched so many products is there\'s, you, you wait for that cataly moment where you go, we got something.  </p>\n\n\n\n<p>You know, you and I feel had that together. Cause we\'re like, I want this, you know, but now we\'re building to some unknown moment where it\'s like, okay, we got something. Well, and it\'s,&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> yeah, it\'s getting something out there. I, I view where we\'re at. I, I. Have done it dozens of times and I view it as a soft launch.  </p>\n\n\n\n<p>Right? So it\'s, uh, we put it out there. Um, [00:05:00] and frankly I\'d rather it build slowly and then, uh, at some point we are going to have, you know, we we\'re technically at version 0 0 1. Um, and so at some point we\'re gonna launch. Zero one or one . And that\'s when we, in my mind, you know, marketing actually starts, or we put effort into it, or when we start, when we\'ve got, um, something for sale.  </p>\n\n\n\n<p>You know, that\'s when we start putting effort into okay, getting it out there. But to me, this is, this is the soft launch. We want a few people to wander into our restaurant, hopefully, at least some of them are friendly faces and they\'re the ones that are gonna be like, um, you don\'t have any knives, which has actually happened to me over the weekend.  </p>\n\n\n\n<p>We went to a soft launch of a new restaurant and they literally didn\'t have knives. And so I, we were eating chicken and waffles with plastic forks, and so you had to stab the whole chicken breast and like, [00:06:00] take a bite and then put it back down on your plate, you know, but it\'s like great work out the kinks.  </p>\n\n\n\n<p>Um, the, the thing I struggle with honestly is getting, That there\'s times when I build a product that I immediately start using. And, and so to me now the, the difference of a soft launch is, is just building something for me to use it. Um, and here I\'m not yet comfortable, and this is something I\'ve been sort of asking myself about.  </p>\n\n\n\n<p>It\'s like I\'m using it on a couple of my own websites, but I\'m not yet putting it in front of my clients other than showing it to them. But I haven\'t like, installed it and told them, this is what you\'re now using. And so I\'m still looking at the UI and, and going, okay, why, what, what features are lacking?  </p>\n\n\n\n<p>Um, or you know, why don\'t I have confidence in [00:07:00] the, we\'ve, to me, we\'ve technically proven that we can solve the problem, but it\'s not. Elegant enough or friendly enough or simple enough for non-technical people to use. Um, so that\'s kind of where I\'m at. And so I, to me, I feel like we\'re waiting for feedback from all quarters, um, including our own, before taking more steps forward with the actual&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> product.  </p>\n\n\n\n<p>So that\'s an interesting thing, uh, that you said right there is, um, because I went, obviously installed it, used the live version on my site, and, um, immediately I was like, I need, I still need this. I\'m not, I know I need it for featured image, you know, but I ne I feel like just from a user perspective, I go, I need this for other [00:08:00] things on my site.  </p>\n\n\n\n<p>Like mm-hmm. , I was doing a page on my personal site and I was like, And this comes back to our original conversation, um, being able to crop things appropriately in WordPress. I already bump up to my bet still on this cuz I, I want it as the custom specifications. Um, I found myself, I think I used, you know, the circle thing you did?  </p>\n\n\n\n<p>Yep. Uh, the circle crop. I was like, I needed it for something. It wasn\'t a blog post. So, you know, there\'s this perspective of like, I, I know you\'ve been, this flows into our conversation about feature product features and stuff you\'ve been exploring with the media library. I was like, okay, I need a place that I can just like get my images cropped with the size and, um, you know, DPI or whatever, uh, for these things.  </p>\n\n\n\n<p>And I\'m like, this would [00:09:00] be cool to have. I actually use crop.express. I think yesterday for something, right. And I was like, the utility of it. Mm-hmm. still rings true for me. I just need this utility. But I was like, you know what I need, I just need to crop something real quick. I went to crop.express Yep.  </p>\n\n\n\n<p>And used the live, the online tool. Yep. Uh, for it. So I\'m curious your thoughts too about, okay, so when you\'re doing a WordPress website, you\'re, you\'re publishing, you\'re, you\'re creating content and stuff, and it brings back like just an exploration, I\'m not saying we do this, but like your thoughts on media library in the center of, okay.  </p>\n\n\n\n<p>I\'ve created, I, I\'ve loaded my photo, this whole hassle of doing all this, finding photos, cropping photos, all that stuff. And. The utility of like being able to manipulate this and any, any updated thoughts. And maybe we just go straight into the product stuff you\'ve been thinking about.&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> But yeah, I, that\'s, that\'s the [00:10:00] segue.  </p>\n\n\n\n<p>Um, cuz I personally also had a couple of images to crop and was like, okay, I can create a post. I can for the, for the sake of the exercise, I\'ll create a post, I\'ll crop the image and then I\'ll delete the post. And that cropped image is now in my media library. So to me the next, uh, short, short circuit sounds bad, but the next shortcut, there we go.  </p>\n\n\n\n<p>That\'s the good version is I go directly to media library and can manipulate an image. Um, and so I started working on that, um, as kind of the next step cuz it\'s it without hearing, um, again, The having without having too many of these kinds of conversations. I\'m like, okay, well I\'m gonna continue to solve the problem that I have because again, this, you know, the assumption is presumption is that you and I have this, have a problem that a lot of other people have.  </p>\n\n\n\n<p>So, [00:11:00] uh, so featured image, uh, and then the same functionality in ui, uh, on top of the media library, which is coming along pretty well. Um, and then, uh, I actually have classic editor installed. Um, something that I think is gonna come up, uh, pretty often in, in our conversations is that I am, uh, I, I do not go near the block editor.  </p>\n\n\n\n<p>Um, and, uh, for a number of reasons and that\'s its own conversation. But, and, and that isn\'t to say that we don\'t have plans, um, and even some code already for. A block that also allows you to crop images. Um, but, you know, for my own uses, I\'m gonna, IM implement this into the classic editor before I implement this into the block editor.  </p>\n\n\n\n<p>Unless people start telling me like, oh my God, we [00:12:00] need this in the block editor. Um, and again, not to say that that\'s not like next on the list or, you know, within the next few items, but, um, but anyway, so that\'s, you know, to me that\'s, I, I\'m with you. Um, and I think I had, I had also pinged you and, and earlier in the week and said to sort of start the conversation of like, what does, or maybe it was last week, but anyway, like, you know, what, what does the new website look like and how do we implement those same functional, that same functionality?  </p>\n\n\n\n<p>Because also, The plugin now has the circle option and crop.express. The website does not. Um, and so as I\'m getting more and more comfortable, essentially repeating the functionality and the ui, um, you know, we wanna decide on what that lead magnet crop.express as a wide open, pure web utility for cropping images [00:13:00] as, as lead magnet.  </p>\n\n\n\n<p>Like what does that look like? So,  </p>\n\n\n\n<p><strong>Cory Miller:</strong> yeah, I, utility of it is I love utility tools, you know, um, yeah. And the, the question I wrote down here, will, will, is I think we\'re trying to answer is what will enough people value to pay for. In, in the sustainable premium product type category. And again, just anchoring back to finding the past. And so it\'s like if you\'re creating content online, um, professionally, you, you probably have this utility somewhere like mm-hmm.  </p>\n\n\n\n<p>Camba or Photoshop or whatever that, you know, you affinity designer. And then anchoring to WordPress is content [00:14:00] producers, I think. Mm-hmm. generally speaking. Um, so, and then we\'ve got these two things. We\'ve almost got two potential use cases that you started this project through the online tool. Now we have a plugin and probably, I don\'t know, do you think we need to talk about those two things too?  </p>\n\n\n\n<p>How we keep, uh, like do we keep parody with online tool? Tool and the plugin kind&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> of thing, or I think we start with it anyway. Um, and, and I think that that gives us the sooner the, so to me, yes, like the down the road is the pro version, what are people gonna pay for? Um, but if we are walking the steps of setting ourselves up for freemium, then we need, we just need users full stop, right?  </p>\n\n\n\n<p>[00:15:00] And it\'s like, wait, what can we, what\'s the first thing we can start talking about? And normally that\'s the plugin. And so I\'m in forums or I\'m, you know, in Facebook groups or whatever, and I\'m, I\'m mentioning it. Um, and again, I think we\'ll start to see a trickle of users. WordPress, just na natural discovering.  </p>\n\n\n\n<p>Discovery within the WordPress, um, plugin directory. But if, if we are happy with the UI that I\'ve knocked together, then moving that, setting that up, uh, on Crop Express and then, um, and putting a little banner that even links to the free plugin. Need this for WordPress, you know, click here. Um, again, we\'ve already got way beyond the WordPress world.  </p>\n\n\n\n<p>We\'ve got, uh, you know, there\'s so many websites that just let you list that love to list free utility tools. Um, and so to me that\'s, that\'s [00:16:00] an, an easy way to. Have something to talk about even beyond, you know, again, my normal situation is I create a free version of a plugin and then I have to go try to talk, you know, show that to people.  </p>\n\n\n\n<p>And inevitably, lots of the people who see me plugging it are going, well, I don\'t use WordPress, so it\'s not even the beginning of a conversation. So here we\'ve got an extra advantage, you know, I think we could take advantage of that.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, absolutely. Since it\'s already built, like we talked about last week, it\'s a, if anything, it\'s a great lead magnet.  </p>\n\n\n\n<p>Yeah.  </p>\n\n\n\n<p><strong>Corey Maass:</strong> Okay. So, I mean, I guess what I\'m picturing, you know, is, um, like we, we\'ve started sort of what I put on your to-do list last week is, you know, the, the envisioning of this over time. Um, but I guess I\'m picturing even in the short term, like a landing page and. And [00:17:00] then I can, and then again, I can integrate the, the cropping tool, utility tool, um, and keep chipping away at the plugin essentially.  </p>\n\n\n\n<p>Um, but that gives us lots to talk about, lots to promote. Um, and again, lots of, lots of different, hopefully different places to start collecting feedback because yes, we launched. It\'s fun. Um, but like you said, then there\'s that little like, okay, now what? And, and then, and then it\'s the feedback. It can be internal feedback, but we, we need some guidance on what we do next.  </p>\n\n\n\n<p>Mm-hmm.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> swag. S always swag. Come on, . I mean, you created the new logo.&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> Oh, that\'s right. So yeah. On, you know, uh, as far as accountability goes, I think&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> you had more fun. Did the logo than the plugin, by the way?&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> Oh, always, always. Yeah. No, it\'s, I, there was a [00:18:00] time, uh, that I fancied myself a designer and I missed that.  </p>\n\n\n\n<p>And once Design switched, and this is me dating myself, but once Design switched from Photoshop to, um, technically Illustrator, but I still actually use, I used the fla, I used Flash, and now I actually still use Animate, which is the, the modern version of, but I just like their vector designer. Easier, better.  </p>\n\n\n\n<p>Um, I also design a lot of logos now in Canva. Same thing, like I love the simplicity, I love the constraints of it. And so it\'s just you, you take away and take away and take away. And you saw me do that. Like I was sending you comps where it was not necessarily complicated, but there was a lot more lines.  </p>\n\n\n\n<p>And then the moment where I was like, that\'s, it was when I deleted most of the lines and it was like, oh, the essence of what I\'ve been trying to accomplish is there. Um, but yeah, I, I, I love, I [00:19:00] mean the books behind me here, the books next to me are, uh, you know, are bowhouse, uh, graphic design, like, nice. I don\'t, I don\'t, I don\'t have code books next to me,  </p>\n\n\n\n<p>Everything I have next to me is, is architecture or graphic design or, you know, some sort of&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> visual. Okay. So  </p>\n\n\n\n<p>this is what makes product stuff fun, um, and engaging. So I\'m anchoring back. Um,  </p>\n\n\n\n<p>we need, I, I think we, we\'ve talked about this a lot and it\'s like, we need someone to give us feedback. And so that\'s where it was talked to. Content journey.  </p>\n\n\n\n<p>Another thought here [00:20:00] is  </p>\n\n\n\n<p>asking agency owners mm-hmm. people that build sites and getting there, because I, I, we\'ve talked about this a lot. I, we think agency owners in the, in the WordPress ecosystem essentially, um, end up. This is my perspective, but I want to hear yours. Buying plugins, functionality, things like that for their client\'s websites, whether they use their key, their premium key, or whatever it is.  </p>\n\n\n\n<p>Um, and that\'s a whole separate issue. But I\'ve tended to see, you know, we want to do this, uh, we need this for, the client will buy it. Whether we pass it on the client, we just absorb it. You know, the gravity forms, ws any kind of form plugin, I bet you is on like 90% of client websites for the agency going, you need forms, you\'ve gotta have forms.  </p>\n\n\n\n<p>Um, and it seems to me it\'s like if we fit [00:21:00] this in the story agency owner, freelancer builder, person delivering a site for a client where I\'ve seen the most. Use cases just from my themes and different things, is like they\'re gonna use their website or it\'s a, like a content production agency like content journey or whatever else.  </p>\n\n\n\n<p>Or a blogger, professional blogger, creator using this to speed up workflow now. Mm-hmm. , how does that sit with you? Like, we\'ve kind of, I feel like we\'ve defined this case of like, if you\'re producing content on a regular basis, this could be a tool in your utility, in your workflow. How does that square, and what are your thoughts here about like, I like talking to agency owners because then they might, might be the number one customer binded on behalf of their clients so they don\'t have crappy, you know, huge 15 megabyte files on their site.  </p>\n\n\n\n<p>I don\'t know what, what are your thoughts there? Because I, and, [00:22:00] and sometimes I go really slow on this and ask questions because I\'m trying to get it, when it gets clear in my mind what we see, it\'ll help. I think it really helps me personally to go here, you know? What are your thoughts on that?&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yeah, I think, I think that that\'s fine.  </p>\n\n\n\n<p>We, I just, I guess I\'m not clear on how we do that, right? Like we are, I, I guess what I\'m finding in, in me taking the leap forward in implementing this into the media library is that we\'re not, not quite, like we\'ve got the, I don\'t know, the cardboard version or something. Um, and so it\'s like, I don\'t, I don\'t actually anticipate.  </p>\n\n\n\n<p>One of the things I also realized was if, uh, If you, if you have already have the perfect image, like one of the, okay, [00:23:00] so sorry I\'m a little all over the place. I didn\'t sleep well, so I\'m not as coherent as I\'d like to be, but bear with me. Um, if, sorry. One of the most difficult things in what we\'re trying to do, what anybody is trying to do product-wise is unless you have a brand new thing, um, you are, you\'re walking into or you\'re trying to get people to switch.  </p>\n\n\n\n<p>So like you said, people already have a process for editing, editing images, they\'re already in Canva. So how do we get them to. Take an afternoon, you know, and install the plugin and say, okay, for this next post, instead of using Canva, I\'m going to use this plugin. Um, and, and so that\'s, that\'s tricky, right?  </p>\n\n\n\n<p>Because we also only have one opportunity to get it right, right now. I mean, people will try again, at least a free version. Um, but I feel like [00:24:00] we\'re, we\'re, we\'re still a little shy of solving the problem enough so that people are gonna keep it installed. Like one of the things again that I realize that isn\'t there is if you already have the perfect image, we force you to crop it  </p>\n\n\n\n<p>Um, and we also, uh, like we\'ve talked about, we don\'t have, uh, we\'re, you know, we\'ve, we\'ve put in a handful of Square 16, nine. Four three. Um, there isn\'t a way to customize that, and we\'re talking about charging for that down the road, which is fine. But again, right now, are there gonna be enough people that are coming in and going, you know, I only need one of these five and that\'s sufficient.  </p>\n\n\n\n<p>Um mm-hmm. , I\'ll keep this installed. Um, and then again, for me it was like, oh, but I could go over to Media Library and upload any old [00:25:00] image. So it\'s like we, we\'ve, we, we have a proof of concept, which I think is great, but I, I also wonder that we\'re not a little premature in calling it a product yet. Right.  </p>\n\n\n\n<p>Um, or, or how do we, mm. How do we get people to install this and it might, and, and leave it installed or, you know, promise to come back in a month and try it again, or like, I don\'t think we\'re, we\'re not hurting ourselves by having it in the repo. It gives us something to talk about, gives something, you know, a place to link, all that kind of stuff.  </p>\n\n\n\n<p>Um, But now, I guess, you know, getting, going all the way back to one of your first questions, uh, or the first things that I talked about on this call was, um, where I\'m at is usually I, this is where I start scrambling to be like, oh, you know, now that I\'m public, oh crap. Like people are seeing that the wheels are on my go-kart or square and I need to quick chisel them to [00:26:00] be C circles or they\'re gonna make fun of me kind of thing.  </p>\n\n\n\n<p>Um, and so it\'s, you know, there there\'s a little bit of a, like, what, what do we, you know, what is the next thing that we have to do to get people to actually keep trying this, um, or stick with this or, or what have you.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. I wanna go back to a couple things. You said, this is a powerful statement. You said keep it installed, okay.  </p>\n\n\n\n<p>Mm-hmm. , I love that because it centers us sneakers us down in, like, we\'re a utility workflow at Flow tool. And the question becomes how do we. Keep it installed. How do we, what do we do to keep it installed? And then we have this other fine line of like, there\'s a breaking point. We go, that\'s paid. This is free, that\'s paid, you know, particularly with the free right.  </p>\n\n\n\n<p>Um, so Hendrix has given us some interesting thing, and if you will, I want to explore this for a second because you\'re on the media library. So Hendrick [00:27:00] said media. We\'re talking to an agency owner right now. It\'s awesome. Thanks. Hendrick. Media management. The media library is crap, easily leads to the same images being uploaded multiple times, identifying problems, what we\'re doing.  </p>\n\n\n\n<p>Um, we\'re chasing that problem a little bit. Editing is another issue. This results in other stuff. For content, Leon is subtly necessary again. So if I talk about, it\'s interesting maybe your client thing. How, how do you, your, your newspapers and magazines that you work with, what\'s their flow? And this is the thing I need to just ask.  </p>\n\n\n\n<p>From Content Journey two on my side, and I didn\'t do that. Apologies. Um, Hendricks is helping, but like, what\'s their content workflow? Do they, like I know Content Journey starts in Google Docs. Mm. And does a lot of their collaboration. Uh, then they put it in here and then there\'s image like from in Hendricks, he\'s like, media.  </p>\n\n\n\n<p>We, we know this media library has needed something in [00:28:00] WordPress for a long time. So I think we stumbled into a really good problem here. Um, but like, what\'s the workflow? You know, like me, I go, I start writing headline, start into text. The last thing I do is the image, but I take it professionals have a different way to do that.  </p>\n\n\n\n<p>Like, I, I guess I do this semi my professionally, but like , you know, that\'s the&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> people. It\'s not your job title.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. . Um, that\'s the people that use it as a workflow tool. And I think you, you mentioned something else, the switch. Mm-hmm. . The switch from co. I think it\'s really cool cuz we got cobble these together over here and then put it in a WordPress and published, but we\'re trying to say, we\'d like to make that better within WordPress.  </p>\n\n\n\n<p>What I don\'t know for sure I\'m unsure of is how most professional content people do this. Mm-hmm. , you know, do they go [00:29:00] checklist beforehand? Image title, like, I know Content Journey has a whole SEO and content stuff and process they work through. Right. Thoughts on that?&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> About the media library? The, the, the clients I, I have do not use the client, the media library they are uploading, um, on one site.  </p>\n\n\n\n<p>It\'s.  </p>\n\n\n\n<p>Cu it\'s a custom size and a 16 nine, and then on the other site it\'s square and 16 nine. There\'s, I, I had to add essentially multiple featured images for each story. So it\'s like on the homepages and on the archive pages, we show squares, and then when you click through to see the individual post, you see the, the big 16 nine.  </p>\n\n\n\n<p>Um, but exactly as, and I\'m, I have the same question mark as you, like, this [00:30:00] is where they\'ve arrived. But these are, and these are professional writers, but they are not experienced WordPress people for the most part. So this is the flow that they\'ve settled in on. Um, but yes, content comes from Google Docs.  </p>\n\n\n\n<p>Same thing that I\'m, I\'ve seen almost everywhere that I\'ve worked where there\'s a lot of content. So I think that that\'s very, I think that\'s the most common situation. Um, and then, and images are last is also the thing that I have also seen with both, with the, the, the number of sites that I work with now and have worked with in the past, even at big, big agencies on, on sites bigger than, than what I work on now.  </p>\n\n\n\n<p>Images come last, they go and hunt for somebody goes and hunts for an image after the content is written. Um, and like I said, what I\'ve got, I mean, this was why I created [00:31:00] crop.express as a utility in the first place, was I, I said this, they can\'t just keep uploading. These are, these are writers, they\'re non-technical people.  </p>\n\n\n\n<p>And so it\'s, there\'s the shame on them, shame on me situation where. I\'ve tried to teach them, or I, you know, and created documentation and stuff like that around proper crop image cropping and image compression and all that stuff. But at some point I have to say, okay, you know, I\'m, I\'m the technologist here.  </p>\n\n\n\n<p>Technology needs to do this for them. And so that\'s where, yeah, I, I think we\'re on the right path featured. I, and that\'s why when you initially suggested, let\'s start with featured image, I jumped, I was like, yes, that\'s it. Um, see,&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> you pointed that out to me though. I want you to know this. Hmm. For context, because you\'re in work doing [00:32:00] client work.  </p>\n\n\n\n<p>I know what a featured image is. , you have clients using that? We use it at post status and I don\'t like it. Like mm-hmm. , the featured image the way that, or I haven\'t taken the time to take the theme, so like, blown out. Huge PI pictures down. I haven\'t taken the time to dive into it, but you\'re like, most every theme includes featured image functionality, so there\'s step one, you know?  </p>\n\n\n\n<p>Yeah. I wanna zoom out for a second, Corey, if you, if you\'re okay with this, we\'ll get, we\'ll get back to the product, but this will help me, this discussion. Yeah, sure. Images in publishing, what\'s their purpose, what\'s their reason? What are the people trying to get out of them? The two things I stand out to me is something to hang your eyes on.  </p>\n\n\n\n<p>Mm-hmm. . Something to set the tone of the content you\'re writing. That\'s one. Second to me is like SEO value. You know, put an image in here of. Someone [00:33:00] doing or showing the thing you\'re talking about. So there\'s a, there\'s an SEO angle to it. Those are my two tops. But can, I\'m, I\'m doing this on the mind map by the way, cuz I want us to get this story.  </p>\n\n\n\n<p>This is the narrative to me. Sure. But like, if we zoom out, we just go like, what\'s the purpose of an&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> image? Yeah. I mean the, the, I\'ve got paper magazines behind me, um, which is what one of the main sites that I work on. And in a magazine you can\'t not have a picture. And so it, it translates to the web where, you know, we\'ve nerds like me go to Hacker News and there aren\'t images unless you click through to the story or read it.  </p>\n\n\n\n<p>A lot of the time there, there isn\'t necessarily an image. Um, but I think for news sites or sites that are meant to emulate a magazine, I mean we call them blogs, but you know, which came first kind of thing. Um, , you need an image. And so with the [00:34:00] magazine that I work with, there\'s, there\'s sometimes there\'s photography, there\'s dedicated photography.  </p>\n\n\n\n<p>They do a lot of fashion spreads. So that\'s, you know, original content. But there\'s also a lot of stories that they go to uns Unsplash or you know, stock Unlimited and they\'re like, we need a picture of a pencil because this is about the pencil factory. And that\'s a bad example. They\'d go take a picture of the pencil factory, but you know what I mean, like we need a picture of trees cuz this is about trees in the northwest and just broadly speaking and so, and then they crop that or whatever.  </p>\n\n\n\n<p>But it\'s, it\'s that, that compelling image that that visual hook, like you said, um, I, I think there\'s, there\'s technically an s e o aspect of it, but for the most part I, I view it more as human cuz these stories don\'t need. Images. Um, but the layouts that, that they\'ve chosen, the [00:35:00] clients have chosen on very different sites, ultimately are very similar in that when you look at an archive page, the emphasis is on lots of compelling images because that\'s what makes humans want to click.  </p>\n\n\n\n<p>Mm-hmm. .&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> So, uh, it, it capturing it and we\'re getting ethereal and I love that because then we\'ll have opinions that we come back down to and say, this sure takes away from this what an image is. Purpose is on a piece of content or on a website. So Hendrick said Emotionalize love that. I think he made up a word.  </p>\n\n\n\n<p>Provide context, draw interest context. Yeah, absolutely. So like I think about in this, um, and go with me here please, but I do a slide presentation. And I\'m doing presentation in front of a bunch of people and I want it to emotionalize, evoke emotion, um, set the mood, [00:36:00] tone, um, context and stuff. But it\'s always that, I think he said it in his last interest.  </p>\n\n\n\n<p>It\'s drawing interest and like Yeah. Color to what you\'re doing. Now, there\'s a host of problems with that in the web. Cause you\'re talking about like Unsplash different things. It\'s like, I personally effing hate trying to hunt down an image. I\'ve done the painful work of trying to write and share and now I gotta go find an image.  </p>\n\n\n\n<p>Right. So we should note that problem. I mean, it\'s, it\'s an obvious one that we know about, but like, it\'s still a problem that factors into what that person\'s trying to get done.&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yep. And I picture down the, I, you know, I think it\'s, there, there is this, we keep talking about this workflow. Um, and what we, what we wanna do is shorten, there\'s, there\'s different ways to quantify all the different steps in a workflow, [00:37:00] uh, length of time, ease, you know, general knowledge, um, things that hold your interest.  </p>\n\n\n\n<p>And what we\'re talking about is when we talk about pain, right, is there\'s some steps that are absolutely required. So that\'s another quantifi quantifying element, whether it\'s a required step or not, but it\'s broadly speaking, we\'ve got req a required step of finding an inserting an image, um, that isn\'t fun.  </p>\n\n\n\n<p>And, uh, and we\'re just trying to shorten that. And so we\'re starting with again, Shortening, you know, people go and find images, bring them in. But then hopefully if they, once they\'ve done that work, inserting it is inserting it into the context of the site as a snap once they\'ve got our plugin set up. Um, and then down the road we can also look at integrations.  </p>\n\n\n\n<p>Cuz it was like, [00:38:00] you came to me and you were like, crop.express as a website is great. How do we get this into WordPress? And I said, inserting this into WordPress is not a small lift, but I\'m halfway done with a, with a Chrome extension. So you, again, shortening the step of like, instead of loading a website, just click a button.  </p>\n\n\n\n<p>and it\'ll crop it, you know, in a, in a Chrome extension. And then you and I got talking and it was like, okay, it\'s worth it to do, make the effort to, to make this a WordPress plugin. Um, but, you know, trying to shorten all those steps, uh, and, uh, and integrate with different, uh, you know, capture people where they already are kind of thing.  </p>\n\n\n\n<p>So it\'s, um, you know, if they\'re already in WordPress, then um, then they can do cropping there. If at some point we find that people are using the website, [00:39:00] I mean, what\'s, what\'s to keep us from monetizing the website at some point, right? Like we don\'t have to be a dedicated freemium WordPress plugin. Um, things like Chrome extensions, uh, not off the table, down the road.  </p>\n\n\n\n<p>And then we also could look at, um, integrating with Unsplash, with whatever other, um, Where people are finding, getting their images, finding their images, that kind of thing. Um, and to me, I guess it\'s the, you said something a minute ago about, you know, what is the process and, and how do we know what the process is?  </p>\n\n\n\n<p>And I guess to me, that\'s why I\'m starting to add our functionality in front of, it\'s like you have a storefront and you have lots of doors. And right now we\'ve put some sort of, we\'ve put our code in front of one door, which is the featured image door, but people might be walking [00:40:00] through the media library door, or they might be walking through the block editor door.  </p>\n\n\n\n<p>It\'s like all the ways that people are, WordPress is here, I\'m here and Im, we\'re doing something with images. And so it\'s like, how do we catch people at each door at. Uh, interaction point of them images and WordPress, and so media library, uh, an image block, um, classic editor featured image, classic editor featured image, um, block editor, whatever I just said.  </p>\n\n\n\n<p>Um, you know, a at some point, a c f, you know their forms. Again, any, the idea to me is however we can, we can get in front of people or in between people and images into WordPress.  </p>\n\n\n\n<p>Yep. So, so at [00:41:00] this point, I guess what I\'d say is we\'ve both said a lot of words. . Maybe maybe rephrase the question like what it, you know, I, I, I, I mean I say that to be funny, but we\'re talking about a lot of interesting things. Yeah. Some of it is ethereal. What is it? You\'re, what, what is the question precisely that you\'re trying to have us answer right now?  </p>\n\n\n\n<p>I\'m zooming out&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> from our original thesis, uh, zooming out and trying to get a perspective, and I think you give me really good perspective of, you know, we\'re a part of this process. Our product is a part of a bigger process. Like, last time I looked it up, we, we said, make creative chores fun. This is a chore.  </p>\n\n\n\n<p>It\'s like, I, I wrote this down too for us. I go, you know, my grandmother painted paintings and she was an artist and incredible artist and we\'ve got a lot of our work in our house. The [00:42:00] frame that she picked makes the painting. I was looking at the art itself and I go, it\'s beautiful the frame. Makes it, and it\'s almost like images are the frame of it, right?  </p>\n\n\n\n<p>Mm-hmm. . So back down to utility for a second. I\'m just trying to think. I think this is where we\'re gonna come up with some bells to ring and some opinions of mm-hmm. images, image stuff in, in WordPress and anywhere. It kind of sucks. It\'s a, it\'s a hunt, it\'s a chore. It\'s all that stuff when you\'re just trying to get like powerful writing.  </p>\n\n\n\n<p>And it\'s, the thing most people don\'t do on their websites is do an image. Like I, I\'m on this one book all the time, I love it. No images and it\'s cool, but because she\'s done the pain of creating the content, now it\'s left to this final thing of the chore. But like, here\'s an opinion. We could say images should be your frame of your contents.  </p>\n\n\n\n<p>Like, you know, we\'re talking about emotionalized, wrong answers, provide context. So how do we do that Now, [00:43:00] back down. Thank you for exploring that with me a little bit. I\'d just like to get this bigger perspective cuz sometimes Corey, I\'ve been like, I wanna solve this one problem and I don\'t see the bigger picture zooming out.  </p>\n\n\n\n<p>Now we can zoom back in too and just go like, in an ideal state, finding sizing, finding and sizing are two big design issues. Image, you know, in publishing.&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> And Hendrick just brought up another good one, which I deal with my clients all the time, which is broadly speaking, image metadata. Mm. And so it\'s like, and it\'s a chore and.  </p>\n\n\n\n<p>Because they source images, uh, free images that, that need credit. Or again, they\'re, they\'re having bespoke fashion shoots done and they need to credit the photographer. Um, and all that kind of stuff. I saw, I just saw a plugin yesterday that is [00:44:00] integrating AI with WordPress images to write the alt text for you.  </p>\n\n\n\n<p>Um, which I thought was, I\'m like, that\'s, that\'s a no-brainer. Um, you know, that\'s a problem that\'s desperately n needed to be solved for a while as much because humans are terrible at , this kind of stuff. Yeah. Um, and, and again, non-technical, non s e o people, clients don\'t understand. They\'re like, it\'s a, it\'s a picture of a house in front of two trees, like.  </p>\n\n\n\n<p>Do I say cabin? Do I say house? Do I say trees? Do I say, you know, and it\'s like, even if the AI isn\'t a hundred percent right, I\'d rather it, it, it did something , um, lit literal rather than humans overinterpreting. Cuz some of them were like peaceful setting and you\'re like, no, that\'s not a, technically you\'re right, but that\'s a house with trees.[00:45:00]&nbsp;  </p>\n\n\n\n<p>It\'s not p Google doesn\'t understand what a peaceful setting is, but it\'ll, it\'ll say, it\'ll know that it\'s a picture of a house with trees and read the article that about a peaceful setting and then it will connect the dots. Obviously I\'m being presumptuous about how Google works, but you know, I think that there\'s, there\'s definitely times where there\'s too much human interaction and whatnot.  </p>\n\n\n\n<p>Anyway, I\'m, I\'m ranting, but I do think that part of the bigger problem as we\'re trying to define it here, finding images or sourcing images, images getting, um, inserted correctly. For the theme, for the site, for the design, um, and then metadata. So it\'s that whole last, um, you know, if it\'s a Gantt chart, it\'s the, the last chunk of that Gantt chart of, okay, my story is ready to go.  </p>\n\n\n\n<p>Oh crap, I need an image. And everything that, that involves finding the image, inserting the image, resizing the image, making sure all the metadata on the image is [00:46:00] correct, and then I can publish.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> Yep. Um, I think what this does for me too is help with marketing. Like when we talk about lead magnets is like, how do you source it?  </p>\n\n\n\n<p>That\'s a easy blog, post lead magnet, something. Um, the other thing is a potential path for us, like we got one part of the thing that we\'ve kind of said. Crop scale, get the right size, um, downstream. We have another path though we could take is like taking the other problem, which is finding, sourcing, not saying we should do it, just saying it is hundred percent option.  </p>\n\n\n\n<p>Yep. Finding sourcing, then. Correct. And it\'s like trying to put this piece pu puzzle together. Um,&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> okay. It\'s like the, there\'s a lot of, there\'s a lot of thinking, writing, talking now in the startup world about, sorry, I\'m rising slowly with my desk, um, [00:47:00] but about not jumping in and building products, which I\'m terrible at.  </p>\n\n\n\n<p>Um, but at. Talking to customers first, defining problems, defining, letting them define solutions, and then that\'s what you\'re supposed to build. I\'m too impatient. I\'m a developer. I\'m a hammer. Everything\'s a nail. Uh, it\'s a problem I have and I\'m, and I\'m fine with it. Um, but I do think that this helps us fill in some of those gaps that are necessary.  </p>\n\n\n\n<p>Right. And it\'s like you said, if we understand the problem, we don\'t have to solve all of them, but it, but the problem is what everybody wants to talk about. You know, you go to a meetup. I was on a, on a virtual WordPress meetup last night. Shout out to the New Hampshire, uh, WordPress meetup. That\'s just getting started again after a long hiatus, which is awesome.  </p>\n\n\n\n<p>Um, you know, but it, it inevitably turns into people [00:48:00] complaining together about similar problems. Oh, we all, all of my clients use, you know, such and such a page builder and it\'s a pain in the butt. And like that\'s how humans. Converse, you know, we share our pain and uh, and it helps us, makes us feel better and not alone.  </p>\n\n\n\n<p>And other people might have suggestions and yada yada. So it\'s like, even if we don\'t ever tackle the problem of sourcing images, it gives us plenty of blog posts to talk about our top 10 places for sourcing images that works really well with crop, you know, integrates nicely with Crop Express or whatever.  </p>\n\n\n\n<p>Um, and helps our customers, our users, broadly speaking with what we know to be a problem overall, even if our product doesn\'t necessarily solve it.  </p>\n\n\n\n<p><strong>Cory Miller:</strong> So in your work with the media library, are you like in the media library going add new, pulls it up, and then Crop Express comes in? [00:49:00]&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> Okay, so it\'s right now, yeah, it\'s, you know, there is a button, right? You\'re looking at all of your images and there\'s a button at the top that says add new. Just like on every edit screen there\'s an ad, new post, an add, new whatever.  </p>\n\n\n\n<p>And so the, what I have currently, again, I\'m just proving concepts here, still is next to the add new I have, um, uploaded crop. So there\'s a duplicate button because again, I\'m starting to think that we need a way to bypass crop express so that if you want a featured image that isn\'t 16.9, we\'re not getting in your way.  </p>\n\n\n\n<p>Because that\'s how people, that\'s when people are like, screw this. I\'m gonna go uninstall this damn thing, cuz it, it\'s too opinionated or it\'s locking me into something. Um, and so we have to figure that out from a UI perspective or, or UX exp uh, perspective. But, but right now, yes, same, same exact thing.  </p>\n\n\n\n<p>Just like in, [00:50:00] um, the, the block editor featured image, it opens a modal crop, your image, and then that sets your featured image instead of uploading an image into the media library and then using the, the very clunky WordPress image crop, it opens a modal. You upload your image, you crop it easily and quickly, and then it gets injected into the media library.  </p>\n\n\n\n<p>So it\'s really the same flow. Um, again, just trying to kind of be. Insert ourselves in between so that you\'re doing the, the hard part quickly and easily before it, the image gets saved, which I also think is a huge feature. Yeah.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> And I mean if we do it where the media library is in it\'s now and train people on that workflow, like go there, um, potentially, cuz I was kind of thinking, and I\'m not, don\'t know the technical hurdles, [00:51:00] but back to the keep it installed, how do we keep it installed?  </p>\n\n\n\n<p>We make it an indispensable utility tool. So I was kind of wondering like you got featured image box on the right side of the post Senator and that\'s cool. It\'s right there. It\'s very obvious. Upload, pick, upload, you know, and then crop. So we, we check that box, but I go, okay, back to the keep it installed, making a utility.  </p>\n\n\n\n<p>What did, do we, there\'s one thought just gonna give these raw is that there\'s a left side of the WordPress nav, there\'s crop express menu item go in, they can start manipulating somehow. That\'s probably tied in with the media library, non-developer. Um, the other option is using media library as it is.  </p>\n\n\n\n<p>Third option I was thinking about is right below that feature tab is like, here\'s your, your handy utility tool [00:52:00] right at your fingertips when you\'re in the publishing process. Um, because downstream, like if we did any one of the, like the left, left menu or the right side of the Post-it, I\'m like, put the utility tool right at my fingertips.  </p>\n\n\n\n<p>Mm-hmm. down down that one stream of like the finding. If we decide we want to maybe. to do this. At some point you\'re like, it\'s right there. You\'re, you\'ve done the hard work of writing your post now this tool over here, cause I know there\'s Gutenberg Block h Big Hill to climb on that. So I\'m like right here.  </p>\n\n\n\n<p>I can, you know, it lays the foundation for saying find source potentially. Then step three or two is crop it and put it in. You know, we still have to figure out that gap between post editor, post block editor and here. But I go, I don\'t know. Those are the three things I\'ve been thinking about. But I want your, see what you think about that.  </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yeah, I like that [00:53:00] idea. Like what jumps out at me is, is a, so we\'re talking about like, you\'re in the dashboard, you\'re not in the con you know, it\'s, it\'s what is, what is cont what is the context, right? So I\'m writing a post, I\'m building a page. Um, And so I\'m inserting images again, like we want, and that\'s where the block I think comes in if people are using the block editor.  </p>\n\n\n\n<p>Um, at some point, I think before we started recording our calls, we talked about, like, I use Beaver Builder, um, and so, and they allow, you know, custom modules and so having a, like, you know, when I\'m building a page or my clients are building a page, insert an image. It\'s not just any image. You\'ve, you\'ve gotten, uh, the, the media library picker, but with our cropper installed again.  </p>\n\n\n\n<p>Um, but anyway, the, the context of you go to media Library to upload and [00:54:00] manipulate images. I\'m sure some people do that. I have a, I don\'t understand the context of it, but I\'m sure some people. Upload images or, or think about images separately, and then they want to go find them when they\'re writing a blog post or something like that.  </p>\n\n\n\n<p>Um, to me, I, that searches WordPress searches terrible. And so trying to upload a whole bunch of images and then go find them out of the workflow, I can\'t even imagine, but I\'m sure people do it. Um, but all that to say, I like your idea of like, I just need to crop an image. I\'m, you know, maybe it\'s the fave icon or maybe there\'s some other context we\'re not thinking about yet, but it\'s like instead of there being a crop express admin menu item, it would say crop and image or, and so it\'s like, it might e and you\'re right, it might even be redundant or somewhat redundant to the media library [00:55:00] integration point, but it\'s like it saves you going to crop express.  </p>\n\n\n\n<p>The website or it saves you having the Chrome extension installed or whatever it is. Um, and so I like that idea of like, again, it\'s, to me it\'s, we\'re, we\'re trying to sort of cast a net and so it\'s wherever we\'re catching people, wherever they\'re dealing with images. Um, and then I just think that, you know, as we, as we continue on our journey, interacting with people, hearing feedback and stuff like that, that it\'s all those points that are then going to be upgraded.  </p>\n\n\n\n<p>So it\'s like here\'s, you know, three or four different contexts where people upload and crop an image. And then if we decide to tackle metadata, okay, so then here, you know, here are the three or four points where people are uploading, cropping an image, adding metadata, or we\'re sucking in metadata or whatever, [00:56:00] again, before they hit publish.  </p>\n\n\n\n<p>So if we can, if we can start with. all those integration points, but I think it\'s, you know, we have to go where people are already integrating or are already interacting, um, rather than ex expecting them to come to us. And&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> without further validation, I go, I think I\'d want it just for my own use case in the right side bar there.  </p>\n\n\n\n<p>Just like to figure and go, okay, I can go here to find that piece. That drives me nuts, which is an image. But I\'m starting to think up here again a little bit and just go, what makes an ima if an image like in a magazine is there to evoke, uh, interest, emotions and all that, what\'s this place? And this is where we get opinionated potentially.  </p>\n\n\n\n<p>It\'s like, what\'s this place in a blog post on a site? Um, and like, [00:57:00] I don\'t know about you, I just abandoned the whole thing because. Just as I, I guess I\'m a design snob, even though I can\'t do that very well, I\'m still a snob about it. Um, but like I, I thought about the post I wrote yesterday. What would I do?  </p>\n\n\n\n<p>What would I do to evoke emotion and interest for the Post I did? You know? And, and that\'s, that\'s a problem I bet with a lot of sourcing. I know content Journey does a lot of, I mean, I think everything they do has featured images, if I\'m not mistaken. So I think we can get really opinionated about that for sure.  </p>\n\n\n\n<p>Especially with our magazine. Newspaper background is like, it\'s about to set the tone, the flavor of what you\'re trying to get across, what\'s that intent? Um, and then we just come back down to the process of like, when you\'re doing that, how does this process work? I love, that\'s what I. To get more feedback on is [00:58:00] how people do that, because they probably go, you\'re doing it all wrong core, you\'re doing it at the back end.  </p>\n\n\n\n<p>You should do it at the front end. I\'m like, okay,&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> tell me more. That\'s true, right? Yeah. And I mean, it\'s all I can say is you and I, and pretty much everybody I\'ve interacted with are,  </p>\n\n\n\n<p>I don\'t wanna say not professionals, but we, we all share the same problem. We\'ve all arrived at the same situation where we\'re, we\'re developing written content. And the image is not necessarily an afterthought, but it\'s the last step of what\'s being handled. Uh, it would, it would be fascinating to me to, to find out that there is some, Doesn\'t New York Times use WordPress or I, they, they\'ve abandoned it and come back [00:59:00] again and, and one of the other New York Post I think does too.  </p>\n\n\n\n<p>Um, and I, they left and came back, or white, white House or whatever. It\'s like to me that those, that\'s the epitome of . The, the WordPress workflow, right? WordPress publishing workflow is if you are, uh, the New York Times or similar and you\'re using WordPress, and so it\'s like, call up the president and find out if he\'s looking for an image before he writes his blog posts.  </p>\n\n\n\n<p>Obviously a joke. He doesn\'t write his own blog post, but that would be fascinating. But I bet we find that this is universal or, or damn near, you know, 80 20. Um, and so yeah, how. we\'re starting with a very small problem that we\'re solving. Where it goes from here would be fascinating. [01:00:00] I what what comes to mind is like, doesn\'t Yost Pro let you put in some keywords and then it helps you rate your content based on those keywords or, or you know, it looks at search results or keyword points, you know, and how you\'re gonna rate for those keywords kind of thing.  </p>\n\n\n\n<p>Like, so I start to,&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> yeah, I love that. Imagine some AI thing going down and going, here\'s a couple of images we either found or created, um, on the site that flash him up a bit. I\'m so funny about my content though, and I just, I\'m trying to unearth a bigger problem here that could really lead a roadmap about is there\'s a.  </p>\n\n\n\n<p>Seems like there\'s a problem. It\'s wonky. The workflow to, to frame evoke interest through images in your content. [01:01:00] Like when you said Element, uh, beaver Builder, and I put Elementor down to you, I\'m like, oh, that\'s right there in that workflow. Great business integration to do. I just talked to Robbie yesterday, by the way, so we could, we could follow up with Robbie on this and he might be a source of really good information.  </p>\n\n\n\n<p>So I\'ll write down, follow up with Robbie&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> again. Yeah. Like what, what does the Beaver Builder team know about how people use their tool? Yeah. Are they, because&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> images are, oftentimes they\'re lame cuz they\'re being pulled from stock. We feel like we need \'em and they just, you know, they\'re obvious stock images, you know?  </p>\n\n\n\n<p>Yeah. Which&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> is, we\'re all used the same ones. .&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> Mm-hmm. . Yep. Which is interesting to me from an AI perspective of like, do something that actually more one off matches the content [01:02:00] and the, and emotions and outcomes you\'re trying to evoke.&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yeah. I think we\'re there like, I mean all I\'m seeing for the most part is people on Facebook plugging in some of their images and seeing, you know, here\'s me as Hercules or whatever.  </p>\n\n\n\n<p>Um, but it\'s the image generation or that, you know, the, here\'s a picture of me in the style of da Vinci, or, you know, Monet or whatever, but I, I, there\'ve gotta be people already using AI to generate images. You know, here is an article about X, Y, Z, generate an image, and then that way I don\'t have to pay royalties, I don\'t have to do any searching, you know, if the image is good enough and compelling enough.  </p>\n\n\n\n<p>Um, which is, I mean, also very subjective, like you said, yourself, you\'re picky about your content. So, you know, would AI generated images be enough? I don\'t know. Um, I\'ve got a buddy who runs all of his [01:03:00] images of himself. He\'s a dj and so he has his marketing site and he runs all of his images through like an in Instagram filter that\'s one specific filter.  </p>\n\n\n\n<p>So all of his images look consistent and stylized. And so, you know, the image source is easy for him. It\'s him DJing. Um, but the, the manipulation of the image. It takes a little bit of time, but it, that\'s what makes all of the images of him look cool and different, you know, hip and with it cuz he is a, a dj.  </p>\n\n\n\n<p>Um, you know, rather than just pictures of like, I mean, I, I DJ here in my office, the pictures don\'t look like anything . I may as well be working. Um, yeah. So yeah, there\'s lots of, it\'s, it\'s a big interesting step, uh, of the way we present ourselves [01:04:00] online. And some of it\'s painful, but I also don\'t, I don\'t, I don\'t know yet whether.  </p>\n\n\n\n<p>like there\'s lots of potential ways to integrate ai. I also think it\'s early days of mm-hmm. , like the norms haven\'t been worked out on, on how, how we can use it and how we want to use it. Frankly, like, you know, there\'s for, for everybody who\'s excited for every, everybody who\'s, every person who\'s excited about ai.  </p>\n\n\n\n<p>I feel like there\'s also a person who\'s very apprehensive about like, do I, you know, if every blog post needs an image and so we\'re, but we\'re too lazy to go find the perfect image, then I\'m gonna press a button. AI\'s gonna do its best, and then I\'m just gonna throw that up there because my blog post, somebody told me I have to have an image, but I don\'t really care if that image is, is honestly the best one.[01:05:00]&nbsp;  </p>\n\n\n\n<p>are we contributing to, you know, or AI writing? I mean, it\'s the same argument. It\'s like if, if half the blog posts now are gonna just be written by ai, is it, is it worth it? Are we just continuing to pollute the web with bad writing? You know, we\'re saying the same thing over and over again. So it\'s, all of this stuff I think is really interesting to start writing about or talking about.  </p>\n\n\n\n<p>Um, for me, I, I still think some of the dust needs to settle, um, before we actually look at integrating this stuff. Unless, unless some obvious winner jumps out at us. Yeah, I like&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> it in view of here\'s that conversation going. It\'s gonna only accelerate. And then how do we position crop express where there\'s a convergence point at some point.  </p>\n\n\n\n<p>So, and I think we\'ve identified it\'s the finding sourcing part. All that back, back to here. Cause I wanna make sure I tie back down to ground earth cuz I [01:06:00] don\'t always do this. I get thinking about this going, this is cool, this is something to chase. This is some validation for me of like interest. Um, but it, uh, then I go practical point is like having a utility tool to do my, it was just, so, like Patrick Garman, one of our agency owner members posted like his year end wrap up basically.  </p>\n\n\n\n<p>And you know, looking through the post, I could have read it and imagined he was on an RV trip with his wife and they got to do all these things, but he posted some pictures along the way, you know? Mm-hmm. and, and that was the ideal use. Like seeing one of his picture RV two chairs and looking off, I was like, well that captured the moment right there.  </p>\n\n\n\n<p>Now he sourced those personally from his own camera and media library. Um, I\'m like, if you\'re doing that, You know, images come in from the iPhone, huge not right format. All this stuff, [01:07:00] being able to just go through my media library. You\'re having the problem of like taking off your phone over to your desktop probably.  </p>\n\n\n\n<p>Then you\'re trying to upload it up there. That\'s just a cluster by the way. Just feels like a cluster. But you\'re like, okay, he\'s done all that hunting, searching, finding. Now he comes in, he doesn\'t wanna go to another tool, he is already done all, you know, potentially Dropbox it over. That\'s how I do it anyway.  </p>\n\n\n\n<p>Or, or air dropped it over. Uh, and it seems like when you\'re in there creating the tools should be right there at your right side. That, that\'s where I\'m leaning on these three things we\'ve been talking about. Like media, library, carbon Express thing, and right here where I need it. Mm-hmm. , I don\'t know if it\'s the right, but it tend to be gravitating toward if we\'re gonna make this into a utility suite, um, eventually.  </p>\n\n\n\n<p>Yep. Or want the possibility of it. It seems like that is a good way, is is a good thought, but technically I don\'t know what the hurdles are. Um, you know, the already the post thing is just [01:08:00] like overwhelming to me anyway, but this would be one I\'d want prominent if I\'m gonna be using images.&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yeah. And, and I mean, what jumps in jumps in my, to my mind is again, down the road, it\'s like we could start moving upstream and it\'s like somehow you are doing, I mean, we\'re just having fun brainstorming here at the moment, but it\'s like, be the.  </p>\n\n\n\n<p>I, I, I, it used to be delicious. That went out of business. Now I use Pinboard, but it\'s like the, you know, the bookmark keeper. So it\'s like, imagine if like we, we could extend beyond WordPress or beyond, it\'s like you\'re out browsing the web or you\'re on your phone or anywhere that you\'re just kind of like, you\'re collecting, you\'re collecting, you\'re, these are all the potential images.  </p>\n\n\n\n<p>Um, and somehow they all get channeled into like, you wouldn\'t really wanna do this because your media library would [01:09:00] fill up and most hosting companies limit your disc space, whatever. But if you\'re like, you know, I\'m writing a blog post about, you know, my, my RVing trip with my wife. It\'s like, I. Throw images off my phone, I might go and try to source some images from Unsplash and if all of them landed in my media library, uh, cropped correctly, sized correctly, stylized correctly, um, and then I could, and then it, they were there for me to choose from or something like that.  </p>\n\n\n\n<p>So it\'s like, you know, that\'s not, there\'s, there\'s a lot of things wrong with what I just described as an actual product, but, or problem to solve. But it\'s like, we can definitely start looking at again, if, if we get feedback that\'s upstream. Bless you. Um, upstream, you know, part of the problem of sourcing images or finding images or, you know, it\'s like, or even getting them off of our, our devices and into WordPress, if that\'s a pain, [01:10:00] you know, you\'re, If you\'re dropboxing it to your PC and then uploading it from your PC into your media library and then selecting it in your posts, then you know, what\'s the, the one click?  </p>\n\n\n\n<p>Like take it without signing into WordPress from your phone, you know, what\'s the quick share to your WordPress install little utility plugin or something like that. I use a, um, an app on my iPhone called Flight that is free, and it\'s basically for emailing anything to myself. Um, but it uses the share, so it\'s like I\'m browsing.  </p>\n\n\n\n<p>Any website or I\'m in Amazon or whatever and I hit the little share icon and where it gives me the option to airdrop or it gives me the option to post it to Messenger so I can send it to my wife or whatever. Um, there\'s a, a flight option and it opens up a little icon. I hit [01:11:00] post and it sends me an email with a link to whatever I\'m looking at, cuz I\'m in my inbox all day.  </p>\n\n\n\n<p>And that\'s kind of my ends up being my to-do list. And so in theory, you know, again, if we find that this is a huge pain point, there\'s a, I\'m looking through images on my phone. I click share, I click the, the send this to my WordPress install and it\'s preconfigured to crop 16 nine, then it just lands in my, my media library already ready to go.  </p>\n\n\n\n<p>You know, these are problems we can solve technically, once we\'ve defined that there\'s enough people that want that kind of solution.  </p>\n\n\n\n<p>So&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> right now you\'re, you\'re working on the media library thing, um, d but do you like this right sidebar thing? What\'s your thoughts on having it? Do [01:12:00] you crop express you the tool, whatever next version, thoughts or whatever? I\'m trying to think through, uh, product guidance and give you enough.&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> Sure. I mean, I think to me the,  </p>\n\n\n\n<p>right now, the problems that I quote, unquote know we have because I have them and, and I want, if nothing else, I want you to be using this. I want my clients to be using this. I want, um, content journey to be using this is, um, featured image. Media library, uh, block editor, block, classic editor featured image.  </p>\n\n\n\n<p>Those are the four to me, the four known integration points of WordPress and images. And then, and then that way anybody who stall installs this plugin is [01:13:00] going to interact. I mean, if, and Beaver Builder aside, or these other scenarios aside, you know, there\'s, there\'s a very long tail of integration points, but the four primary integration points are covered at that point.  </p>\n\n\n\n<p>And that\'s, that to me is the bay, the, the bare minimum of if anybody installs this plugin, they\'re guaranteed to interact with our plugin and then we can start seeing if it works for people. Yeah.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> The thing I wanna do on my own is, um, chase this. More metaconcept of like purpose of the image and then just look around and see, you know, where it\'s like images, the opinion I um, thesis of happiness images should add value, not subtract or be a distr distraction.  </p>\n\n\n\n<p>How does that get done? How do people source it? You know? Mm-hmm. , how do we get that thing? There is a SEO value, you know, [01:14:00] from a good image, um, in that, and I, I want to chase that a little bit cause I think it\'s gonna help us, you know, downstream cuz like if we, okay. If we do the thing you were just saying, get all the integration points, the, the basis covered.  </p>\n\n\n\n<p>Yeah. That\'s the free tool. Mm-hmm. to me. And then it\'s like, you want more and better. And this is where we could explore downstream on the paid side is creation, sourcing, finding part of that. And I, I really like that because the free of those, like, here\'s those points you\'re gonna have and we\'re gonna be utility, we\'re gonna help make it easier, this problem easier, you know?  </p>\n\n\n\n<p>Um, and then what it saves us is some of this bigger picture stuff for pro and paid. Like you really want to get serious about it, about doing this better. [01:15:00] This workflow, this outcome you\'re getting. Here\'s&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> paid. Yep. There\'s, there\'s certain WordPress plugins. Because I deal with, because I build web apps, um, and or because I control what my clients see when they sign in.  </p>\n\n\n\n<p>I install user switching, uh, in, on many, many sites. I install duplicate pages. Like these are no-brainer, low lift, low impact. High value. You know, they add a button that frankly should exist in WordPress. And I think that\'s kind of what we\'re talking about here is like, yes, WordPress has cropping, but it\'s dire.  </p>\n\n\n\n<p>And so we are adding simple, basic functionality that arguably should be there or should be upgraded at this point. But where we take that sky\'s the limit. Yeah. But if we can get, if we get to the point, I like that we keep talking about utility, [01:16:00] essentially is like if, if we are the sponge, the, uh, the coat rack, the, you know, the basic thing that every house has to have, um, you know, then, then we\'re just gonna watch installs happen.  </p>\n\n\n\n<p>Mm-hmm. , um, you know, that\'s the dream, right? That hosting companies start recommending us because it\'s just, It\'s gonna save them support tickets. That\'s the dream. Mm-hmm. . And then past that, all this thinking that we\'re doing defines the the business.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. Take this for a second. I just wanna quickly sidebar on something.  </p>\n\n\n\n<p>You hit another value add. So if for utility is, you know, making cropping easier, that\'s our been our thesis. Um, you just put a use case. We\'ve talked about beaver builder hosting companies. So I go, what\'s a compelling thing? It\'s okay. [01:17:00] Huge images don\'t help anybody on the web. You know, h ginormous, it takes a dis space.  </p>\n\n\n\n<p>It\'s, you know, bandwidth. It\'s all those things that\'s compelling. Mm-hmm. . So then I go, this is just over here. An idea for us, this is like if, if we, if we take that angle and make this like the rockstar utility and that\'s our base. To showcase. Okay, well you wanna go more? Here it is. Okay. Why would he host recommended it?  </p>\n\n\n\n<p>It\'s like, well, maybe there\'s a tool out here that does this, but like when you put an image, it\'s like, hey, fyi, you\'re think maybe there\'s a module or in the free at some point it\'s like, by the way, this is 1000 million pixels wide, big disk size, it\'s not the right, like some of that\'s in in WordPress already, right?  </p>\n\n\n\n<p>Mm-hmm. True. So true, true. Getting some of those details [01:18:00] to prevent, like it\'s kind of a, for the hosts, kinda like a prevention, by the way, this is gonna help you and the tool right underneath it, A free tool. Is it gonna help you crop that to the right setting? There\'s a compelling value proposition.  </p>\n\n\n\n<p>Mm-hmm. , it\'s like a, and this is 10 year old story, but my mom uses one of our themes and it\'s got rotating images and she\'s like, wow. 15 five megabyte files. That doesn\'t help anybody. Doesn\'t help the user. Right. Doesn\'t help their visitor, doesn\'t help the hosting company that checks a lot of boxes for a utility.  </p>\n\n\n\n<p>So I almost wonder, it\'s like conceptually you\'ve uploaded an image to the media library and it\'s like, hey, this is effing huge size it. Yep. So, I don\'t know, I just want to see, cuz you know, technical, all the, the backend is like, conceptually speaking, you think [01:19:00] this is huge. You probably don\'t even need it up here, but before we put it up here, we can make it better.  </p>\n\n\n\n<p>Yep. Right there. That\'s compelling. It\'s like, You know, people would recommend it and support, because this is a, I\'ve heard enough of this that I think it\'s probably an issue. It\'s like, it\'s not gonna help your bandwidth , it\'s only gonna, you know, most of these hosts have, uh, visitors&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> caps and, and disc space caps and Yeah.  </p>\n\n\n\n<p><strong>Cory Miller:</strong> And they\'re solving it with CDNs and stuff on the other, you know, other side of it. You\'re like, what if you could be proactive about it and help people get better images?&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> Right. Well, and that\'s, I mean, like, that goes back too to the, you know, creating, creating images, helping users create images that work with the themes, the theme and the design overall.  </p>\n\n\n\n<p>It\'s like if, if everywhere on your site you\'ve got. Square images, why are you up uploading 16, nine featured image? You know? So it\'s, um, you know, all part and parcel of, um, [01:20:00] the, the sort of cynical way of saying it is like protecting people from themselves. Um, but that\'s, that\'s like you said, on all fronts, the disk size, uh, or the image size, the space that it takes.  </p>\n\n\n\n<p>So there\'s bandwidth issues, um, you know, and making it look good the way humans view it. So, um, but yeah, I mean the, the upsell again, be by becoming a utility. Like there\'s a number of, um, hosting companies that recommend certain plugins that have white list, white lists of recommended plugins or incurred, you know, and some of them I don\'t, I don\'t know.  </p>\n\n\n\n<p>I\'m not on enough hosts anymore to know, like, do they come that most of them have their own plug-in installed, but they don\'t necessarily like pre-install a bunch of plug-ins for you. But, um, you know, but again, all good marketing copy, um, good relationships to be [01:21:00] building and, and taking advantage of. And, um, you know, and we, and in, in, in the inverse right, is hosting companies that we recommend working with that are trying to solve this problem.  </p>\n\n\n\n<p>Again, kind of protect, protect people from themselves. If you\'re non-technical, these are things, you know, ideally you\'re not even having to think about. Well, and&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> give me another per person to put people to put on this. Um, asking about problems is hosting companies. Mm-hmm. , so probably hit up Jess from principal and some of my different contexts, but like from the utility value prop.  </p>\n\n\n\n<p>The alone. This doesn\'t get us to revenue as fast, but it\'s like, get installed or get recommended. Huge. So the value prop, like if we can hit the value prop for the user, the end user, the agency, the hosting in a very simple, elegant way, just solve these little problems. Yeah. It\'s like we, we all become the [01:22:00] defacto, um, recommended tool.  </p>\n\n\n\n<p>Like Hendrick was saying, okay, it\'s it\'s forms, it\'s seo, it\'s this, it\'s that. You know, like, why not put it up there? Maybe we\'re not that tier, but we\'re second tier in that recommended of like making your images better for everybody. Mm-hmm. . So that\'s what made me think about as you\'re working on the media library stuff is simple ways to say, this is really big, you know, why don\'t you like, hey, two, two parts, just one is it\'s huge.  </p>\n\n\n\n<p>You don\'t need it. You know, the file size is way too big. Way too big margin. The second I thought of is like, I didn\'t think about this until you said this, but themes have recommended default ratios, right? So it\'s like we can go back to Cadence, beaver, builder, elementary, whoever it is, and go like, can you give us those?  </p>\n\n\n\n<p>What are those standard if we [01:23:00] can\'t find them? But I was even thinking like, I wish that information was in the theme that could be displayed in there. It\'s like, you need&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> four by three. Well, and there\'s, um, like you can install a c f. If you own an A C F license, you can install a c f, um, you know, preconfigured essentially.  </p>\n\n\n\n<p>So the client doesn\'t know that it\'s being used, but it\'s, it\'s integrated. Um, and so I\'m envisioning ways, um, of our functionality being integrated with constants being defined in the code. And so it\'s like you install the, uh, the golf course theme and it\'s, and it\'s, it\'s beautiful. If it has 16, nine images and so hard coded into the theme is anywhere you\'re uploading an image, again, media library featured images, Gutenberg block is, you know, [01:24:00] all you can, it, it, it throws up the cropper and says, you know, the theme you have installed has 16 nine defined, you know, will let you break that if you want to, but, , you know, you, you should probably do what they tell you and then your site will come out beautiful.  </p>\n\n\n\n<p>Um, and, and like you said too of like, um, I like starting that conversation. Like there\'s a, there\'s a chicken or egg, right? Like you can\'t warn, you can\'t tell people the image you\'re uploading is too big. You should install the, our plugin if you, because that\'s functionality we would build into our plugin, so they\'d already have to have it installed.  </p>\n\n\n\n<p>But having the option, uh, or having it throw up a warning that\'s like, you know, our, this is going to get cropped to a recommended 1200 pixels. We noticed that it\'s, you\'ve uploaded one that\'s 10,000 pixels. Do you want, is there some compelling reason that [01:25:00] you want this bigger? Obviously, like we\'re, we\'re saying this conversationally, but.  </p>\n\n\n\n<p>But I like that kind of thing. Like co you know, we\'re helping people, we\'re protecting people from themselves, but we\'re not also, we\'re also not gonna, like, like I said, right now, I think the, the product is too opinionated, um, that you can\'t get around the plugin, which isn\'t, you know, is gonna piss some people off.  </p>\n\n\n\n<p>Um, but we can, we can help people conversationally or functionally as a user.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> This is a problem I\'ve had forever, you know? Yeah. And as on the other side is you build a cool theme or product and people can make it as like, ugly as you want. You know? This seems like an idea to go, like we just need, I think we\'re talking about first Dominoes is we\'ve got hosting, we\'ve got some set of use cases, like your clients come to Journey, different things.[01:26:00]&nbsp;  </p>\n\n\n\n<p>Now we\'ve got theme providers. , that could be a domino for us because, you know, I just put down here Cadence and Kathy\'s aunt because she\'s doing, um, community marketing at Cadence and just going like, can you, can you give me a little bit of time? Tell me what the problems that users have with this and what you all have with this.  </p>\n\n\n\n<p>Like, seriously, we went to all this time and effort to make it a beautiful template and you effed it up, you know? Yeah. Um, and it\'s like  </p>\n\n\n\n<p>the banner there is help, you know, this tool with this integration points, the four, I wanna write those down by the way, cause I didn\'t get to write those down. But the four integration points, um, could be a way to get this adopted. Again, chick Egg, but like, cool. You know, is it interesting to you and I to make this a free utility that potentially builds a bigger snowball [01:27:00] down there?  </p>\n\n\n\n<p>What\'s&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> your answer? Hey, if we get internet famous off of a free plugin, I\'m okay with that too. You know, like we, like we talked about on, in our first call, all of this is a bit of an experiment and, and I think we\'re by, by talking about it publicly, we\'re making it more of an experiment than it would be if we weren\'t.  </p>\n\n\n\n<p>But we\'re both, we\'re both approaching it that way. We\'re not, we\'re not having a ha you know, meeting and having a hackathon and going, this has to make us a million dollars, uh, tomorrow. Yeah. And so there\'s, there\'s, and neither of us are, I, I think we\'d both love it to make us some money or to lead to something that makes us some money.  </p>\n\n\n\n<p>Uh, it becomes a, a, a revenue stream for us individually and or may it becomes a business, um, or whatever that looks like. Um, you know, [01:28:00] but we\'re open to non-obvious or not immediate apparent, immediately apparent. Benefits here. And so, you know, being the person behind a utility plugin that has millions of active installs, some good is gonna come from that and probably some revenue in some way is gonna come from that.  </p>\n\n\n\n<p>Even if crop Express becomes itself, becomes a lead magnet for some other plugin, we\'d, if we crop express, we, we end up creating Image Express that integrates with all of the free image sourcing and, and that\'s purely a paid product or something, you know, so, so that\'s kind of, I think to me, we\'re still there.  </p>\n\n\n\n<p>Do you&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> have image.express? Because if not, go by it. Please. , we\'re all by for you because I think we need that. Um,&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> okay. Everybody listening is scrambling right now to go see if that&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> hang. You\'ve got a five second delay, so see how fast you [01:29:00] type. Yeah. Okay. No kidding. . Takeaways? Takeaways and next steps. Um, I need to do my original to-do from last week, which is like, just have a conversation with a couple of these people on my list.  </p>\n\n\n\n<p>Mm-hmm. , um, you\'re continuing to work on the integration points Media library is next. Is that right? Okay. Yeah. Anything else you need from me?  </p>\n\n\n\n<p><strong>Corey Maass:</strong> I just wanna, sorry, ,&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> he\'s, he\'s getting domain guys. Um,&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> nope, it\'s taken.  </p>\n\n\n\n<p>Hey, I mean, I, I feel lucky that, and of course it\'s parked, um, I feel lucky that I got Crop Express and the other, the couple of other domains like that, that I have. Um, but, um, photo Express . But anyway, um, yeah, I, I feel like I continue to, my, my [01:30:00] to-dos are to continue to cover, cover those, those functional.  </p>\n\n\n\n<p>Feature the feature bases that we\'ve talked about, um, those integration points. And you, you start having conversations about, like, cuz I, to me, we, we know, well we\'re, we\'re again, we\'re still at truly laying the foundation. We\'re pouring the slab. Like this is a no-brainer. No matter what kind of house we build, we need the cement that we\'re gonna build off of.  </p>\n\n\n\n<p>So, um, I have no hesitation about continuing to build at least the, the next few features that we\'re talking about. Okay.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> Awesome man. Okay, I got my marching orders. How the combos yours keep your, keep on your work with the integration media library points. Um, yep. I was cueing up a question in the agency on [01:31:00] your channel to say, how do you use your, how do your clients use images?  </p>\n\n\n\n<p>I\'ll wait until after my next meeting, which starts in just a minute. But thanks&nbsp;  </p>\n\n\n\n<p><strong>Corey Maass:</strong> brother. Yeah, great to talk to you again.&nbsp;  </p>\n\n\n\n<p><strong>Cory Miller:</strong> I love doing philosophy and productivity  </p>\n\n\n\n<p>but seriously, this is context for what I used to formulate marketing messages and approach, and I think it\'s invaluable to product as we understand the problem, you know, and we\'re understanding, I should say. Mm-hmm. , it\'s always evolving and then we\'ll find the point. But I really like where we landed, which is for.  </p>\n\n\n\n<p>Pre plug in super uber utility, keep going to those low lift things that we can kind of keep adding value with some avatars that we added, which is hosting agencies end user kind of thing. And then, um, just get, keep the feedback loop going. Yep. All right, my friends. You good? Thanks for your time. All right.  </p>\n\n\n\n<p>Bye.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Mar 2023 15:42:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Post Status: Interview With Product Lead Brandon Dove Of Pixel Jar — Post Status Draft 144\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=148081\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://poststatus.com/interview-with-product-lead-brandon-dove-of-pixel-jar-post-status-draft-144/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33545:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><a href=\"https://twitter.com/brandondove\">Brandon Dove</a>, co-founder of <a href=\"https://twitter.com/pixel_jar\">Pixel Jar</a>, joins <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> to discuss his WordPress plugin, <a href=\"https://twitter.com/adsanityplugin\">AdSanity Plugin</a>. They dive into the nuance of advertising, evaluate the benefits of free and paid plugins, and talk through the challenges and opportunities available to agencies that invest in product development while providing other services. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">65</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">In this episode, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> talks with <a href=\"https://twitter.com/brandondove\">Brandon Dove</a> of <a href=\"https://twitter.com/pixel_jar\">Pixel Jar</a> about agency product development. They discuss how the <a href=\"https://twitter.com/adsanityplugin\">AdSanity Plugin</a> works and what lessons Brandon has learned about the relationship between agency operations and product development.</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"><strong>Top Takeaways:</strong></p>\n\n\n\n<ul type=\"video\" class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">\n<li><strong>Recurring Product Revenue.</strong>While it can be challenging for an agency to balance custom service work with product development, having a product that generates recurring revenue can provide a cushion and diversify the overall business revenue. AdSanity is a successful example of this, and the team is working on dedicating more resources towards the product to even out development between the two sides of their business. However, it can be difficult to maintain free plugins without generating revenue, and it\'s important to consider how to incorporate them into the business model.</li>\n\n\n\n<li><strong>Value vs. Spam in Advertising.</strong> For many people, advertising has become a four-letter word, so there is a need to help customers become good advertisers rather than just spamming ads everywhere. It’s critical to empower your visitors by explaining the importance of creating a community around the site to allow for more meaningful conversations with visitors.&nbsp;</li>\n\n\n\n<li><strong>The Point of Free Plugins. </strong>Building free plugins is more about passion and community engagement than being a lead generator. The main outcome has been connecting with people within the WordPress community, but those connections remember to come to you for solutions. So the increased exposure can lead to revenue in the long term.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"is-layout-constrained wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<h3 id=\"GoDaddy-Pro\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/godaddypro\">GoDaddy Pro</a></h3>\n\n\n\n<div class=\"is-layout-flex wp-container-6 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<p>Manage your clients, websites, and tasks from a single dashboard with GoDaddy Pro. Perform security scans, backups, and remote updates to many sites on any host. Check up on site performance, monitor uptime and analytics, and then send reports to your clients. GoDaddy Pro is free — and designed to make your life better</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<img width=\"169\" height=\"169\" src=\"https://cdn.poststatus.com/wp-content/uploads/2021/06/godaddy-logo-square-bw.png\" alt=\"\" class=\"wp-image-85733\" />GoDaddy Pro\n</div>\n</div>\n</div></div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show<strong>:</strong></h3>\n\n\n\n<ul>\n<li><a href=\"https://twitter.com/adsanityplugin\">Ad Sanity</a></li>\n\n\n\n<li><a href=\"https://webdevstudios.com/\">WebDev Studios</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/avatar-manager/\">Avatar Manager</a></li>\n\n\n\n<li><a href=\"https://www.admincolumns.com/\">Admin Columns</a></li>\n\n\n\n<li><a href=\"https://twitter.com/wordcampnyc?lang=en\">WordCamp New York</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/brandondove\">Brandon Dove</a> (Co-Founder, <a href=\"https://twitter.com/pixel_jar\">Pixel Jar</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] Everybody welcome back to Post Status Draft. This is another interview in the series called Product People, and I\'m talking to my longtime friend, uh, an agency owner and product founder Brandon Dove. Today to talk about Ad Sanity, a WordPress plugin that helps you, um, helps site owners. Um, Well, I\'ll let you tell that in just a second, but , um, you\'ll be seeing ad ad sanity on posts very soon cuz I meant to mention this before we started recording.</p>\n\n\n\n<p>It\'s something that we need. Need for the site. All right. And I\'m like, great longtime friend product, product member, um, has the key solution. Anyway. Um, Brandon, would you tell us a little bit for those of you that don\'t know you, and, and, uh, tell us a little bit about what you do, uh, your work in WordPress from both product and services side?</p>\n\n\n\n<p><strong>Brandon Dove:</strong> Yeah, uh, thanks having me on by the way. And, um, yeah, so, uh, I run a, a company called Pixel Jar. [00:01:00] That, uh, we\'ve been doing WordPress stuff for a very long time. Um, we started our business in 2004 and, um, you know, just, uh, through our work with not only clients and, and services that we provide, um, have, have found sort of a, a niche in building plug-ins for our, our customers.</p>\n\n\n\n<p>And, um, some of those are great one-time use things for our customers, but. , in other cases, they\'re, they\'re bigger, sort of, um, needs amongst the community. And so, uh, our product Ad Sani launched from just such a, uh, an instance where we had a, a customer who was, who had a wedding blog that was highly trafficked.</p>\n\n\n\n<p>They had been using another plugin that was just tanking their site. And so at the time, you know, we decided to build them a custom solution for advertising and it worked for them. Um, it kept their site up and, and kept making them [00:02:00] money. And so we talked to them about like releasing it to, to the broader community to see if people would be able to benefit in the same way.</p>\n\n\n\n<p>And, um, they were agreeable to that. And, um, yeah, we, we put it out in the market.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, I want to talk about that, that whole experience too, because I know a lot of people on the on agencies go, &#8220;Hey, what if we did this product?&#8221; And you\'ve done this unique organic experience that came out of. Um, your work, which I think is so cool for agencies to think about that there might be an opportunity to do a product.</p>\n\n\n\n<p>And I\'ve seen so many agencies like you, you know, this, uh, friends of ours that have done products, well, maybe they haven\'t monetized directly from them, but it\'s been a part of their portfolio and all that kind of stuff. So, um, how has that experience agency and then having this product. That you\'d like, you work on, I know you\'re passionate about it.</p>\n\n\n\n<p>I\'ve talked to you in the pa part about it, but tell me from that agency experience, what that journey has been like. [00:03:00]</p>\n\n\n\n<p><strong>Brandon Dove:</strong> Uh, yeah, it\'s, it\'s tricky for sure, right? Um, you know, our core services are, um, taking care of our customers, our clients who come to us and need more custom solutions, like that\'s our bread and butter.</p>\n\n\n\n<p>Um, but you know, as agencies, it\'s, it\'s great to be able to. You know, sort of, um, get past the ebb and flow of work to have a, a baseline of income that\'s recurring revenue from a product kind of type of, uh, business. And so that\'s, that\'s sort of where, you know, we really focus on ad sanity to, to provide that for us is, is that that cushion to really start off our month every month with like, okay, we\'re gonna, we\'re gonna make this much money.</p>\n\n\n\n<p>We can, you know, we can. Uh, count on that. And, um, so then it\'s like, uh, from an organizational standpoint, how do we focus time on this when we\'ve got clients who are saying, Hey, I, I need you to complete this work by this deadline, or whatever. You know, that that push and [00:04:00] pull of product development in that is, is sometimes really tricky.</p>\n\n\n\n<p>Um, I\'ve talked to some product only houses that say it\'s just not possible to do well, um, between products and services. And in some days I definitely feel like that it\'s, it\'s really hard to, um, especially for a small team like ours, to, you know, please everybody all the time. And, um, so we\'ve, we\'ve set.</p>\n\n\n\n<p>Over the years at Sandy Launch in 2011. So it\'s been around for a long time. Um, and so throughout that time we\'ve spent, um, you know, a lot of time on it in some instances and also in some instances, not a lot of time because client services had a ramped up. So we\'re, um, we\'re in the middle of trying some, some more dedicated resources towards the product to even out development, um, between the two different sides of our business.</p>\n\n\n\n<p>And, um, it\'s a work in progress, right now ?</p>\n\n\n\n<p><strong>Cory Miller:</strong> So I appreciate that. I think hearing [00:05:00] that Will is gonna be help a lot of people as they\'re thinking through this. Cuz I think there\'s this perpetual, you know, pressure to say, do I have a product when you\'re doing client services? But then I talk to so many people that are very, very happy doing client work only.</p>\n\n\n\n<p>Yeah. Um, And then some people like me that have failed miserably at client work and go, well, it\'s product. So I think it\'s cool. It\'s been around very long time. Um, it makes money. Uh, and now it seems like what I hear too is it\'s an opportunity to even diversify your overall business\' revenue. Yep. And, um, I know you\'re, you\'re passionate about product, like this is something you\'ve poured into with that sanity in particular, just talking to you in the past.</p>\n\n\n\n<p>So, um, I think that\'s all, um, super cool to hear, hear, and then it has potential. Mm-hmm. . It could stay here and we\'d be happy with it, but it has more potential if we might put some in there. And I think that\'s a, that\'s a really nice [00:06:00] place to be in the product space. Like we said, there\'s plugins out there that, you know, agencies maintain for themselves that probably don\'t make, you know, money.</p>\n\n\n\n<p>Sure. Um, but are those portfolio pieces,</p>\n\n\n\n<p><strong>Brandon Dove:</strong> and I think that\'s one of, that\'s a, it can be a drag like, um, We\'ve put out free plug-ins before we ever put out paid plug-ins and supporting that as a service. Is really hard, right? Like if you have plug-ins that aren\'t making you money, but they\'re useful to the community, sometimes you put those out there and say, well, some people might be able to use this.</p>\n\n\n\n<p>Those often get unsupported. They don\'t, they don\'t really ever change code because, you know, unless you have a very large team. Um, but, uh, It, it, it\'s hard because you\'re like, well, how do I, how do I put that into my business, uh, if I\'m not making money off of it, but I have customers or clients who are paying me.</p>\n\n\n\n<p>So that, that, that is tricky. I think if you have a free plugin. But, um, ad sanity started really [00:07:00] small, um, really lightweight, really basic as far as ad plug-ins go, but over time we added functionality through add-ons and things like that, that made it more robust.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, tell me about the plugin itself. Uh, I\'ve, I\'ve obviously used it, but tell us a little bit about where the product is today, and then I\'ll ask you where you\'re kind of go, what your thoughts and ideas are for the future for the plugin.</p>\n\n\n\n<p><strong>Brandon Dove:</strong> Yeah, so the, at the core of Ad Sanity, it\'s just, it\'s a custom post type. So for developers out there or people who are very familiar with WordPress, it, it\'s, it utilizes a lot of WordPress core functionality, which is what we wanted, right? We didn\'t want to build independent systems that we\'re gonna add to WordPress.</p>\n\n\n\n<p>We wanted to make sure that we tied in as closely as possible to the WordPress editing experience. So, Any user could pick it up and, and build with it. And so, um, out, out of the box, it\'s, you know, custom post type that supports a featured image. So if you have a relationship with a, an advertiser, you can take their, their ad assets, [00:08:00] dump \'em into a featured image, and we use a lot of the built-in WordPress, um, queries and things like that to keep things really, keep things really performant. And you know, we have different blocks, widgets, template tags, like all sorts of different WordPress implementations to be able to display those in different ways on your site.</p>\n\n\n\n<p>Like that\'s, Outta the box. That\'s the very, very basic stuff. We also support, um, ad ad networks. So we have a, an area where you can dump in ad network code if you want to use an ad sense or some other, um, ad network, you can just pop that in there. Um, and over time we added also HTML five ads, which was really, um, a lot of our customers were asking for and even just plain text ads.</p>\n\n\n\n<p>Um, so you have some customization of a look and feel of those things, but, um, that\'s sort of out of the box core functionality. Um, I think there\'s some other things I\'m probably glossing over, but, um, we, we created some additional add-ons to. [00:09:00] You know, enhance the functionality of the things that you might expect of expirations on impressions instead of just, um, like date-based ranges of like start and end dates.</p>\n\n\n\n<p>Um, we have conditional advertising, so like, You can say, only show these ads on these categories. Um, but you have an ad group that has lots and lots of ads in it, so you can really slice and dice and display those, um, those ads where you want them, or based on user, user type or lots of different things.</p>\n\n\n\n<p>Um, we\'ve got a way for advertisers to get self-service reporting, so if you do build relationships through advertisers, they can log in. See all views, clicks, and click through, rate, all that stuff on their own. So you don\'t have to provide those to all your, your customer or your advertisers. Um, yeah, there\'s, there\'s probably like a, a few other I\'m missing, but I think those are like some of the popular ones, um, that are on top of my head.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. The ability to put ads on your [00:10:00] WordPress site. Um, uh, this, its, uh, I can assume will always exist, but. You know, trying to monetize onto the site and it does it very freshly Well, I was trying to remember when I logged in, seeing all the down the add-ons there for a second to help to, to share some isol.</p>\n\n\n\n<p>Um, well, okay, so that\'s where the plugin is now. And, and I wanna just talk a little bit before we talk about the future of what you\'re trying to do with the plugin. I know a high value from you, from me and friends as long as we have talking about this product in particular, that you have a, you threaded align with this because.</p>\n\n\n\n<p>You know, value, personal values, business values too. And in the subject of advertising, it\'s always this tricky like, line. Yeah. To, uh, to, to, to walk. So tell me about that. I, I know cuz we\'ve talked about this subject is, you know, you, I go to this, I can\'t remember what the side is, but I\'m like, man, I\'ve got one answer by one inch square to actually.</p>\n\n\n\n<p>What the text is and everything else is [00:11:00] video. And I know from past like that\'s one of the things I know you always card against. How do you navigate that line with the product?</p>\n\n\n\n<p><strong>Brandon Dove:</strong> I think like more and more lately, you know, advertising is sort of like, um, a four letter word almost. You know, people are like, I, I\'ve got an ad blocker on my, my browser because I don\'t wanna see 17,000 ads when I\'m just trying to read an article.</p>\n\n\n\n<p>Right. And, and more big publishers are starting to go, okay, well, like, hold on a second. We were, we rely on that money. To, um, to be able to create this content. So I think what, what that\'s really led us to is how can we help all of our customers, our insanity customers, be good advertisers or good publishers, and not just spam.</p>\n\n\n\n<p>Ads everywhere, all over their site. Um, and so we\'ve done a lot of, um, writing on our site about, you know, best practices for advertising. Um, we actually have another ad-on, which is, um, [00:12:00] is an ad block detection because we want, we want our, to empower our publishers to start that conversation with their visitors, right?</p>\n\n\n\n<p>We want them to be able to say, , I appreciate that you\'ve got an ad blocker. I\'ve got one too, or whatever, but here\'s why I have ads on my site. You know, I\'m a small team of, of content creators. We rely on these advertisements to pay our bills. You know, either could you turn off your, your ad blocker for our site, you know, like, like whitelist us or in some cases we\'ve been talking.</p>\n\n\n\n<p>Creating a membership so that people become members to your site and you can disable using the conditional ads add-on. You can disable ads for users who are logged in or at a certain level. Um, so again, it creates, um, more of a community around your site. It allows you to, to connect with people who are visiting your site and actually have more meaningful conversations.</p>\n\n\n\n<p>With them, um, and, and give them the kind of content that they want. Um, and, and in addition, be able to [00:13:00] provide advertising that\'s relevant to those people. So not only are they not turned off by the advertising, they\'re actually more willing to like look into those, those advertisements because it\'s something they\'re you\'re already writing about or something that\'s related to your content.</p>\n\n\n\n<p><strong>Cory Miller:</strong> I, I love that for two reasons. One is because, um, giving somebody an option that. , um, you know, like developer and explaining why we\'re doing this. I mean, post status.com, we take advertising in the form of sponsorships. We want people to see those and say thank you. And those advertisers have like goals, objectives, they wanna meet a part of that. And so it\'s like balancing that. I know, I know this, so I love that. You\'re like, Hey, I know you don\'t like it. Here\'s a path to help support us. Mm-hmm. . And then the second. Um, the ability from just a business model standpoint to go, you don\'t like \'em, turn \'em off.</p>\n\n\n\n<p>Like come into, it\'s a great introduction to membership and that\'s, you know, [00:14:00] particularly during Covid, Brandon, I\'m sure you saw this too, is like the rise in the. anecdotal data from friends around the sphere. Yeah. Is like membership sites were really hot core sites. L m s stuff was really hot and for good reason, people kinda left, has had a little bit more time and thought I\'ll do my pet project and stuff.</p>\n\n\n\n<p>Yep. And I think this is that line you, you kind of balance with any kind of membership is. Strong enough front facing content to attract people to the membership. And I love that you\'ve got a path for people to use, um, with, with those two scenarios. Mm-hmm. , hey, you don\'t like it? We don\'t either, but here\'s an opportunity and then a way to go.</p>\n\n\n\n<p>I want to pay for the non-advertising version and to do that programmatically. I pr think it\'s pretty spectacular. Yeah.</p>\n\n\n\n<p>All right. What, what, what else did I miss on, on that part? I love that you mentioned that particular add-on. Is there anything else that came to mind before I start talking about [00:15:00] the future and what you\'re trying to do?</p>\n\n\n\n<p><strong>Brandon Dove:</strong> I think one thing that I just, just, it\'s not specifically related to this, but one thing I, I did forget to mention when we were talking about agencies or like being an agency and having products is, um, what we have found in having ad sanity is there, there\'s always people who want customizations, right? Like we get that as an agency. People come in and they\'re like, Hey, we\'ve got these seven plugins. We need \'em to work better together. Or we have, you know, this one plugin that we just need to tweak another 10% to get exactly.</p>\n\n\n\n<p>Have it exactly do what we want. And as a product developer, it, it gives you like core knowledge about this plugin. Like I know how to modify ad sanity. Any use case probably. And so we have, like, we\'ve had people come to us like looking for ad sanity and, and seeing it as a good platform, but they need another 10%, or in some cases they need an entire add-on built for it, um, to do what they want.</p>\n\n\n\n<p>And, and that has been a huge revenue generator for, [00:16:00] for Pixel Jar. Um, and, and so like that, that, you know, Cross-selling opportunity. I think as far as an agency and a product space is, is actually really great.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, we really didn\'t go deep into that, but I a hundred percent agree and I\'m not from the a agency side, but I go a project that can generate work or an name brain that just being out there and knowing that you might have a plugin that somebody might go, huh, it\'s a cool plug.</p>\n\n\n\n<p>I wonder who, who does it. And it\'s this awesome agency. Could lead to a lot, a lot of work. And then I know there\'s companies in space and you got, you all might do this too, is companies approach you to build their integration plugin and continue to maintain it. And so you\'re like mm-hmm. . I, I think that\'s an excellent, I\'m glad you came back to that because an excellent way to build the marketing exposure and, uh, drive revenue to your business.</p>\n\n\n\n<p>Yeah. Even [00:17:00] some of the ones, like our friends over at WebDev Studios, I know they\'ve got custom post op ui and I think to myself, what a great calling card. Yeah. Because I think it\'s installed over a million times on the repo. And, um, but what a great calling card, you know, to say when you\'re talking to a client or to get, be out there in the mainstream.</p>\n\n\n\n<p>Um, how have the free plugins you\'ve done in the past worked? Um, there, there\'s bound to be some net effect that\'s helped, but how has that experience gone from the free.</p>\n\n\n\n<p><strong>Brandon Dove:</strong> Um, it\'s difficult, right? Like, um, I would say some of \'em are, um, you know, used on a couple thousand blogs or something like that. Like nothing to the extent of custom post type ui, um, which is a fantastic plugin.</p>\n\n\n\n<p>We use that several times. Um, but, uh, but yeah, like, uh, for. It\'s, it\'s more of like the passion for the community that gets us to put those out. Um, the first, I think the first free plugin I [00:18:00] put out was because in 2009, There was a plug-in competition in New York, uh, word Camp New York, that, uh, it just, as a developer, it was a way for me to engage with that community.</p>\n\n\n\n<p>Like I had never been to New York before. And, uh, because there was that plug-in competition where you were gonna be on stage and, and kind of talking about the plug-in you built, um, and you had to have a team that was, um, distributed. So you had to work with people, uh, that weren\'t just in your company or whatever.</p>\n\n\n\n<p>So, um, I got the, the opportunity to work with people that would\'ve never worked with otherwise. Uh, I flew out to New York to, to present, um, the plugin and, and I think that was like my favorite experience for building like a free plugin because, um, you know, being part of that WordPress community feeling, the collaboration was, was pretty awesome. I, I think for me it\'s more of a, it has to be more about the passion in, in that case than, you [00:19:00] know, having it be really like a, a lead generator in a lot of cases.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yes, absolutely. And I mean, I would think the better, it helps showcase your core expertise, the work you do, um, e even better.</p>\n\n\n\n<p>So, yeah, I like that. All right. Well, Let\'s talk about the future of added sanity and what you got planned and what you\'re thinking about, um, a little bit more in depth. So what\'s next for the, the product?</p>\n\n\n\n<p><strong>Brandon Dove:</strong> Uh, that\'s a good question. Like I said, um, we are, uh, we\'re experimenting with dedicated resources for the, the product.</p>\n\n\n\n<p>So while we continue to maintain it, build new features here and there, it\'s not as like, it, it\'s, we don\'t have a dedicated team to it. So, um, it, it, it can, sometimes development can come sometimes slow. So I think that\'s, that\'s part of our plans next year is, is really to dedicate resources to it. We, we are also as [00:20:00] many plugins are, um, sort of like finding our way with all of the new block editing stuff.</p>\n\n\n\n<p>We, we addressed a lot of our core functionality with block editing. Um, we integrated with a couple page builders at the same time. But I mean, the, the way site editing is evolving, um, will probably. Further and deeper than we expect. And so we\'ve been following a lot of the, the development on, on site editing and Gutenberg and, and all of that stuff.</p>\n\n\n\n<p>And I think you know what it means for us, like I am, I\'m a backend more PHP focused developer. So what it means for us is really, you know, fully embracing more JavaScript life, um, and, and becoming, uh, You, you know, more in tune and more ingrained with what, with what WordPress is offering at its core.</p>\n\n\n\n<p>Because that was our initial mantra is like being, [00:21:00] being very, um, focused on what WordPress offers out of the box and making it an easy to use experience. So I think like the, the big thing that we\'ve been focusing on is trying to plan, how do we want to integrate with, with the site editing experience in a better way and, um, , you know, how does that rework our entire user interface potentially.</p>\n\n\n\n<p>Um, and also as a product developer who\'s been around for a long time, how do we not alienate customers that have been with us for years and years and years?</p>\n\n\n\n<p><strong>Cory Miller:</strong> So, Yeah, that we could do a whole public podcast series on how to balance like agency time and resources with the, with that product. Mm-hmm. , um, for sure.</p>\n\n\n\n<p>And that equation, when does it make sense? But I was right in here, some of the reasons we\'ve talked about why an agency might consider doing a product and one, I was just thinking, I know you\'ll do this part of your client work, but the product is probably an excuse too [00:22:00] to. Dig in and really stay in touch with full side where the software itself is going.</p>\n\n\n\n<p>Yeah. Uh, in addition to like flexing your expertise muscle and all that.</p>\n\n\n\n<p><strong>Brandon Dove:</strong> And Beyond that, it\'s, it\'s like we\'re in charge. Right? A another benefit of an agency with a product is like all day you work servicing clients who have requests for you to do exactly what they say, but when you\'re a product owner, you get to decide what gets built.</p>\n\n\n\n<p>Like you might have customers who are saying, Hey, we need this feature. But you ultimately get to decide like, do I wanna build that feature? Do I wanna support that feature? Is it good for the broader customer base that I have? Um, so there\'s some freedom in that as well.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, like a change of pace too, you know.</p>\n\n\n\n<p>Mm-hmm. , um, like you said, I, I got change of pace when you said that. It\'s like, okay, we have to do what the client ultimately wants over here, potentially, but over here we get to like make our way and see, and that creative freedom freedom\'s gotta be nice. Yeah, definitely. Balance [00:23:00] with, okay. We still wanted to pay , you know, make money.</p>\n\n\n\n<p>Yeah. We don\'t want to just spend it on a research project.</p>\n\n\n\n<p><strong>Brandon Dove:</strong> Yeah. That tracking is important too, right? Like, whatever time you\'re spending on it, you wanna make sure it\'s, it\'s effective. You know, just like as a developer, if you\'re building a new feature, you wanna make sure it\'s not impacting the performance of the plugin, things like that.</p>\n\n\n\n<p>So you gotta, you gotta weigh those things for sure.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. And just there, it just kind of ping my thing so you. hours you all spend as a company on the product. Yep. That\'s excellent. Because then you\'re able to make better informed decisions. Okay, we just spent 50 or 500 hours this quarter, year, whatever it is, right?</p>\n\n\n\n<p>In making those decisions, having some of the data. That\'s awesome. Mm-hmm. . See, I like talking to the real agency pros, ,</p>\n\n\n\n<p><strong>Brandon Dove:</strong> You gotta know.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yep. That\'s true. All right, Brandon. Well thanks for, um, talking about all this. Is there anything that I missed that you want to. And talk about with the plugin and,</p>\n\n\n\n<p><strong>Brandon Dove:</strong> um, no, I think, I think [00:24:00] that\'s, that\'s most of it.</p>\n\n\n\n<p>You know, I, I think, you know, we\'re, we\'re not going anywhere. That\'s, that\'s, uh, um, you know, when development slows, sometimes people get like, is this plugin still active? Like, yeah, we\'re, we\'re still grinding on this and, and we don\'t anticipate it going anywhere. There\'s a lot of other advertising plugins out there.</p>\n\n\n\n<p>and, um, you know, I still think that that, you know, I, I\'m personally biased, but I still think ours is the best. Mm-hmm. . Um, so we\'re, we\'re gonna continue to, to keep up with what, what WordPress is doing and make sure that it\'s, it\'s doing what we can for our customers to be successful.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Cool. Well, I know you\'re in Post Status , but where can we find Ad Sandy and learn more about you and Pixel Jar ?</p>\n\n\n\n<p><strong>Brandon Dove:</strong> Yeah, ad sanity plugin.com is the website. Um, and uh, from there you can get over to pixeljar.com as well. But, um, yeah, all the information\'s on ad sanity plugin.com. Our, our socials are, you know, burning cuz of Twitter. I don\'t know , uh, but uh, yeah, we\'re [00:25:00] on, we\'re on twitter at adsanityplugin.com (???) and Facebook as well, so wherever you still hang out.</p>\n\n\n\n<p>Yeah. ,</p>\n\n\n\n<p><strong>Cory Miller:</strong> we\'ll be there. Yeah, exactly. All right. Thanks Brandon for sharing about Ed Sandy in our Product People series at Post Status draft. We\'ll see you all next time. Thanks, Cory.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Mar 2023 03:44:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olivia Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordPress 6.2 RC 1 Released and Ready for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142591\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/wordpress-6-2-rc-1-released-and-ready-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1797:\"<p><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 RC 1</a> was released today, marking the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> and readiness for <a href=\"https://translate.wordpress.org/projects/wp/dev/\">translation</a> ahead of the official release on March 28. There are three weeks remaining for testing. </p>\n\n\n\n<p>WordPress contributors published the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">6.2 Field Guide</a>, which includes the dev notes &#8211; technical updates for many of the new features and changes included in this release. These include editor component updates, notes on new and expanded APIs, accessibility updates, and more. </p>\n\n\n\n<p>Plugin and theme developers are advised to test their extensions for compatibility and update the <em>&#8220;Tested up to”</em>  version in their readme files to 6.2. (A separate <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">testing guide</a> is available for those who are testing the changes in this release.)</p>\n\n\n\n<p>A bug that was introduced in 6.2 Beta 1, which showed a <a href=\"https://github.com/WordPress/gutenberg/issues/48726\">white screen when using the browser&#8217;s back button inside the Site Editor</a>, was fixed earlier this week in the 6.2 Beta 5 release. This is a major issue that would likely affect millions of users, and it underscores the fact that testing at this phase is still important. Bugs can be reported via the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums or by filing a bug report <a href=\"https://core.trac.wordpress.org/newticket\">on WordPress Trac</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Mar 2023 21:15:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.org blog: WordPress 6.2 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10123:\"<p>WordPress 6.2’s first release candidate (RC1) is here and ready for testing.</p>\n\n\n\n<p>Reaching this part of the release cycle is a key milestone. While we consider release candidates ready for final release, additional testing and use by the community can only make it better.</p>\n\n\n\n<p>The official release of 6.2 is just three short weeks away on March 28. In open source, we say with <a href=\"https://en.wiktionary.org/wiki/given_enough_eyeballs,_all_bugs_are_shallow\">many eyes, all bugs are shallow</a>, so we ask everyone across the WordPress ecosystem—theme and plugin developers, educators, agencies, and creators—<a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">to jump in and help test</a>.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC1.zip\">RC1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">wp core update --version=6.2-RC1</code></pre>\n\n\n\n<p><em>First-time tester? <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">Here&#8217;s a guide to getting started</a>.</em> </p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.2 RC1</h2>\n\n\n\n<p>This release includes over 900 enhancements and fixes and is the first major release of 2023.&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">Gutenberg commits on GitHub</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=2023-02-21..2023-03-01&milestone=6.2&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">Core Trac Tickets</a></li>\n</ul>\n\n\n\n<p>WordPress 6.2 comes packed with enhancements to make everything you do smoother, faster and a little more inspired:</p>\n\n\n\n<ul>\n<li>A refreshed Site Editor for easier template browsing</li>\n\n\n\n<li>A new sidebar experience in the Navigation block for simpler menu management</li>\n\n\n\n<li>Reorganized block settings with separate tabs for Settings and Styles</li>\n\n\n\n<li>New inserter design that lets you add Media—including Openverse and its more than 600-million-item catalog, plus your entire Media Library—and better categories</li>\n\n\n\n<li>More header and footer patterns for block themes</li>\n\n\n\n<li>A new Style Book that shows your entire site’s look and feel all in one place</li>\n\n\n\n<li>New controls to let you copy and paste block styles for faster, simpler design across your whole site</li>\n\n\n\n<li>Custom CSS you can add for those finishing touches, per block and globally</li>\n\n\n\n<li>Sticky positioning to keep important blocks fixed when scrolling</li>\n\n\n\n<li>Distraction Free mode for moments you want to focus on writing</li>\n\n\n\n<li>New options that let you import certain widgets from classic to block themes</li>\n\n\n\n<li>The removal of the Site Editor’s beta label—welcome to the next generation of WordPress</li>\n</ul>\n\n\n\n<p><em>Want to see some of these featured highlights in action? Check out the <a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\">WordPress 6.2 Demo</a> recorded March 2, 2023.</em></p>\n\n\n\n<p>Do you crave a deep dive into tech specs? These recent posts cover a few of the latest technical updates. This is not an exhaustive list, but it should get you started:&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/patterns-api-expanded-to-include-template_types-property/\">Patterns API expanded to include template_types property</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qNP\">Introduction of Block Inspector Tabs</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qR8\">Shadows in Global Styles</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qME\">Introducing the HTML API</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qM4\">Miscellaneous Editor Changes</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qNm\">Custom CSS for global styles and per block</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qLf\">Google Fonts are included locally in bundled themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/editor-components-updates-in-wordpress-6-2/\">Editor Components updates in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qPp\">Enhanced accessibility</a></li>\n\n\n\n<li>And much, much more</li>\n</ul>\n\n\n\n<p>These are also compiled into a <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">comprehensive WordPress 6.2 Field Guide</a>.&nbsp;&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Let&#8217;s go on a bug hunt!</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If it’s your first time, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> is a great resource to lean on.&nbsp;</p>\n\n\n\n<p>From a global perspective, every time you test a pre-release version, you help secure the future of WordPress. How? By helping the community prove the software is stable, easy to use, and as bug-free as possible.&nbsp;</p>\n\n\n\n<p>Want to know more about testing releases in general? You can follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Interested in the details on the latest Gutenberg features? Find out what’s been included since WordPress 6.1 (the last major release of WordPress). You will find more details in these <em>What’s new in Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-0-18-january-2/\">15.1</a>, <a href=\"https://make.wordpress.org/core/2023/01/20/whats-new-in-gutenberg-15-0-18-january/\">15.0</a>, <a href=\"https://make.wordpress.org/core/2023/01/04/whats-new-in-gutenberg-14-9-4-january/\">14.9</a>, <a href=\"https://make.wordpress.org/core/2022/12/22/whats-new-in-gutenberg-14-8-21-december/\">14.8</a>, <a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\">14.7</a>, <a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/\">14.6</a>, <a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">14.5</a>, <a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">14.4</a>, <a href=\"https://make.wordpress.org/core/2022/10/13/whats-new-in-gutenberg-14-3-12-october/\">14.3</a>, and <a href=\"https://make.wordpress.org/core/2022/09/30/whats-new-in-gutenberg-14-2-28-september/\">14.2</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A special thanks to WordPress plugin and theme developers</h2>\n\n\n\n<p>Do you build plugins and themes?&nbsp;Your products play a special role in helping WordPress do more things for more people across the world. In turn, more people in the WordPress Community mean a bigger, more robust open web.</p>\n\n\n\n<p>Chances are, you have already been testing your latest versions against the WordPress 6.2 betas. With RC1, you will want to finalize your testing and update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2.&nbsp;</p>\n\n\n\n<p>If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Português? Русский? 日本? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.2 release cycle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Hungry for even more?</h2>\n\n\n\n<p>Want to know more about what went into the making of WordPress 6.2? Please check out the <a href=\"https://make.wordpress.org/core/6-2/\">6.2 release cycle</a>, the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>, or search for <a href=\"https://make.wordpress.org/core/tag/6-2/\">all things 6.2 related</a>.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Another haiku for 6.2—it’s tradition!&nbsp;</h2>\n\n\n\n<pre class=\"wp-block-verse\">Beta has left us<br />The code sings such happy songs<br />Six point two RC</pre>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: </em><a href=\"https://profiles.wordpress.org/laurlittle/\"><em>@laurlittle</em></a><em> </em><a href=\"https://profiles.wordpress.org/cbringmann/\"><em>@cbringmann</em></a><em>, <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">@jpantani</a>. Haiku by @<a href=\"https://github.com/nomad-skateboarding-dev\">nomad-skateboarding-dev</a></em>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Mar 2023 17:39:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Lemmony: A Free WordPress Block Theme with 30+ Patterns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142506\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/lemmony-a-free-wordpress-block-theme-with-30-patterns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3302:\"<p><a href=\"https://wordpress.org/themes/lemmony/\">Lemmony</a> is a new WordPress block theme designed by the team at <a href=\"https://shufflehound.com/\">Shufflehound</a>, a theme development company based in Europe with commercial  products on Themeforest. This is the team&#8217;s first block theme on WordPress.org and it is a strong debut.</p>\n\n\n\n<p>Lemmony is a beautifully-designed multipurpose theme that would work well for businesses, agencies, and portfolio websites. It features the Plus Jakarta Sans font face for both headings and paragraph text, a geometric sans serif style, designed by Gumpita Rahayu from Tokotype.</p>\n\n\n\n<img />\n\n\n\n<p>The homepage includes bold, full-width immersive images offset with calls-to-action and blocks featuring a variety of different ways to present information. Scrolling the page reveals tasteful (and optional) animation that brings the content to life. </p>\n\n\n\n<p>Lemmony packages more than 30 custom block patterns to help users design and build pages. These include multiple heroes with lists and calls-to-action, heroes with images and titles, partner logos, query with a sidebar, services grid, services with video, team members, and more &#8211; nearly every kind of pattern that a business website might require.</p>\n\n\n\n<img />\n\n\n\n<p>Lemmony also packages five full-page patterns for services, gallery, contact, about, and the front page, making it easy to simply drop the pattern in place for the most common pages found on a brochure website. </p>\n\n\n\n<p>This theme offers a solid user experience for those who are just getting started building their websites. After installing and activating Lemmony on a fresh site, it will look nearly exactly like the <a href=\"https://lemmony.shufflehound.com/\">live demo</a>. Everything on the front page is in place with placeholder content, including different menu items, just waiting for the user to add, remove, or edit the blocks. The user doesn&#8217;t have to start from scratch do any guesswork about where things go in the design. This is the kind of experience that all block themes should provide.</p>\n\n\n\n<p>Lemmony comes with a companion plugin that includes additional customer blocks and other features, such as the custom icons seen in the demo. It will prompt the user after installing the theme to install the plugin as well to get more features. If the user is editing a page and inserts a pattern that includes icons, the theme will allow users to install the plugin directly from the editor. It&#8217;s a very smooth experience for including features that require an additional plugin. The plugin is optional and most of the designs seen in the demo work without it installed. </p>\n\n\n\n<img />\n\n\n\n<p>In the future, Lemmony&#8217;s creators plan to include more website templates, which would make it easier and faster to set up different kinds of sites. Overall, the theme feels snappy, has an unusually large variety of patterns, and is responsive and looks great on mobile. The installation experience is user-friendly and provides a good starting point for jumping into full-site editing. Check out the <a href=\"https://lemmony.shufflehound.com/\">live demo</a> and <a href=\"https://wordpress.org/themes/lemmony/\">download Lemmony for free</a> from the WordPress Themes Directory.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Mar 2023 04:20:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Post Status: WordPress 6.2 RC1 • Dev Notes • Learning Path for WP Devs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=148046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://poststatus.com/wordpress-6-2-beta-5-dev-notes-learning-path-for-wp-devs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20970:\"<h2 id=\"h-this-week-at-wordpress-org-march-6-2023\">This Week at WordPress.org (March 6, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordPress 6.2 Beta 5 is out now, and RC1 will ship on Thursday, March 9. We\'re just a few weeks away from the final release on March 28. Have you been able to start testing yet? Read the latest from the DevNotes in our WordPress 6.2 section. <br /><br />A proposed learning pathway for beginning WordPress developers has been proposed. Weigh in with your feedback.  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_video kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">WP 6.2 RC1 • Demo Replay • Beginning WP Dev Curriculum</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9ea.png\" alt=\"🧪\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 Release Candidate 1</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4fa.png\" alt=\"📺\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\">Your WordPress 6.2 Preview</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64b-1f3fe.png\" alt=\"🙋🏾\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help Test WordPress 6.2</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5fa.png\" alt=\"🗺\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fb-200d-1f3eb.png\" alt=\"👩🏻‍🏫\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/training/2023/03/08/introduction-to-wordpress-development-a-proposed-learning-path/\">Introduction to WordPress Development: A proposed learning path</a></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\">Your WordPress 6.2 Preview</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-15 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/03/07/upcoming-wpdiversity-events-march-2023-2/\">Upcoming #WPDiversity Events: March 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/02/27/proposal-modify-the-events-and-news-widget-to-show-topic-based-meetups-worldwide/\">Proposal: Modify the Events and News widget to show topic-based meetups worldwide</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/08/a-week-in-core-march-6-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">A Week in Core – March 6, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/wordpress-6-2-rc1-postponed-additional-beta-5-added/\">WordPress 6.2 RC1 postponed, additional Beta 5 added</a></li>\n</ul>\n\n\n\n<h2 id=\"h-do-action\"><a href=\"https://doaction.org/\">do_action</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://doaction.org/event/ruralhackers/\">Rural Hackers Do_Action 2023 in Anceu Spain</a></li>\n</ul>\n\n\n\n<h3 id=\"h-wordpress-6-2\">WordPress 6.2</h3>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/04/wordpress-6-2-ready-to-be-translated/\">WordPress 6.2 ready to be translated</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/08/requests-library-upgraded-to-2-0-5-in-wordpress-6-2/\">Requests library upgraded to 2.0.5 in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/patterns-api-expanded-to-include-template_types-property/\">Patterns API expanded to include template_types property</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introduction-of-block-inspector-tabs/\">Introduction of Block Inspector Tabs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/shadows-in-global-styles-with-wordpress-6-2/\">Shadows in Global Styles with WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introducing-the-html-api-in-wordpress-6-2/\">Introducing the HTML API in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/miscellaneous-editor-changes-in-wordpress-6-2/\">Miscellaneous Editor changes in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introducing-move_dir-in-wordpress-6-2/\">Introducing move_dir() in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/sticky-position-block-support/\">Sticky position block support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/upgrading-to-react-18-and-common-pitfalls-of-concurrent-mode/\">Upgrading to React 18 and common pitfalls of concurrent mode</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/add-new-prop-to-serversiderender-component/\">Add new prop to ServerSideRender component</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/google-fonts-are-included-locally-in-bundled-themes/\">Google Fonts are included locally in bundled themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/custom-css-for-global-styles-and-per-block/\">Custom CSS for global styles and per block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/minimum-height-dimensions-block-support/\">Minimum height dimensions block support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/editor-components-updates-in-wordpress-6-2/\">Editor Components updates in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/i18n-improvements-in-6-2/\">I18N Improvements in 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/28/custom-settings-wordpress-6-2/\">Customize settings for any block in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/19/style-book-preview-of-blocks-in-global-styles/\">Style Book preview of blocks in global styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/update-to-content-only-editing-filter-namespace/\">Update to content only editing filter namespace</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/02/wordpress-6-2-accessibility-improvements/\">WordPress 6.2 Accessibility Improvements</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/28/wordpress-6-2-beta-4-postponed/\">WordPress 6.2 Beta 4 Postponed</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/wordpress-6-2-beta-3/\">WordPress 6.2 Beta 3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">6.2 Live Product Demo</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2, Finale</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/03/hallway-hangout-performance-improvements-for-wordpress-6-2/\">Hallway Hangout: Performance Improvements for WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">Roadmap to 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/18/bug-scrub-schedule-for-6-2/\">Bug Scrub Schedule for 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/11/early-bug-scrub-schedule-for-wp-6-2/\">Early bug scrub schedule for WP&nbsp;6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/\">WordPress 6.2 Planning Roundup</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/08/dev-chat-agenda-march-8-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">Dev Chat Agenda, March 8, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/editor-chat-agenda-8-march-2023/\">Editor Chat Agenda: 8 March 2023</a></li>\n</ul>\n\n\n\n<h3 id=\"h-developer-blog\">Developer Blog</h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/03/converting-your-shortcodes-to-blocks/\">Converting your shortcodes to blocks</a></li>\n</ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/03/06/agenda-for-docs-team-bi-weekly-meeting-march-7-2023/\">Agenda for Docs Team bi-weekly meeting March 7, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/06/documentation-team-update-march-6-2023/\">Documentation Team Update – March 6, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/03/07/hosting-team-meeting-agenda-2023-03-08/\">Hosting Team meeting agenda 2023-03-08</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/03/01/notes-global-marketing-team-meeting-21-february-2023/\">Notes: Global Marketing Team meeting, 21 February 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2023/03/01/notes-global-marketing-team-meeting-14-february-2023/\">Notes: Global Marketing Team meeting, 14 February 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/03/08/agenda-biweekly-matrix-chat-thu-march-9-2023-10am-utc/\">Agenda: Biweekly Matrix Chat – Thu, March 9, 2023 (10AM UTC)</a></li>\n</ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/03/08/priorities-meeting-recap-2023-03-08/\">Priorities Meeting Recap 2023-03-08</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/03/07/community-meeting-recap-7-march-2023/\">Community Meeting Recap (7 March 2023)</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/performance-chat-summary-07-march-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">Performance Chat Summary: 7 March 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/08/agenda-weekly-polyglots-chat-march-8-2023-700-utc8/\">Agenda: Weekly Polyglots Chat – March. 8, 2023 (7:00 UTC)8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/06/updates-to-language-support-in-openverse/\">Updates to language support in Openverse</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/04/wordpress-6-2-ready-to-be-translated/\">WordPress 6.2 ready to be translated</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/03/01/plugin-review-team-27-feb-2023/\"></a><a href=\"https://make.wordpress.org/updates/2023/03/07/plugin-review-team-status-6-march-23/\">Plugin Review Team Status: 6 March 23</a></li>\n</ul>\n\n\n\n<h2 id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">Proposal: Creating a WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/\">Discussion: Ending the Eternal September</a></li>\n</ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/03/support-ticket-triage-session-march-22th-2023-at-1600-utc/\">Support ticket triage session – March 22th 2023 at 16:00 UTC</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/03/agenda-for-march-9th-support-meeting-2/\">Agenda for March 9th Support Meeting</a></li>\n</ul>\n\n\n\n<h2 id=\"h-theme\">Theme</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">Hallway Hangout: Community Themes Initiative</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/03/01/themes-team-meeting-notes-february-28-2023/\">Themes Team Meeting Notes –&nbsp;February 28, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/02/28/themes-team-update-february-28-2023/\">Themes team update February 28, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/02/21/hallway-hangout-lets-chat-about-using-replay-io-in-the-fse-outreach-program/\">Hallway Hangout: Let’s chat about using Replay.io in the FSE Outreach Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help Test WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/06/test-team-update-6-march-2023/\">Test Team Update: 6 March 2023</a></li>\n\n\n\n<li></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/03/08/introduction-to-wordpress-development-a-proposed-learning-path/\">Introduction to WordPress&nbsp;Development: A proposed learning path</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/06/meeting-agenda-for-march-7th-2023/\">Meeting Agenda for March 7th, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/03/recap-wordpress-6-2-beta-4-release-party-ride-along/\">Recap: WordPress 6.2 Beta 4 Release Party Ride Along</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/03/recap-sensei-pro-lms-demo-for-learn-wordpress/\">Recap: Sensei Pro LMS Demo for Learn WordPress</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/03/become-a-welcome-committee-member-today/\">Become a Welcome Committee member today!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/02/training-team-goals-for-2023/\">Training Team Goals for 2023</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-create-a-website-on-mobile-part-1-2\">How to create a website on mobile (Part 1)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=caching-demystified-a-guide-for-the-non-techie\">Caching Demystified: A Guide for the Non-Techie</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=watch-party-6-2-product-demo\">Watch Party: 6.2 Product Demo</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=lets-code-preventing-csrf-security-vulnerabilities\">Let’s code: Preventing CSRF Security Vulnerabilities</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-developing-wordpress-user-roles-and-capabilities\">WP dev livestream: Developing WordPress user roles and capabilities</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=live-stream-bring-me-your-block-development-issues\">Live stream: Bring me your block development issues!</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=live-stream-reviewing-developer-focused-features-in-gutenberg-15-3\">Live stream: Reviewing developer-focused features in Gutenberg 15.3</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=live-stream-wrapping-up-the-openai-integrated-block-that-generates-images\">Live stream: Wrapping up the OpenAI integrated block that generates images</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=organizing-diverse-inclusive-wordpress-events-amer-emea\">Organizing Diverse & Inclusive WordPress Events AMER/EMEA</a></li>\n</ul>\n\n\n\n<h3 id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/displaying-testimonials-on-your-website/\">Displaying testimonials on your website</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/interacting-with-the-wordpress-rest-api/\">Interacting with the WordPress REST API</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://www.php.net/archive/2023.php#2023-02-14-2\">PHP 8.2.3 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-02-14-3\">PHP 8.1.16 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.4\">Composer 2.5.4</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Mar 2023 01:25:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Jetpack 11.9 Adds Sharing Button for Mastodon, Updates Stats Dashboard Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142514\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/jetpack-11-9-adds-sharing-button-for-mastodon-updates-stats-dashboard-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2392:\"<p><a href=\"https://jetpack.com/blog/jetpack-11-9-improvements-for-social-sharing-buttons-and-form-block/\">Jetpack 11.9</a> was released this week with support for sharing posts to Mastodon. The new button allows readers to click an icon to launch a sharing window that will ask the user to enter the full URL of the Mastodon instance where they want to share the post.</p>\n\n\n\n<img />\n\n\n\n<p>Adding the URL will update the window to automatically insert the link for the post and share from your account. </p>\n\n\n\n<img />\n\n\n\n<p>Mastodon makes its <a href=\"https://api.joinmastodon.org/statistics\">usage numbers</a> publicly accessible. As of March 8, 2023, the total user count is at 6,487,821, with 1,293,309 considered active users. Many WordPress community members who have moved over to Mastodon report having more quality interactions and higher engagement than on other social media platforms. This new sharing button gives your posts more opportunities to reach that audience. It can be enabled at Jetpack > Settings > Sharing in the admin.</p>\n\n\n\n<p>The Jetpack team is also looking at <a href=\"https://github.com/Automattic/jetpack/issues/7790\">adding Mastodon support to Publicize</a> so users can have their posts automatically shared when they are published. Many people have requested this feature on GitHub and it may land in the plugin sometime in the future.</p>\n\n\n\n<p>Jetpack 11.9 also updates the design of the Stats dashboard. In place of the dusty blue bar graphs and sections with referrers and top pages and posts, the updated design is now more in line with Jetpack&#8217;s green branding. It features 7-day highlights at the top and the trends shown are in comparison to the previous seven days. The UI is more modern than the previous version and provides a more mobile-friendly experience. It is enabled by default but can be disabled in the Settings for those who prefer the traditional Stats design.</p>\n\n\n\n<img />\n\n\n\n<p>Also included in version 11.9 is a new &#8220;Sync Fields&#8221; style option in the Forms block that allows users to ensure fields maintain the same style as the blocks are edited.</p>\n\n\n\n<p>This release includes more than a dozen bug fixes and compatibility updates. Check out the <a href=\"https://wordpress.org/plugins/jetpack/#developers\">changelog</a> for all the details on the Development tab on the plugin&#8217;s WordPress.org page.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Mar 2023 21:27:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"WPTavern: #66 – Sé Reed and Courtney Robertson on How the WP Community Collective Is Helping WordPress Contributors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=142472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"https://wptavern.com/podcast/66-se-reed-and-courtney-robertson-on-how-the-wp-community-collective-is-helping-wordpress-contributors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52750:\"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, enabling people to contribute to WordPress.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or go to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you all your idea featured on the show. Had to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Sé Reed and Courtney Robertson, and they&#8217;re here to talk about the WP Community Collective, or WPCC for short. In a nutshell, the WPCC is a nonprofit that is hoping to fund contributors to the WordPress project.</p>\n\n\n\n<p>It&#8217;s been said before, but I&#8217;ll say it again, people who can afford to contribute to the WordPress project are the people who can literally afford to contribute to WordPress.</p>\n\n\n\n<p>This sounds obvious, but think about it for a moment. Most of us know WordPress is built on top of a dedicated base of volunteers. People give up their time and expertise to contribute towards the project, and in this way, make it free to download and use. But we all have to earn money at some point. Most are not in a position to donate their time completely freely. They have to put food on the table.</p>\n\n\n\n<p>Often contributors are sponsored by the companies that they work for, either part-time or full-time. There&#8217;s nothing wrong with this model, but what about the capable, willing volunteers who are not in this position? The people who have the skills and motivation to contribute, but not the time or finances to make that a reality.</p>\n\n\n\n<p>The WPCC wants to act as a go-between for companies or organizations who are willing to spend money improving WordPress, and the individuals who can implement those improvements.</p>\n\n\n\n<p>This enterprise will be done via the WPCC fellowships. A fellowship in a specific area of WordPress is created, for example, an accessibility fellowship. People apply for that fellowship, and if successful, get the finances they need to take on the work.</p>\n\n\n\n<p>This means that individuals don&#8217;t need to be working for an organization, which funds them directly, and the organizations which wish to contribute don&#8217;t need to fund only their own team members.</p>\n\n\n\n<p>We talk about where the WPCC is at with their fellowships, and how it&#8217;s set up so that all participants are fully aware of where the money is being invested.</p>\n\n\n\n<p>If you&#8217;re from a company who would like to assist contributors to WordPress, or an individual wishing to get involved, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Sé Reed and Courtney Robertson.</p>\n\n\n\n<p>I am joined on the podcast today by two wonderful people. I have Sé Reed and Courtney Robertson. Hello, both of you.</p>\n\n\n\n<p>[00:04:21] Sé Reed: Hi. Thanks for having us.</p>\n\n\n\n<p>[00:04:22] Courtney Robertson: Hey, Nathan.</p>\n\n\n\n<p>[00:04:23] Nathan Wrigley: Hello. Hello, hello. Well, welcome. We&#8217;re going to get into the meat and the bones of this subject today. We&#8217;re going to be talking about the WP Community Collective. I confess at the outset of this episode that I am going to be schooled. Most of the questions that I&#8217;m going to ask are from a point of view of ignorance, so forgive me. You&#8217;re going to educate me hopefully on this subject and we&#8217;ll learn together.</p>\n\n\n\n<p>But first of all, just to orientate the listeners. I wonder if in turn, shall we start with Sé? Just a quick little potted history of who you are and how you&#8217;ve come to be in the WordPress space.</p>\n\n\n\n<p>[00:04:56] Sé Reed: I&#8217;ve been using and building WordPress websites since 2007, which is wild to me because that&#8217;s, I think that&#8217;s 15, 16 years. I&#8217;ve been doing a WordPress podcast called WP Water Cooler since 2012. That is 10 years. And I have been part of the community, speaking at WordCamps, organizing WordCamps for I think also since 2012.</p>\n\n\n\n<p>I fell in love with WordCamps at WordCamp Phoenix. I live in California, but I went to Phoenix and just absolutely fell in love as people do with the WordPress community mostly. I already loved the software. But yeah, I&#8217;ve been part of it ever since. I took a little break to have a kid and then Courtney here brought me right back into the fold. So blame her. It&#8217;s her fault.</p>\n\n\n\n<p>[00:05:47] Nathan Wrigley: That seems like a perfect segue. That&#8217;s lovely. Thank you. And, let&#8217;s then segue to Courtney. Tell us about yourself.</p>\n\n\n\n<p>[00:05:55] Courtney Robertson: Hey there. So I have been in the WordPress community since, well, I started using the software I believe in 2005. It would be around version 2.5. Started contributing by checking guests in at WordCamp Mid-Atlantic in 2009, and joined the training team, thus beginning my actual team contributions. In 2014 have had several stints of being the training team co rep. And at this time, you could still find me within the training team as a WordPress faculty member. And when I&#8217;m not doing all of those wonderful things, I am a developer advocate at GoDaddy Pro, and a lot of that work involves working with the open source and specifically WordPress communities.</p>\n\n\n\n<p>[00:06:42] Nathan Wrigley: Wow. Really deep and rich, both of you.</p>\n\n\n\n<p>[00:06:44] Sé Reed: I forgot to say what I do, now. It&#8217;s all about the past. I was like, oh yeah, the present</p>\n\n\n\n<p>[00:06:49] Nathan Wrigley: Well tell us.</p>\n\n\n\n<p>[00:06:50] Sé Reed: Courtney reminded me with her awesome contribution. I just took on a co-team rep role as well on the make marketing team, for 2023. So that&#8217;s exciting. In my day job I have my own company and I build websites for people and do digital strategy of all kinds.</p>\n\n\n\n<p>[00:07:09] Nathan Wrigley: I&#8217;m often in awe about how many different roles there are in the WordPress community. I remember when I first stumbled across the software, I just viewed it as exactly that. It was a piece of software. So this is going back probably to 20, I don&#8217;t know, 2014, 2015, something like that.</p>\n\n\n\n<p>And then it very quickly became apparent that there was an awful lot going on with the community. Much more than I&#8217;d anticipated. And fast forward to today, 2023. I mean it has more or less taken over my, my entire life. It is more or less everything that I do.</p>\n\n\n\n<p>[00:07:38] Sé Reed: We can relate to that.</p>\n\n\n\n<p>[00:07:40] Nathan Wrigley: Right. Yes. So we&#8217;re all in good company. We&#8217;ve given ourselves up to WordPress.</p>\n\n\n\n<p>[00:07:44] Sé Reed: To an ethos, I think, is really what it is. I think that&#8217;s part of what draws the community together. You didn&#8217;t ask, but I&#8217;m going to answer it anyway. I think that&#8217;s really what, that ethos and the being part of something bigger. Whether it&#8217;s open source or the community or just spreading the goodness of easy to use software. I really think that&#8217;s what makes it different.</p>\n\n\n\n<p>[00:08:05] Nathan Wrigley: Yeah. Somebody was saying to me the other day about their conversations that they&#8217;ve been having with people about ceasing to use WordPress as their CMS of choice. But the glue which has kept them in it is the community. It&#8217;s that piece which has actually kept them going with the software. So in a strange sense the community has trumped the software in that instance.</p>\n\n\n\n<p>[00:08:28] Sé Reed: That&#8217;s so true. I think that a lot of people stay in WordPress and WordPress has had such a, well, 20 years, this is its 20th anniversary year. So it&#8217;s had that success. I truly believe because of the community and because of the, really the stewardship that&#8217;s happened within the community. And again that ethos of drawing people together and, really just feeling like there&#8217;s a sense of, sort of a sense of ownership I think over, or at least stake in the community and stake in the software. It feels like we all have a part of it. I think that that&#8217;s, it&#8217;s something really special. It doesn&#8217;t exist even in other open source communities to the same degree.</p>\n\n\n\n<p>[00:09:10] Nathan Wrigley: Yeah, it is constantly remarkable to me that that is such an important piece, and it&#8217;s so ephemeral. I can&#8217;t quite get my hands on it. I don&#8217;t really understand what that thing is, but there is a thing there.</p>\n\n\n\n<p>[00:09:21] Sé Reed: Exactly.</p>\n\n\n\n<p>[00:09:22] Nathan Wrigley: And, it&#8217;s wonderful and it, it&#8217;s gathered us together today to have a chat. You&#8217;ve recently got involved with something that, I&#8217;m going to pronounce it once. I&#8217;m going to say it once at the beginning and then I&#8217;m going to truncate it. So from the start we&#8217;re going to be talking about the WP Community Collective, so the WordPress Community Collective. But I&#8217;m probably either going to call it the community collective or just collective, because it&#8217;s going to be a whole lot easier.</p>\n\n\n\n<p>[00:09:44] Sé Reed: Yeah. I didn&#8217;t think about WPCC being hard to say in a British accent, but.</p>\n\n\n\n<p>[00:09:48] Nathan Wrigley: No, it&#8217;s funny, isn&#8217;t it? But that acronym somehow completely gets stuck on the end of my tongue before it escapes my mouth. What is it? I don&#8217;t mind which of you want to take it on? What is it? How did it come about? Broadly, in broad brush strokes, and then we can get into the detail. What&#8217;s the point of this?</p>\n\n\n\n<p>[00:10:04] Sé Reed: What&#8217;s the point? That&#8217;s a great question, Nathan. I&#8217;ll take it, just to give the broad strokes. What the WP Community Collective is, is essentially it&#8217;s a non-profit project that allows, we are in the process of funding contributors to the WordPress project. So people who are working on the make teams and the open source WordPress software, that&#8217;s who we&#8217;re going to be, who we are supporting.</p>\n\n\n\n<p>And, it&#8217;s really a way to bring together the community to allow us to fund and support the contributors who are doing so much work to keep this software slash community slash lifestyle going, moving forward and growing and responding to the needs of the community and technology. So really it&#8217;s about supporting the contributors that make up the community.</p>\n\n\n\n<p>[00:11:06] Nathan Wrigley: So you mentioned two things there. You mentioned funding, and obviously that&#8217;s a key component of it, but you also mentioned more the community side of things. Being there as a supportive hand. Are they two distinct parts or is it all about the funding? Is that primarily what it&#8217;s about, or is it also about being a friendly face?</p>\n\n\n\n<p>[00:11:25] Sé Reed: We&#8217;re trying not to be, we are, and we&#8217;ll continue to try to not be US focused. That&#8217;s something that happens a lot. That kind of defaults to that when we&#8217;re here. But, in America, the way that we like to show our support is with money.</p>\n\n\n\n<p>That&#8217;s a thing. You know we tip people. That&#8217;s sort of how we demonstrate that we like a thing. So not trying to bring that ethos necessarily into the greater world, but primarily we mean funding. So primarily we mean sponsoring people to do contribution of various types.</p>\n\n\n\n<p>But we also have goals to basically be like a third space to have conversations about WordPress and the WordPress community and the ecosystem adjacent to the WordPress project. So, you know, all of the plug-ins and the themes and the assemblers and all of that world, the marketers. So, we want to provide a space to integrate all of that. But that&#8217;s more of just soft support. Really what it does come down to is funding support.</p>\n\n\n\n<p>[00:12:36] Nathan Wrigley: Okay. Given that you&#8217;ve set up this WP Community Collective, and usually when something like this is set up, there&#8217;s a problem to be solved. There&#8217;s something that is identified as could be better. Let&#8217;s all gather around and figure out how we can do it. So, essentially what is the problem around the community?</p>\n\n\n\n<p>What are the problems that people are facing? Is it one simply that people who would willingly contribute their time simply can&#8217;t afford to do it? We often hear this mentioned that, you know, those who can afford to contribute are the ones who can afford to contribute, because they live in a certain part of the world. They may be fully employed so they can dedicate something. Perhaps their company is kind enough to, give them a day, a week or half a day, whatever it may be. They&#8217;re seconded in some way so they can contribute to the project. But there&#8217;s a whole ton of people, hundreds of people who would love to be in that position. But the financial component is the barrier. It&#8217;s the wall that&#8217;s stopping them being able to contribute.</p>\n\n\n\n<p>[00:13:33] Sé Reed: Yeah, at the end of the day there&#8217;s really two sides of this. And, one side is how can people effectively and consistently and meaningfully participate in the project if they can&#8217;t consistently show up? You know, so much happens every day in the WordPress make channels on the P2s, on the blogs. There&#8217;s a lot going on, and there are a lot of people moving the project forward and even just paying attention and keeping tabs on all of the new stuff that&#8217;s happening is kind of a full-time job.</p>\n\n\n\n<p>So really, what ends up happening is that the folks who are in leadership roles tend to be sponsored contributors. And I say leadership roles, whether that&#8217;s a team rep role, which is, it&#8217;s leadership, but it&#8217;s not like authority leadership. But, just by showing up consistently and responding to things and being there every day, which you can do if you are paid to do so, that gives you, I don&#8217;t want to use the word clout, but it gives you, I&#8217;m not really sure what the word is. When we talk about it being a meritocracy, right?</p>\n\n\n\n<p>If you do things, then you have influence, and people want to do more, but only the people who are really supported financially to be able to do that. Or like you said, have the means in some other way, have the ability to consistently show up in that meritocracy. And so in a way, by default, we&#8217;re really the leadership and the ongoing constant push forward really does tend to be from the sponsored side of the contributor pool, let&#8217;s say. And everyone else tends to just be catching up or lending their opinion in different places.</p>\n\n\n\n<p>So, that&#8217;s one of the reasons, is we want to be able to have folks contribute and contribute consistently, and contribute in a meaningful way to parts of the project that are maybe not getting as much of attention or need more attention, like accessibility. And so we&#8217;re really trying to find a way to support those people, and bring the community together to support those people. And really, Courtney can talk a little bit about the problems that, it&#8217;s not just that individuals have problems finding support, it&#8217;s that the people who want to support have problems funding the individuals. So Courtney, do you want to talk to that, about that a little bit?</p>\n\n\n\n<p>[00:16:05] Courtney Robertson: So for context, I shared that I had started contributing in 2009, and for a number of years, in fact, up until a year and a half ago, I was not sponsored. I wouldn&#8217;t even say I was self sponsored financially. But I contributed. In fact, I was the person couch surfing at a WordCamp US on my college roommate&#8217;s couch, and driving quite a distance in, and could, at the time, barely scrape together the funds to take care of my parking.</p>\n\n\n\n<p>So I know what that experience has been like and to still want to contribute and to still feel that this is part of my work, my role. And I undoubtedly benefited from all of the hardships of my past. I&#8217;ve had some medical challenges, some other life things, you know, as people do. And without that experience, I certainly wouldn&#8217;t be involved in WPCC. I wouldn&#8217;t have gotten to the job that I have now at GoDaddy Pro. There&#8217;s just a lot of reasons for seeing from that perspective that I think has really benefited.</p>\n\n\n\n<p>So from the person that is seeking to be sponsored in some capacity, I&#8217;ll say what I did, very publicly. I was teaching at the time, I loved it, but I felt like my higher purpose was to do more of the work on Learn to be able to create this content that could be a multiplier effect to impact that many more students, that many more learners than the current job that I had had.</p>\n\n\n\n<p>And in order to do that, I started to let some folks know. And I went to my now manager and said, if GoDaddy ever has a role open up where I could be contributing to the training team as part of my work time, Adam Warner, please keep me in mind for that. And in fact, he did. Now, that doesn&#8217;t mean that everybody has the gumption to go out and start approaching folks and say, I would like to receive.</p>\n\n\n\n<p>I appreciate those that have spoken up and let folks like Sé and I know. We&#8217;re working on some processes to sort of collect that information. Who&#8217;s already contributing that would like to contribute at a higher capacity? We have some contributors that I know of in our WordPress community that said, I would like to be sponsored. For instance, Joe Dolson says, I would like to be sponsored at $500 US a month to contribute this certain amount to accessibility purposes. Other than that, I&#8217;m tied up with clients. And then increasingly grew that over time.</p>\n\n\n\n<p>But still that process, it doesn&#8217;t matter who you are or where you&#8217;re from. That process of saying, I want to do this takes a certain amount of navigating, what can be perceived as awkward because you&#8217;re expecting handouts, but at the same time you are a professional and you bring professional caliber qualities to the work that you do for this open source project that is used by 43% of the internet.</p>\n\n\n\n<p>So yes, there is a reason that contributors should be funded. We definitely know this and that pathway of letting folks know can be awkward and challenging. And then the pathway from those that have the funds to do the sponsoring, whether you are an individual or a company, both perspectives of this get a little tricky.</p>\n\n\n\n<p>So from an individual&#8217;s perspective, there are those if you look through the WPCCs sponsors so far, we&#8217;ve raised all of our funds essentially through individuals at this time. And that&#8217;s several thousand US dollars. So that&#8217;s just coming in from individuals who said, yes, this matters. Yes, we want to fund what&#8217;s going on in the work.</p>\n\n\n\n<p>And so it takes a lot of people, that are individual people, giving a little bit to reach that kind of a goal. And then from a company&#8217;s perspective, a lot of companies struggle too, how to fund the work of open source. And recently I&#8217;ve been researching in and getting into this more deeply, and it&#8217;s not just about the WordPress community, but just how does whether you are an individual, small business company, and I see some really great ones that are doing this.</p>\n\n\n\n<p>JB over in the Core team is part of about a two dozen staff member agency based out of France. And all of their staff are contributors. And I think it&#8217;s amazing that companies who done it. So, great work on them. But other organizations, whether you&#8217;re a small business, you may not quite know how, well, how do I manage, how do I, if I&#8217;m contributing, what do I get? Is it just I&#8217;m contributing in a charitable way and I don&#8217;t have much attachment to the work that the person does? How do I know that what I&#8217;m contributing to has any payoff for, not just the goodwill of my company, right? That&#8217;s a marketing approach, but also that the people receiving it are actually doing something productive with it.</p>\n\n\n\n<p>Should there be accountability in all of that? When you get into larger size organizations like my employer, we&#8217;re not structured in a way, we&#8217;re a publicly held company. We&#8217;re not structured in a way that has a whole staff of who&#8217;s overseeing the work of those that we are sponsoring.</p>\n\n\n\n<p>GoDaddy does have two full-time people that are essentially staff that we sponsor to work on WordPress. We ambitiously would like to keep growing that, but there are challenges. So when it comes to GoDaddy related to WPCC, I&#8217;m really excited that we&#8217;re in the conversations right now of getting that money flowing a bit more.</p>\n\n\n\n<p>I can&#8217;t make any promises from GoDaddy&#8217;s side of as to what all that would look like, but what I can absolutely say is that we know it&#8217;s a real need. We know that the WordPress community will greatly benefit from this. But as it would turn out, a large company like this can&#8217;t just go making purchases from any kind of business or giving money to any kind of organization.</p>\n\n\n\n<p>[00:21:27] Sé Reed: Shareholders don&#8217;t like it when you just randomly give money to people.</p>\n\n\n\n<p>[00:21:30] Courtney Robertson: No, they don&#8217;t.</p>\n\n\n\n<p>[00:21:32] Sé Reed: They don&#8217;t.</p>\n\n\n\n<p>[00:21:32] Courtney Robertson: Oh, there are so many stories that I could say. But, to that end, what I for sure am happy to say though is that we&#8217;re working together in a way that will do all of the red tape that a company would need, to get that approved and cleared so that those funds can start flowing. And, so I&#8217;m really excited about it from that side because you know what? GoDaddy can&#8217;t just stuff a bunch of bills in an envelope and mail it out to someone. They have to actually have a strategy when it comes down to why are we doing this? What&#8217;s the outcome? What&#8217;s the, the ROI, right, of these things?</p>\n\n\n\n<p>And investing in the software that powers 43% of the internet, that many of our customers are using. Well that sounds like we have a good reason to be investing in that. So it makes it quite interesting to navigate those challenges. From an internal perspective, I encourage folks at other corporations, if you&#8217;re facing those challenges, to reach out to me and I&#8217;d be happy to have some private conversations with you about what specific challenges you might be facing.</p>\n\n\n\n<p>[00:22:34] Sé Reed: And how the WPCC.</p>\n\n\n\n<p>[00:22:36] Courtney Robertson: Yes, can help with that.</p>\n\n\n\n<p>[00:22:38] Nathan Wrigley: Courtney, there was loads in there, and I just want to drill down a little bit on you personally, if you don&#8217;t mind, because I find that quite an interesting dialogue. You used the word gumption there, which I thought was quite interesting. And, it sounds like you&#8217;re very self-reliant. You are driven, and it sounds like you just kept banging on doors and fighting the good fight and keeping going, and eventually that paid off. But I&#8217;m guessing that there were times during the period where it wasn&#8217;t paying off, where you must have looked at yourself and thought, what the heck am I doing?</p>\n\n\n\n<p>And I guess that&#8217;s the person that is going to benefit from this, the person who knows that they want to contribute, but really has maybe been trying, struggling, doesn&#8217;t have a way through, doesn&#8217;t have a pathway through. And we don&#8217;t want those people to be disappointed and turned away.</p>\n\n\n\n<p>[00:23:22] Courtney Robertson: Correct. Yeah, so for a number of years, in fact I took a hiatus. I had little kids and I had a set amount of hours available in my day, and I worked for a WordPress plugin company that I loved that experience. But I worked during only their nap time schedule. So, I didn&#8217;t have time to contribute or even keep up with the quantity of information that was happening on WordPress. And that was all during the lead up to and release of Gutenberg. So, it was a hard time to be missing all of that information.</p>\n\n\n\n<p>But I will say that there are a wealth of contributors in our community that if they had that financial backing would have a better quality of life, be able to contribute that much more because they could let go of their other income sources as an offset.</p>\n\n\n\n<p>So I had started to let the previous employers, I worked for two other WordPress organizations previously, and I started to let them know that I would like to be involved more in WordPress, and the work happening there. And they didn&#8217;t have that capacity built into their business models, right. And so I felt that by approaching somebody like GoDaddy, I knew that they had a couple of contributors, and this was more of a, the role that I am in affords me some time. I am not full-time sponsored to WordPress. But it affords me quite a bit of time and it is vital to the job that I do to be a contributor, if that makes sense?</p>\n\n\n\n<p>[00:24:53] Nathan Wrigley: Yeah. That&#8217;s really, really interesting.</p>\n\n\n\n<p>[00:24:55] Sé Reed: I was going to say that that&#8217;s the, it&#8217;s exactly that dilemma that even Courtney, who is literally representing open source and doing massive WordPress contribution with her company. Even her job is not a hundred percent WordPress. And that&#8217;s part of it because there&#8217;s a need for contribution.</p>\n\n\n\n<p>I don&#8217;t know, we really have clarified that part, but like the contribution has, because of covid, because of the lack of WordCamps or whatnot, did definitely take a dive. And also there are so many other CMSs and worlds out there that it&#8217;s not just inevitable that WordPress is going to continue to have a healthy community and continue to grow and continue to be the CMS and the software that we all know and love.</p>\n\n\n\n<p>That&#8217;s not a given in the world of actual capitalism that we live in and whatnot. So if we want it to be around, if we want to support it, then we need to find ways to connect the resources that are there with the efforts that can be made on the ground. And making that connection between companies that have budgets, but don&#8217;t have the ability to hire people. That is really, I think the, well, it&#8217;s not just for companies, but that&#8217;s really the key element for the WPCC.</p>\n\n\n\n<p>Because we know there are lots of resources out there. There&#8217;s lots of agencies, there&#8217;s lots of businesses that have some funds, you know, they&#8217;re making revenue off of their various products or their services. But they can&#8217;t say maybe giving five hours a month or something isn&#8217;t even that productive for them. But if they were able to take their money and combine that with other folks who are also in the same situation, then they can help fund someone who is able to put that focus in.</p>\n\n\n\n<p>And also a big part of what we&#8217;re doing is making sure that those fellows are talking about what it is they&#8217;re doing. The challenges that they&#8217;re facing. So bringing the information also back out into the community, so it&#8217;s not just a you&#8217;re putting money in and you know, you never know what happens to that, right?</p>\n\n\n\n<p>Our fellows will be responding, or blogging actually, on the website telling us what they&#8217;re doing. Telling us what&#8217;s going on in the project and, so folks who are putting their funds into the WPCC are combining their money to make it more effective, but also doing it in a way that gives them a say in it. Not necessarily a say in it, but like a part of it. They get to participate in it.</p>\n\n\n\n<p>They are also part of the community collective. So it is all, all of us working together. So it&#8217;s really just about allocating resources and, available energy really. We&#8217;re just putting resources and energy together and combining them and helping to move the project forward.</p>\n\n\n\n<p>[00:27:56] Nathan Wrigley: Yeah, so essentially it feels to me, I mean I may be parsing this wrong, but it feels like you are acting as a conduit. You are the bridge between the people who have money, let&#8217;s say for want of a better word, finances. But they don&#8217;t necessarily know where those finances would best go. So they come to you, deposit it there in the collective, and then your job is to make decisions about who would be the best steward of that money.</p>\n\n\n\n<p>And then get them to do whatever it is that you&#8217;ve agreed to do and then report back to the sponsors in the form of blogging or what have you, so that they&#8217;ve got some way of, well, I guess the word is, sort of oversight really. They&#8217;ve got a little bit of oversight and they can see that their money hasn&#8217;t in fact just been squandered. And so it&#8217;s a really neat little idea.</p>\n\n\n\n<p>[00:28:45] Sé Reed: Thanks, we like it.</p>\n\n\n\n<p>[00:28:47] Nathan Wrigley: Yeah, yeah. The thing that interests me is, as soon as you get involved with money, and you alluded to this earlier, you know. The government, they don&#8217;t like to have people just willy nilly spraying money all over the place. And so if companies are giving you money, presumably they want to know that it&#8217;s being marshaled correctly, you know. It&#8217;s not being squandered. It&#8217;s being used effectively in ways that perhaps align with a brand that they&#8217;ve got, you know, it maybe that they want it to go in a particular direction. They might be more interested in accessibility than others. Others might be more into, I don&#8217;t know, we could invent a thousand different other categories. How does that all get figured out? In other words what are the kind of roles that you are giving people who are taking on the work that you are paying them for?</p>\n\n\n\n<p>[00:29:30] Sé Reed: That&#8217;s a great question. We are starting with accessibility, because it is so clearly a need, and it is also very, very underfunded in terms of sponsored contributors. We&#8217;ll be launching, I keep pushing the date on this, but we&#8217;re going to be launching our first, or announcing who our first fellow is shortly, for our accessibility fellowship. The goal is to fund that person for five hours a week for a minimum of six months.</p>\n\n\n\n<p>Normally we would fund the entire fellowship prior to launching it, or starting with the person. We would fund the fellowship first. But in this case, we wanted to start with a fellowship that we already knew was really important. And so we created the accessibility fellowship first.</p>\n\n\n\n<p>That&#8217;s really our initial goal is to get that funded. So we are working with some additional partners to develop partnership fellowships. And essentially those, it&#8217;s in a way, it&#8217;s like a scholarship, right? A fellowship is very much like a scholarship. We&#8217;ll have an application process for folks to apply to be fellows, and then different fellowships will have different focuses. So we are scoping out currently, like I said, accessibility fellowships, but also some Core fellowships. And not just Core in terms of development, but also Core in terms of communication.</p>\n\n\n\n<p>[00:30:51] Courtney Robertson: I&#8217;d like to elaborate a little bit on what Sé was saying there is that, as part of all of this, we have so many roles across different teams. Whether you are in Core because you&#8217;re a developer or because you can help wrangle the information that the Core team needs to function as a team, to share externally.</p>\n\n\n\n<p>Over in other teams we need some assets like project management. In other teams, we need areas like project management skills. Accessibility could relate to the accessibility of the software, but it could just as easily relate to the accessibility of the learn.wordpress.org content, and or site functionality. So you could see how there are different roles beyond what we normally envision for the different teams that relate to just keeping the whole project up and running. And we&#8217;re pretty aware of that.</p>\n\n\n\n<p>Likewise, being able to get to your nearest international camp and or a couple of very local regional camps might be important. Or ongoing professional development in your areas. So those are all skills and assets and resources that come to our mind because we have been both contributors into the WordPress project for quite a while.</p>\n\n\n\n<p>Additionally, if I were to ask folks how to get involved in the WPCC, there are a few ways to do so. Any person is welcome to come be a member. So we have memberships available, anyone can be a member. Ideally that would come with a few funds towards those that are contributors. But we welcome members to just come and join. And the show notes will link you over to our website, and from there you can follow it out to the opencollective.com/thewpcc.</p>\n\n\n\n<p>We also welcome sponsorships. Sponsorships, again would look like those that would like to sponsor a specific initiative. So if we have a very specific fellowship that you would like to help fund, you can choose to come along and be a part of that.</p>\n\n\n\n<p>And then we also have areas for partnerships. And that&#8217;s the area that, one of the areas that, my employer is starting to look at is partnerships. So perhaps they would like to kick off a specific fellowship, right? There might be general fellowships that the WPCC declares and says, the WPCC needs to, sees that we need to work on accessibility. So we&#8217;re going to launch one of those.</p>\n\n\n\n<p>But what if there were specific fellowships available based upon different companies in the industry, right? And so if you would like to set up a specific partnership to drive a specific initiative, that&#8217;s definitely an option available as well That could also look like partnering with other WordPress organizations to help fund initiatives that we&#8217;ve seen already.</p>\n\n\n\n<p>I loved for WordCamp US the amount of organizations that pulled resources together to increase diverse speakers at organizations. To increase diverse speakers to attend and speak at WordCamp US. So we can partner with lots of different organizations. We hope to be announcing some of those partnerships in the not too distant future to really benefit what the work of the WordPress community is and what that can look like.</p>\n\n\n\n<p>[00:33:56] Nathan Wrigley: So the next question I&#8217;ve got is, Courtney just then mentioned that happy to have people come along and if they bring finance with them, that&#8217;s very, very welcome. But let&#8217;s say that I come along and it&#8217;s my company, or it&#8217;s me and we just bring a modest amount of money. You know, I&#8217;m not a giant entity. I&#8217;ve got $500, a thousand dollars, whatever it may be. Do I have sort of any say in where that ends up? Or is it more a case of just trust us on this one? We&#8217;ll publish some documentation about where the money&#8217;s being spent? Where do we stand with that?</p>\n\n\n\n<p>[00:34:30] Sé Reed: Well, the organization that we are fiscally hosted through, is a, it&#8217;s a payment system essentially, with nonprofit sponsorship that allows us to take in funds and spend funds and the entire budget, every dollar that goes in or out of the WPCC is documented and on the website for everyone to see. So everyone can see exactly where all of the money is going in terms of accountability.</p>\n\n\n\n<p>But in terms of participatory, or just influence or whatnot. We&#8217;re actually in the process of working on our bylaws, but our rough outline for this is essentially that we have a membership and you can join for free, or you can join at a membership payment level annually, if you want to support that way.</p>\n\n\n\n<p>And we&#8217;re working out the exact guidelines for voting and that sort of a thing. We want to base it on, have you contributed in the last year, or we&#8217;re working on those types of criteria. But essentially the membership will be able to, first of all talk to us, which is not just talk to us, but talk to the board. But we&#8217;ll also be part of the decision making process. Not on a individual, specific, fellowship level, but on a what do we focus on level.</p>\n\n\n\n<p>And also for the larger projects that we want to take on, the community will be, or the membership will be involved in that as well. So, a company cannot be a member because we don&#8217;t believe in Citizens United in our organization, which is a Supreme Court ruling that said corporations are people here in the US. So it&#8217;s only individuals who are going to be able to participate as members.</p>\n\n\n\n<p>Like I said, that will be more of a let&#8217;s figure out what needs to be funded. Do we want to worry about old bugs in the system, or do we want to fund accessibility, or do we want to really have a push to the re-envisioning of the media manager, for example. The media library. So, the community, the membership will have a say in that type of way. It won&#8217;t be that the community, the membership is voting on every single action that is taken. Because that would become a bureaucratic nightmare.</p>\n\n\n\n<p>But in terms of direction and goals and partnerships and strategy, the membership can and will be an active part of that conversation. So our goal is to really be transparent and also be a, sort of a incubator for those conversations about funding. About project priorities that aren&#8217;t just the make project priorities. Because there are also important components that affect the rest of the ecosystem, like PHP 8, for example. And the push, the development push, that&#8217;s needed to get things ready for that. Like that&#8217;s something that&#8217;s definitely been important to the community, but has not necessarily gotten as much traction in Core as some people would like. So there&#8217;s all sorts of different issues like that that can be given attention and brought to the surface, and hopefully, we all just can move forward, move the project forward, more.</p>\n\n\n\n<p>[00:37:47] Nathan Wrigley: Can I ask in terms of the fellowships and who receives the fellowships? So how will that work? So let&#8217;s say, for example, I would like to contribute my time into some area, and I notice on the website at the time that I&#8217;m looking that I fit the bill. I would like to help in that way. Is it kind of like a job application process, where I fill out a form and some panel that I may be speaking to, or may do it without the need for my attendance.</p>\n\n\n\n<p>Do they decide who it&#8217;s going to be? Because obviously there&#8217;s concerns there about things like favoritism, or whether the correct person gets the job. But also concerns about weighting things so that people who perhaps, how to describe this, people who currently really would struggle to be able to contribute, maybe they get some leg up if you like. There&#8217;s a little bit more weight for certain individuals than others for the circumstances in which they find themselves. So just questions around that really.</p>\n\n\n\n<p>[00:38:44] Sé Reed: It&#8217;s going to be more like, rather than a job application, more like a scholarship. And that&#8217;s really what fellowships, that that kind of fellowship structure is really why we chose that. Because, it&#8217;s not a permanent position. It&#8217;s a temporary position, six months, a year, two years, depending on what we, you know, are tackling. Maybe even three months for short term contribution if that needs to happen.</p>\n\n\n\n<p>But, basically it&#8217;ll be, we will create the fellowships and identify the need, and then open applications for people to apply for the fellowship. And then we will evaluate those applications and select fellows. So essentially it&#8217;s very much like a scholarship or, I would like to think less like a job interview.</p>\n\n\n\n<p>[00:39:26] Nathan Wrigley: So given everything that Sé just said about the way that you are going to be giving out these fellowships, and the way that they&#8217;re going to be distributed. Given that there&#8217;s a lot of work on the sponsorship side, there&#8217;s a lot of work on the people who are getting these fellowships as well.</p>\n\n\n\n<p>There must be a lot of work being done by you and the people in the organization. So how is that funded? Is there a certain proportion of the finance that goes through the WPCC that is taken for administrative tasks and so on? Or is this an entirely nonprofit? I think in the US you call it a 501C3?</p>\n\n\n\n<p>[00:40:04] Courtney Robertson: Yeah, so there are a few ways of the funds coming in. It is an option, strong option to go through the nonprofit direction. There is a total of 15% overhead that we need to take care of. Some of that goes to the direct operating costs of the WPCC. And to be clear, that doesn&#8217;t fund Sé, Katie or I, who are the current board members, personally. That just goes to the operating expenses of the WPCC.</p>\n\n\n\n<p>Also, there is a fee in addition to that, that goes through Open Collective because they are the payment processor. They are the way that makes it possible for us to see all of these financial transactions. This is an organization that is set up specifically for open source initiatives, and they provide that oversight. That means we don&#8217;t have to go get a bank account. We don&#8217;t have to go set up a non-profit organization. We don&#8217;t have to do all of those extra things because Open Collective provides that for us and many others. So they do take a small portion of the funds that come through.</p>\n\n\n\n<p>And the remaining amount goes directly to those that are doing the work. At this time, because we are the three that stepped in together and said, let&#8217;s launch this thing, we are the board. Over the next year you&#8217;ll start receiving some more announcements and information about putting together a more complete board. That board will always hold a seat for the executive director of the project, whomever that shall be. So that&#8217;s definitely going to be one board member, optionally, additionally added.</p>\n\n\n\n<p>But in addition to that, we will be looking for those to become board members over the next several years. This first year out, we just thought, you know, we just need to launch this thing and get some traction going. Let&#8217;s get some action happening.</p>\n\n\n\n<p>[00:41:53] Nathan Wrigley: Yeah. This may sound like an incredibly cynical question, and I apologize if it is. Sometimes I get the feeling that companies when they do sponsorships and things like that, they like to proclaim, they like to advertise the fact because it&#8217;s good business. You know, they&#8217;ve done a good thing and they would like a little bit of recognition on the backside of that.</p>\n\n\n\n<p>Is there anything in here like that for people who contribute? Say, for example, a company, they might get a badge or a sticker or some kind of way that they can say, look, in the year 2020, I contributed to this project and I&#8217;m proudly going to identify myself as such.</p>\n\n\n\n<p>[00:42:30] Courtney Robertson: Sure. So first and foremost I&#8217;ll speak to, there are three different departments within my employer at GoDaddy, that each have varying reasons they would like to make use of funding contributors through the WPCC. Out of all of those, none of them are for self-interest. And I say this to be super clear to the community, yes, I am an employee. Yes, I have mentioned my employer many times in this episode. But it really is not about proclaiming, here we are, look at us.</p>\n\n\n\n<p>I do though understand that there is a marketing advantage and so, I think it is worth people being aware of the good that does happen. That&#8217;s not the sole reason why it should be done, this work should continue. But for those to know who is helping make that work be possible, the WPCC will be able to set up fellowships with those partnership type of programs, those partnership initiatives, so that if some other organization would like to come along and say, we would like to start up a fellowship for an individual or for a group of individuals, and that being maybe a six month rotation.</p>\n\n\n\n<p>And out of that, perhaps they later bring them on as staff as well. And so there is that piece, or that component as well, where the WPCC can be that entry point. Especially for organizations that don&#8217;t have the dedicated internals of managing and maintaining this. And they&#8217;re just beginning to explore what does it look like. Or they would like the contributors that are doing this as their job to be really thoroughly trained.</p>\n\n\n\n<p>And also, all organizations that sponsor contributors, some of that information goes back to what that company does. For instance, I know that the work that George Mamadashvili does in Gutenberg really helps shape some of the internal information around how some of the themes and plugins that GoDaddy creates makes Gutenberg implementation possible for our customers, right?</p>\n\n\n\n<p>And so, there&#8217;s a lot of value in this, and at no point would I ever slight that a company should be able to say, here is what we have contributed. Especially when many are looking at or watching, well, how do you contribute to WordPress as an organization, right? So those fellowships and the partnership programs will definitely be an option for that. As well, organizations can say, we are providing this amount of funding, and it could go into whatever bucket the WPCC would like to put it into.</p>\n\n\n\n<p>[00:44:58] Nathan Wrigley: Hmm. I guess you&#8217;re on the first few steps of hopefully a long journey and a lot of these things are going to be ironed out and figured out over time.</p>\n\n\n\n<p>[00:45:07] Courtney Robertson: Right.</p>\n\n\n\n<p>[00:45:08] Nathan Wrigley: Courtney and Sé if somebody has been interested in what they&#8217;ve heard today and they would like to come to you and get some more information, where is the best place to find you? Let&#8217;s start with Courtney.</p>\n\n\n\n<p>[00:45:20] Courtney Robertson: You could find me personally as courtneyr_dev on most of the social platforms. Sometimes that&#8217;s a hyphen. If you get lost, head to my personal website, courtneyr.dev. You could certainly find out about thewpcommunitycollective.com. That will get you the information that will take you across our website as well as across to the listing that we have with Open Collective, where you can actually put in your information.</p>\n\n\n\n<p>[00:45:47] Nathan Wrigley: Thank you very much. Right, Sé. Where do we find information about you?</p>\n\n\n\n<p>[00:45:51] Sé Reed: Well, the best thing to do is go join us on the thewpcommunitycollective.com. Connect to us by joining our organization. That&#8217;s the best way. But I am currently @sereed on mastodon.social. I&#8217;m on LinkedIn. I&#8217;m in the Slack channels. I&#8217;m in the Post Status channels. So if anyone wants to get a hold of me, probably Slack in the WordPress community is the best way. I still look at my Twitter DMs, even though I&#8217;m staunchly anti Twitter now, sadly. But I&#8217;m still there. I&#8217;m still around listening, so. I&#8217;m at sereedmedia on all the things, I&#8217;m around. There&#8217;s, I don&#8217;t know if there&#8217;s any other Sé Reeds either, but you know.</p>\n\n\n\n<p>We really want to participate with the community. We really want to hear from the community. Have ideas, have suggestions, have comments. This is a community effort. This is a, a larger project than Courtney and myself. We&#8217;re trying to be anti gatekeepers. Taking influence from Courtney, who is an anti gatekeeper. We really want this to be a community project and a community organization. So please get involved. Connect with us. We want to hear from you.</p>\n\n\n\n<p>[00:47:02] Nathan Wrigley: I will make to put all of the links in the show notes, so if anybody is curious, just head over to wptavern.com and search for this episode. Really an absolute pleasure talking to you. I&#8217;ve learned a lot. I&#8217;ve definitely got a much greater, more concrete understanding of exactly what the WPCC is, and hopefully you will get some more interest as a result of this podcast.</p>\n\n\n\n<p>Courtney, Sé, thank you so much for joining me today. I really appreciate it.</p>\n\n\n\n<p>[00:47:27] Courtney Robertson: Thank you Nathan.</p>\n\n\n\n<p>[00:47:28] Sé Reed: Thank you Nathan.</p>\n</div>\n\n\n\n<p>On the podcast today, we have <a href=\"https://twitter.com/sereedmedia\">Sé Reed</a> and <a href=\"https://twitter.com/courtneyr_dev\">Courtney Robertson</a>, and they’re here to talk about the <a href=\"https://www.thewpcommunitycollective.com/\">WP Community Collective</a>, or WPCC for short.</p>\n\n\n\n<p>In a nutshell, the WPCC is a non-profit that is hoping to fund contributors to the WordPress project. It’s been said before, but I’ll say it again, people who can afford to contribute to the WordPress project are the people who can literally afford to contribute to WordPress. This sounds obvious, but think about it for a minute.</p>\n\n\n\n<p>Most of us know WordPress is built on top of a dedicated base of volunteers. People give up their time and expertise to contribute towards the project, and in this way make it free to download and use. But we all have to earn money at some point. Most are not in a position to donate their time completely freely; they have to put food on the table.</p>\n\n\n\n<p>Often contributors are sponsored by the companies that they work for, either part time or full time. There’s nothing wrong with this model, but what about the capable, willing volunteers who are not in this position? The people who have the skills and motivation to contribute, but not the time or finances to make that a reality.</p>\n\n\n\n<p>The WPCC wants to act as a go between for companies or organisations who are willing to spend money improving WordPress, and the individuals who can implement those improvements.</p>\n\n\n\n<p>This enterprise will be done via the WPCC fellowships. A fellowship in a specific area of WordPress is created, for example, an accessibility fellowship. People apply for that fellowship, and if successful, get the finances they need to take on the work.</p>\n\n\n\n<p>This means that individuals don’t need to be working for an organisation which funds them directly, and the organisations which wish to contribute don’t need to fund only their own team members.</p>\n\n\n\n<p>We talk about where the WPCC is at with their fellowships, and how it’s set up so that all participants are fully aware of where the money is being invested.</p>\n\n\n\n<p>If you’re from a company who would like to assist contributors to WordPress, or an individual wishing to get involved, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://www.thewpcommunitycollective.com/\">WP Community Collective (WPCC) website</a></p>\n\n\n\n<p><a href=\"https://wpwatercooler.com/\">WP Watercooler podcast</a></p>\n\n\n\n<p><a href=\"https://phoenix.wordcamp.org/2023/\">WordCamp Phoenix</a></p>\n\n\n\n<p><a href=\"https://www.godaddy.com/en-uk/pro/hub-dashboard\">GoDaddy Pro</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/marketing/\">Make Marketing Team</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress website</a></p>\n\n\n\n<p><a href=\"https://opencollective.com/thewpcc\">WPCC on the Open Collective website</a></p>\n\n\n\n<p><a href=\"https://opencollective.com/\">Open Collective website</a></p>\n\n\n\n<p><a href=\"https://courtneyr.dev/\">courtneyr.dev &#8211; Courtney&#8217;s website</a></p>\n\n\n\n<p><a href=\"https://twitter.com/courtneyr_dev\">Courtney&#8217;s Twitter</a></p>\n\n\n\n<p><a href=\"https://twitter.com/sereedmedia\">Sé&#8217;s Twitter</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Mar 2023 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: WP Engine Pattern Manager Plugin Now in Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142504\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wptavern.com/wp-engine-pattern-manager-plugin-now-in-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6877:\"<p>WP Engine is <a href=\"https://wpengine.com/builders/pattern-manager/\">beta testing</a> its new Pattern Manager plugin for creating and maintaining patterns. The plugin is intended for WordPress professionals &#8211; developers, agencies, and freelancers, who could benefit from having an interface and system for pattern management. </p>\n\n\n\n<p>&#8220;There are some plugins out there that provide an interface for creating patterns on a production site, but this is not built for that,&#8221; WP Engine Principal Engineer Mike McAlister said. &#8220;This is meant to slide into a dev workflow where you’re creating, editing, managing patterns for a client, for release in a theme, etc.&#8221;</p>\n\n\n\n<p>Plugins like <a href=\"https://wordpress.org/plugins/control-block-patterns/\">Build &amp; Control Block Patterns</a> (2k active installs) and <a href=\"https://wordpress.org/plugins/mywp-custom-patterns/\">MyWP Block Pattern</a> (200 active installs) allow users to build block patterns from the admin instead of writing code for them. They offer features like saving page content made with blocks into a pattern, unregistering block patterns, creating custom pattern categories, and more. </p>\n\n\n\n<p>After taking WP Engine&#8217;s Pattern Manager for a test run, it&#8217;s clear that the emphasis in this plugin is going to be more on pattern organization than on the builder aspect. After activating the plugin, clicking on the Patterns screen takes you to a catalogue of all the existing patterns, based on the site&#8217;s active theme. They are organized by category and are also searchable. </p>\n\n\n\n<img />\n\n\n\n<p>I installed the plugin alongside a theme with more than 30 block patterns included to get a better feel for how it works. From the main pattern management screen users can edit, duplicate, and delete existing patterns. Clicking through to edit a pattern lets users add their own pattern categories, keywords, extended description, designate which post types the pattern shows up in, and optionally hide the pattern from the inserter.</p>\n\n\n\n<img />\n\n\n\n<p>Pattern creation happens on its own dedicated screen, which works just like the block editor but with the pattern-specific settings in the sidebar. Once a pattern is saved, it will appear with the others on the pattern management screen. The pattern is attached to the theme, so users should understand that they will not have access to their custom patterns if they activate a different theme.</p>\n\n\n\n<img />\n\n\n\n<p>Users might be curious about creating patterns directly in the block editor. After putting some blocks together in an artful arrangement, it might be convenient to be able to save them as a new pattern for the theme. McAlister said this is not currently possible but it is under consideration.</p>\n\n\n\n<p>&#8220;Right now, pattern creation is limited to the Pattern Manager UI, where we can do some interesting and powerful things under the hood,&#8221; he said. &#8220;That doesn&#8217;t mean we won&#8217;t one day be able to do it inline, but in terms of exploring this concept as a workflow enhancement, we&#8217;ve limited it to a specific screen.&#8221;</p>\n\n\n\n<p>After launching the beta, web designer Wolfgang Stefani <a href=\"https://twitter.com/wolfgegenlicht/status/1627881988903559169\">asked</a> on Twitter if it is possible to update patterns globally using the plugin. </p>\n\n\n\n<p>&#8220;No, not yet,&#8221; McAlister responded. &#8220;It’s not a shortcoming of the plugin, rather how WP treats patterns right now. However, this will be possible with patterns soon, probably sometime this year.&#8221;</p>\n\n\n\n<p>Although there are many additional feature requests that might benefit developers and designers&#8217; workflows, the plugin&#8217;s creators are launching the beta to test the waters and see how users fare with this initial set of features.</p>\n\n\n\n<p>&#8220;Certainly parts of this workflow are opinionated, based on how we’re building patterns, but we’re doing this beta to understand how other folks are building,&#8221; McAlister said. &#8220;We’re open to any and all feedback to improve the overall workflow.&#8221;</p>\n\n\n\n<p>In a recent post titled &#8220;<a href=\"https://olliewp.com/patterns-are-gonna-be-a-game-changer-for-wordpress/\">Patterns are gonna be a game changer for WordPress</a>,&#8221; McAlister outlined his vision for how pattern functionality could be expanded in WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>What if, for starters, patterns were a treated more like intelligent components? What if instead of being treated as <em>just</em> a collection of blocks, patterns were an entity that WordPress could use as a conduit to do more advanced site building?</p>\n</blockquote>\n\n\n\n<p>McAlister explored a few ideas, such as making patterns more like template parts, globally synced and editable, adding pattern locking, and adding the ability to build style variations for patterns. The future is wide open for patterns to become far more useful than they currently are today, and third-party developers are exploring how they can extend this feature that has become so indispensable to building pages with WordPress.</p>\n\n\n\n<p>WP Engine&#8217;s Pattern Manager fits in nicely into the admin interface, almost like a natural part of core, but the top-level menu for Patterns seems too prominent and should be relocated under Appearance. After testing the plugin, I can see how it could become a valuable tool for managing pattern visibility for clients and speeding up page building by offering a more organized system for patterns. The CMS use case is strong here. Agencies that build the same kinds of sites over and over again could benefit from using this tool to quickly add and duplicate custom block patterns and restrict those that don&#8217;t make sense in certain parts of a client-managed site.</p>\n\n\n\n<p>During the live product demo for WordPress 6.2, a viewer asked if core will be adding more robust pattern management capabilities in the future à la WP Engine&#8217;s Pattern Manager plugin. The response was that this is a possibility for the future but is not currently a strong priority.</p>\n\n\n\n<p>In the meantime, WP Engine plans to release the plugin for free on WordPress.org after testing with users and updating it based on feedback.</p>\n\n\n\n<p>&#8220;We have no plans of monetizing,&#8221; McAlister said. &#8220;Right now, we’re more interested in digging into the developer workflow and finding unique solutions we can offer to folks who are digging into these modern WordPress tools.&#8221;</p>\n\n\n\n<p>If you want to get in on the beta program, you can <a href=\"https://wpengine.com/builders/pattern-manager/\">sign up</a> to get access to a zip file of the plugin. Your feedback may be incorporated into future versions of the plugin that will eventually land on WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Mar 2023 23:32:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Do The Woo Community: What the WordPress Community Loved About WordCamp Asia Part 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://dothewoo.io/what-the-wordpress-community-loved-about-wordcamp-asia-part-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:415:\"<p>Part 2 where we hear from attendees, post-WordCamp, on their experiences at WordCamp Asia 2023.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/what-the-wordpress-community-loved-about-wordcamp-asia-part-2/\">What the WordPress Community Loved About WordCamp Asia Part 2</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Mar 2023 10:16:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordPress’ Legacy Default Themes Updated to Bundle Google Fonts Locally\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142491\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/wordpress-legacy-default-themes-updated-to-bundle-google-fonts-locally\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2311:\"<p>WordPress contributors have updated the legacy default themes to bundle Google Fonts locally in the theme folder, instead of loading them from Google&#8217;s servers. In years past, loading fonts from the the Google CDN was the recommended practice for performance reasons, but new privacy concerns have emerged following a German court case, which <a href=\"https://wptavern.com/german-court-fines-website-owner-for-violating-the-gdpr-by-using-google-hosted-fonts\">fined a website owner for violating the GDPR by using Google-hosted webfonts</a>, </p>\n\n\n\n<p>All of the default themes from Twenty Twelve to Twenty Seventeen have been updated. The process began nine month ago but the approach took some time for contributors to refine. Updates to default themes are usually done in coordination with major and minor releases of WordPress, as core contributor Jonathan Desrosiers explained in the <a href=\"https://core.trac.wordpress.org/ticket/55985\">ticket</a>.</p>\n\n\n\n<p>&#8220;The reason the updates are usually coordinated is that the themes are usually updated to be compatible with new versions of WordPress, so releasing at the same time makes a lot of sense,&#8221; Desrosiers said. &#8220;Also, the number of contributors that focus on the tickets within the Bundled Themes component is usually very low unless these compatibility issues are being addressed.&#8221;</p>\n\n\n\n<p>A dev note to accompany these updates to the legacy default themes was <a href=\"https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/\">published</a> to WordPress.org. It contains code examples for serving a new stylesheet from the theme directory, fixing the editor style within a custom theme-setup function, removing the font stylesheet, and including a custom set of fonts in a child theme. This change particularly impacts those who have edited or removed the font stylesheet in a child theme of these default themes or a plugin. </p>\n\n\n\n<p>WordPress&#8217; Themes Team has strongly <a href=\"https://wptavern.com/wordpress-org-strongly-urges-theme-authors-to-switch-to-locally-hosted-webfonts\">urged theme authors to switch to locally hosted webfonts</a>, and is expected to officially ban remotely hosted fonts following WordPress&#8217; legacy default themes getting updated. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Mar 2023 03:19:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: WordPress 6.2 Product Demo Video Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wordpress-6-2-product-demo-video-now-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2334:\"<img />\n\n\n\n<p>If you&#8217;re not yet excited about the upcoming WordPress 6.2 release, you will be after watching the new <a href=\"https://wordpress.tv/2023/03/03/6-2-live-product-demo/\">live demo product video</a> that was recorded last week. The demo was presented by Anne McCarthy and Rich Tabor, and moderated by Nathan Wrigley.</p>\n\n\n\n<p>The team used a beautifully customized version of the default Twenty Twenty-Three theme, which showcases what is possible in 6.2 with just core blocks and themes. They started from the Site Editor view, demonstrating how easy it is  to zip around from pages to templates and template parts with the new browse mode. This mode also features a resizeable pane that previews the site at different viewports.</p>\n\n\n\n<p>WordPress 6.2 is light years ahead in terms of its progression as a design tool. The team gave a short introduction to pushing styles globally, as well as the ability to copy and paste styles. The features make it much easier to make changes across the site, instead of having to apply them separately to each block. They also gave a tour of the Style Book, which is helpful for quickly making global changes to blocks with a preview. Tabor noted how users could actually use that screen to design the entire site.</p>\n\n\n\n<p>Other features covered in the live demo include the new sticky positioning for top-level group blocks,  a tour of the new navigation and dedicated list view, distraction-free mode, and the improved pattern and media panel, which reduces the number of steps for exploring patterns and adding images. At the end, the presenters took questions from viewers, many of which cover what is and what isn&#8217;t currently possible with the Site Editor.</p>\n\n\n\n<p>WordPress 6.2 is expected on March 28, 2023, less than four weeks away. <a href=\"https://make.wordpress.org/core/2023/03/06/wordpress-6-2-rc1-postponed-additional-beta-5-added/\">RC 1 has been delayed</a> due to <a href=\"https://wordpress.slack.com/archives/C04JZ199XPG/p1677992725823369\">a regression which impacts the Site Editor.</a> An additional Beta 5 is expected on March 7 to text a fix for this issue. In the meantime, the live demo video is a good way to familiarize yourself with all the major features coming in the next release. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2023 23:06:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WordPress.org blog: Your WordPress 6.2 Preview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14573\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:66925:\"<p>On March 2, release squad members <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> and <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> presented a live product demo of all the delights coming in WordPress 6.2, set to release on March 28, 2023.&nbsp;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>A first-of-its-kind event in the world of WordPress releases, the showcase was moderated by fellow community member <a href=\"https://profiles.wordpress.org/njwrigley/\">Nathan Wrigley</a> and joined by nearly 90 participants.&nbsp;</p>\n\n\n\n<p>During the demo, Anne and Rich highlighted some of the new features and enhancements that will continue to revolutionize the way you interact with WordPress. They gave a quick tour of the Site Editor’s refreshed interface, which lets you browse and preview templates before editing. They also covered all the new and highly anticipated ways to manage styles, as well as improvements to the Navigation block, new collections of header and footer patterns, the new distraction-free mode for focusing on writing, and plenty more.&nbsp;</p>\n\n\n\n<p>It was a jam-packed hour that sparked plenty of excitement—and a lively question and answer session that wrapped up the event on a high note. The presenters weren&#8217;t able to answer all the questions that were posed so they were <a href=\"https://a8c.slack.com/archives/C04S7RYK0F3/p1678330454722129?thread_ts=1678330090.320659&cid=C04S7RYK0F3\">collected and answered in a follow-up post</a> on <a href=\"https://make.wordpress.org/core/\">Make.Wordpress.org/Core</a>.</p>\n\n\n\n<p>Watch the recording of the live demo in case you missed it, or want to relive the moment (and the funky fresh demo site designed by Rich). You can find a full transcript of the live demo below.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Referenced Resources</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/2https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/%201/6-2-live-product-demo/\">Live demo announcement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">6.2 release roadmap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Wrapping Phase 2 of the Gutenberg project</a><strong>&nbsp;</strong></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/\">6.2 release enters Beta 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/01/wordpress-6-2-beta-4/\">Beta 4 and the latest call for testing</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/47043\">Fixed/sticky positioning GitHub issue</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></li>\n\n\n\n<li>FSE theme developers on Twitch: <a href=\"https://www.twitch.tv/daisyonwp\">daisyonwp</a> and <a href=\"https://www.twitch.tv/ryanwelchercodes\">ryanwelchercodes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/intrinsic-design-theming-and-rethinking-how-to-design-with-wordpress/\">Intrinsic design, theming, and rethinking how to design with WordPress</a></li>\n\n\n\n<li><a href=\"https://github.com/annezazu\">Anne McCarthy on GitHub</a></li>\n\n\n\n<li>Learn WP workshop: <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/291813021/?isFirstPublish=true\">How to create a website on mobile</a></li>\n</ul>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a> and <a href=\"https://profiles.wordpress.org/laurlittle/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>laurlittle</a> for co-authoring and editing this post, <a href=\"https://profiles.wordpress.org/evarlese/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>evarlese</a>, <a href=\"https://profiles.wordpress.org/courtneypk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>courtneypk</a>, and <a href=\"https://profiles.wordpress.org/mysweetcate/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mysweetcate</a> for captioning, and <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>robinwpdeveloper</a> for uploading the recording files to wordpress.tv.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14573\"></span>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>Nathan Wrigley </strong>0:22  <strong>\n</strong>How are we doing? Should we go for it?\n\n<strong>Anne McCarthy  </strong>0:24  <strong>\n</strong>I think we can start.\n\n<strong>Nathan Wrigley </strong> 0:26<strong> \n</strong>Why not? The recording has started. So let\'s get, let\'s get cracking.\n\nHello, welcome everybody to the WP 6.2 Live Demo outline. I\'m Nathan Wrigley. I do a few things around the WordPress community, mainly to do with video and podcasting and things like that. But it\'s not about me.\n\nToday, we\'ve got two fabulous guests. We\'ve got Anne McCarthy and Rich Tabor, and they\'re going to do a full on Product Demo. It\'s a little bit unlike things that you may have seen, because in the more recent past, lots of new features have been added. And so Rich, and Anne are going to spend the time on the screen in a moment, and they\'re going to show you all of the bits and pieces that you may find dropping into a WordPress install near you. Let\'s hope. There\'s been a lot that\'s been happening, so there really will be probably 20 or 30 minutes of live demos, so look forward to that. I\'ve got to get them to introduce themselves in a couple of moments.\n\nJust before that, though, a little bit of housekeeping. This is going to be recorded, so if you have to drop out halfway through and go elsewhere, completely fine. It\'s going to be posted at the Make/Core website, but it will also come fully complete with a transcript as well. So, if that\'s something that you\'re looking for, that will all be there. Also to say that if you want to post any questions, we\'d love that. In fact, there\'s a whole portion at the end when Rich and Anne have finished speaking, where we\'re going to field questions toward them. Now there\'s really two places to do that. If you\'re live with us on Zoom, then if you hit the Q&amp;A button at the bottom of the screen and post your questions in there, I guess specifity... specific... Whatever that word is, be specific. Help us out. Tell us exactly what you want to know and we\'ll get the questions to them. The other way to do that is to go into Slack. And there is a channel in there, #walkthrough. And if you want to post any questions in there as well, that would be great. So yeah, just to recap, Q&amp;A button if you\'re in Zoom, and use the Slack #walkthrough channel, if you are in the Making WordPress Slack. Okay, right. I think we\'ll take you guys one at a time if that\'s alright. First off a little bit of an introduction from both of you. Let\'s begin with with Anne McCarthy, shall we? Hello, Anne!\n\n<strong>Anne McCarthy  </strong>2:42<strong>\n</strong>Hello, hello. It\'s so good to be back on literally any sort of live stream with you.\n\nI appreciate that you\'re a part of this\n\n<strong>Nathan Wrigley </strong> 2:48<strong> \n</strong>Yeah, that\'s really nice.\n\n<strong>Anne McCarthy  </strong>2:49<strong>\n</strong>Well, I\'m Anne McCarthy. I\'m a product wrangler at Automattic. I live in Seattle. I also run the FSE Outreach Program, which is basically dedicated to testing all the latest and greatest of WordPress, which is part of why I\'m so excited to be part of this demo, is because so much neat stuff has come through this that I\'ve had the privilege of going through a little bit early on with the ever growing calls for testing. So that\'s a little bit about me, I\'ll pop it over to Rich.\n\n<strong>Nathan Wrigley  </strong>3:17<strong>\n</strong>Yeah. So Rich, if you want to take the baton there.\n\n<strong>Rich Tabor  </strong>3:21<strong>\n</strong>Yeah. Hey, everyone. I\'m Rich Tabor. I\'m a product manager at Automattic. And I work on WordPress and Gutenberg, in particular. From a little bit south of Atlanta, Georgia, in the US, and been building and tinkering with WordPress for I think, close to 11 years now. So it\'s, it\'s been a good run, and I\'m super stoked about where things are heading.\n\n<strong>Nathan Wrigley  </strong>3:43<strong>\n</strong>Yeah, and things definitely have been moving in a very much a forward direction, WordPress, 6.1. And WordPress 6.2. There\'s so much clear blue sky between the two of them. I think probably the best thing at this point is if we can have it, I don\'t know what whose screen is coming on. I think it might be Rich\'s, or maybe it\'s Anne\'s, I don\'t know.\n\n<strong>Rich Tabor  </strong>4:00<strong>\n</strong>Yeah.\n\n<strong>Nathan Wrigley  </strong>4:01<strong>\n</strong>If we can get that screen shared, then I will slide my way out of this call and say, Rich and Anne, it\'s... it\'s over to you. I\'ll be back soon as you\'re finished for any Q&amp;As.\n\n<strong>Anne McCarthy  </strong>4:14<strong>\n</strong>Awesome. Thank you.\n\n<strong>Rich Tabor  </strong>4:17<strong>\n</strong>Alright, everybody can see my screen right now?\n\n<strong>Anne McCarthy  </strong>4:19 <strong>\n</strong>Yes. Rich did an excellent job designing this. I do want to call this out that I love, absolutely love this.\n\n<strong>Rich Tabor  </strong>4:26<strong>\n</strong>Thanks, Anne. Yeah, this is actually running Twenty Twenty-Three. So it\'s kind of showcasing some of the things you can do just with the core theme. And some of the design tooling that we are, that has been built into 6.2. So this view here is the site editor. So I\'m going to orient you here. There\'s one big change here in particular, I want to call out visually, is this idea of the frame here on the right, and this will pull up the local template. So I\'m looking at my homepage of the site right now. If I navigate into other templates, I can pull those up here on the right as well. And then you can also navigate template parts. So this part\'s not very new to 6.2. But the idea of zooming in on different template parts and templates and having them appear here in the frame is. And that\'s important because of this concept of browse mode. And this is where you could dive into an actual page from the site editor. So here, I just pulled up the about page of the site, and I can click into it and actually start making changes. Now, the changes here within the post content block are going to be relative to this about page. But I can also modify the template which then changes the about, or changes the page on any instance of this particular template. So it\'s a new concept and how we can browse the site. But it\'s a very powerful, and really the first iteration of that way of managing a site.\n\n<strong>Anne McCarthy  </strong>5:50<strong>\n</strong>And also lightly introduced content editing in the site editor, as you mentioned. So it\'s a kind of a neat merging of the two worlds, which I know folks have long been wanting to see that unified. And same with the frame, it kind of adds a nice layer where instead of just being dropped in, like before, you kind of are given a more zoomed out view, which I think helps address a lot of the feedback that we saw around the orientation when you\'re entering the site editor.\n\n<strong>Rich Tabor  </strong>6:12 <strong>\n</strong>Yeah, exactly. And really, if we think a little bit further out than 6.2, this could also house setting to use. So we do have, you know, one view here that that is relative to 6.1, where you can see all of your different templates. But imagine if we had any other different types of settings and controls and different pages loaded within here, doesn\'t have to be just the front end templates and renders of your site.\n\nAlright, so we\'re gonna dive into this here. So you can go into it just by clicking on the frame. I\'ll do that one more time just to show, you just click on it. And now you entered right into it. You can edit it right off, so we can make changes, just as if we zoomed into it in the other way in 6.1. And then we have a bunch of styling tools that have been added to 6.2, so I want to kind of hone in on these. Like, this panel itself is not new. We have style variations, you can zoom in here, we\'ve got this new zoomed out view, where you can apply different ones at a time. And then we also have this icon here, which triggers the style book. Now the style book is a very interesting tool here that really lets you customize the theme\'s style guide, essentially. So I can go through each of these tabs, which are relative to the block categories, and see all of the blocks loaded on this particular site. So right here, I\'ve got like Button blocks and Columns block and whatnot. So if I click on one of these, it\'ll pull up the Style panel of that particular block. And then when I make changes over here, these are applied globally throughout my entire site. So if I want to change the way this button looks, let\'s say we do some smaller tags, maybe we\'ll add a little bit of letter spacing, and maybe make it capitalized. See, it\'s getting applied everywhere that the button is used. Also do some changes here to padding, perhaps. We\'ll do something custom here. I think that looks nice. And now...\n\n<strong>Anne McCarthy </strong> 8:13\nReal quick while you\'re doing this, I wanted to note that like this is something that folks have really struggled with previously with the site editor, where if you\'re editing a block that isn\'t in the template already, you\'re not able to see this. So as Rich is showing, you can actually look at any block that\'s being used in your theme and see how the change that you\'re making in styles will impact that. Where before, if the block wasn\'t present in that template that you were editing, it was hard to know exactly what was happening. And so now you have both the style book and this inline preview that you see in the Style section to rely upon, which is pretty neat.\n\n<strong>Rich Tabor</strong>  8:43\nYeah, exactly. And really, you could theoretically go in and design your entire theme with the style book. Now, I know there\'s some advantage to design in context of pages and whatnot. And I\'ll go into that in a bit. But the idea is that you really can quickly browse through all of the different blocks and tighten up what you want to within these controls. And it\'s not limited to the standard variation as well. There\'s also these style variations of each block that you can now manipulate as well. So we\'re gonna go in, say, we\'ll change the radius of this one. So we want it to be sharp like our other button. But we have these new controls. Like, this is a shadow control we\'ve added in 6.2, where you can apply, say, like this shadow here might be nice. This one here, and so some fallback shadows, within core that a theme can provide as well, its own values. But this now will apply for every single variation of the outline on my site here.\n\n<strong>Anne McCarthy  </strong>9:39 \nAnd you\'ll notice that it\'s not in the style book right now. And that\'s just part of the future feature development is showing the variations of blocks as well.\n\n<strong>Rich Tabor </strong> 9:47\nExactly, yes, I would imagine that this would this would show up the variations of the button block, yeah. Which is a nice way to really customize these, like it used to be only CSS would be used to manipulate these variations here. And now it kind of abstracts that away and you can do it within the editing experience. That\'s really nice. It really is. There\'s also this idea of block CSS, so you can add custom CSS that is scoped to a particular block. So if I add CSS here, it\'ll be applied for the button block wherever it\'s used. Now, I wouldn\'t recommend using additional CSS in most cases. I would, I would suggest using all the different controls that we\'ve built, that are built into 6.2. But the idea of using CSS to add a little pizzazz to this particular button block is fine. But just with that caveat that you wouldn\'t want to use it exclusively. Like I wouldn\'t apply a background color via CSS, I would rather use the background elements color here. There\'s also additional CSS, which emulates what was previously in the customizer. So we do have site wide CSS that can be applied within the site editor and also on the front end of your site. Again, I wouldn\'t emphasize using this exclusively, as there are a lot of new design tools that I would explore first, from the top level styles here where you can apply colors to the background, text and buttons. But if there was anything extra you wanted to add, you could do so within the stylesheet here.\n\n<strong>Anne McCarthy </strong> 11:21\nAnd I\'ll note we\'d love to hear feedback if there are certain things that you\'re repeatedly adding custom CSS for. So either commenting on a currently open issue, or if you don\'t find one, opening an issue would be super helpful, because it\'s neat to see what folks are using for CSS so we can fill those gaps.\n\n<strong>Rich Tabor </strong> 11:36\nYeah, exactly. So that\'s the global Style panel here. But there are some quite a few other improvements along with styling. So the first is the idea of pushing styles globally. So if I\'m in here, and I\'m designing, let\'s say I want to add a radius, I want to do some different typography as to appearance like this, like bold, italic look. And then we\'ll also...\n\n<strong>Anne McCarthy  </strong>12:07\nThat\'s cool.\n\n<strong>Rich Tabor  </strong>12:07\nThanks. Also, let me make the letter spacing, maybe we\'ll make it a little bit bigger, actually, and then, I think that\'ll work. Do these changes here and see I\'ve just styled this one particular block this button up here. And this button down here is still using the global styles that we designed earlier. But now I can go through my settings panel here and hit Apply globally. And I\'m going to here so we can see that happen. The styles are now pushed globally to all the other blocks. So this is really helpful for when you\'re designing in flow. And you don\'t necessarily want to abstract out into the style book and you want to push your changes that you just did here, because you like the way the button looks and want those applied everywhere, all at once. I think this is really powerful way to to quickly design within the editor. Another tool that is quite useful, I\'m going to take this heading here and manipulate this. It\'s the idea of copying and pasting styling. So we\'re going to use that same bold italic look, maybe we\'ll make that a little smaller, we can even manipulate this size to be a little bigger. Now we go here to copy styles. And then I can come all the way down here to this other heading that\'s very similar, and paste it in. And there we have that style applied just to these two headers. And you would do this when you don\'t necessarily want every single heading to have this effect. But perhaps there are like elements on this page that you want to push those changes to, specifically. So copying and pasting allows you to be very granular, whereas applying styling globally, lets you be more of a holistic design experience for pushing styles. Another neat...\n\n<strong>Anne McCarthy  </strong>13:57 \nOh, real quick, I just wanted to know like I think one of the things that\'s interesting is, as we\'ve added more design options to blocks like this is part of the experience of scaling things and making it easier to use. So when we think about like intuitive and delightful. Some of these tools coming into 6.2 really take you know, the tons of design tools that we\'ve added over the last couple releases and makes it easy so you can actually tweak things and then reuse. So I think that\'s one of the things I want to call out is it\'s kind of this crescendo. Where now the tools that are coming to 6.2 to really ease the experience and allow you to do a lot of neat stuff where rather than having to re-tweak everything through every single heading block. A lot of stuff is used. So...\n\n<strong>Rich Tabor  </strong>14:34\nYeah, exactly. WordPress is moving towards a design tool and less of like, what you see is what you can only have. It\'s more of an expression of creativity and it really does open up the doors for for designing beautiful pages on the web. I think it\'s really powerful.\n\nAnother cool bit that we\'ve added is the idea of sticky positioning. So headers would be nice sometimes if they stick to the top, so for top level group blocks, this is a group block here, there\'s this new position attribute where you can assign it to sticky. And as you can see, right in the editor, it\'s already showing me that this is sticky on the front end. And also here as well. It\'s only available for top level blocks for now, there\'s still some some odd stuff to figure out on how we communicate when something is not going to stick due to the the parent height of the elements around it. But for top level, it\'s still fine. So we have it here. But there are some iterations that are already happening for the next release that will kind of bring this into more, bring some more capabilities to this particular feature.\n\n<strong>Anne McCarthy  </strong>15:44 \nYeah, and I\'m very excited because one of the things I wanted to briefly call out was the how the header, the template part has that purple. So another neat thing coming to this release, that was a big part of feedback for the outreach program was having to look parts and reusable blocks having a different coloring, because there are different kinds of blocks are synced across the site, when you make little changes and impacts everything everywhere. So that\'s another neat thing that\'s coming with this release, is that you can kind of see those a bit differently in the List view as well as when you\'re in the editor. I see Nathan has his hand raised. Is that intentional? Oh, it\'s removed. Okay.\n\n<strong>Nathan Wrigley </strong> 16:23 \nIt was not intentional. That\'s my mistake. I\'m sorry.\n\n<strong>Rich Tabor </strong> 16:28 \nYeah, it helps you see quickly too like, what is the template part, particularly for headers and footers, it makes it easier to browse quickly.\n\nSo speaking of template parts, and patterns in particular, so headers and footers, are new patterns added within WordPress 6.2. And now that they\'re loaded, actually from the pattern directory, which is kind of neat. And I\'m going to show you how to replace a footer with one of those other patterns. So if you have your footer template parts selected, you can go to replace footer. Now this flow is not new to 6.2, but it\'s going to call out these other improvements. And then you just click one there, and you have it loaded here, that\'s the site logo that I\'m using up here as well. And you can modify this text without having to do any any funky PHP filters or moving actual templates. And if you want to change it again, you go back to replace say, let\'s pick this other one, let\'s try this one. It\'s kind of nice. And there\'s this focus view, or you can zoom in to just the footer itself. You can even check the responsiveness of it and see how it, how it reacts on mobile, and make any of your changes here and have those persist over to the actual template whenever you close it out. It\'s a nice way to really kind of clean up the editing experience. So you\'re not seeing this entire group of groups and instead kind of focusing on what you\'re actually wanting to complete. You can do the same for the header as well.\n\n<strong>Anne McCarthy  </strong>18:01\nYeah, and as Rich mentioned, there are some new patterns that are being bundled from the directory, which I think are really extensive. Regardless of what theme you\'re using, there\'s going to be some pattern for group patterns that help democratize design where you can use them in anything.\n\n<strong>Rich Tabor  </strong>18:15\nYes, that\'s right. All right. So navigation. Navigation has gone under a... quite a bit of work in the last a couple of months. And really, this is all about trying to make it easier to manage your site\'s navigation and also add pages and links and then even styling. So there\'s this new dedicated list view for the navigation block. So it\'s essentially emulating a little bit of what\'s available over here except for you had to kind of get down to it. Now it brings it top of mine and the surface area here. You can drag them around, move them up and down, even add submenu links and remove them as well. And then you can style it like normal. And now apply different styles via the styles tab to the block itself, or even individual page links and whatnot, you can dive into them and manage them all from here, instead of having to only manage them from up here. This really kind of abstracts the complexity from from this particular canvas interface into a more familiar interface here on the sidebar. It\'s really a great effort. And it\'s it\'s taken some time to refine but it\'s getting there and it\'s feels a lot nicer.\n\n<strong>Anne McCarthy  </strong>19:30 \nYeah, there\'s been a lot of good feedback about this as well just because it kind of is meant to marry the classic experience with bringing blocks into it. So it is in addition to being edit, editing on canvas, so if you really want to continue to edit as a block you still, you can continue to do that. But it does add a nice interface and the block settings where you\'re able to do it. And I\'ll briefly call out here the split settings, which we\'ll probably talk about later. But you\'ll see here for more complex blocks, there\'s some nice split settings making it a little bit easier, more intuitive to go through.\n\n<strong>Rich Tabor </strong> 20:02\nYeah, that\'s right. And if you take a look at navigation here, this is very similar to this component added here. And, and that\'s, that\'s purposeful, we want it to look and feel familiar. Either way you\'re managing navigation. So you can also add some menu items here, remove them and drag them around and reset them here, as well as browse into the individual pages. So that\'s what I have for the site editor portion of the demo. And did you have anything else you wanted to add to this, Anne?\n\n<strong>Anne McCarthy  </strong>20:37\nOh, could you resize the Browse mode for me? I just love the resizing. I think it\'s kind of cool. This is just like a fun, you know, thing to call out. But maybe you won\'t noticem but you can resize it. So as you\'re quickly going through your site, if you want to see how it looks in different ways, you can also do that. So that\'s the final thing I\'ll shout out.\n\n<strong>Rich Tabor  </strong>20:56\nYeah. So then, yeah, exactly. It\'s... there\'s a lot of fine, fine touches like that. Well, we can\'t obviously can\'t call them all out today. But it is really getting tightened up overall as an admin experience for the site.\n\n<strong>Anne McCarthy  </strong>21:12\nIt\'s such a great foundation in the future, for sure.\n\n<strong>Rich Tabor </strong> 21:15\nExactly, exactly. Alright, so if we press this back button here, it goes right back to the dashboard, I\'m gonna go and leave...\n\n<strong>Anne McCarthy </strong> 21:25\nThat back button was a big piece of feedback people had they would get into the site or not know how to get back out. So I appreciate you calling that out.\n\n<strong>Rich Tabor  </strong>21:32\nYeah, exactly. It\'s been through a number of iterations. And I think we\'ve settled on something that feels feels nice; it does feel nice.\n\n<strong>Anne McCarthy  </strong>21:41\nI agree.\n\n<strong>Rich Tabor  </strong>21:43\nSo...\n\n<strong>Anne McCarthy  </strong>21:44\nAh yes, the removal of the beta label.\n\n<strong>Rich Tabor  </strong>21:46\nYou want to talk to this, Anne?\n\n<strong>Anne McCarthy  </strong>21:48\nYeah, I would love to jump in on this actually. So you\'ll notice that the beta label is removed for this release. And part of why we wanted to show it now is to see how all the features, how the experience has changed, how much more you can do. And all of that has led to the removal of the beta label. And that doesn\'t mean that feature development is done that it\'s like, you know, gonna stay this way forever, it just means it\'s in a place where we invite you all to try to the site editor, it is out of beta. And a lot of development work has gone into testing this. So we\'ve had almost, I think, 20 calls for testing with the outreach program. It\'s been through multiple major WordPress release cycles, there is still more work to be done. But I\'m very excited to see the beta label removed, I think the features that are coming to 6.2. And the foundation that is set with 6.2 really marks a level of maturity. That is pretty exciting. So consider this an invitation to try out modern WordPress, and to check it out.\n\n<strong>Rich Tabor</strong>  22:43\nA hundred percent, I couldn\'t have said it better.\n\nAlright, so another neat part that\'s added recently for 6.2 is this idea of distraction free mode. So it\'s not turned on by default, but I have it on so we can see the results here. So you can go in and type right here. And then actually, I\'m gonna throw in some Lorem here. So you can see it in action. So this feels more like a text editor and less like a Block Editor. Whenever distraction free mode is on even the the multi block selection, it feels really nice. It doesn\'t there\'s not this idea of blocks, even it\'s kind of abstracted from here, there\'s less noise, there\'s less distraction. And just think that the idea is that it\'s just you and your words, it\'s just writing and publishing. And if you want to publish, you can hover over here, you\'ll see the toolbar come down, you can hit Publish or draft. And then this is how you would turn it off and back on here. And then you still have control of all the existing tool. And it\'s just a much simpler, streamlined interface. And you do have access to blocks, you can still add them if you\'d like to, but the idea is just being able to write without the distractions is really powerful. And a really nice publishing experience overall.\n\n<strong>Anne McCarthy  </strong>24:08 \nAnd this is for everyone. So this is like a lot of stuff we\'re coming to say it or using a block theme. This is available for anyone who\'s using the Block Editor. And to be honest, I use this for basically all my writing now. Especially for any post or page, I typically will go into this mode. So I\'m very excited about this. And I hope folks feel the same way.\n\n<strong>Rich Tabor  </strong>24:28\nYeah, exactly. I\'ve been using that too for quite a bit. But the thing is, is also not only for post editing, so I have a page here that I\'ve created. And I have distraction free mode turned on, which kind of removes all the extraneous tooling and it really lets me focus in on the actual blocks here so I can manipulate them to an extent. I can even drop in different imagery for these images here and modify the buttons and whatnot and even add more blocks but the idea is it\'s almost like a simplified editing experience for pages as well, not only for posts. And here, I\'ll come up here and turn off distraction free mode to see it all in real time.\n\n<strong>Anne McCarthy  </strong>25:13  \nAnd this isn\'t yet available for the site editor, but I have a feeling a number of folks are going to be keen to see that put in there as well.\n\n<strong>Rich Tabor </strong> 25:20  \nExactly, yeah, I don\'t see why it wouldn\'t work in the site editor as well. I think it\'d be very nice. Yeah. So we have some other improvements here that are fun. So this inserter here has gotten a couple of changes here. So blocks looks familiar, it\'s still the same, but patterns is where we started seeing some changes. Instead of having some featured patterns loaded in a block category selector, we\'ve split them out individually as their categories here, you\'re gonna load up some of the different header patterns that are loaded in WordPress 6.2. So you can load them here and see them in this tray, and then click to add them to your site. Which is really nice, it\'s a nice way to kind of go through them quickly and see a bunch of different ones. We also have the media tab up here, which is new, which splits out the images from your Media Library, videos, and audio as well, including the Openverse library. So this is a catalogue of, I believe, over 600 million free, openly licensed stock imagery. And you could search from right here in the inserter. So let\'s type in birds. And click on one, and it will add an image block with the image already added to it, we have got the caption down here. If you don\'t want the caption, you just turn it off right here, this little control that was added. And now you can manipulate it right off. So let\'s say this, drop it into here. Maybe we\'ll make these about the same size and move it over to something interesting.\n\n<strong>Anne McCarthy  </strong>26:53\nAnd I\'ll note that there was a GDPR concern around the images being properly uploaded rather than hotlinked. And I wanted to just note that that\'s been addressed. So the images are uploaded to your Media Library. That\'s why. So in case anyone has that question. Sorry, continue.\n\n<strong>Rich Tabor  </strong>27:08\nYeah, no, that\'s a good point. It\'s very important. A key benefit to have this flow here is that instead of instead of having to add an image block, and then open your Media Library, and then pick an image, and then you have it here, it\'s really this one flow of searching visually, and searching here, as well. And then having it added as an image block already. So it kind of skipping all the extra steps that you always have to do anyhow, it\'s really nice. And we have a couple of interface changes. So there\'s the settings icon up here that used to be a cog, and now it represents the sidebar itself. So when you open it, the sidebar is triggered, if that\'s closed. And that\'s changed for a couple of reasons. But one of the bigger reasons is, as I mentioned earlier, this idea of split tabs, so we have the cog for settings. And that\'s when a block has additional settings that are not per the norm of the styles that are available within WordPress, then you\'ll have a new settings tab pulled out here. And that\'s to keep the density nice whenever you\'re editing and it feels good instead of having everything kind of in your face all at once. Now for other blocks, like the paragraph block, there\'s not additional settings, so automatically not included. The tabs up top and just be everything top level. But  when a third party plugin adds like a different settings panel, or even if you extend one of these core blocks that does not have one, and a detects one should be auto added as well. So it\'s kind of just like a nice, fluid way to continue improving the experience of editing within WordPress.\n\n<strong>Anne McCarthy </strong> 28:49\nYeah, so plugin authors can also kind of make sure where they want settings and styles to show that it shows up correctly. And there\'s a dev note about that as well.\n\n<strong>Rich Tabor  </strong>28:58\nYes, that\'s right, you can you can decide as when you\'re extending or adding your own inspector controls. That\'s what these are called here, whether or not they\'re included within styles or settings as well. Yeah.\n\nThen another smaller change that\'s kind of nice is this idea of pulling the outline from its own toolbar item up here into the list view. It\'s because they\'re very relative, you know, a list of all the blocks on your page, also an outline of what\'s going on. So they\'re combined now into this one view. We also have time to read word count and character count here, which is nice. And then this is a little guide here that just helps you understand the structure of the importance of the structure of the document and making sure that it is properly structured. All right, was there anything else that we wanted to add you think, Anne?\n\n<strong>Anne McCarthy  </strong>29:51\nI\'ll add one last call out just because I\'m trying to think about like little dev tidbits if you want to disable it prefers there is a way to disable Openverse as well I know that\'s always a concern. We add something it\'s like, okay, how do we get rid of because I don\'t want a client getting into it, there is a way to disable that is documented as well. The other thing is the pattern. So there\'s new categories, the patterns. And so query is now posts, a couple of things were merged, there\'s no call to action. And there\'s also some lovely, which I\'m gonna brag on Rich, again, some new text based, query patterns. We have a lot of visual patterns for the query loop, and now there\'s wonderful, more text focused ones, which I think is really exciting. And just another great way where patterns have evolved and patterns is obviously a huge part of the future building with WordPress. So I\'m very excited about those and keen to see just more variation with query loop, I think it\'s really powerful block to make easier to use. So I\'m excited to see it. Otherwise, I think that\'s, I think that covers a lot of what we were trying to go through.\n\n<strong>Rich Tabor </strong> 30:57\nYeah, and there\'s certainly more. There\'s a lot of interesting, minute details that are, you know, quality of life improvements around editing and designing. And we can\'t cover them all today. But it\'s just, there\'s a lot of exploratory ideas and cool, interesting pieces that have been the result of lots of feedback and lots of testing, like I mentioned earlier. And, you know, it\'s really a testament to open source and contributing and really working together as a team to make this thing we call WordPress ours and making it a brilliant publishing experience. So just thank you to everyone who\'s put in time ideas, effort, code, design, marketing, copy, all of that, and more to making this what it is. It wouldn\'t be possible without you.\n\n<strong>Anne McCarthy  </strong>31:46\nTotally agree. And thank you, Rich, for doing such an excellent job building this site and demoing all this.\n\n<strong>Nathan Wrigley  </strong>31:51  \nYeah, indeed. Thank you, Rich. Thank you, Anne. Just to let you know that, in theory, there\'s possibly up to about 25 minutes left. If anybody wishes to pose a question, we\'re going to do our best to get the answer directly from Rich and Anne. Whether that means putting the screen back on, I don\'t really know. But we\'ve got a few that have come in. The place to put those, it would appear that some people have figured out how to do that in Zoom. But if you go to the walkthrough channel, in the making WordPress Slack, you can post some questions in there and all things being equal, we\'ll get them raised as quickly as we can. So we\'ve got a few. In all honesty, because they\'ve been copied and pasted from various different places, I can\'t necessarily say who the name of the person is that sent them. But first question I\'ve got over here for either of you. It says when you save globally, under the Advanced tab, does this change the stylesheet? Interesting.\n\n<strong>Rich Tabor  </strong>32:54 \nSo this will change the attributes of the blocks. So if I throw in that example, there, I pushed the attributes of that one block globally. So they\'re applied to every block. So it does affect some styles, but not writing any style sheet or writing to the core style sheets.\n\n<strong>Nathan Wrigley  </strong>33:11\nCan I ask the question? It\'s not something that\'s been submitted by anybody else, but it just occurred to me that as you were clicking the global button, I just wondered if there was a \"get out\" from there. In other words, if you inadvertently click the global button, is there an undo option in there? In other words, can you back away from all of the buttons suddenly changing or all of the H1s? \n\n<strong>Anne McCarthy  </strong>33:32 \nYou do have to hit save after. You can\'t just hit Apply globally. You have to hit save, and that\'s where the multi-entity saving pops up. The multi-entity saving is kind of strange in that it\'s not good at discarding changes. So you basically would just have to like leave. Like it would be like, Whoops, I hit that. You probably also have to hit the undo. Like there\'s - those are the two kind of options. So, yeah.\n\n<strong>Rich Tabor </strong> 33:54 \nYeah. The undo is like a global thing. It works there as well. Yes.\n\n<strong>Anne McCarthy</strong>  33:58 \nAnd there\'s a reason that feature is hidden, like under Advanced and collapsed. That\'s not necessarily for everyone. But for folks who do like to tinker, it is available.\n\n<strong>Rich Tabor  </strong>34:08  \nRight. And it\'s also only available in the site editor as well. So it\'s the more the global view of editing your site is where you can access that. \n\n<strong>Nathan Wrigley  </strong>34:17  \nPerfect.\n\nOkay, so I have a question from Zoom. Is copying and pasting styles as demonstrated just for core blocks? They go on to say more, which I\'ll read out. Some blocks collect, some block collections have their own C&amp;P, and I\'m curious what might carry over, if anything? And then there\'s a follow up. Also, if CSS classes are assigned to a block, will applying global styles to a block be to all of the same block, i.e. H2? Or, hopefully, will a custom class allow for a more granular global CSS? There\'s a lot in that question, but if we start with the: is copying and pasting styles demonstrated just for core blocks?\n\n<strong>Rich Tabor  </strong>34:56  \nSo it works for blocks that have leveraged the block support system within core. So if you have opted your block into using background color, and text color, link color, any of the layout settings, anything that was in the styles tab, then all of those would get pushed to or get copied or pasted or even pushed to the global application of styles as well. Now, if there\'s, if a block has done its own sort of background color attributes, I don\'t know that those would persist as well. But if you use what\'s available in core, it\'s really one or two lines of JSON will get you the background color support that you need. \n\n<strong>Nathan Wrigley</strong>  35:35\nAnything to add to that, Anne?\n\n<strong>Anne McCarthy  </strong>35:37  \nNo, just another reason to rely on what core is building. So it\'s a another great example of how these features will work together and how adoption helps whenever these new things come out.\n\n<strong>Nathan Wrigley  </strong>35:49  \nOkay, so we\'ll go on to the next question then. So this is from Zoom, and apologies, I don\'t know your name. Can we have this as a feature request? Can we have sticky sidebar block for some groups next release, please? \n\n<strong>Anne McCarthy </strong> 36:05 \nProbably would do a separate block, I\'m guessing. Yeah, do you have anything to add to that?\n\n<strong>Rich Tabor</strong>  36:11\nYeah, I would say we wouldn\'t need a sticky sidebar block. Right now that group lock in top level-only does support position sticky. And the only reason it was turned off like we did have it on for one of the Gutenberg releases for everything - for every group block - but it was turned off just because there was too much confusion around if you had a sticky element that wasn\'t didn\'t have enough space to stick for and enough height to stick. So it wouldn\'t actually be sticking. You wouldn\'t see a result of you applying a sticky position to it. So I think we can figure that out with some some UX to really clean that experience up so that you do expect and understand what\'s going on. When you apply that to a block. That\'s not the root level of the document. So it\'ll be there. It just takes a little bit more iteration.\n\n<strong>Nathan Wrigley</strong>  37:00\nOkay, another question. This time from Slack. When there are changes made in the site editor, are the templates still marked with the blue dots to indicate that the changes are in the database?\n\n<strong>Rich Tabor  </strong>37:14\nYes, from that Manage Templates view that I shared in the canvas, it will show up just like it did previously, when there are changes to one of the templates provided by the theme.\n\n<strong>Anne McCarthy </strong> 37:25\nYou can revert the changes, as well, as you\'re used to doing.\n\n<strong>Nathan Wrigley </strong> 37:30\nOkay, thank you. Anne\'s shared a link related to the question that we just posted. I don\'t know how Zoom works well enough to whether or not we can share the screen. \n\n<strong>Anne McCarthy  </strong>37:40\nI can briefly share my screen. \n\n<strong>Nathan Wrigley  </strong>37:42\nYeah, that\'d be great. Show us the GitHub.\n\n<strong>Anne McCarthy </strong> 37:43\nLet me try that. I just wanted to mention this in case people want to follow along in the follow up tasks related to this. I love to look at links. I\'m a nerd like that. So in case anyone else is, this is a lot of the follow up tasks and a great issue to chime in on or just follow if you\'re interested in this because there are some improvements to be made. But this is a neat report for now. So it\'s - oh, I just copied and pasted. So it\'s issue number 47043 in the GitHub repo.\n\n<strong>Nathan Wrigley </strong> 38:11\nSo 47043 related to the question that we just had. Okay, so another one from Zoom. This is Robin, who asked the question, can you show? It\'s just moved on my screen. There we go. Can you show us how to trigger the focus mode to view, say, for example, the footer on its own? So I guess we\'re back on the screen again.\n\n<strong>Rich Tabor  </strong>38:34\nSure. Everyone can see? Yep. So when you have a template part selected, you just hit the Edit button here and then it\'s focused into that as well. And then you have, again, the responsive controls here. All the existing controls, it\'s just localized to this template part.\n\n<strong>Nathan Wrigley  </strong>38:54\nHopefully that answers your question. Thank you, Robin. Just for anybody who\'s kind of lurking who has a question but hasn\'t yet posted it, please do. What are the chances that you\'re going to get Rich and Anne on the on the phone in the next few weeks? Pretty minimal, I\'d say, so make use of them while they\'re here. Ellen has done just that. She\'s in Slack. Ellen says, is there a plan to allow no title templates in the block editor as they are still included even in header and footer-only templates?\n\n<strong>Rich Tabor</strong>  39:28\nNo title templates. Like templates without a title? I\'m not quite.\n\n<strong>Anne McCarthy </strong> 39:35\nYou can just remove that block. \n\n<strong>Rich Tabor  </strong>39:36\nYeah, you can you can remove the post title block from a template. I\'m not quite sure if that\'s if that\'s what the question is asking.\n\n<strong>Nathan Wrigley  </strong>39:46\nEllen, if you\'re still in Slack and watching this, if you heard Rich and Anne queerying that, then if you can give some more clarity, we\'ll endeavor to get that answered.\n\n<strong>Anne McCarthy</strong>  39:57\nKnowing Ellen she knows exactly how to remove things. So I\'m like, I\'m curious. I\'m definitely - we\'re misinterpreting something because she\'s very - Not showing the title in the editor...?\n\n<strong>Nathan Wrigley  </strong>40:07\nYeah. Not showing the title in the editor. She says she\'s here. \n\n<strong>Anne McCarthy  </strong>40:12  \nI\'m like, \"Say more.\" \n\n<strong>Nathan Wrigley </strong> 40:14 \nYeah. Give us more. Give us more Ellen, and we\'ll get right back to you.\n\n<strong>Anne McCarthy  </strong>40:17\nLet\'s follow back up on that, because Ellen always has some good questions and good feedback.\n\n<strong>Nathan Wrigley</strong>  40:21\nAll right. We\'ll do just that. Again, another question from Zoom. This is posed by some anonymous person. Will the list views icon get the same treatment as settings?\n\n<strong>Rich Tabor  </strong>40:33\nI don\'t think it\'s in the plans. I don\'t think there are plans to change that. But list view icon, it\'s always the list view. So when you toggle it on and off, it\'s relative to what it is. Whereas on the other side, the settings can be block settings, page settings, template settings. Global styles is in that same area. So it\'s a little bit more context for the list view to stay a list view item.\n\n<strong>Anne McCarthy  </strong>40:58\nAnd I know that the question came up because the settings icon looks like there\'s that sidebar. And so there are who people have been asking like, will the same thing happened over here? Just for context. That was part of a discussion in a different GitHub issue.\n\n<strong>Nathan Wrigley </strong> 41:12\nOkay, thank you very much. I appreciate very much those people who are posing questions. That\'s really great. Again, just to prod you once more, feel free to add your own questions in no matter how big or small they are. We\'re here to help. So now we have a question on Zoom from Abdullah. And he coincides beautifully with a question I\'ve written down. Any good resources to learn FSE theme-based development? Can either of you point to a particularly good resource that you know of?\n\n<strong>Anne McCarthy  </strong>41:41\nYeah, Learn WordPress. There\'s tons of stuff on Learn WordPress that I would recommend. I also, Daisy Olson, who\'s Developer Relations at Automattic, has a Twitch stream going and some YouTube videos around block theme development. But I would recommend going to Learn WordPress. There\'s also some contributor-led initiatives. Carolina, who\'s one of the theme folks has, I think, it\'s fullsiteediting.com. And that was kind of like the original, go-to resource. And she\'s done an incredible job working on that and keeping it up to date. So yeah, there\'s tons of tons of resources. I will spare you from from sharing more, I don\'t know, Rich, you have more hands-on experience there. What\'s the most helpful for you?\n\n<strong>Rich Tabor</strong>  42:22\nYeah, there\'s some really great tutorials and guides on Learn that are relatively new, that are really helpful. And I see that the team there has been really cranking it out on the last year or two, like really putting a lot of effort into this. So I would, I would start there.\n\n<strong>Nathan Wrigley  </strong>42:38\nSo if you\'re not familiar with that, I guess it would be apropos to say go to your browser of choice and type in learn.wordpress.org and go and explore. Basically, there\'s a ton of materials that are getting updated on what feels like a daily basis at the moment. So, once more, learn.wordpress.org. Go and check that out. But also, Anne in the chat that we\'ve got going on here has linked to Daisy Olsen\'s Twitch channel, which - I\'m just going to read it out but hopefully I\'ll make it into the transcript. twitch.tv/DaisyonWP. And it\'s all one word. D-A-I-S-Y-O-N-W-P. Daisy on WP. So there\'s two great places to go. But the learn.wordpress.org is perfect.\n\n<strong>Anne McCarthy </strong> 43:24  \nI have to add one more thing, which is if you\'re not fully ready for block themes, one of the big things that I feel like needs to be emphasized more is you can gradually adopt. So all these features are being done. But maybe you want to only give access to a client to edit the header. You can do that. Maybe you want to leverage theme.json in your classic theme, you can do that. If you want to expose the template editor.\n\nBut use the rest of your themes across them, you can do that. So I want to also encourage folks to look into resources around gradual adoption, because it makes sense that this stuff isn\'t - From day one, there has been a focus on that. Adopt what you what you want, when you want and it\'s going to make sense to different people at different times. Matías once said that to me, and I think it rings really true. And so now that we\'re at this level of maturity, I think we\'re looking again and revisiting again, like okay, what can I use? What do I want to use? I think it\'s really important to mention. So if you\'re not ready to go all in, I encourage you not to just wipe it all away, but to think about how you can gradually adopt and also what would help you gradually adopt. So there is actually a label on GitHub started a couple months ago around - It\'s called blocks adoption. So if there\'s something that you see that you\'re trying to adopt the site editor, and it\'s preventing you from doing so, like we want to know about that. And you\'re welcome - I\'m going to just put this out here - @annezazu is my GitHub username, feel free to just like @ annezazu, \". This is blocking me from using the site editor.\" We want to know these things. Open issues. Please share, because that is also part of the phase of this work is making sure people can adopt as they can and that the tools are robust. There\'s a ton of resources as well. There\'s a page in the Theme Handbook around gradually adopting to block themes. So I just wanted to call that out.\n\n<strong>Nathan Wrigley </strong> 45:06 \nAnd just one more time, what was that? Give us, the give us the username.\n\n<strong>Anne McCarthy  </strong>45:11<strong>\n</strong>A-N-N-E-Z-A-Z-U. So like Zazu from The Lion King. It\'s an inside joke from middle school.\n\n<strong>Nathan Wrigley </strong> 45:19\nOkay, possibly the shortest question. This is from Sandy, I should say, Can Lotties be added to 6.2?\n\n<strong>Rich Tabor</strong>  45:28\nI would say that I did a quick search a few minutes ago and there are various blocks built by the community, which do allow you to add or embed LottieFiles to your site. I haven\'t tested any myself but feel free to dig into those. And if they\'re open source, they can contribute ideas or feedback on on those GitHub repos.\n\n<strong>Nathan Wrigley </strong> 45:49\nThank you very much. And Eagle has posted a question. When there are changes made in the site editor, are the templates still marked up - Did we have that one? We have, right? We\'ve done that. \n\n<strong>Anne McCarthy </strong> 46:01\nWe answered that one. Yeah.\n\n<strong>Nathan Wrigley</strong>  46:02\nI think we did. Okay, moving on directly then to Ian, what is - oh! Okay, what is the philosophy for mobile in the editor? Are there any plans to have a mobile view?\n\n<strong>Anne McCarthy </strong> 46:16\nThat\'s part of the dragging and resizing. And there\'s a lot of work being done around intrinsic design. And you can see on the developer.wordpress.org? What is the blog? I think it\'s /news. Do you hear audio?\n\n<strong>Nathan Wrigley  </strong>46:35\nI hear only your audio. I don\'t hear anything I don\'t wish.\n\n<strong>Anne McCarthy</strong>  46:36\nOkay, sorry. Something just started playing in the background out of nowhere and that just scared me. It\'s like all of a sudden, I was like, woah! Where was I?\n\n<strong>Nathan Wrigley </strong> 46:50\nSo we were talking about mobile views?\n\n<strong>Anne McCarthy </strong> 46:53\nYes, intrinsic design. There is a developer blog that if you\'re not following that, you definitely should, that addresses this around, basically showing that the mobile view points have exploded over time. It\'s now really not sustainable to try and have CSS and all this sort of stuff, mobile queries allowing for each view. So instead, how can we think about intrinsic design? And so that\'s like the best answer I can give. And for now, there is this nice resizing that you can do to kind of see how things scale. 6.1 introduced fluid typography, which was really exciting and part of this larger, intrinsic design set up. And I think we\'ll expect to see more of that over time. Sorry, for the brief mental break.\n\n<strong>Nathan Wrigley  </strong>47:36\nJust a quick reminder, we probably got 5, 6, 7 minutes or something like that before we start to wrap things up. So if you\'ve got any questions, please, please do post them in here. We have one from Paul who asks, is there any more work planned for pattern management in the future? And then WP Engine has released a plugin allowing easier management of patterns recently, I believe that was yesterday, it would be good to know if we should wait for core or assume that nothing else is coming soon.\n\n<strong>Rich Tabor  </strong>48:07\nYeah, I would say that pattern management is an important part of this new WordPress experience and having a way to create and manage local patterns, but also maybe push them to the pattern directory. And then on top of that, having a functionality built in where - it\'s kind of like a component based system where you have patterns where the design is the same across patterns, but content can change. All of that kind of falls into the same category of work. And that is something I believe WordPress will eventually do as well.\n\n<strong>Nathan Wrigley</strong>  48:41\nOkay, we\'ve got no more questions on the screen. So I\'m going to ask a question, if that\'s all right. You were demonstrating the distraction-free mode there where you could move things up, move things down, and resize pictures and images and so on. I was just wondering what the constraints on that are. So in the case of images, I could see that you could resize things. And with the text, I could see that you could, you know, highlight things and start typing wherever you wish. But I just wondered how the decisions had been made to set those parameters and those only. So yeah, around that, what\'s available in distraction-free mode? What limitations are there?\n\n<strong>Rich Tabor  </strong>49:17<strong>\n</strong>I would say, generally, it\'s what\'s available is what happens when you click on a block. The tooling is there available on the canvas before so resizing was available on the image but not the toolbar. So the resizing is still available when you\'re in distraction-free, but maybe not adding the caption piece or you know, those other toolings. It\'s almost like the content locking or content only locking API. It\'s very similar to that in a sense, but a little bit more tightened up.  Where just text and dropping in images - you can\'t necessarily open the Media Library from there unless you dive out of it. But you can drop another image onto that existing image to replace it. Some things like that.\n\n<strong>Nathan Wrigley  </strong>49:59<strong>\n</strong>It looks like a really excellent interface for people who just, well, want to concentrate on their writing. It sounds like Anne\'s all in on it.\n\n<strong>Anne McCarthy</strong>  50:05\nI use it every single day. It\'s amazing.\n\n<strong>Nathan Wrigley </strong> 50:09  \nIt almost felt like a Google doc minus all the bits and pieces at the top. Yeah, really, really nice. Okay, so we have some more questions. Weston is asking, what about optimizing the experience of editing using a mobile device on the web? So I guess that\'s a little bit maybe the question that we had earlier. How can... we how can we do things on a actual mobile device? \n\n<strong>Anne McCarthy </strong> 50:30\nThat\'s a great question. There are mobile apps. So there is the mobile team and using the mobile apps. I personally don\'t use mobile apps and sometimes will edit things from Safari on my iPhone SE 2.\n\nI actually was talking to someone - their username is Nomad Skateboarding. And from what I understand, he only builds client sites from his phone. And so one of the things I said to him, I was like, \"Give us your feedback. That\'s really cool. It\'s really unique. That\'s fantastic. Like, what pain points you\'re running into, what can we improve?\" Because there is obviously like, we are in a mobile first world. My phone is sitting right next to me. I would love to hear particular pain points folks have when trying to edit in that way. You can obviously use the apps. There are some quirks with the site editor, and that I know is partially being looked into and resolved. But yeah, I think there are probably - what we\'re building now should always translate back and there are teams trying to sync back and forth. And there was a recent post from the mobile team talking about what\'s the future of mobile editing. And so I would recommend - it\'s somewhere on Make/Core. I recommend digging that up and getting involved and honestly sharing your feedback. Because I don\'t think that is an experience that we talked about enough personally.\n\nIt\'s a great question. \n\n<strong>Nathan Wrigley  </strong>51:40\nRich, anything or should we move on?\n\n<strong>Rich Tabor  </strong>51:42 \nI think that was great.\n\n<strong>Nathan Wrigley </strong> 51:44 \nOkay, perfect. Um, um, um. Okay, we have an anonymous question. It says as page speed is a big challenge, how are we optimizing the blocks for better LCP score?\n\n<strong>Anne McCarthy</strong>  52:00 \nThere are, some interesting - sorry, Rich, I don\'t know if you wanted to jump in. I was going to start link dropping. \n\n<strong>Rich Tabor  </strong>52:05 \nYeah, you go ahead. Yeah. \n\n<strong>Anne McCarthy  </strong>52:07  \nYeah, there\'s some interesting work from André. Part of it involves actually adding tracking and making sure there\'s really good front end metrics. So there\'s kind of a twofer going on. In one fell swoop, we\'re focusing on better tracking and improving the tracking that we have for performance, particularly the front end. And then at the same time, also work is being done to optimize like style sheets. There\'s been some really neat stuff in previous releases that I bet I can pull up if you\'ll give me one moment.\n\n<strong>Nathan Wrigley  </strong>52:36\nYeah, whilst you try to find that, Anne, I think it\'s probably important to say that, if there are any questions which you wish to have answered which don\'t somehow get answered in the next few moments, then there will be posts created around this piece. So anything that goes missing, any question that is unanswered, there will be endeavours to get them answered. Right? Okay, show us what you got, Anne.\n\n<strong>Anne McCarthy  </strong>53:00  \nYeah. So this was a post I did for 5.9, in conjunction with a whole ton of folks who contributed and actually did this work, I just was kind of gathering it up. But you\'ll see sections here around block style sheets and CSS loading. And honestly, a lot of the work with the styles engine, which is part of the global styles project, can help give a lot of opportunity to actually improve this, I recommend checking out this post to see some of what\'s already been done. And then in the future, one of the discussions that we had recently with some folks across the community from Google, from Automattic, 10up, all over the place, including our lovely performance lead, Felix. We talked about some of this stuff and about how to talk about particularly themes and also just blocks in general. And thinking about some performance improvements and developer education and automated testing and all sorts of stuff. So I won\'t go too far into this. But I think a lot of work can be done. And some of it is being done around measuring more front end metrics and very recently, LCP was added and started to be tracked here, which I think is pretty exciting. \n\n<strong>Nathan Wrigley  </strong>54:05 \nI think following the performance team and Felix Arntz, in particular, would possibly get you quite a long way towards your answers there. Okay, a couple more. Firstly, there\'s a few people helping out in the Slack channel. So, appreciate that. We\'ve got Matías answering questions, and so on. So that\'s really amazing. Thank you. Another anonymous question, any plans to support CSS Grid?\n\n<strong>Rich Tabor  </strong>54:33 \nI think it\'s something worth exploring. Probably not the major priority coming up. But definitely some interesting aspects that we\'ve seen other... other building applications do that we can learn from for sure.\n\n<strong>Nathan Wrigley  </strong>54:47  \nOkay, we\'re very short on time now. I think we\'ve got to round it off at the top of the hour. So we\'ve got about four minutes left. I\'ve got to wrap it up a little bit. So try to get these last two done if we can. This is from Mary. What are the typography options as of 6.2? we have Google fonts and self-hosted. Any plans for solutions like Adobe Type and Monotype?\n\n<strong>Anne McCarthy  </strong>55:11 <strong>\n</strong>There\'s a Fonts API that got booted from 6.2 and is hopefully planned for 6.3. So I would just follow that effort. So right now, 6.2 is not introducing anything new or different there. Things are as they were. There\'s a private API that folks can can use with anything JSON. That\'s as concise as I can be.\n\n<strong>Nathan Wrigley </strong> 55:31\nNo, that\'s perfect. I think we\'re three minutes to go. That\'s probably the best time to wrap up the Q&amp;A. Apologies if you had a question and it didn\'t get answered. As I said, there will be a whole load of things created off the back of this. We will make sure that there\'s a transcript available and - just read something in the comment. Hopefully, any questions that have been asked but unanswered will be answered approaching that. Just very, very quickly, I have to say thank you to Anne and Rich in particular, for taking the time out of their busy schedules and demoing what 6.2 can do. It really looks like a transformational release. But also, thanks to Chloé and Jonathan and Lauren and Mary who are on the call, but, you know, you haven\'t necessarily seen them right now. So, appreciate them. That\'s really great. Following up off this, I\'ve got three points to mention. Following the 6.2 release on Make/Core for development updates and calls, there\'s going to be a post. It\'s make.wordpress.org/core/6-2. Also, if you\'ve been keeping a close eye on the Beta releases - I say beta, I know it\'s hysterical. The beta releases, we\'ve got version beta four has just been released. And anybody who wants to test that out would be most welcome. The URL for that is far too long for me to say out loud, but you can Google it, I\'m sure, and find out how to test for that. And also, if you are keen to follow WordPress, it\'s all over the social networks. And you can follow - basically, if you try to just follow @WordPress, then you\'ll get somewhere. So for example, on Twitter, it\'s WordPress - @WordPress. On LinkedIn, it\'s /company/WordPress. Instagram is @WordPress. And guess what? On Facebook, it\'s - what do you think it would be? It\'s @WordPress. So it\'s available all over there. And I think that\'s it. I think that\'s everything that we\'ve got to say. We\'re about one minute away from closing. So particular thanks to Rich and Anne, but thanks to everybody in the background making all of this happen. Thanks for showing up. If people don\'t show up, the work never gets done and the project never moves forward. So fully appreciate anybody who\'s given up their time to ask questions today and watch this presentation.\n\n<strong>Anne McCarthy </strong> 57:51 \nAnd thank you, Nathan. I want to call you out as being an excellent moderator and creating a safe space for us.\n\n<strong>Nathan Wrigley </strong> 57:57  \nVery, very welcome. I enjoyed doing it. I would gladly do it again. All right. I don\'t know how to end this call. So I\'m just gonna wave. Bye, everyone.\n</pre>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2023 17:11:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"Gutenberg Times: WordPress 6.2 Product Demo, shortcodes to blocks – Are PHP Themes dead? –  Weekend Edition 245\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=23530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://gutenbergtimes.com/wordpress-6-2-product-demo-shortcodes-to-blocks-are-php-themes-dead-weekend-edition-245/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14984:\"<p>Howdy, </p>\n\n\n\n<p>Happy March! The last month of the first quarter is already upon us and Spring can come soon enough! </p>\n\n\n\n<p>Last week I spent a considerable amount of time wrangling and reviewing developer notes for the upcoming <a href=\"https://make.wordpress.org/core/6.2/\">WordPress 6.2 release</a>. The Release candidate 1 will be published on March 7th, and that&#8217;s also the published date for the Field Guide that accompanies each major WordPress release. </p>\n\n\n\n<p>I have been very excited about the <strong>next all-women release squad</strong>, planned for 6.4, ever since Josepha Haden Chomphosy <a href=\"https://twitter.com/JosephaHaden/status/1620904918675767297\">tweeted about it</a>. If you are interested in learning more about how WordPress releases work, watch the Make Core Blog for updates about the upcoming releases. The <a href=\"https://wordpress.org/about/roadmap/\">WordPress Roadmap page</a> was recently updated and shows that the 6.3 release is planned for August and 6.4 for November 2023.  </p>\n\n\n\n<p>For myself, I will have a few distractions from my WordPress work and the Gutenberg Times the next two months. After almost a quarter of a century living in Florida, my husband and I are <strong>moving back to Germany; Munich</strong> to be more precise. It&#8217;s time to go home and spend more time with our families.  Both our employers, Automattic and Oracle, and our fellow teammates are supporting us generously and wholeheartedly in our change of residence. We are forever grateful. </p>\n\n\n\n<p>I am eagerly awaiting to connect more with the German WordPress community, the communities in Africa and the rest of Europe. Speaking of which, <a href=\"https://europe.wordcamp.org/2023/\"><strong>WordCamp Europe</strong></a> is coming up in June (8-10). I already have my ticket. <a href=\"https://europe.wordcamp.org/2023/tickets/\">How about you?</a> I hope to see you in Athens. <a href=\"https://calendly.com/pauli-haack/wordcamp-europe\">Use this link</a> if you want to put an in-person meeting in Athens on our schedules. The venue looks marvelous! </p>\n\n\n\n<p>And now, without further ado, the news. </p>\n\n\n\n<p>Be well! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">WordPress 6.2 </a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">WordPress 6.2 </h2>\n\n\n\n<p>As mentioned, the WordPress 6.2 is coming together nicely. </p>\n\n\n\n<p>Earlier this week, <strong>Anne McCarthy</strong> and <strong>Rich Tabor</strong> provided a <a href=\"https://wordpress.tv/2023/03/03/6-2-live-product-demo/\"><strong>Product Demo of WordPress 6.2.</strong></a> The recording is already available on WordPressTV. At the end, you can also listen to the Q &amp; A with questions from the live-audience. <strong>Nathan Wrigley</strong>, host of the WPTavern Jukebox and WPbuild podcasts, moderated the event. The post with, captions, transcript and shared resources will be published early next week. </p>\n\n\n\n<a href=\"https://wordpress.tv/2023/03/03/6-2-live-product-demo/\"><img /></a>\n\n\n\n<p>The first dev notes for WordPress 6.2  have been published to go into the Field Guide.</p>\n\n\n\n<p><strong>Marco Ciampini</strong> wrote about all the <strong><a href=\"https://make.wordpress.org/core/2023/03/03/editor-components-updates-in-wordpress-6-2/\">Editor Components updates in WordPress 6.2</a>.</strong> A round-up post of notable changes to the components package in WordPress 6.2. </p>\n\n\n\n<p><strong>Anne McCarthy</strong> posted about the <strong><a href=\"https://make.wordpress.org/core/2023/03/02/wordpress-6-2-accessibility-improvements/\">WordPress 6.2 Accessibility Improvements</a> </strong>providing an overview of the many&nbsp;accessibility&nbsp;improvements and fixes coming to the next major WordPress release.</p>\n\n\n\n<p>There are more to come on Monday and Tuesday. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-80-wordpress-6-2-preview-gutenberg-15-2-and-15-3/\">Gutenberg Changelog #80 – WordPress 6.2 Preview, Gutenberg 15.2 and 15.3</a> with Birgit Pauli-Haack and special guest Rich Tabor  </p>\n</div></div>\n\n\n\n<p>If you are a content creator and planning on writing about the WordPress 6.2 release, <strong>Anne McCarthy</strong> just published a <a href=\"https://nomad.blog/2023/03/01/wordpress-6-2-source-of-truth/\"><strong>WordPress 6.2 Source of Truth</strong></a> on her personal blog, with the caution that you don&#8217;t just copy/paste things, but us it as place to get your research started. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>Feeling the limitations of WordPress design? Get creative with Elementor and Gutenberg! Join <strong><a href=\"https://twitter.com/joyofwp\">Bud Kraus</a> </strong>for the virtual event <a href=\"https://events.godaddy.com/events/details/godaddy-events-godaddy-pro-online-presents-elementor-or-gutenberg-why-not-the-best-of-both/\"><strong>Elementor or Gutenberg? Why Not Both?</strong></a>  hosted by GoDaddy Pro on March 8th at 1pm ET / 18:00 UTC and learn how to create stunning custom layouts and designs.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><a href=\"https://twitter.com/one_maggie\"><strong>Maggie Cabrera</strong></a> invites theme builders to the <a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\"><strong>Hallway Hangout: Community Themes Initiative</strong></a> on March 7th, 2023, to discuss the next steps for the collaborative theme building. &#8220;This announcement is the proposal of a new community themes project. The goal is to bring together a squad of people to build&nbsp;block&nbsp;themes all year around the same way the default themes are built.&#8221; Cabrera wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post, <a href=\"https://chriscoyier.net/2023/02/16/noodling-on-wordpress-in-2023/\"><strong>Noodling on WordPress in 2023</strong></a>, <strong><a href=\"https://twitter.com/chriscoyier\">Chris Coyier</a> </strong>wrote down his thoughts about WordPress. He took a broad look at the changes WordPress experienced in the last few years, the block editor for content, and in other contexts, and Block Themes. He wrote: &#8220;<em>WordPress needs to spend a year working on DX.&nbsp;</em>There needs to be a clear message about how people should be thinking about building themes and how to do so with productivity keeping extensibility in mind.&#8221; and then he continues: &#8220;maybe that’s exactly what they just did with Block Themes&#8221; &#8211; and calls it a component model. The four words in his posts were &#8220;PHP themes are dead. 🤷‍♀️&#8221;.  </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/retlehs\">Ben Word</a></strong> wouldn&#8217;t have any of it, though. He posted a rebuttal: <a href=\"https://roots.io/php-themes-arent-dead/\"><strong>PHP Themes Aren’t Dead</strong></a>. <strong>Ben Word</strong> is the part of the team around the Roots project. He makes a strong case for using and developing for the block editor.  &#8220;If you’re a modern PHP developer, you will have a worse experience developing FSE themes versus building a hybrid theme that uses both PHP along with the block editor.&#8221; Word wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>And to stay within it for a moment, in his post <strong>Brian Coords</strong> is <a href=\"https://www.briancoords.com/embracing-theme-json-kicking-and-screaming/\"><strong>embracing theme.json, kicking and screaming</strong></a>, and he has many questions. &#8220;Its still up to plugin developers to include their own styles for things, or use fancy tooling to try to pull from <code>theme.json</code> where appropriate- neither being an optimal solution. This also becomes a documentation problem.&#8221; He wrote and continues: &#8220;When you read any docs about <code>theme.json</code>, it’s usually in the context of full site editing, which means that almost all the documentation for it assumes you’re styling blocks and building a block theme. Even parsing what features work in block themes and which ones work in hybrid themes is difficult.&#8221; </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>In her debut post on the WordPress Developer Blog,<strong> Joni Halabi, </strong>Senior JavaScript Front-End Developer&nbsp;at<strong>&nbsp;</strong>Georgetown University explains <a href=\"https://developer.wordpress.org/news/2023/02/static-vs-dynamic-blocks-whats-the-difference/\"><strong>The difference between Static and dynamic blocks</strong></a>. The difference between these two types of blocks comes down to how they are rendered on the front-end. Read on to learn more about the details, advantages, and disadvantages of each.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Also on the WordPress Developer blog, <strong>Ryan Welcher</strong> published his tutorial on <a href=\"https://developer.wordpress.org/news/2023/03/creating-a-custom-block-that-stores-post-meta/\"><strong>Creating a custom block that stores post meta</strong></a>. Learn how to create a custom dynamic block that saves information to custom <code>post_meta</code> and creates a one-to-one experience in both the block editor and on the front end. You will see an example of how to to use <code>@wordpress/create-block</code> package to scaffold a block.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jonathan Bossenger</strong>, developer educator on the WordPress training team,  takes his readers along on his experience <a href=\"https://developer.wordpress.org/news/2023/03/converting-your-shortcodes-to-blocks/\"><strong>Converting Shortcodes to blocks</strong></a> and has tips and tricks for creating blocks from existing Shortcodes, based on real-world examples. You learn to understand when a Shortcode should be converted to a block, processes to follow to convert blocks, and useful block development practices.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Tom de Visser</strong>, developer from the Netherlands and core contributor, shared how he has fun learning new things by looking at someone else&#8217;s code. It&#8217;s alittle harder now to do was with React in the mix there is a build step that hides the source code. In his post, <a href=\"https://tomdevisser.blog/how-to-learn-about-wordpress-block-development-by-playing-with-core-blocks/\"><strong>WordPress block development, hacking core blocks</strong></a>, De Visser shows you how to get the Gutenberg source code on your local machine, how to run the development and build processes from the project with Webpack and how to use <code>wp-env</code> to spin up a local environment where you don’t have to worry about breaking anything.</p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: &#8220;<a href=\"https://www.flickr.com/photos/131286397@N03/17223321258\" target=\"_blank\" rel=\"noreferrer noopener\">Printer&#8217;s Wooden Letter Blocks 1</a>&#8221; by <a href=\"https://www.flickr.com/photos/131286397@N03\" target=\"_blank\" rel=\"noreferrer noopener\">Sean-B</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/2.0/?ref=openverse\" target=\"_blank\" rel=\"noreferrer noopener\">CC BY 2.0</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 04 Mar 2023 20:55:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: WordPress Themes Team Proposes Community Themes Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142443\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/wordpress-themes-team-proposes-community-themes-initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3052:\"<p>Representatives of the WordPress Themes Team are looking to carry forward the momentum contributors found in creating the Twenty Twenty-Three theme’s style variations by <a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">launching a new Community Themes initiative</a>. Leading up to WordPress 6.1’s release, 19 designers from eight countries built 38 unique style variations, and <a href=\"https://wptavern.com/wordpress-announces-10-style-variation-selections-for-twenty-twenty-three-theme\">10 were selected</a> to ship with the release. At that time, contributors <a href=\"https://github.com/WordPress/twentytwentythree/issues/73\">discussed</a> a spinoff child theme project with additional style variations for Twenty Twenty-Three.</p>\n\n\n\n<p>Automattic-sponsored core contributor Maggie Cabrera <a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">published</a> a proposal that seeks to extend this new era of increased design contribution through a Community Themes project.</p>\n\n\n\n<p>“The goal is to bring together a squad of people to build block themes all year around the same way the default themes are built,” Cabrera said. She cited other reasons for the proposal, including the need to increase the number and the variety of quality block themes in the directory, and capitalize on community momentum during times when no default theme is being actively developed. </p>\n\n\n\n<p>The reality is there simply are not enough block themes available to the community yet with the current count at 247. Last year, the WordPress project fell short of its <a href=\"https://wptavern.com/wordpress-ramps-up-social-learning-events-on-full-site-editing-project-aims-for-500-block-themes-in-2022\">goal to get 500 block themes in the repository</a> by the end of 2022. The world of patterns and the ease of inserting blocks into templates gives users more design flexibility than ever before, so the landscape of themes is slowly changing, but there is no replacement for finding a theme design that just works and enabling it with one click. </p>\n\n\n\n<p>The new Community Themes initiative may offer an easier onramp for theme developers who are still getting into block theming, as well as a supportive community of builders who spur each other on to create themes that are compatible with the latest and greatest features of WordPress.</p>\n\n\n\n<p>The Themes Team&#8217;s next hallway hangout discussion will focus on the goals and purpose of this initiative. Contribution opportunities will be available for all skill levels, including designing, coding, testing, and reviewing themes. If you are interested to help on this project, the team is inviting people to join the next hangout on <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20230307T15&p1=1440\">Tuesday, March 7, 2023, at 10:00 AM EST</a>. <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/291851732/\">RSVP</a> is required to attend online.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2023 20:46:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"Post Status: Brian Gardner On WordPress Now And Today, Talking Design And Workflows, Full Site Editing, Gutenberg And Beyond  — Post Status Draft 143\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=147822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"https://poststatus.com/brian-gardner-on-wordpress-now-and-today-talking-design-and-workflows-full-site-editing-gutenberg-and-beyond-post-status-draft-143/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60433:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">In this episode, <a href=\"https://twitter.com/bgardner?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Brian Gardner</a>, Principal Developer Advocate at <a href=\"https://twitter.com/WPEngine\">WPEngine</a>, joins <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> to discuss the solid foundation WordPress established and how it might continue to expand into the future. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">65</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"><a href=\"https://twitter.com/bgardner?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Brian Gardner</a> initially found WordPress as a blogger. His journey led him to found Studio Press which eventually became part of <a href=\"https://twitter.com/WPEngine\">WPEngine</a>. Brian and Cory flashback into what was and lean into the potential future of WordPress.</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"><strong>Top Takeaways:</strong></p>\n\n\n\n<ul type=\"video\" class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">\n<li><strong>Workflow Education.</strong> Getting adoption for workflows can be challenging. Agencies may resist changes to their workflow even if the change may bring significant benefits. Investing in education is key. Contributing to WordPress education by testing things and hosting workshops and demonstrations can ensure the project as a whole succeeds.</li>\n\n\n\n<li><strong>Scaling is the Safety of WordPress.</strong> Many of the page builder softwares are not built for much beyond brochure-type sites. The extensibility of WordPress makes so much possible for businesses looking to deliver excellent customer experience or expand their site capabilities.</li>\n\n\n\n<li><strong>Competition vs. Cooperation.</strong> Today there is far more competition in WordPress. In the early days, competition existed alongside cooperation. We were competing while we shared, learned, and grew together. This cooperation led to innovation within WordPress and cultivated a vibrant, growing ecosystem. A shift towards community innovation can remind us that a rising tide lifts all boats.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"is-layout-flex wp-container-22 wp-block-columns sponsor has-theme-palette-8-background-color has-background\" id=\"StellarWP\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3 class=\"StellarWP has-theme-palette-1-color has-text-color\" id=\"Sponsor\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <span><a href=\"https://poststat.us/elementor\" rel=\"sponsored nofollow\">Elementor</a></span></h3>\n\n\n\n<p><strong>Elementor </strong>enables web creators to build professional, pixel-perfect websites with an intuitive visual builder. Quickly create amazing websites for your clients or your business with complete control over every piece, without writing a single line of code. Join <a href=\"https://elementor.com/community/\">a vast community of web creators</a> from all around the world who deliver exceptional websites using Elementor.</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-top\"><div class=\"wp-block-image elementor-logo\">\n<img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/08/Elementor-Logo-Symbol-Blue-150x150.png\" alt=\"Elementor\" class=\"wp-image-104033\" width=\"150\" height=\"150\" title=\"Elementor Logo\" />Elementor</div></div>\n</div>\n</div></div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show<strong>:</strong></h3>\n\n\n\n<ul>\n<li><a href=\"https://www.blogger.com/\">Blogspot</a></li>\n\n\n\n<li><a href=\"https://www.studiopress.com/themes/revolution/\">Revolution</a></li>\n\n\n\n<li><a href=\"https://www.studiopress.com/\">Studio Press</a></li>\n\n\n\n<li><a href=\"https://twitter.com/nathanrice\">Nathan Rice</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/\">WP Tavern</a></li>\n\n\n\n<li><a href=\"https://twitter.com/justintadlock\">Justin Tadlock</a></li>\n\n\n\n<li><a href=\"https://webflow.com/\">Webflow</a></li>\n\n\n\n<li><a href=\"https://www.figma.com/\">Figma</a></li>\n\n\n\n<li><a href=\"https://twitter.com/ajmorris\">AJ Morris</a></li>\n\n\n\n<li><a href=\"https://twitter.com/RafalTomal\">Rafal Tomal</a></li>\n\n\n\n<li><a href=\"https://www.designkit.org/\">Design Kit</a></li>\n\n\n\n<li><a href=\"https://frostwp.com/\">Frost</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/\">WordPress Learn</a></li>\n\n\n\n<li><a href=\"https://www.godaddy.com/\">GoDaddy</a></li>\n\n\n\n<li><a href=\"https://automattic.com/\">Automattic</a></li>\n\n\n\n<li><a href=\"https://www.squarespace.com/\">Squarespace</a></li>\n\n\n\n<li><a href=\"https://www.wix.com/\">Wix</a></li>\n\n\n\n<li><a href=\"https://www.weebly.com/\">Weebly</a></li>\n\n\n\n<li><a href=\"https://www.shopify.com/\">Shopify</a></li>\n\n\n\n<li><a href=\"https://twitter.com/Sara11D\">Sarah Dunn</a></li>\n\n\n\n<li><a href=\"https://www.gravityforms.com/\">Gravity Forms</a></li>\n\n\n\n<li><a href=\"https://pagely.com/\">Pagely</a></li>\n\n\n\n<li><a href=\"https://www.wpbeaverbuilder.com/\">Beaver Builder</a></li>\n\n\n\n<li><a href=\"https://elementor.com/\">Elementor</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/bgardner?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Brian Gardner</a> (Developer Advocate, <a href=\"https://twitter.com/WPEngine\">WPEngine</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] Hey everybody, welcome back to post draft. Um, I don\'t even know what to characterize this, uh, this se, this interview, Brian. Um, but I\'ve got a very old longtime friend, not that he\'s old, just that we go way back. Um, to, when I started with WordPress, I found this guy named Brian Gardner. And so I thought, um, who better to talk about with WordPress being 20th this year, our 20th anniversary, um, Brian, who was instrumental in a lot of things that helped, um, Build and grow this cool ecosystem we call the business of WordPress.</p>\n\n\n\n<p>But anyway, um, Brian, welcome back. I think you\'ve been interviewed before, probably like by Brian or somebody. Yeah. But welcome, welcome to the post draft podcast.</p>\n\n\n\n<p><strong>Brian Gardner:</strong> Uh, thank you for having me. Uh, one point of clarification. I am old. I\'m 48. Um, nearing, nearing 50. And in, you know, today\'s terms and. Even as it relates to [00:01:00] WordPress and people who are in this ecosystem.</p>\n\n\n\n<p>I\'m old and I\'m okay with that. Cause, uh, with, with that comes wisdom and experience and, uh, the ability to shepherd. So, uh, I embrace the stage of life that I\'m in.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. That\'s awesome. Well, you know, when we first started and met, we were in our thirties . Now we\'re in our forties, and it\'s like, uh, I thought there\'s a nostalgic fact to that.</p>\n\n\n\n<p>Absolutely. But also, yeah, you\'ve, you\'ve been there and seen things evolve over the years. Um, okay. So thank you for that. Thank you for being on, being on today. Um, I, uh, I wanted to talk a little bit about the past. Um, and tell me how you found WordPress.</p>\n\n\n\n<p><strong>Brian Gardner:</strong> I don\'t even know if I know the story, by the way.</p>\n\n\n\n<p>Yeah. You know, like it\'s been a while since I\'ve told the story. Um, and, and a lot of things I talk about, people still don\'t even understand what, what it was or what it was back in the day because it just, you know, they\'re [00:02:00] newer and stuff like that. Um, but I was working as a project manager at an architectural firm, and I just wanted to start writing and blogging.</p>\n\n\n\n<p>Blogging at that point was sort of in its infancy and there were, you know, things like movable type and Google\'s, Google\'s blog spot and, you know, WordPress was a thing back then. But I started with, uh, Google\'s blog spot, which is their blogger platform now. Uh, and some, somewhere along the way, I ran into somebody online who said, Hey, you should check out WordPress.</p>\n\n\n\n<p>It\'s you. It\'s a little bit more sophisticated, you could do more stuff with it. And I\'m like, yeah, sure. Okay. So I tried to install it, couldn\'t figure it out. So I did the whole, you know, Google my way through all of it. Uh, and I was like, okay, now that I get this, this is kind of cool. I\'m kind of glad that I learned how this works and whatnot.</p>\n\n\n\n<p>It\'s all, it\'s all new internet stuff from back then. And, uh, I remember trying to go through, and I don\'t remember WP themes.net or something like that, wherever the at, at the time the free, uh, theme directory was hosted and I couldn\'t really find [00:03:00] anything I liked. Um, and so I just took some, one of the themes down and I\'m like, well, maybe I can try to change some things inside these files.</p>\n\n\n\n<p>Didn\'t know anything about HTML or CSS , but I was like, well, let me just try right? Uh, and I just started hacking my way through the theme, sort of reformatted it. My O c d uh, didn\'t like the, the, the line breaks and the indentation haphazardly that, that were in the theme file. So I started there. Um, that hasn\'t changed to date.</p>\n\n\n\n<p>Uh, the tendency to be obsessive around, uh, formatting of code, but, um, just learning, you know, what a hex code was and how to change a color or spacing, uh, through the theme and the theme style sheet, um, kind of gave me to a point where I was like, okay, well I created something and now I feel like this is mine.</p>\n\n\n\n<p>Right? It was sort of like forking something, but I didn\'t even know what that meant at the time, right? Because open source didn\'t mean anything to me. I was just doing a thing. And so, um, you know, the, the fast forwarded version was I, I started developing free themes, giving them out for distribution, and [00:04:00] then customizing them as a moonlighting sort of gig.</p>\n\n\n\n<p>And from there, uh, revolution, the theme the design came about. And, uh, when that was rejected by a real estate agent in Boston, uh, it was an opportunity that probably changed for certain the trajectory of my life, but likely that of others as.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, so, uh, uh, we were talking before we started recording that maybe there\'s a lot of people in WordPress today that don\'t remember those, but I think it\'s important to reflect back that time.</p>\n\n\n\n<p>Back then, Brian was the wild, wild west, uh mm-hmm. like, you know, movable type had had done their thing and there was this mass exodus over to WordPress, which. I think one of the biggest, you know, parts of, uh, WordPress\'s success was they, uh, the leaders at that community made kind of a misstep and it mm-hmm.</p>\n\n\n\n<p>it was an access over here, but that produced this. There was cool code coming in and that, you know, things in WordPress and, but there [00:05:00] was this, that\'s what I remember finding as this desert of good themes.</p>\n\n\n\n<p><strong>Brian Gardner:</strong> Yep. That was rock.</p>\n\n\n\n<p><strong>Cory Miller:</strong> And that\'s where you were rocking, man. That\'s how I found you. I think I found you through a free theme, um, and was like, wait, who\'s this guy?</p>\n\n\n\n<p>I like his design. And then we struck up a friendship that was on this thing called Talk. Yep. Uh, okay. So fast forward then you started Studio Press. Mm-hmm. 2008. Um, and then tell us a snippet of that. I think many people know that, but let\'s make sure we cover that. Uh, and then you started what became Studio Press, correct.</p>\n\n\n\n<p>And you wanna share that little snippet of story?</p>\n\n\n\n<p><strong>Brian Gardner:</strong> Yeah. So originally it was all called Revolution. And at the time I didn\'t know anything about intellectual property and so I just named something what I wanted to name it. And unfortunately, the product of having it become successful is it gets put on the radar of.</p>\n\n\n\n<p>Technology and software companies. And so the short of it is we rebranded to studio. [00:06:00] Uh, as a result of a cease and desist letter I received from a a t uh, a company in the United Kingdom, it, it probably would never have gone anywhere, but it was not worth my hassle to fight it. So, so we rebranded a studio press.</p>\n\n\n\n<p>Uh, not too long into that is when, um, we made some hires. Nathan Rice, who, you know, is, was one of them. And we sort of built this framework called Genesis, uh, together. Um, was a theme framework, child, parent theme system that essentially ran the, the tenure of studio press\'s, uh, glory days and, uh, you know, for the better part of 10 years.</p>\n\n\n\n<p>And, uh, it\'s, well, five years, gosh, hard to believe Five years in June will mark, uh, the anniversary of the acquisition of Studio Press from WP Engine. So, uh, there\'s a lot of in between all of that for sure. Um, but yeah, it\'s, uh, it\'s still. It\'s hard to believe.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, I wanna set that too, just in case to show how far you back and what you\'ve done and part of that, um, but then I want to catch up too.</p>\n\n\n\n<p>[00:07:00] What are you doing today? Mm-hmm and what\'s interesting, I know I\'ve seen some things you put out, uh, with full-size ed editing. I\'m like, Brian\'s geeking out over there doing this thing. But tell me what you\'re doing now and what you\'re interested in. With WordPress.</p>\n\n\n\n<p><strong>Brian Gardner:</strong> Yeah. So before I get to that point, one of the reasons we sold studio press was at the time our, our partnership team didn\'t wanna necessarily, or because we had other things in our, on our agenda, we didn\'t wanna figure out what this Gutenberg thing was coming.</p>\n\n\n\n<p>Right. It was at the time, it was just announced this, this editor thing. And I told our team, I\'m like, look, either we need to like lean in and like really like double down and invest into where WordPress is going with this and what that means for our product and what we\'re working on. Or we need to just, you know, kind of call it a day and uh, focus on our other projects.</p>\n\n\n\n<p>Some of us were already doing personal things and it was time we kind of wanted to go do our own thing anyways, individuals, And so we\'re, we set out to find some, some people to see if there was interest in acquiring studio press. And so [00:08:00] we sold Studio Press in summer of 2018. And I was like, Hmm, maybe that was it.</p>\n\n\n\n<p>Maybe that was the extent of my WordPress tenure. And, uh, I was gonna try to do other things and I was interested in just trying, just different stuff. Cuz at that point for what, 10 or 12 years, I\'d been just doing WordPress theme design, um, pretty much every day. And so, um, yeah, you know, like. So a couple years went on, I did some agency work.</p>\n\n\n\n<p>I messed around with some real estate tech ideas and whatnot. Uh, certainly never forgot about WordPress. Continued to always use WordPress, followed along with, you know, the developments of Gutenberg and the editor and all of that. And it was about two summers ago, I came across a, an article on WP Tavern, um, from Justin Tadlock kind of showing a, showing what block patterns were and, uh, how they work and sort of the, and I just literally tweeted this a few minutes ago.</p>\n\n\n\n<p>Uh, one of my favorite parts of it all is sort of the, um, The replication [00:09:00] aspect where you can copy and paste and, you know, things happen so much easier and quicker now. And when I saw and understood what patterns were, uh, sort of immediately stopped me in my tracks and sort of was the, um, the seed that was planted for Frost, which is a, a WordPress theme now that WP Engine owns.</p>\n\n\n\n<p>And we\'re using that on our developer relations team to sort of showcase, uh, the possibilities of the editor and use it for educational purposes. And so, you know, Love WordPress. Probably never been as excited about what it is and what it can do. Uh, as you know, I\'m more excited today than I\'ve ever been.</p>\n\n\n\n<p>Uh, I get to do design related things around it. And I just really, you know, the landscape has changed the competitive landscape, right? You\'ve got Webflow and Figma and all of those types of tools that now sort of, and we can get to that sort of pose, existential threats as we try to work our way through sort of all these phasing, um, that I\'m still bullish and I, [00:10:00] I think, you know, 43% of the internet still uses it.</p>\n\n\n\n<p>So on some level there\'s some security involved, but, uh, you know, we wanna be the change. That\'s why we exist. Our team at, uh, WP Engine.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, I\'m glad, I\'m glad to hear, uh, someone else say that cuz I\'m, I\'m right with you. There are existential threats. Two WordPress, you, you mentioned Webflow and . I talk about that a lot.</p>\n\n\n\n<p>We, we, AJ Morrison and I looked at it a couple weeks and I was like, wow. Um, when you look out the landscape today, so much tech just accelerates an impossible pace. And I\'ve looked at it. Gone. Okay. WordPress needs to kind reestablish ourselves, but I\'m so happy to hear though that you see opportu. And hope, um, with, and, and, and I hear it from what you just said is like full side editing, Gutenberg, and I\'m curious your thoughts about that, where we are now, where we\'re going.</p>\n\n\n\n<p>Um, you\'ve had a big presence obviously in design and theme work within WordPress and been a champion for that for a long time. [00:11:00] But I want to hear what you\'re excited about and passionate. And why, why, why this full set editing, why set frost, for instance, the patterns, how, what you\'re working on, what you\'re thinking about, what you\'re dreaming of.</p>\n\n\n\n<p><strong>Brian Gardner:</strong> You know, like we all live in a, a no code, easy click, drag and drop sort of society. And like all of the stuff that you and I built like back in the day right? Like was all hard coded. And, and even the PHP files, the text, it was all hard coded. And, and I. To update your website, you\'d have to go into a file and change text in a PHP file, which nobody ever wants to do unless you built some sort of gooey for it.</p>\n\n\n\n<p>And so like, like throughout the years, even as I look back on what we did with Genesis, there were still elements, you know, it was not ideal to, um, I mean, at the time it, I guess it was the only option, but it, looking back on it, it was not ideal to, uh, create a front page file with a bunch of widget areas and you managed your homepage by way of like eight different widgets.</p>\n\n\n\n<p>And then, You know, inevitably somebody would say, well, I wanna replicate this [00:12:00] page and use it for like an inner page. I\'m like, well, okay, you gotta recreate the file, re-register eight more widget. It just, it was a mess. And so where we\'re at today and why it excites me so much is that it\'s so easy to do all of the things that have been historically hard or difficult in WordPress.</p>\n\n\n\n<p>And of course when you compare them to some of these other software technologies like Webflow, which are even easier than WordPress has ever been and may ever will be. That\'s kind of where you\'re like, okay, this is great that WordPress can do this, but like there\'s a, a ton of other companies and, and of course we haven\'t even talked about the page builders yet, with which within the WordPress ecosystem sort of precursor where we\'re at now with the capabilities.</p>\n\n\n\n<p>Um, it just, it. I\'m a framework kind of person, and when I understand how something works and kind of can work within and build product around, like I, that really excites me. That brings me joy. It allows me to like, um, exercise and flex some of the design muscles because I\'ve got a system that can accommodate, [00:13:00] like changing and, and modifications so quickly.</p>\n\n\n\n<p>Um, and just that, that\'s part of, I think what excites me the most, just having the ability to deliver something to an end user who. You know, make it their own and, and have a demo, like without having to like, spend an hour recreating it. Um, so just looking within the WordPress kind of product system itself, just where we\'re at now is, is so much more.</p>\n\n\n\n<p>There\'s, the capabilities are so much more than they\'ve ever been.</p>\n\n\n\n<p><strong>Cory Miller:</strong> So full side editing. I haven\'t dug in fully to it, but I see the promise that it holds. Um, and then you mentioned like Gutenberg with blocks and patterns. So much potential there. Yes. But it kind of harkens back to when we started. You know, there\'s opportunity here.</p>\n\n\n\n<p>People need to come in, like you and others, I think at Rich, rich Tabor and mm-hmm. you and different people in the design space and go, here\'s what could be of this. Here are practical applications of that. [00:14:00] Um, tell me a little bit about your work with Frost in, in that. Is Frost kind of that, um, your r and d lab for doing this kind of.</p>\n\n\n\n<p><strong>Brian Gardner:</strong> Yeah, it is. Uh, a lot of people who followed me in studio press back in the day know of a gentleman, a very talented designer named Rafa Tamal. Uh, he was our lead designer at Studio Press for a long time. He is on his own now. Uh, he actually created a thing called Design Kit. It\'s a Figma. Product that allows sort of like a wire frame system inside of it where, you know, he\'s got a library of various components of a website, headers, footers, featured section hero sections, testimonials, all that kind of stuff.</p>\n\n\n\n<p>And the idea behind that was um, through Figma you can create files and do mock-ups for clients and stuff like that very quickly cuz you have a library of these sections to work with. Well, when I realized what block patterns. Which are essentially the same thing to sort of the WordPress coded version of these things in Figma.</p>\n\n\n\n<p>I was like, wouldn\'t it be really cool if you could set up a system that basically had like [00:15:00] a library to choose from, where you could insert into WordPress\'s dashboard, like, I want to insert this header with this section and that section, and just like top to bottom, build a page out within a matter of a few clicks.</p>\n\n\n\n<p>And so in its infancy, that\'s what Frost set out to be. Frost was a very vanilla sort. Not opinionated design, black and white wire frame setup, which has a bunch of patterns in there, several headers, several footers, all the kinds of sections that you could think of building. And the idea behind that was just to, if anything, help us inform ourselves on how this all works, how it can be used to like build sites and then.</p>\n\n\n\n<p>WP Engine brought that in when I was hired, and so it\'s been sort of like our, our toy within developer relations to sort of showcase things and build things. We\'re gonna hopefully move that into a little bit more production ready, um, staging here pretty soon, uh, so that people just can use it, um, beyond its current capabilities.</p>\n\n\n\n<p>But yeah, so Frost is, is [00:16:00] just sort of our experimental thing. We, we stay up to date with all of the latest updates that Gutenberg the plugin brings. So once Gutenberg ships, frost has a dependency on it. So we can like leverage all of the things that are coming so we can show people how it works, how it\'s built, how it can be used.</p>\n\n\n\n<p>And so it\'s just, it\'s been sort of like an anchor in inside our. You know, I</p>\n\n\n\n<p><strong>Cory Miller:</strong> think back about, I still create WordPress websites this way, but of course the Gutenberg tools has gotten really good and yeah. And, uh, I\'m fully embraced Gutenberg. Um, but you know, back in the day, you know, you had a theme. You were talking about changing CSS and stuff like that, and, um, as I\'ve talked to a number of agencies doing client work, you know, I always think about</p>\n\n\n\n<p><strong>Brian Gardner:</strong> workflow.</p>\n\n\n\n<p>Yep.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Um, Not to contrast it necessarily, but how, how do you envision the designer developer\'s workflow in WordPress with, with site editing? What, how do you [00:17:00] approach, I guess, might be a better way to ask it about building a WordPress website today? In 20th anniversary in 2023, you know, building a website project.</p>\n\n\n\n<p>I\'m, I\'m just curious, uh, I learned a lot of the theme stuff that I know from you mm-hmm. , um, in the early days. So I\'m curious, I\'m gonna ask the same question. 16, 17 years later,</p>\n\n\n\n<p><strong>Brian Gardner:</strong> much of what I do is sort of a do as I say, not as I do thing, just cuz I, I understand how things work so well behind the scenes that I, I shortcut a lot of things I think other folks have the ability to do.</p>\n\n\n\n<p>And that\'s not a flex necessarily and it\'s probably a drawback. Um, just a sort of a fly in the way. I, I like to do things. Personally, I just, you know, frost is a, is a blank slate theme and so generally, like I take it and fork it anytime I want to do anything with it. Um, You know, like if I\'m doing a client site, I\'ll take frost.</p>\n\n\n\n<p>First thing I\'ll do is rename everything for the client site. Similar to what we would do, you know, you rename the theme folder, rename the functions thing so that you know, it, it feels like, um, [00:18:00] it\'s a pro, it\'s something that\'s being custom built for, for a customer. Now you talk about agencies and, and that\'s sort of like what we\'ve encountered here.</p>\n\n\n\n<p>Uh, obviously agencies matter a lot to our business at WP Engine. And it\'s actually the, the subset of people who\'ve probably pushed back the most on Gutenberg and this block editor because of workflow. Because they\'ve got established workflows where teams have to sort of adhere to certain policies and certain standards and practices.</p>\n\n\n\n<p>And so it\'s harder, uh, many agencies just are built off of page builders, right? They, or not built off of, but they leverage page builders. So you\'re asking them to effect. Change their entire workflow, regardless of how cool and how easy it is, it\'s still a change, it\'s still a time investment. And so for the most part, in our experience with our, our developer relations efforts, we\'re, we\'re realizing that agencies are the ones that sort of resist the most.</p>\n\n\n\n<p>And that\'s okay. It\'s understandable. Um, but we\'re also sort of slowly just demonstrating, hey, the things that you\'re doing now can also [00:19:00] be done with word. Core capabilities, it can also be done quicker. And so while yes, there\'s an investment to learn how it works, but you know, the expedition of the expedition of workflow is I think what excites me the most.</p>\n\n\n\n<p>Sort of having library of patterns and things to draw from. Uh, you know, what used to take us, uh, 10 hours to build a site can take us two. Right. And so these are the kinds of things that I get excited about, not only for myself, but like for other people to say, Hey, here\'s, here\'s a new workflow that could actually be advantageous to your business.</p>\n\n\n\n<p>It\'ll help you scale, things like that. What I</p>\n\n\n\n<p><strong>Cory Miller:</strong> admire about what you did with you and your team did with Innocence is you created a workflow. Mm-hmm. , you know, for people to, and they\'re still fanatics about Genesis and for good reason. And, and I\'m curious, like, what do we need to do as a community? To help that.</p>\n\n\n\n<p>We want WordPress to still be the primary tool that people build. Yeah. Web projects on, um, what do you, what are the things [00:20:00] that need to happen? And I gather a lot of it\'s the work you\'re doing today. Sure. But I\'m curious, what are those hallmarks to make? You all did it once. WordPress is really good, like, you know, has that workflow established, but we need some new workflows to embrace WordPress.</p>\n\n\n\n<p>Full side editing. Good word, yada, yada. And what do you think those elements that need to happen?</p>\n\n\n\n<p><strong>Brian Gardner:</strong> Uh, a lot of it\'s educate, go ahead</p>\n\n\n\n<p><strong>Cory Miller:</strong> for, for those agencies, because I think about they\'re the people. Mm-hmm. , um, out there helping create that growth we\'re talking about with WordPress that\'s sustaining this for so long.</p>\n\n\n\n<p><strong>Brian Gardner:</strong> Yeah, a lot of it\'s education. I mean, learn, the WordPress Learn team is doing quite a bit like as the project itself, there are, we see them now, GoDaddy, automatic, WP Engine, you know, these developer relations teams that are starting to form really are, are sort of a demonstration of giving back to the community.</p>\n\n\n\n<p>Right. Five for the future. Uh, cuz a lot of the work, at least that we\'re doing is contributions to WordPress testing things, helping make it better so that just the, [00:21:00] the project as a whole can, can succeed. Um, so education demonstrations, workshops, uh, the WordPress online, uh, at Meetup is, is a very big thing.</p>\n\n\n\n<p>Uh, a lot of the people who are doing that stuff are community members, people, you know, some, some sponsored, some, some not. I mean, we obviously get to do some of that as part of our job. Uh, Just demonstrating in just various forms, right? Because there\'s, there\'s all kinds of flavors of WordPress. There\'s people who are just using it as like end users, and there are people who are building Nassau websites with it.</p>\n\n\n\n<p>So we\'ve got, you know, to serve different subsets of people and to educate and show in different ways. I think, um, one of the biggest pushbacks, I think it was WordPress six point. Or at least this is maybe when it was shipping, was the sort of ability to lock blocks this whole block locking a p i, which was an agency pushback like, Hey, I, this is great for people who are like, tinkering around, but we don\'t.</p>\n\n\n\n<p>The last thing we wanna do is sort of, uh, equip our end user, our, our client with the ability to break their [00:22:00] site by just toying with, you know, settings. Things like that and buttons, and so WordPress added and they\'re still adding more capabilities for block locking, which basically means you can set up a whole section of a website and just.</p>\n\n\n\n<p>Block, block locking them out of being able to manipulate it. Like, hey, can\'t, like move the columns around, but you can change the text. Right? And that\'s something that, that would be very appropriate to turn over to a client. Um, sort of protects the integrity of the site, but allows them to sort of maintain and manage it themselves.</p>\n\n\n\n<p>So there\'s just a lot of flavors of that. And I, I, documentation is probably the one thing that lacks the most because everything is moving so quickly, like things are changing mid-flight and all of that. So it\'s hard. Even do some of this stuff because by the time you cite, you know, the, the joke, the Golden Gate Bridge, once you get done painting the Golden Bri Gate Bridge, you\'d have to go back and start again.</p>\n\n\n\n<p>Cause it takes so long to do it. It, it\'s similar with documentation. By the time you like produce something and show someone how to do that, like the site editor screen or the u the user interface changes and so [00:23:00] therefore, like you gotta update it and things like that. So, I think we\'re at a really good point.</p>\n\n\n\n<p>6.2 should deliver and sort of level off a lot of this stuff that\'s been kind of coming so quickly, uh, which I\'m really excited about. Cuz now it\'s more about, okay now, now that things are stabilizing a lot, now we can convince people it\'s trustworthy software to use. We can feel better educating people and showcasing how things work cuz sort of.</p>\n\n\n\n<p>The, uh, the screenshots don\'t tend to change as much, and so now it\'s more just a matter of kind of rolling up our sleeves and doing the work and showing people how it can be used, how it could be beneficial to their company or business, and effectively help them change their workflows to, to leverage inevitably what\'s here and what\'s still coming.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, I know back in when we started out, you know, anybody, the beauty WordPress is anybody could pretty much with that five minute install mm-hmm. , um, create something on the web and have it in this database and [00:24:00] all these tools there and over time and um, I think I\'ve seen, I know you\'ve seen it too, but it\'s just the Squarespace, wick, Weebly effect.</p>\n\n\n\n<p>Mm-hmm. this tool underneath these tools, sets of tools underneath like a webflow. and, um, gosh, start to, to really, I, I would say a road, but like, That market, even though I still prefer to do it here, I\'m not gonna go to Squarespace weekly. I know that, like you said, I know the, I know what I\'m dealing with here.</p>\n\n\n\n<p>Mm-hmm. . Um, the unfortunate thing is sad for me is that I don\'t, I wonder about that market, but your work at WP Engine, you all do great project work and um, with the hosting that you all provide, but your clients are doing really cool projects. Mm-hmm. , and I\'ve seen this like section out of. Client work side of things, uh, this, this do it yourself or still there?</p>\n\n\n\n<p>Um, you know, somebody preferred just to use Squarespace and Weebly and that. They go to WordPress. But then I see two things, particularly in [00:25:00] Postes, kind of what I call a boutique agency. They\'re doing 25, 50, 70 $5,000 projects with a kind of size of business. You know that someone is hiring someone to do it with more complexity.</p>\n\n\n\n<p>Yep. And then I see another, and I don\'t have these perfectly out, but I see these broad strokes of enterprise. At scale project, which is awesome. Like, I can\'t imagine someone trying to deliver an enterprise project and going, wait, there\'s 50 people that could touch this. 500 people. I don\'t know. You know?</p>\n\n\n\n<p>Yeah. Um, that\'s one thing I\'ve seen that I kind of, um, I\'ll, I\'ll just tell you as we go. Way back is sad. Yeah. This bottom market\'s going on. But I\'m curious what you\'re seeing, particularly with your work at WP Engine too, is the kinda. That\'s being done on this scales up from the, I have an idea. I can roll my website out With this thing called WordPress.</p>\n\n\n\n<p>Yeah. To more complex type organizations and things like that. What are you seeing with in, in [00:26:00] those realms?</p>\n\n\n\n<p><strong>Brian Gardner:</strong> I see. Well, WP Engine for sure. And I think just WordPress in general. Um, generally gravitating, even though Guttenberg itself, the editor\'s intent was really to accommodate sort of the DIYers, right?</p>\n\n\n\n<p>The tinkerers and the, the Wicks and Squarespace types. WordPress\'s Bread and butter has primarily been, even though it started as a plugin platform, really, it\'s a really good c m s and there\'s a lot, just all because of it\'s open source nature, all of the plugins that exist, the ecosystem and the extensibility.</p>\n\n\n\n<p>Um, I don\'t think that that is the, the, the, the market that I think will be able to sustain sort of all of what\'s going on the most because Squarespace and Wick and Webflow, these are all. Catering more towards like the single user, small, very small boutique, you know, brochure type sites of things.</p>\n\n\n\n<p>Anything beyond that. Those, those, uh, those softwares can\'t even come close. Shopify\'s about like the only exception. I mean, it\'s very specifically built for [00:27:00] e-commerce and, and to scale with e-commerce, but there\'s not a lot beyond that. And I think that\'s where WordPress will kind of ultimately stay safe.</p>\n\n\n\n<p>Which doesn\'t necessarily feel good for the boutique agency who\'s now losing out to people, building their own sites on some of this other stuff. But, uh, and so I think there, there needs to be sort of a mind shift to some degree. Um, I\'m not saying a boutique agency has to like all of a sudden become 10 up.</p>\n\n\n\n<p>Um, But just there, there is a change and I, I think for better or worse, it\'s gonna sort of hinge on who, who responds to what\'s here and, and all of that. Uh, cause I think at some point people will, a, a client will come along and say, I\'ve heard of WordPress in this new block thing. I need a site built that way.</p>\n\n\n\n<p>Uh, and what we tell everybody we talk to, um, which, which is quite a bit of people. At some point you need to be, that\'s your value add that you could build with, we call it modern WordPress. Right. Um, and if you say, well, I, I could build it in classic press, like that\'s not gonna ultimately be a great plan of action.[00:28:00]</p>\n\n\n\n<p>Yeah.</p>\n\n\n\n<p><strong>Cory Miller:</strong> I\'m curious what you\'re seeing at the enterprise. It\'s a space I. We\'ve, we\'ve, we both have friends that have played on that level for the longest time, and I always, when I hear enterprise, I get excited about WordPress, but I know there\'s challenges there too, but, mm-hmm. , what are you seeing with your enterprise?</p>\n\n\n\n<p>Um, Agency clients, um, at WP Engine ,</p>\n\n\n\n<p><strong>Brian Gardner:</strong> I personally don\'t interact that much with like enterprise at that level, mainly because, you know, my, my heart and uh, affection generally kind of like lends itself towards like the, the small town , you know, you know, less Walmart and more, you know, Joe\'s. Grocery store sort of thing.</p>\n\n\n\n<p>I just generally like to work with people who are on smaller scale. Um, I know we\'ve got all kinds of, several, you know, just talented people and, you know, client services and things like that around our enterprise business. Uh, and I know we do a lot of, lot of great bit things. We\'ve got huge contracts and stuff like that, so obviously we\'re very invested in WordPress and [00:29:00] where it goes.</p>\n\n\n\n<p>We\'re very, you know, yeah. Interested in trying to like, make the, the hosting and sort of the website experience altogether better. Um, so I, I can\'t speak specifically to like what we\'re seeing. Sure. Right. Like that\'s probably for someone else to answer. Um, yeah. But I know that people, you know, there\'s, people are starting to ask questions like, Hey, what is, what does all this mean for us?</p>\n\n\n\n<p>Right? And it\'s, yeah. Not necessarily our team at developer relations to answer those questions, but like, as a company, we need to say, Hey, this is what WordPress\'s trajectory means for enterprise type. Yeah, well a</p>\n\n\n\n<p><strong>Cory Miller:</strong> lot of those boutique agencies I\'ve talked to at, in, in the post status community doing so cool things, I\'ve carved out these cool niches.</p>\n\n\n\n<p>Mm-hmm. , I didn\'t envision, um, you know, doing membership sites and e-commerce. With WordPress Pandemic took a lot of in-person, um, physical location businesses and they had to figure out how do we do web? And I thought, I didn\'t [00:30:00] like what they, everybody had to go through, but I, I like the fact that now a lot of these physical in-person businesses have, web presence, that ads, they have something that kind of extends their business.</p>\n\n\n\n<p>And I love hearing those stories. And I imagine that\'s a lot of the people you\'re talking about that you work with too, showing how they can, um, use this awesome tool called WordPress to really deliver excellent client work.</p>\n\n\n\n<p><strong>Brian Gardner:</strong> Yeah, I, I haven\'t been asked a lot lately, like how, where do I see the successes happening sort of with people within WordPress and, and from a product side, but also from like a service side.</p>\n\n\n\n<p>I think, you know, we\'ve started to see this over the last five years or so, sort of this nicheing of sort of, uh, ca, you know, capabilities. Sarah Dunn, she\'s a, a WordPress person that a lot of people know. She sort of niched down into like the wedding industry and she like completely owns it there. And she was one of the first people that I really was like, you know, like intellectually you\'re like, oh, don\'t niche down.</p>\n\n\n\n<p>Like be, you know, jack of all trades, [00:31:00] right? And so when I started to like really understand like where WordPress is going and I feel. Wholeheartedly that right now, like the people who are gonna rise above are the people who say, I, I don\'t wanna just build WordPress websites. I want to build education WordPress websites, or I want to, you know, be the e-commerce guru, or I want to become the l m S Ninja.</p>\n\n\n\n<p>You know, like where you become known for like, and be an expert in. Providing a solution and with all of what WordPress can do, and this is sort of like talking about like blocks and plug-ins and things like that, is people who will go into a certain market and provide and just take WordPress beyond its sort of general capabilities and say, I\'m going to either build, you know, a plug-in suite or a block suite that caters to a very sub specific subset of people, and then that that\'s where the value truly comes.</p>\n\n\n\n<p><strong>Cory Miller:</strong> So the, and, and I love that too. It\'s uh, 500 flavors times exponential of cool stuff that\'s happening that, [00:32:00] that I didn\'t even know was possible. But it is possible cuz they showed, they showed that you can do it. So I want to kind of turn our attention now as, so you\'ve seen a lot in WordPress over the time you\'ve been involved.</p>\n\n\n\n<p>What are some of the things, looking back, the hallmark. Things that have happened that, um, showcase who we are as a community and who this, what the software is in the world. As you reflect back, what are the things that come to mind? It can totally be theme and design related, or they can be general, but I\'m, I\'m asking these questions.</p>\n\n\n\n<p>A lot of people that have been around Sure. For a long time because I think it\'s very important to reflect back and go, this, this was. Now the second part would be re-imagining the future, right? So as you reflect back, what are those, what are a couple of those key things that moments in our WordPress history or whatever that really, um, made the difference?</p>\n\n\n\n<p><strong>Brian Gardner:</strong> As you know, I have an 18 year old son and so a lot [00:33:00] of our time as a family can\'t believe it. By the way. I know it\'s talking about like how life used to be for us as you know, gen Xers and what life is like, you know, for kids nowadays. Right. Zach and I were just talking about like social media and how he just doesn\'t like the pressures that it brings, and I was like, well, back in our day.</p>\n\n\n\n<p>Right. We didn\'t have to worry about that, even though there\'s benefits to it. Right. And so I think WordPress similar has some similar elements. Right. Like back when we started. There was a lot of true co competition, right? We talked about that word, sort of the co-opetition part of. We were all helping each other.</p>\n\n\n\n<p>You and I were competiting competing, but like we\'re on Google Chat, like comparing notes on how we\'re succeeding and what we\'re doing and what works. And I feel like to some degree life was simpler back then, right? Sort of cliche. Um, it just, yeah, the complexities were lower. There were, there was, it was a smaller market, you know, obviously it wasn\'t 43% of the internet, but it was certainly enough, uh, you know, a handful of people doing things and.[00:34:00]</p>\n\n\n\n<p>I think the success of the premium theme industry sort of sparked sort of the, the sort of like a, a marker here, sort of the, the initial growth of then the plugin market, right? Uh, gravity forms a good example. WooCommerce kinda like the early plugins that\'d say, Hey, you guys do themes, we\'re gonna do functionality, right?</p>\n\n\n\n<p>We\'re gonna sort of find our niche. With, with providing, uh, functionality for people who are using WordPress. And so you kind of go into like the growth and the explosion of the, the plug-in market, which arguably could have dwarfed the theme market because there\'s just so many use cases for it. And so like, that\'s like the first thing I was like, okay, that\'s kind of like when we all started to grow up, right?</p>\n\n\n\n<p>We kind of like, we graduated college and we\'re like, we\'re in the real world now. We\'ve all got real world businesses, like companies making millions of dollars doing things. This is not just like a. Software anymore that the, an ecosystem was formed. Um, and from that, like companies like WP Engine, you know, you know, uh, GoDaddy Page, Lee, all of the people, you know, you [00:35:00] see these acquisitions that so-and-so sold for a hundred million dollars.</p>\n\n\n\n<p>And I think people start to realize, okay, and that\'s when. Um, like a lot of stuff like that\'s when like sort of the greed comes into it, like the V C E O, there\'s real money to be made here, and so it starts to sort of taint the innocent ness of what we got to experience. I often tell Zach, I\'m like, man, life in the eighties was great and y\'all missed out, and I feel bad for that.</p>\n\n\n\n<p>You know? And I, I feel the same way with WordPress that some people who are like, I just started like three years ago and you know, like you jump in and it\'s like living in Tokyo. There\'s like ev people like bustling and like cars everywhere and like transportation and it\'s like, You know, the good old days like hope floats.</p>\n\n\n\n<p>Remember that movie, you know? Mm-hmm. , like small town Americana. Like, I, I miss that. I, I still miss it. Even now, like, again, one of the reasons we sold studio press, I didn\'t know we could compete, and that was from a person who effectively created the market that he was trying to compete in. And so, [00:36:00] you know, Lots, lots of stuff that come into play and, and this dovetails into all of the, the iceberg and mental health stuff, which certainly is a real thing, but, uh, maybe for another, another podcast, but lots to deal with there.</p>\n\n\n\n<p><strong>Cory Miller:</strong> I, I love the emphasis on cooperation that Spirit, WordPress and Open Source and those of us that were starting product companies back in then as a real spirit of cooperation and, um, I think we need a return to that today. Um, for sure. So I\'m so glad you mentioned that, um, because that, that\'s the, the software\'s cool community is what lights it up and makes it magic and.</p>\n\n\n\n<p>People going, I think the subpart of what I take from yours too. Innovation, an idea to do something that solves a problem that\'s really good for the business that has made the business of WordPress what it is today. Mm-hmm. . And I think there\'s challenges we [00:37:00] talked about with WordPress and um, and, and the web.</p>\n\n\n\n<p>But that, I\'m excited because I think there\'s always somebody new coming into the community that has an idea, has something that\'s gonna break the innovation wall down. Um, I think about page builders like you mentioned earlier, beaver Builder and Elementor, and going, when I, when I left Ithe was trying to build, rebuild my site, and I went and used one of those tools and I thought, holy cow, this is.</p>\n\n\n\n<p>We wanted what we tried to do. Yeah. But they did it really well, obviously by their success. Um, and you go, that\'s the cool stuff we need now a return back to that cooperation with innovation. Mm-hmm. and why I, what we do at post status is, I wanna always make sure we have a healthy, vibrant growing business ecosystem, which means we do want WordPress to be successful anyway, cuz we love it.</p>\n\n\n\n<p>We\'re zealots, you know, of open source software. Okay, so I, I [00:38:00] take first is cooperation. What</p>\n\n\n\n<p><strong>Brian Gardner:</strong> else? Ah, Sometimes it, it feels like a blur, you know? Yeah. , yeah. You know, community innovation, just a, a lot of that sort of dovetails in and around, you know, you know, it\'s an ebb and flow in just the, the product life cycle and the community life cycle.</p>\n\n\n\n<p>Um, I\'m trying to think if there\'s any, anything specific. Um, I mean, Genesis for us was obviously a big thing. It really formulated the whole idea of an ecosystem of developers and builders rallying around a, a project, um, who themselves found, you know, co-opt. Petition to help. You know, rising tide lifts all boats, right?</p>\n\n\n\n<p>You had a bunch of people who were developing with the same software, effectively competitors against one another, yet they were the ones who were like referring business to one another and helping answer questions in a forum on how to do stuff because. It really, and, and I\'ve really tried to operate this personally, is the sort of [00:39:00] pay it forward mentality, which is someone was there before you and they wrote about how to do it, and you learn from that and you figured out how to do it.</p>\n\n\n\n<p>And so like the next person who comes along, um, should have some artifact of, of what you learn so that they can then learn how to do it and then, you know, sort of the, the chain goes on. Um, but yeah, I, you know,</p>\n\n\n\n<p><strong>Cory Miller:</strong> What about with the software in particular? Um, obviously we were Drew, we, we, we met and we did this thing cause we were drawn to the software that was enabling us to do things.</p>\n\n\n\n<p>Are there from the software side, um, things you look back and go, you know what that point. Was a critical shift for, you know, for the core software that enabled something. And I, I have my own thoughts, but I\'m curious yours particularly because you, you\'ve always come at it with a design perspective and how do we, this workflow side of like, how do we produce these things that are maybe in our head with this software?</p>\n\n\n\n<p><strong>Brian Gardner:</strong> [00:40:00] So I would say Genesis was one for me personally. And then obviously Gutenberg has been like the second big one. Genesis Al enabled me to do a lot of the things that were sort of pain points. Um, Specifically around beams and designs and websites, stuff like that. Um, so Genesis was like the first like extension of WordPress that said, oh, I can now do all these things that like, I felt were limitations, even though there were several, several things that were like suboptimal about it.</p>\n\n\n\n<p>Um, at the time it was all we could do. Why I\'m so excited now is because like all of those things that I thought were difficult, even though we could work our way through them, Is now possible, uh, to do, uh, there are things I wish I could do better, right? I wish I could build blocks. I wish I could build plugins.</p>\n\n\n\n<p>And so like, I have personally a lot of ideas that I wanna execute on. Um, but I\'m like, all I could do is mock \'em up in Figma, and that\'s the extent of it. And so I wish, I wish, yeah, I, I wish I knew how to build stuff better. Um, and I\'m sure a lot of [00:41:00] other people are, are sort of in the same. Well,</p>\n\n\n\n<p><strong>Cory Miller:</strong> okay, so you mentioned Gutenberg with, I think it\'s critical.</p>\n\n\n\n<p>I was curious if you would mention Gutenberg, but um, talk to me a little bit about Gutenberg and what you\'re seeing, particularly with that part of the project and into the future. What are your hopes and dreams for that, that the software goes to enable people like you, other designers, and even me, I would say still benefiting from all this, um, thoughts about Gutenberg now and into the.</p>\n\n\n\n<p><strong>Brian Gardner:</strong> So Gutenberg for me, really helped make product building and product delivery a better and more delightful experience, right? Like I could build something that looked good, but telling somebody how to do it in the way it had to be done was really problematic. Documentation back in the, like, gotta open these files and do all these things.</p>\n\n\n\n<p>That is really not great for somebody who\'s not versed in WordPress or PHP or anything like that, even though it was the only way to do it. And I, I some I sometimes, I, I have a local copy of the [00:42:00] Revolution, original Revolution theme, and every once in a while I just pop it open for nostalgic purposes and I\'m like, oh my God, how did we even live or thrive off of this software?</p>\n\n\n\n<p>Which is extremely embarrassing to think about . Um, and so, What Gutenberg, when I say Gutenberg, we\'re talking, you know, what originally started out as, um, sort of the whole thing. Now it\'s actually the experimental plugin, but the whole idea of the, the black editing experience and full site editing really allows us as product builders to do things that we can turn over to people that they can then easily work with themselves.</p>\n\n\n\n<p>And that\'s the part I think, That excites me the most is not only can I sort of work within the system and design something that that just kind of looks really well, you empower people who otherwise have not been able to sort of do that for themselves by saying, Hey, you could change colors like in the WordPress dashboard with like one click versus like, Having to open a style sheet, but then you gotta go through ftp, [00:43:00] right?</p>\n\n\n\n<p>Cuz maybe some, you know, hosts shut down the ability to edit fol, like all of this stuff that was like, I don\'t, I still don\'t understand how we got to where we did because there were so many ju uh, hoops to jump through. But what excites me the most though is, is just the ability to. And now the pattern stuff and the, uh, the harmonization of the post and page editor screens, like the traditional WP admin and the site editor, which is essentially the, the merging of them just makes it feel like you\'re doing one thing.</p>\n\n\n\n<p>Cause I think a lot of people were like, oh, well Squarespace is so good cuz it\'s like there\'s, there\'s parody, visual parody between front end and backend. Like I just go to my thing and I type. Hit save and it just looks the way it does on the web. WordPress is not like that, right? The classic editor was like literally just a Google doc, but like on the front end it was like this beautiful design.</p>\n\n\n\n<p>That separation is now closing, and we\'re getting to a point now where, um, at some point people are gonna be like, they won\'t know the front end from the back end, and it\'ll all be just like an experience and they\'ll be [00:44:00] empowered significantly more than they\'ve ever been. That\'s cool.</p>\n\n\n\n<p><strong>Cory Miller:</strong> I, yeah, I, I love hearing about things like, uh, block locking for instance.</p>\n\n\n\n<p>Mm-hmm. , that, that\'s showing responsiveness to the community that\'s really leveraging this as a tool. And, uh, the game over for me, for Gutenberg was I was trying to create a button and, you know, I mm-hmm. barely knew how to create HTML back in the day, and I went to look for a plugin only to realize Gutenberg does those things now.</p>\n\n\n\n<p>Yep. In natively. And then that was the point I was like, okay, this, now I\'m, I\'m stepping in gonna embrace, um, this thing called Gutenberg. And I\'m really curious to see, I know Frost and some of the work you\'ve done particularly was we need a base to start those workflows. Mm-hmm. to use some of these tools and uh, it\'ll be cool to.</p>\n\n\n\n<p>All of that be fleshed out, creatively innovated, you know, along the way to keep, [00:45:00] to keep this thing called WordPress growing. All right, Brian. Thanks man. This was really good nostalgia, but I really wanted to get your perspectives on the, these things. I think it\'s important for us at the 20 year mark, I mean, 20 years on the internet is ancient.</p>\n\n\n\n<p>Yes. You know, and, and so, you know, the question I keep going is how do we. Doing the good work of democratizing publishing on the web, some of these things, I, I not just because of nostalgia. I love the fact that WordPress could be used from a blogger all the way up to a Fortune 500 company. Mm-hmm. and, um, across the world to, to free f Web.</p>\n\n\n\n<p>And, uh, I, I think now is the time for us to kind of remember some of these hallmarks that made us who we. And, um, and then reimagine what, what that looks like in the next phase. And I\'m excited for the WordPress community and that you\'re still here doing cool work, trying to cutting the edge, trying to like break things and push \'em past where they [00:46:00] want to be and show others that it can be done too.</p>\n\n\n\n<p>So anyway, thanks Brian for being on today at Post Status draft. And uh, by the way, so what is the role at WP Engine that you do specifically ? Now,</p>\n\n\n\n<p><strong>Brian Gardner:</strong> yes, I am a developer advocate on the developer relations team, which basically as it stands now, we have two different developer relations team. One is for headless WordPress, which is a little bit more on like the product side at WP Engine.</p>\n\n\n\n<p>And our, our subset, which is uh, Nick Diego, Damon Cooken, myself, uh, Sam Munos is our community manager. We are. Essentially focused on the adoption of full site editing and the block editor. We use Frost as a way to sort of demonstrate that stuff. Uh, we\'re, we\'re supporting our, some of our product teams internally.</p>\n\n\n\n<p>Um, but you know, when I was hired by Heather, uh, Bruner, our c e o, she, you know, asked if I would be energized, you know, in a, in a, a role of this sort. And I said, Heather, I love WordPress. I love design and I love community. So if this role sort of [00:47:00] touches all three of those in various forms, I\'m all for it.</p>\n\n\n\n<p>And. You know, it\'s been a great fit. I love working here and, um, really look forward to all the work we have ahead of us. Cool.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Thanks Ryan for being here today. And thanks everybody else for listening in to another episode of the post status draft. And we\'re gonna press this 20. Um, this is a really good story and one I\'d like to, uh, hear again and again and, uh, it\'s still possible within WordPress in the future.</p>\n\n\n\n<p>Yep.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2023 14:15:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olivia Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Post Status: Launching a WordPress Product in Public: Session 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=147828\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:81304:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><a href=\"https://twitter.com/hirethere\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> have been working to build a WordPress product live. Their plugin, <a href=\"https://crop.express/#welcome\">Crop.Express</a>, has been submitted to the repo. They discuss the outcome of their submission and continue to develop features. In addition, they discuss building brand identity, cultivating awareness, and developing authority as a needed business. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">65</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode, <a href=\"https://twitter.com/hirethere\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> share the results of submitting their WordPress plugin, <a href=\"https://crop.express/#welcome\">Crop.Express</a> to the repo. As they continue to build their product live, they develop branding, messaging, and strategy to validate their business and cultivate an audience.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Expanding Outwards.</strong> Repo offers inherent discoverability for WordPress products, but cultivating broader awareness is necessary for a product to succeed. Creating brand assets, a website, and a newsletter create conduits for growth.</li>\n\n\n\n<li><strong>Feel Out Your Brand. </strong>Be cautious not to box yourself in with branding. Consider what feeling you want people to get when using your product. Go a little deeper and have a little fun exploring the solutions and feelings you hope to offer as you create your branding. Move from literal to conception to better understand what defines your business.</li>\n\n\n\n<li><strong>Ring the Bell. </strong>Identify your customer’s problem and keep talking about it. Invite ideal users to talk about it. Leverage your personal platforms to highlight the pain point and how your product improves it. By telling that story and having others do the same, you start to build a case for your business.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://www.billoreilly.com/\">Bill O’Reilly</a></li>\n\n\n\n<li><a href=\"https://generatewp.com/\">Generate WP</a></li>\n\n\n\n<li><a href=\"https://www.canva.com/\">Canva</a></li>\n\n\n\n<li><a href=\"https://minesweeperonline.com/\">Minesweeper</a></li>\n\n\n\n<li><a href=\"https://www.adobe.com/products/photoshop.html\">Photoshop</a></li>\n\n\n\n<li><a href=\"https://www.stockunlimited.com/\">Stock Unlimited</a></li>\n\n\n\n<li><a href=\"https://www.fiverr.com/?source=top_nav\">Fiver</a></li>\n\n\n\n<li><a href=\"https://www.instagram.com/\">Instagram</a></li>\n\n\n\n<li><a href=\"https://unsplash.com/\">Unsplash</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/\">YouTube</a></li>\n\n\n\n<li><a href=\"https://www.paypal.com/us/home\">PayPal</a></li>\n\n\n\n<li><a href=\"https://contentjourney.com/\">Content Journey</a></li>\n\n\n\n<li><a href=\"https://zoom.us/\">Zoom</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2>Session 3 Corey & Cory Launch a WordPress Product Live &nbsp; </h2>\n\n\n\n<p>Cory Miller: [00:00:00] Oh yeah, of course. He, he gets so pissed off and, oh man, we, we<br />watched that a hundred times. Um, yeah, we\'re doing our live reference and stuff.<br />Cory Maass: Still reference it somewhat regularly. Yeah. , bill O\'Reilly, I guess.<br />Cory Miller: Bill O\'Reilly. That\'s it. Oh man.<br />Cory Maass: I couldn\'t have told you who it was, but,<br />yep. Classic, classic meme, classic quote, classic sample<br />Cory Miller: Okay. Tweak that out.<br />Yeah. Um, we were sound like 2009 when we started live streaming with you stream back in the<br />day and it was just sit on the green IKEA type couch. Put the laptop. And then one of the devs<br />were like, you ever seen the Billow rally clip? And I\'m [00:01:00] like, no. Now, I mean, I need to<br />see it. And then I was like, , just do it live.<br />Cory Maass: Yeah. I, uh, for a long time, cared a lot and still would try to, like, for probably five<br />years ago I was still doing like live DJ streaming DJ sets, which I\'m hoping to start doing again<br />soon. But like, was very meticulous about where I put the camera and the lighting and all that<br />stuff. And at some point it was like, you know what?<br />I need to just, I need to remove the friction from this and just make it easy. So it\'s like I just hit<br />like we\'re doing here, hit record, hit stream and go, and whatever happens, happens, you know,<br />but it\'s, it removed all hesitation to be like, you know what, it\'s four o\'clock. I, I don\'t wanna work<br />for the next hour.<br />Let me, you know, let me do something. So I\'ll bang out a DJ set and if people watch, [00:02:00]<br />they watch and they\'ll catch it later, you know? And it was just more fun that way.<br />Cory Miller: I, I love that you\'re open to this because I, it\'s weird, this weird thing. It\'s like<br />whether I\'m riding or trying to write something or do a start a new habit or whatever, it\'s just, I<br />like one having a partner to collaborate with, but two is kinda like putting it out there, you know?<br />Mm-hmm. just putting your stuff out there as raw as it might be. And I\'m really happy that you<br />were open and interested in doing this cause I, I think it\'s fun, you know, not a lot of Lindsay and<br />I did a podcast several years ago and it was just a time remember? And Oh yeah, we had some<br />friends over a couple weeks ago and they\'re like, yeah, we, we did that because, um, we, we<br />listened to a couple episodes and I thought, um, How maybe refreshing it is to hear other<br />people, you know, not that it\'s [00:03:00] comparing, but you\'re just like, oh, you and I doing this<br />Friday,<br />Cory Maass: it\'s not a big deal.<br />It\'s not super polished. Yeah. Yeah. I\'ve always been, I\'ve always been a DIY person and<br />unfortunately it, it is a bit of a bad habit, um, at points. It, it takes the fun out of things for me, but<br />I, I\'ve always been a doer and I\'ve always seen things, and then I think it, I think it\'s sort of the,<br />the way that I\'m an extrovert is, or part of the way that I\'m an extrovert is the, like I learn by<br />doing or I, I learned by replicating or whatever.<br />So it was like, but when I start, like I, I love, mostly what I listen to is electronic music, but a lot<br />of it is now ruined for me because I sit there and dissect it. Um, and, and try to figure out how I<br />would emulate it. And I\'ve, I\'ve managed to sort of untangle some of that, but a lot of it for a long<br />time was like, I can\'t, I can\'t just go to a party and enjoy, [00:04:00] like, I\'m sitting there trying to<br />figure out how I would, you know, create, recreate it or, or, you know, do make something<br />similar.<br />And same with most Art on the wall sculpture, things like that. Like, I struggle with that, you<br />know?<br />Cory Miller: Yeah. It, I love the music side, what we, and for everybody listening. We talked<br />yesterday, uh, Corey had a, came on to talk through something I was working on not related to<br />this product, and gave some incredible experience shares and some advice.<br />And when you were talking about music yesterday, I was like, I\'ve never been that type. I\'ve got<br />the most eclectic music fan, but recently I\'ve been getting into. , um, sound bowls in<br />frequencies, you know? Mm-hmm. . And, uh, it\'s been really fun. Um, and I just feel like, like I<br />want to ban, I want to do my sound bowl cause it\'s kind of my sort of meditation [00:05:00] Nice.</p>\n\n\n\n<p>Where my crazy monkey mind\'s going on. And so when he talked about music, I was like, all<br />right, now we\'re gonna jam about music at some point.<br />Cory Maass: So. Well, and this is where we start, uh, with make the obvious joke of like, oh,<br />what\'s, what\'s your favorite key? What, what\'s your favorite note? You know? Yeah. Because all<br />I can picture is the sound bowl.<br />Like I\'ve got an a minor, but I really, or a, an a, a sharp, but I really like the a, you know?<br />Cory Miller: Yes. So, okay, geeking out for just a second on this. So the, I don\'t know the better<br />term right now to talk about, but the internal and the spiritual side to mm-hmm. frequencies and<br />vibrations. Um, I went to a, I had it over the summer, I got to do a sound bath.<br />Cory Maass: Nice .<br />Cory Miller: And I was like, oh my God, this is the best thing, best thing on earth. I want more of<br />it. So the, these samples, um, and stuff, it\'s just like, so when you said and then mapping them,<br />because my music [00:06:00] education is like eighth grade, uh, you know, and so mapping<br />those to key notes and stuff, cause I\'ve been trying to figure out, okay.<br />I, I will digress. I\'m sorry, , I shouldn\'t digress anymore, but<br />Cory Maass: No, it\'s fine.<br />Cory Miller: Um, no, I\'ll take the rest of the hour and we\'re supposed to be talking about the<br />product, so , I\'ll keep, I\'ll help keep, meet myself in rain, in check here. Um, okay, session<br />number three.<br />Session number three is going. Um, okay, so here\'s the update. We, yesterday you, we, you<br />submitted the plugin to the repo.<br />We\'ve got that episode on, uh, YouTube and, um, so we\'re kind of in the waiting. For what<br />comes back from the approval processes, maybe? Or are we or are we ho ho.<br />Cory Maass: Um, so I, I want to call you out a little bit cause I think that again, the, you know,<br />in, in the, at the 10,000 foot level [00:07:00] or the transparency level or whatever, like you had<br />set a deadline for yourself for the read me last week and I could tell you were struggling with<br />like, the perfectionism, perfectionism of it or the, you know, I don\'t, I\'m not sure what I should do<br />here.<br />And so when you pinged me yesterday with, we were, we were going over some ideas, um, and<br />doing revisions and stuff, again, I could, I got a sense that you were not totally stuck because<br />you were working on it, but that we could be more productive by doing it together. And so we<br />jumped on a call and that was why.<br />You know, we\'re, we\'ve been trying to do this regularly, Wednesdays at noon, but we were<br />joking that that was, if this is session three, that was session 2.9 because it was, you know, not<br />our regularly scheduled program slot, but we got, it was another very productive hour. And,<br />[00:08:00] and another way that we helped each other through a process, because then it was,<br />you know, we did some really good brainstorming.<br />I, all of which I think is on film, that\'s, wow, I\'m aging myself. All of that is on YouTube. Um, but<br />talking through, just sort of brainstorming general ideas, distilling it down to a, a few sentences<br />enough so that we could just get it out the door. And at which point we were like, okay, it\'s,<br />we\'re, we\'re good enough.<br />Let\'s just do this. Um, so. Yes. Um, I actually read, uh, you tweeted, you know, we submitted the<br />plugin and I said, and we heard back, you know, what did they say? I tried to build a little<br />suspense, so, you know, for the thousands of people watching and listening right now, um, you<br />know, on the edge of their seats.<br />So, uh, we heard back within the same day, uh oh, okay. Which is really impressive. Um, and,<br />uh, the [00:09:00] only thing they needed us to change was we used Generate WP to create<br />that readme. And in so doing generate, WP created, um, one of the plugin tags or, you know,<br />line items at the top, um, was. One called Update URI and they don\'t want that included in<br />plugins that are included in the repo.<br />Cory Miller: Hmm.<br />Cory Maass: So the only, if I\'m reading the email correctly, the only thing we needed to do was<br />remove that one header and then resubmit it. .<br />Cory Miller: Okay.<br />Cory Maass: Which is, which is, there are a couple of things that I wanna say about that. One<br />is, uh, you know, we did a good job, uh, of writing simple enough code or whatever, but more<br />importantly to me, We, I\'ve never, so I\'ve, I\'ve submitted I think like three or four plugins, not a</p>\n\n\n\n<p>[00:10:00] lot, but I\'ve never had them come back and not say like, oh, you missed a place<br />where you need to sanitize or use anot or some, you know, usually, usually it\'s some little bit of<br />security, um, type stuff that I, I miss cause I\'m just kind of banging through.<br />I think in terms of MVP, like, I will, you know, clean this up later. Um, but we, by submitting<br />basically an MVP, a single more or less simple version, uh, I think is, you know, it, it limits the<br />likelihood that they\'re gonna go, oh, well, you know, there\'s, there are these big problems or<br />there\'s a hundred problems.<br />So, um, so fingers crossed they do say, um, do, do, do we believe this to be the complete<br />review of all issues found in your plugin. So make the corrections, review the, in the code,<br />resubmit it. I threw it up on, um, [00:11:00] my P cloud for them to download. And then, cause I<br />know that they run the code through some automated stuff, but I do know that a human also<br />looks at it, so there\'s a chance that they come back.<br />I might be, I\'m jinxing myself that we did so well because maybe they, they discovered<br />something on the second review or something like that. But, um, but yeah, so within a day did a,<br />uh, one line revision and sent it back. And so maybe this week we\'ll have this thing up in the<br />repo.<br />Cory Miller: That\'s great. That\'s great news.<br />Um, you know, I think yesterday you mentioned like first time I\'ve, or first time in a long time<br />since I\'ve submitted a plugin and I was like, I\'ve never done that process. I don\'t even think I<br />knew, you know, Never done a read me, never submitted it myself. Team did, of course. But um,<br />no. So all that, so that was really interesting seeing it behind the scenes.<br />And I gotta say over 15 years I\'ve been doing WordPress is, uh, we\'ve [00:12:00] come a long<br />way, you know? Yeah. Um, uh, a lot of things have, you know, there\'s always things we got, you<br />know, people grab about and we got things that, you know, aren\'t the great, the best, but I love<br />the spirit of like, we continue to move forward as a community.<br />And so, but it was interesting doing the Readme file because, um, I can\'t imagine as a<br />developer, you spend all this time just trying to write code, get the functions, you know, to do<br />what she wanted to do. And then you have this read me stuff and I was like, okay, if I\'m not a<br />developer and I\'m having a block about this, I can\'t imagine others. But you made the process<br />awesome, and I really appreciate that. That was one thing. I do like co-working sessions like<br />that. I really have found in the last couple years just coworking if somebody\'s like, Hey, could<br />you do this? I get in my own head space and blocked mm-hmm. , and I\'m like, sometimes I\'m<br />like, could you just be there?<br />Right. Uh, but yesterday you [00:13:00] were given good directio n.<br />Cory Maass: Well, and, and I\'ve, I\'ve had a little bit of experience with it, but it\'s also like, it was,<br />I found it easier than I often do because it was, I wasn\'t context switching. Like what I often am<br />doing is I\'m banging out code and then I\'m like, okay, I\'m ready to submit this.<br />And I\'m like, crap, there\'s a whole laundry list of other things that I need to do or, or want to do a<br />logo, uh, the support link that we set up, like all that kind of stuff. And, and it\'s, that\'s, that\'s the<br />hardest part of being a solopreneur, which is usually my situation of like, okay. And I was even<br />doing this this morning for some, for a different product of like, I needed to do a little code<br />update, but then I needed to tweak the logo, but then I needed to, you know, update the email<br />that gets sent when somebody purchases.<br />But then I need to, and it\'s like, man, you\'re just, it\'s tough being all over the place. And so you<br />and I sitting down and [00:14:00] going, we\'re gonna do the Read Me, you know, and, and went<br />a little deep on like the beginning of, um, what is our wording? What is our message? What is<br />our pro, um, uh, our problem statement?<br />What is our, you know, I, I was actually able to do that, which I\'m not always, isn\'t always the<br />case. Yeah.<br />Cory Miller: It\'s like we\'re a two person mastermind.<br />Well, um, okay, so. We\'re there, I mean, very close final stages of getting the plugin. Um, we<br />talked a little bit about this, but what\'s our list of things we got next? Um, I, so we have the<br />website and that\'s one part of it. Mm-hmm. , um, we, we talked about that. We need to have,<br />we\'ll do some changes like there, there\'s the SaaS side of it, you know, just being able to<br />[00:15:00] crop it online. Um, but now we\'re gonna potentially get people coming to the website.<br />We got the email newsletter set up.</p>\n\n\n\n<p>Actually, I should check that. I forget our list. But, um, what\'s on, what\'s on your mind for next<br />steps? I, I tend to think in the marketing is website and email list. So to me it\'s<br />Cory Maass: yeah, well, expanding outwards, right? So starting with the plugin in the repo,<br />which we talked about a couple, like last week, I think of like, because of the inherent<br />discoverability, and obviously because we are talking about it, we\'re gonna start to get a trickle<br />of users.<br />Um, and so we want to be able to, so, so in order to make the best impression inside the,<br />[00:16:00] the.org plugin repo or plugin directory, they want to, want us to call that, call it now.<br />Um, we need images, like banners, and so, uh, I can, I can create those pretty easily, easily in<br />Canva. Um, we don\'t actually need a logo yet.<br />We, I, it\'s more fun if we, you know, it\'s kinda like buying a domain, like creating a logo to me is<br />really fun. Um, or, or having one made or ha whatever process we wanna do. But for the time<br />being like we just, you know, there\'s a mast head essentially, and so we can just literally write<br />the words crop express in our, in.<br />Um, you know, whatever tagline we, we wanna start with. Um, but I feel like that, because the,<br />by default, if you don\'t do that, then you get, um, the, the repo will do these sort of plaid, you<br />know, just sort of placeholder [00:17:00] images and um, you know, some of the best plugins out<br />there created 10 years ago still have those.<br />But where we\'re starting and we we\'re essentially starting to create a brand, now is the time to<br />already create something. And again, we can swap them out as often as we want. Yeah. Um,<br />but to have a little square icon or image or something, and then that masthead, I think is, we<br />wanna do sooner than later.<br />Cory Miller: Mm-hmm. ,<br />Cory Maass: um, which I think, you know, this is always the. You know, there\'s no, what was it<br />back with Windows? Like you couldn\'t delete, um, Minesweeper because it was somehow<br />connected to the Notes app or something, you know, this kind of thing. Like there\'s this, all this<br />interconnectivity, but it\'s like by create, also by creating the Masthead Indoor, starting to think<br />about a logo that\'s gonna help us continue to refine some of the marketing language.<br />Um, [00:18:00] so to me that\'s the, all that stuff is kind of on my mind. cause I think that some<br />people are going, going to, fewer people are gonna be going to crop.express the website right<br />now because we\'re not selling anything. We\'re not doing, we\'re not pushing anybody towards it<br />kind of thing yet, you know?<br />Cory Miller: Mm-hmm.<br />the only thing I want to just emphasize from the marketing side is, uh, as soon as we can<br />having, um, conduits to get people to sign up for our newsletter. Yeah. Um, just so we have a<br />base, it\'s what I. For sure is a center point strategy. Um, so when we talk about logo and<br />masthead and the brand, one of the things maybe for discussion for us is what do we think the<br />minimum?<br />And it may just be those two, right? But minimum things we need for someone to be able to go,<br />I\'m gonna try that out. And then we\'ve talked [00:19:00] heavily about like, the intention for this<br />first is to get feedback. Mm-hmm. , um, in what they want next. Like give them enough of a<br />spark to go, I want more. Yeah. Um, and we\'ve, we\'ve got that in plugin.<br />Um, the request a feature type thing. Mm-hmm. . So I\'m thinking of what\'s our next step?<br />Minimums. So we\'ve got logo and masthead. We need, we need that. Um, We already got email<br />newsletter. We talked a little bit about website, the initial promotion I have down here. Anything<br />else on your mind about next steps that we missed?<br />Not yet. Nope.<br />Cory Maass: Okay. Again, I think it\'s just, yeah, starting to fill out. It\'s like we, we have the<br />engine now, you know, what is, what does the car look like? And we don\'t have to build all the<br />other models of car and we don\'t have to build the [00:20:00] dealership and we, you know, all<br />that\'s down the road. But to get started, like, yeah, we need, you know, just, just sort of to start<br />expanding outwards.<br />Cory Miller: Okay. So from logo and mass head standpoint, um, I try to fancy myself as design<br />and it\'s more like I can design taste. I\'m not, if I fancy myself a designer at some point in my life<br />now I\'m like, Nope, not a designer anymore. just one with hopefully good taste. Um, I do have<br />an outlet. Like you, you did mention Camba.</p>\n\n\n\n<p>I do have an outlet to get something designed. Um, so what\'s your preferences and everything<br />on design? From a brand standpoint? I like personally clean, modern. Yeah. You know, I, I think<br />about the iconic cropping, you know, right. Cropping.<br />Cory Maass: I did try to get away from, um, like, so, [00:21:00] so what I\'ve been doing lately is,<br />um, like I, I started in the late nineties, you know, when you would literally design a website in<br />Photoshop and then cut it up.<br />Um, and so I still have, uh, the technical chops just like you. At one point considered myself a<br />designer. I still care a lot about it, but I, I know I do not begin to, it\'s a muscle and I, that muscle<br />has atrophied. So, um, but what I, what I will often do now, because again, I, I can tweak<br />something pretty readily as like the, the scissors icon that I have on the website now was clip art<br />that I found.<br />Like I have a lifetime license to Stock Unlimited. So I went in there and I was like, you know,<br />what is cropping? Um, You know, scissors or something like that. I found a vector graphic that I<br />like, I tweaked it slightly so that it looked [00:22:00] more the way I wanted it. A little friendlier,<br />like I rounded the edges and stuff, and that was, you know, that was V1 of the logo.<br />Um, I, I got to have fun choosing some colors and, you know, playing in, um, illustrator or, I<br />guess at this point I use Affinity Designer, but you know, it\'s not, um, not much more than that<br />because I honestly, I now consider pretty much everything an MVP including logos until they\'re<br />not, you know, if, if once it\'s very important that we have brand recognition, then, then we lock it<br />down.<br />But until then, um, okay. I also frequently will use fiber. Like I\'ll go on and, um, hire multiple<br />people. and then take all the, I usually think of it more as like a, a brainstorming session and I\'ll<br />take all the concepts. I very rarely have had somebody come back with something that I\'m like,<br />that\'s it. Done.<br />Mm-hmm. . Um, [00:23:00] so I\'m, you know, that gives you an idea of sort of my, my usual<br />method. The only other thing that, that I have cared about lately is, oh, well, two things. One, I<br />did try intentionally to get away from the iconic cropping icon. Um, just I think as much as an<br />exercise of like, can we go beyond that or, or can we allude lightly to that without it being the<br />obvious, um, you know, icon that everybody expects.<br />And then the other thing is, I\'ve been trying very hard to use color palettes that are a little<br />outrageous, especially on the web. Um, and so like I\'ve been, lately, I\'ve been googling eighties<br />color palette, , eighties colors, and then using those, so it\'s like hot pink, magenta or, you know,<br />um, neon colors or, yeah.<br />And, or, um, another app, I, I, same sort of thing. I googled seventies and it\'s, so, it\'s like the<br />[00:24:00] burnt orange, you know, but it\'s just like, I don\'t want the, the standard, like the<br />WordPress blue hurts me right at this point. Like, it, it is what it is and it, it is what it should be,<br />but how do we stand out, you know?<br />Yeah. So, um, and I think, you know, we\'ll, we\'ll pick and choose how much we, if we go totally<br />outrageous, how much we actually put that into the plugin, but at least for logo branding, stuff<br />like that. Like how do we. Stand out.<br />Cory Miller: So, yeah. Hey, I\'m good with that. I mean, you go hot pink. I\'m, I\'m fine with that<br />too, you know?<br />Yeah. Um, it\'s just fun. Do you want to take the, the lead then on, on the logo and masted<br />sounds like you got some energy and kind of vision for<br />Cory Maass: Yeah, I, I have fun. I have fun doing it. I think the, I could use help with, um, I<br />mean if we\'re [00:25:00] content with the scissors and we just want to change the colors or<br />maybe we don\'t even want to change the colors, like then we just run with what we\'ve got.<br />It definitely could use some punching up and I\'d love another pair of eyes. Um, if not that, then<br />I\'d, you know, I think it would be great if we. 15 minutes together or some time apart just going,<br />what are conceptually, what do we wanna do or what, what would be fun and unique or what<br />would be weird and outrageous or, you know, more concepts.<br />Yeah. Because again, like, I just wanted something. Yeah,<br />Cory Miller: absolutely. Um, I, I mean, I like the eighties thing you\'re talking about, and you<br />know, I was trying to think like, what are the modern kind of thoughts when you think about<br />cropping? Uh, and I, I think about, um, Instagram, like their version of cropping is not the, the<br />crop symbol.</p>\n\n\n\n<p>It\'s more like a square with the rule of [00:26:00] thirds in there. Mm-hmm. . And so I tend to<br />think like, how do people today, what are they familiar with? And Instagram seems like, you<br />know, most I would. Think most people have used Instagram and know what that cropping tool<br />is. Um, how that\'s like, it\'s, isn\'t it, let me like, real quick.<br />Cory Maass: It seems like I, I like what you\'re saying because it\'s, it\'s also Instagram sort of set<br />the standard for we accept squares and now they accept other, other things rectangles. But um,<br />it\'s, it is the modern version of, or the updated concept of like, you know, initially it was like, it is<br />a square, it is whatever it was initially, you know, it\'s 800 pixels full stop.<br />Cory Miller: Yeah. And now I\'m trying to like, yeah, it\'s, it\'s kind of the rule of thirds and you<br />[00:27:00] just pinch in out, I thought, how does Camba do it? Or does Camba do Camba does<br />cropping in there somewhere?<br />Cory Maass: They do. I mean, but it\'s to me, It\'s this, it\'s very sim it\'s the same concept as like<br />Photoshop or Illustrator or whatever, where you\'ve got the four circles.<br />And so you can grab a corner and, and you can, you can move the mask or you can resize the<br />whole thing. But it\'s, it\'s very free. And, and I think I, you bringing up Instagram I think is a really<br />interesting, it\'s not a metaphor, but a comparison in some ways because we are crop express<br />sort of. The point is that we don\'t let you just free form crop.<br />We like lock you down to correct image size and aspect ratio. So<br />Cory Miller: yeah, we, we [00:28:00] guide you in the best, right? So you don\'t have to make<br />mistakes. But we keep, I think we keep betting, our first feature request is gonna be a custom<br />dimension.<br />Cory Maass: Which is fine, but because again, it\'s like you plug in something and then lock it<br />down.<br />So it\'s, um, having fun running with the concepts of, you know, in the eighties, I think you and I<br />were both, uh, in elementary school, um, which brings to mind, um, uh, safety scissors, like the<br />little kid safety, scissors. Um, which is also a thing that was like, it locked you down, like you<br />couldn\'t stab your friend.<br />Um, not that we didn\'t try, um, no running with scissors. Um, I\'m picturing like cutting out<br />cardboard, um, construction paper. Um, and so it\'s like that leads me to the thinking of like, what<br />is the result we\'re talking about of cropping, which is obviously an image, but it\'s like, is there<br />something [00:29:00] with um, uh, shapes or, um, What\'s that, that game where you have, you<br />know, it\'s like telegram or something, a gram where you\'ve, you know, you put the triangle and<br />the square together and make a house kind of thing.<br />Cory Miller: Um, oh yeah. It\'s funny, I just googled this and I saw one of these up here and I<br />can\'t find it, but I had like kind of a safety scissors, if you can see that right there. Oh,<br />Cory Maass: yep, yep. Right there. Yeah. See, I like that to me is already a little cuter than the<br />ones that I initially<br />Cory Miller: grabbed. This is, see how that, see how this little thing right here?<br />That\'s what I was thinking Instagram was, but I couldn\'t find it on my phone. But this is what I<br />was thinking. It\'s like, this is pretty familiar, you know? Yep. However it needs to match. I think<br />probably something in there, but I almost, I don\'t know. I, I don\'t want to get too, uh, particular<br />about it because I think you, [00:30:00] you got the grass.<br />I will say, we know we have a bigger. Vision than just this, in this realm of photo manipulation,<br />editing, getting the right thing in the design. Um, so I, you know, I\'m pretty open. It\'s like, I feel<br />like the feeling we want, this is maybe what we could talk about, the feeling we want is I rely on<br />that. Oh, that made that easier.<br />You know, the relief, the being able to kind of get to the finished pr, their finished outcome, that<br />our thing is just one part of that. But you know what I mean, we talked a lot about this with our,<br />uh, e-commerce product back in the day, is what\'s the feeling we want for people to get? And<br />we want a e-commerce to be fun and feel lighter than just like, oh my God, it\'s like I\'m filling out<br />a tax form, you know, , that\'s what it kind of feels like.<br />Um, so any thoughts? Any thoughts there? [00:31:00] And, and we\'re going a little deeper than<br />we probably normally would to, but kind of fun to me to, to talk about these things.<br />Cory Maass: Yeah, agreed. Like, I mean, conceptually, this is, this is definitely some of the fun<br />part. Um, I liked what you said about, so we were, we talked a lot yesterday about workflow, and<br />you said just now the, the feeling of making things simpler.</p>\n\n\n\n<p>And I\'m like, okay, so if you\'ve got a laundry list of things you have to do, however that\'s<br />represented, a list of things vertically or blocks side by side, and then like somehow<br />representing the, the removal of items in the middle so that it\'s, you go from A to B or you know,<br />A to Z. In four steps instead of 20.<br />How, how many letters are there in the alphabet? 26, I think. But anyway, you get the idea, you<br />know, so I\'m, um, and that [00:32:00] what you just showed with the, um, the grid, the cropping<br />grid, um, I\'m picturing, you know, two squares with the cropping grid in the middle. That kind of<br />represents like we re we removed something from, you know, from this line of blocks, but you<br />also get the sense of like, oh, you\'re cropping a thing in the middle.<br />Um, you know, so some of these visual concepts. The other thing that came to mind was on<br />that, with that grid, like the first masthead we do, I think should have the cropping grid on it. Just<br />because that way, like you said, it\'s a visual visually, you immediately go, oh, that\'s we\'re<br />cropping image.<br />Cory Miller: This is a version of what we were doing yesterday with the read me files.</p>\n\n\n\n<p>We\'re trying to paint a picture. Right. And I think you just nailed it. Is that some signal, image-<br />wise on masthead of like, that\'s, this is what that does. Like there\'s not even words. It\'s like</p>\n\n\n\n<p>recognition. Mm-hmm. . And I think that\'s pulling it in and you know, I [00:33:00] was thinking if<br />we step up a second, we go, it seems like a lot of the things we\'re talking about with this product<br />in the future direction is um, big category banner is content production or content.<br />Content production. And then we step down and we drill down to that. And it\'s like you talked<br />about expanding out. I got expand way out then to come back in is content, content production,<br />workflow, images, that seems like everything we\'ve talked about is like in that image category.<br />So that. Some visual display to connect.<br />I\'m in the visual, like I just Googled, uh, affinity Designer. Cause I was like, well if you, I wanna<br />see this. I\'ve, I was a early Photoshop user. Yeah. But it\'s like that feeling of, it\'s a tool for<br />creation. Mm-hmm. You know? Mm-hmm. or mani manipulation is not the right board, but, you<br />know, um, I think connects it down.[00:34:00]<br />So I, I dig that.<br />Cory Maass: Yeah. And I, I like what you\'re saying about, I think the top conceptual, like where<br />you go from literal to conceptual is there\'s a line above image, photo or image images. It\'s like, I<br />don\'t think we we\'re going to apply the word crop to text or something else. And so it\'s like<br />literally we are going to be.<br />Cropping images expand that we\'re manipulating images, expand that dealing with images,<br />expand that you get conceptual of content creation or something. So yeah, I like the idea of<br />buying in now to something that, that draws a, draws that line that says we\'re talking about<br />photo or image images and that get, that lets us, you [00:35:00] know, then we can do anything<br />we want down the road.<br />Because like we\'ve also talked about, we don\'t wanna lock ourselves into features. We want our<br />users to lock us into features or inversely let us expand other things. But it\'s like, I don\'t, if we<br />end up talking about. AI words, then to me that\'s, we, we then go, okay, are we starting another<br />plugin? Um, you know, but we could do AI images and that would still be in the con maybe in<br />the concept context of Crop Express.<br />Cory Miller: Holy crap. Dude. Now you\'re gonna get my mind like buzzing. But the AI images<br />thing, future roadmap mm-hmm. for discussion there. Because what just I, I like anchoring this<br />back on this, just like you\'re doing different ways. Um, when we originally talked, we were like,<br />what could this be in flow as you\'re going [00:36:00] down mm-hmm.<br />um, you know, and be like, okay, there it is. Um, I click an image in Gutenberg code editor and<br />then I get to upload media and the cropping tools are right there, and I think. Native. I think that<br />is a good experience. That\'s how I do content production. People have bigger teams, of course<br />they\'re gonna have other sophisticated tool Sure.<br />Tools, but we\'re kind of in this almost everyday content producer, you know, which is a lot of<br />buckets. Yeah. But gosh, that\'s compelling. The AI image side is like, that\'s how we started this.<br />And we decided our big critical decision was to pull it out just to the featured image, to start<br />there, see where our demand went.<br />But if we go back to that original kind of thought was, put it in the flow. You know, I start with a<br />headline, then I start writing and I add my, you know, images as I go [00:37:00] thing. That AI</p>\n\n\n\n<p>potential could really be cool. Oh yeah. Um, with all the open AI talk and the channel we have in<br />Slack, I\'m, I\'m really.<br />Curious, like I wanna run into this whole new field and see what\'s there, . Um, so like this image<br />side of that is really compelling because I don\'t know about you, this is about the product<br />experience, but finding an image is a terrible experience. That\'s why I don\'t do it. So<br />downstream, if we think about this image AI thing, it\'s like how can we help someone get the<br />image effect, the visual placeholder guide, part of the story you\'re writing in your post content? I<br />think that really fits to put on the future discussion side.<br />Absolutely. But, but this is my process and I\'d like to hear yours cause I want to hear, I want to<br />hear more user stories about how they do it. cause if we can get in [00:38:00] line with enough<br />people and understand how they do it, then we got innovation ideas all day, then we can just<br />help them with their workflow. So, I don\'t do this regularly, but I\'m like, okay, I want an image.<br />I\'ve, to me, I write and that\'s an exploration. Oftentimes, I don\'t have a formula or a framework. I<br />think a lot of PE other people do, specifically like Lindsay at Content Journey, they have a whole<br />workflow. But finding something in there. This would be interesting, Corey. Don\'t let me<br />daydream too much.<br />Okay. This is conceptual. I have no idea how it would get done necessarily, but imagine you<br />write, you write your post and you\'re like, you want the featured image crop express, click the<br />button, it looks at some keywords. Oh, for sure. And then develop something for that, you know,<br />featured image thing. That would be, I mean, I know we\'re still early in all the M N J I stuff, but<br />like finding the right prompt for that, that [00:39:00] comes out with something interesting.<br />Oh yeah. Saves a ton of time, like, oh yeah, you mentioned your service. I, I\'ve used Unsplash<br />in the part and I always get frustrated cause I\'m like, nothing matches my style. Nothing. It just<br />feels hokey, you know? Yeah.<br />Cory Maass: And that\'s, so, yeah, it\'s, it\'s definitely something I think would be fun to explore<br />down the road and, and certainly fits in the, the overall, the problems we\'re trying to solve of<br />making content creation easy and filling out, you know, that last mile, the last mile is the hardest<br />mile kind of thing.<br />Writing the blog post, I won\'t say is the easy part, but it\'s the part that I think you\'re absolutely<br />right, Most people don\'t go and find a picture. They wanna, they wanna write about, you know, I<br />don\'t know, house plants or something. They don\'t go find a picture of a house plant and then<br />write the blog post.<br />They come to WordPress to write a blog post about house plants and then are like, okay, I<br />better put an [00:40:00] image in here of a house plant. And then, Just as you said, like there\'s,<br />there\'s endless scrolling and discovery of find, trying to find the fir the, the perfect image. Um,<br />that could go in a lot of different directions and, and could, could be huge, could be a really big<br />lift or a tiny lift depending on what we wanted to do.<br />Like there are already services that will, that take advantage of like Unsplash and some of the<br />other open free ones that do basic keyword matching. Um, so I think we just kind of keep an eye<br />on that space or that functionality. Um, cause it, cause yeah, combine discoverability or um, uh,<br />finding images, but with the way that AI is manipulating images.<br />So you\'re like, you know, go look at all the images of house plants on Unsplash and, and<br />whatever other public ones, but now generate something in the style of da Vinci boom. You<br />[00:41:00] know? And, and keep regenerating until you get one you like, and then, you know,<br />so, but that\'s, you know, the, the lift of that is not something we can do for free.<br />I\'ll say .<br />Cory Miller: Yeah, exactly. We need somebody to pay us. Okay.<br />Cory Maass: But yeah, but I do, I, you know, all of this exercise, it\'s like, okay, yes, I won\'t let<br />you daydream for the next two hours, but all of this, you know, us mentioning different random<br />things, I think helps dictate, like, at the beginning of this conversation, I was like, oh, scissors<br />are fine, let\'s run with it.<br />But, you know, if our hope is down the road, we\'re expanding way beyond literally making an<br />image from this size to this size, then a then scissors is probably not the, the metaphor, the<br />visual metaphor that we want. It\'s not inclusive enough, so, you know, [00:42:00] What, what<br />other visuals, what other icons or objects represent the visual, you know, an eyeball or glasses<br />or, um, I don\'t, you know, a camera.<br />Yeah, I mean, that\'s Instagram.</p>\n\n\n\n<p>Cory Miller: Yeah. So just segue in for a second to prep our conversations. We\'re making<br />incremental progress and a lot of this stuff. So we got one Lego and mast head. You\'re gonna<br />start with that. We\'ll go, come back and forth. What things can I be working on? Um, two,<br />Cory Maass: I I would love you to start thinking about a first, a couple of things.<br />One, um, this is the stuff that I, I understand conceptually, but cannot. Ever wrap my head<br />around is like, how do we, is the, what is it? The, there are two [00:43:00] dimensions. There\'s<br />three dimensions of, of space, but the fourth dimension is time, right? So I have a real hard time<br />with time with, uh, we get, we get to the point where we\'ve got a logo that\'s fine, a masthead.<br />That\'s fine. A read me, we\'ve, we\'ve, you know, some people are trying out, you know, then, like<br />you said, um, promotion and what does that look like and what does that look like over time?<br />Um, if we\'re gonna start emailing people as, as people join the mailing list, um, you know, what<br />is the monthly newsletter or whatever the cadence we decide on, what, what is, what does six<br />months of that content look like?<br />I mean, obviously like, I\'m not expecting paragraphs, but just like conceptually, you know? Um,<br />and then, and then also I think, um, How do you envision the evolution of the website?<br />[00:44:00] Where again, right now it is a single purpose, you know, single page app, but that still<br />needs to be on the site somewhere. But obviously we wanna start migrating the website to be a<br />landing page to hold hands with the plugin.<br />Um, you know, and again, we\'re not, I\'m not talking huge major redesign tomorrow, but it\'s the<br />like, cause it\'s, it\'s you saying, okay, if, if the goal is, you know, we\'re ramping up content output<br />within the next couple of months, then, then you need a place to put that content. So within the<br />next couple of months, we need the website.<br />you know, roughly to have these five things, a blog so that I could put blog posts or a<br />documentation, um, section so that we can start writing documentation or whatever. Um, so that<br />kind of thing, because I think there\'s, there\'s going to be a point where we [00:45:00] need to<br />put, um, railroad cars in order mm-hmm. so that we\'re not, we\'re, you know, not getting in our<br />own way.<br />And you are empowered because there\'s, you know, I think part of the, the arc of this kind of<br />situation that often happens is, you and I have fun brainstorming, but upfront I\'m gonna do most<br />of the work of development and that kind of thing. But then at some point, the roles switch<br />where it\'s like, okay, I\'ve delivered, I\'ve given you something to sell.<br />Now go sell it. Mm. And so I wanna make sure that I\'m not just adding features. And then you\'re<br />like, okay, great, I\'ll now go sell this thing. I need to start writing blog posts. We need a blog. And<br />I\'m like, oh crap. Like we are not set up for that at all.<br />Cory Miller: Um, okay, let me talk, talk that out. That\'s, uh, that\'s great framing for me.<br />Um, so promotion. So product is out. We need [00:46:00] some eyeballs, we need somebody<br />testing it. We need somebody using it. Um, so I think my first step to me is how do we talk about<br />it personally? Use our own platforms cause we don\'t have a platform on crop express. So right<br />now we\'re depending on, uh, repost. Um, our audience, which I think is great.<br />We have audience, we have people that do this stuff. Um, then we have a conduit to talk about<br />it. cause a lot of the agency, the builders, people are in Post Us, which is great. So we can be<br />like mm-hmm hit us up on Slack, um, to to, to talk and give us feedback and stuff. I think what<br />we\'re trying to, trying to validate, I guess in the more scientific way is where\'s the interest?<br />You know, have we hit something? Are we there? Have we hit gold yet? [00:47:00] Um, so to<br />me, how do we get enough eyeballs is the question on the plugin. Like, use it and get some<br />response. And I think we\'ve got something here that either negative or positive, we\'re gonna get<br />something to gauge. , what\'s the next critical thing?<br />And as we\'ve said before, like I think the feature request side of this is the key right now is<br />somebody using it, going, I want this, I like this, but I want this. And then we gotta, we start to<br />build that business case for, okay, well if we built that, you and I can make those, those<br />decisions. Mm-hmm. . So just talking this out loud, without really processing it, I go use our<br />personal platforms to get some burst.<br />I think it would be interesting, I, I go to some of these outlandish things only to calibrate a little<br />bit. So when I say this, I wanna get that disclaimer. [00:48:00] It\'s like, you want a banner, you<br />wanna ring a bell and say, this sucks. We made it better. Like, doesn\'t this suck? Mm-hmm. ,<br />you know, so I almost. Cropping images sucks.</p>\n\n\n\n<p>You know, there\'s this thought of like, I, I come back a lot to cause you know, cause is the<br />customer\'s problem. And so I go, okay. I mean that was what I told you initially, like months ago.<br />I go, this, this process sucks, right? Like, I don\'t like it and I\'m not trying to throw shade on any<br />of the core contributors at all.<br />Just this is a part in the process that really sucks. Yep. We\'ve made a step to make it better. But<br />big enough bell where it\'s not just that cause we have, we have plans and potential for more. So<br />I almost think like there\'s something in that. You were really good to come up with ideas and edit<br />some stuff.<br />It\'s like content. Something to the effect of [00:49:00] image editing sucks. Content, you know,<br />something in the realm, but it\'s just a little enough bigger than just the one thing we talked about<br />is like, finding images sucks. We know we wanna be careful with saying finding, so we don\'t<br />want them to think they\'re gonna find an image.<br />Right. Um, but I kind of think like some bell to ring, um, in that regard. And what\'s interesting to<br />me, there\'s con and, and so I just naturally go to content and what we do and what comes out of<br />us and what we\'re passionate about. And I\'m like, I\'d never heard of, I probably maybe have<br />heard of Affinity Designer, but talking about all the tools and how it\'s a pain in the butt on the<br />web to do images, like get what you want.<br />This whole conversation about fitting in to the post, like our process of going and finding an<br />image. So I go, core thing is this, but there\'s a lot of space around this to talk about [00:50:00]<br />images. Sure. And they\'re rolling that,<br />Cory Maass: Yeah, images are worth a thousand words. You\'ve already written a thousand<br />word blog post.<br />You have to go find an image now. Now pairing it with your a thousand words should not be<br />difficult. Um, and so definitely like the tools that people are using, the sites that people are<br />using, I think that there\'s, I, you know, I\'m a, I have subscriptions to at least half a dozen<br />newsletters that just recommend little power tools, little utility apps, cause that\'s, I love them.<br />They\'re fun. They spark ideas like crop express. Um, and so I think talking to some of those, Or<br />getting, obviously getting a, getting listed everywhere we can. That\'s, that\'s a no-brainer, but<br />specifically not only us putting out content, but but starting to talk to the people who are talking<br />to the content [00:51:00] creators.<br />So it\'s like, you know, there are blog po blog, excuse me, there are newsletters that are for<br />content creators and, you know, getting them to talk about here\'s a way to, um, you know, a<br />better, you, you\'ve written, you, you\'ve used a AI to write the, the blog post, or you\'ve written it<br />yourself or you\'ve hired somebody to write it yourself.<br />Here\'s a, here\'s a, you know, speed up the rest of the workflow. Um, there was something else<br />that just popped into my head too, but anyway, you know, but something like that.<br />Cory Miller: Yeah. So I was thinking like hyper users, cause the hyper users that like, do you<br />pay for affinity designer? Uh,<br />Cory Maass: I did once and that\'s why it\'s okay.<br />Cory Miller: So it was enough of a tool for you to pay for cause you use it in your everyday life,<br />you know? So I wonder, like, I\'m thinking hyper users, who are those? And this is the business<br />case too. So I think about Lindsey at Content Journey. They\'re, they\'re writing and posting and<br />publishing content for, [00:52:00] um, cut their clients all day, every day.<br />And I go, I should talk to Emily over there, um, about her process and get her be one of it. Um,<br />when it\'s in the repo, ask her to use it on one site and give us some feedback. Who, who else in<br />the hyper user that we know of that we could potentially get in their hands?<br />Cory Maass: Describe like what, how are you using the phrase hyper user? Okay.<br />Cory Miller: Well, somebody that does professional content production. Okay. Um, so that<br />could also, I mean, there\'s a ton of blog, you know Sure. What we formally call bloggers, but<br />using content, doing content every day, particularly in WordPress. Mm-hmm. . So there is that<br />pro blogger type content machine, you know?<br />Yep. Yeah. Um, we\'ll be using it at Post Status of course.<br />Cory Maass: [00:53:00] I mean, my clients will definitely use it cause they already, like I I said<br />early on, like I\'ve already, I have them going to the website to do cropping and so to remove that<br />step where they can just do it in WordPress, they\'re gonna do back flips, which will be fun to<br />watch.<br />Um,</p>\n\n\n\n<p>Cory Miller: Yeah, I\'m, but I was also thinking for me, but that raw feedback you get Oh yeah.<br />When somebody\'s using it is so gold. So, oh yeah. I will love to hear what your clients say and<br />then I\'ll, I\'ll, I\'ll do a demo or something, or I\'ll do a screen share with Emily and ask her to look<br />at it. And first I\'ll te I\'ll first of all ask her for, I\'ll say, tell me how you, show me how you do a<br />typical blog.<br />And then I\'ll be like, okay, install this plugin here and tell me what you\'re thinking.<br />Cory Maass: Yep. Um, and this might be a little further down the road. Um, but the other thing<br />that jumps into my mind is like plugins, like Yost, where you have to upload a, an image. Um, so<br />this [00:54:00] isn\'t necessarily a featured image, but it\'s the, the image that that ends up being<br />the open graph image associated with each post.<br />Also, I\'m, I\'m, I\'m sure is supposed to be of specific dimensions. Um, and so I picture. Um,<br />they\'d be happy to write about like once, once we are even loosely integrated. But if it\'s useful to<br />their users, um, then they\'re gonna love our tool, right? So, um, getting, getting content or other<br />tools that interact with that, make their, that whose users interact with images, we\'re gonna also<br />make their customers happier.<br />Um, even if we are not immediately inter, you know, um, integrated, like will we, will we sell a<br />Yost add-on? I have no idea. But even upfront, well, if we, the minute we expand beyond<br />[00:55:00] featured images, we\'re like, here\'s how you, you know, in your media library, upload<br />an image, crop it for Yost, and then you go over to Yost and say, select this image to be your<br />open graph image for socials.<br />You know, basically connecting that, um, closing that circle, I\'m sure they\'d be happy to talk<br />about it. And that\'s an example, right? So it\'s like what other, um, big plugins or big systems<br />services that interact with WordPress that primarily or even curly, interact with images that we<br />can help make their customers\' lives easier than they\'re gonna want to talk about us.<br />Cory Miller: Okay, so right there, two things. Stand out. Besides Yoast, Yoast Is one of those, of<br />course. Um, but membership sites and e-commerce and I draw to that category because they\'re<br />making money with it. So they\'re the ability to spend money on it. So, question with<br />WooCommerce, [00:56:00] man, it\'s been forever, but when they upload a product image, are<br />they using default WordPress?<br />Stuff.<br />Cory Maass: And I\'ll tell you tomorrow,<br />Cory Miller: right there, there\'s an inroads. Oh yeah. Um, oh yeah. I think about the<br />membership sites, an LMS from Learn Dash to Lifter to Paid Membership Pro and everything.<br />And starting to talk about them, about that stuff. So there\'s code promotion stuff we could do. So<br />that, that would be like Kim Coleman.<br />We can reach out probably Bob Dunn to start with WooCommerce, but we\'ve got a whole<br />channel in, in, uh, Post Status. We could talk there. And then just WooCommerce is the big,<br />huge , you know, thing. Yeah. But, and I just went there directly cause you\'re like a little free<br />utility tool that helps them do one [00:57:00] thing.<br />There\'s a great. Oh yeah. To, uh, to scratch. Okay. So I\'ve got a couple of those, um, to think<br />about that I could be pinging people and asking. Um, okay. On email, I\'ll be think I tried to stay, I<br />started with promotion and go down and go, okay, what do we need from the website and the<br />email? I think, um, I, I love that the website itself is, is, is the tool.<br />Is a tool and it\'s a great tool and there\'s opportunities there. Um, it\'s not in the WordPress flow,<br />but I love it from a, let\'s, if we just called it a lead magnet<br />Cory Maass: mm-hmm. , which is, you know, how would what we\'re talking about. Yep. Yeah.<br />Cory Miller: Um, and like have the link to want better image, whatever our phrase is in<br />WordPress over there.<br />Then we\'ll have the pro version, um, So I\'m [00:58:00] hesitant to say to do anything right now<br />with the website other than those things because I still love, we\'re gonna get some trickle in and<br />they go and they got used and they can bookmark those and go back like I do with it. So we\'re<br />in their workflow too.<br />Cory Maass: So here\'s one other thing that I really want you to do.<br />Um, yeah, because, and this goes back to one of our first conversations is, um, you know, I, uh,<br />I showed you yesterday, I made some updates to the ui. Um, do a quick review of the new<br />version, the newest version. Um, look for any e easy wins. Oh, don\'t have this box on the left or<br />this button on the left. Have it on the right.</p>\n\n\n\n<p>That\'s more intuitive, whatever easy wins like that. Um, because I think. So the, the code for the<br />plugin, because it\'s built into [00:59:00] Gutenberg, is not a one-to-one to get it working on the<br />website, but obvi, but we want the website to look the same as the product. And so I wanna<br />start looking at how to marry those two.<br />Um, even if they\'re, they might be separate code bases, you know, but, or they might be the, I<br />might be able to use the same one, but it\'s like, I don\'t want to, I don\'t wanna do more work than<br />I have to. So if you do a quick review and say, Nope, everything\'s fine, or make this button<br />bigger, or whatever, then I can also, like, I, I liked what you just said of like, the website doesn\'t<br />have to change altogether, but I do think we want to change the crop on the website to be the<br />same as our product.<br />So that it\'s the best kind of lead magnet. Like the tool you are using is literally do this with<br />Cory Miller: WordPress. Insert into WordPress. Yeah, exactly. Do this in WordPress. There you<br />go. Yeah. .<br />Cory Maass: Okay. So, oh, so product feedback would be the other thing. [01:00:00] And I\'m<br />not talking, you know, like, let\'s, let\'s grab a, a color scheme and we can, you know, inject a little<br />bit of that into the plugin just so that we start to build brand recognition that way.<br />Hot pink everywhere or whatever. Um, not really, but, you know, something. Um, but beyond<br />that, you know, we\'ll keep it simple, but we can start to sort of massage the website to look more<br />like the, the plugin we\'re building.<br />Cory Miller: Okay. Okay. So I have start kind of doing next steps for promotion, thinking about<br />the website and, uh, monthly, whatever the cadence is for the email.<br />Uh, and then to review the latest version of the plugin. Okay. Can. I\'m out the next couple of<br />days, uh, on a trip with some buddies of mine, but, uh, I\'ll be back in the settle and, um, that\'s,<br />that\'s a pretty easy lift for me. [01:01:00] I, I want to think about like, we\'re gonna put it out there.<br />We want to chase, we want to get it in some hands, like your clients.<br />I think our ideal and then, uh, content journey, getting feedback from them are ideal. Um, but I<br />want to think about some sort of, some topical thing, and maybe it\'s something we just talk<br />about live. Like just hearing your workflow is different from mine. I always love talking to<br />developers and go, how do you get these things done?<br />And they\'re like, this is, and I go, can you slow down and show me again? Because I want to do<br />that for myself. So there\'s like, like that workflow conversation about mm-hmm. content<br />production. And we could kind of have a little, you know, I mean, maybe. I don\'t know what your,<br />your relationship is with your clients, but like, just talking about this thing that sucks how we do<br />it.<br />Like you give your tip, I give my tip, they give their tip, you know, content journey, whoever else,<br />professional blogger out there, um, [01:02:00] group or whatever that I, so I just wanna spin<br />those ideas a little bit about something that we can get to like ring the, ring the bell of like, this,<br />this, this is an issue and this is how people do it better and we\'ve got one too.<br />Cory Maass: Yeah. Well, and I like the old trick of, you know, how often the best marketing<br />phrases, word, sentences come from clients talking about their problem. Totally. Um, and so I<br />also, and am of course envisioning like, I don\'t know if a poll would capture what we want.<br />Creating. If, if we can figure out the, the right questions to ask, we can put questions up in<br />MegaMaker in Post Status.<br />The couple of other, um, slack communities that I\'m in, we can both put them on our Twitter and<br />it\'s like, I don\'t expect thousands of responses, but even a handful. And there\'s people that I<br />know you can pull on this tug on the [01:03:00] sleeve of, and there\'s people I can tug on the<br />sleeve of and be like, do me a favor and go answer these three questions.<br />You know, take five minutes, do you know, and I owe you a beer the next time I see you at a<br />WordCamp kind of thing. Um, yeah know, but just to start capturing the words that people are<br />using, um, the workflow that people are, you know, in three steps, how would you des or in, in<br />10 steps or less, how would you describe how you finish off a blog?<br />You\'ve written all the words. What are the next, you know, what are the steps between that and<br />hitting publish, or. Whatever, to just again, start to capture that, that thinking, the workflows that<br />you\'re talking about. So, ,<br />Cory Miller: I went to YouTube and we got some good comments actually in there. I need to<br />have this up every single time.</p>\n\n\n\n<p>By the way, they, they were making comments as we were talking about, like, we\'re riffing. I was<br />like, oh, we got collaborators out there. Um, but ve said, I think, yeah, I will, I will buy [01:04:00]<br />that. So like, Hey , I\'ll try to say we\'re our first customer, first perspective customer. Um,<br />Cory Maass: quick get a credit card number.<br />Cory Miller: Yeah, yeah. Here\'s our, here\'s our PayPal address. Um, Zach said something, I<br />wanna come back real quick. Art direction with resized and crop thumbnails sucks. With the<br />core feature set. Keeping the focal point in the image matters, that would be a killer feature. So,<br />, you know, resonance. How do we keep attention?<br />I think we got some good next steps. And for all this, sorry, I just happened to go over here and<br />look real quick. And it was like, we\'ve got, we\'ve got some comments coming in, so add to our<br />awesome conversation.<br />Cory Maass: Yeah, that\'s cool. Oh, and well, and, and how fun is this? So I just went over to<br />YouTube as well, um, which I had not been watching the comment.<br />I\'ve been watching comments in four comments in Zoom, but not YouTube. So yeah, from now<br />[01:05:00] on I\'ll open this, but they have a, um, clip a crop icon under our video of a pair of<br />scissors.<br />Cory Miller: Oh yeah. Oh, that\'s interesting. Okay.<br />Cory Maass: So anyway, I just, you know, and, but more and more, yeah, I\'m thinking we want<br />to get away from that or the obviousness of that or something.<br />Anyway.<br />Cory Miller: I do think up, I do think on that note opinions and even strong for the right, strong<br />opinions for the right things really matter in a product. Um, where, you know, WordPress is a<br />great example of this, of like opinions about certain things that I didn\'t always like, but they were<br />good for the overall thing.<br />And I think we\'re developing some opinions and then we\'ll get some validation from customers<br />and really strengthen that opinion going Yeah. But like the first opinion is we say image cropping<br />[01:06:00] sucks. Yeah. So we can start with that base. Oh, sorry.<br />Cory Maass: No, but I, I, I really like. I, I hope this is, I hope you take this as the compliment.<br />I mean it, so there\'s, there\'s some, to me as a northeastern American, there is a Midwestern<br />charm in that, in the phrase, in that phrase, like sucks is very brash, you know, and I think it\'s<br />fine to use these days, but it, but the is a chore. Because it, it works as a phrase like, this sucks,<br />but it\'s also literally, it\'s a chore.<br />It\'s a thing you have to do and don\'t wanna do, but it\'s part of the workflow. So I re I still, I, I want<br />to keep coming. I, I want to keep coming back to that phrase.<br />Cory Miller: Well, let\'s take that for a second. I love that, that kind of refocus on, it\'s a chore<br />because you think about [01:07:00] you\'re trying to do this creative act.<br />You\'re trying to makes… when you push publish, you get something out into the world and you,<br />it\'s not all art and design, but you want it to be a nice product that\'s received well, that people do<br />something with. You know? And when you said chore made me think about the workflow, like,<br />you know, okay, I paint the beautiful painting on the canvas.<br />Now I gotta find a frame. Hmm. Like the read me file. And I think that chore coming to like, this<br />should not be a chore. That\'s our opinion. You should be. Focusing and using all your resources<br />on the creative act, not on the chores. We\'re gonna take the chores out for you. Love it. That\'s a<br />strong opinion that we could say like, yeah.<br />That there\'s something there. But I like your refocus. I tend to go there, calibrate in a little bit.<br />Okay. And, you know, if we\'re just doing this privately, you\'d be like, yeah. It\'s, it\'s probably a<br />little strong. Okay. Tour\'s better.<br />Cory Maass: Yeah. [01:08:00] This is, I like, this is, you know, this is the battle we\'re fighting is<br />Yeah.<br />Against the awfulness. That is the process of Yes. Dealing with images. Like, that\'s our, that\'s<br />our, you know, 6 million annual company. What we\'re starting with today is the cropping of an<br />image. Cropping of a featured image.<br />Cory Miller: Yeah. Reduce creative chores like the, the bell we ring is, Yeah, we\'re getting onto<br />the cause the bigger thing and we\'re just a part of it, and I use this all the time cause I\'m like,<br />when you find that core thing enough, people are irritated about you just ring it.<br />But then we get into, cause when we\'re like, stay in the creative lane, reduce this chore, friction.<br />Our job is to reduce your, your, your creative [01:09:00] chore. Yep. Your, I don\'t know, I\'m</p>\n\n\n\n<p>rehearsing this out loud, but like reduce your creative chores and then like, it should be about<br />the magic of beautiful images and fits with your story and syncs. Or if it\'s an e-commerce store,<br />like, Hey, I want you spending more time trying to make sure the lighting is perfect and your<br />product, like exudes what it does in the world and we\'re gonna, then when you get into show it<br />off to everybody, you don\'t have, we don\'t want you to go through a slog of mud to get there.<br />That slog of mud. Is there our opportunity right there? So<br />Cory Maass: we are, we are the bridge over the troubled water<br />You\'re speechless. My terrible joke. Shut him down. No,<br />Cory Miller: you can\'t do things like this because then my weird mind starts go. So we can go to<br />fiber and get a little like montage, , um, video . I think the [01:10:00] quirky stuff, I think things<br />like that. It\'s all on the table. It\'s just like authenticity. Hey, we\'re two dudes that like, don\'t like<br />this thing.<br />We solve this. We\'re, we\'re solved this little problem, but we think it might go on and if you want<br />to continue to support us to do it, we\'re gonna do it. Um, but the quirky , yeah, we did some<br />outlandish, quirky stuff, by the way, the themes. And I just found one the other day and I was<br />like, Ooh, you know, that\'s still out there.<br />Um, had years ago. Oh, go ahead. It\'s, it\'s, it\'s this outlandish, okay. So builder, I think Builder<br />was turning one year old and we wanted to celebrate it. So we had a birthday cake, birthday<br />cake, birthday party for it. And we had the image of the, the hat that we had made into it.<br />Lindsay had it made into a 3D cake.<br />And I\'m like, you know what? It\'s just those quirky things of like, it\'s a chore. We\'ll try to make it<br />funner, you know? Yeah. Kind of thing. So, oh, for sure. By the way, this is part of my process.<br />It\'s just like, you know, us talking through this and we get clarity of like, [01:11:00] oh, cause I<br />wrote chore and cause I wrote chore and I put a box around it, little crop box around it, and I\'m<br />like, yeah, let\'s destroy chores, destroy, create.<br />Oh, this is where I, uh, initially started that whole thing, Corey, I think in business in particular<br />with products and stuff, it\'s really good to have a villain. And I don\'t like to make people, I never<br />like to make people the villain. Sure. But the creative chores are the villain. So we are the<br />crusaders that fight against the creative chores.<br />So I\'m just, you know, but I, I just go like an enemy always helps a villain, always helps, kind of,<br />you know, push us, help our clients go, you\'re fighting for us and if we make chores, the<br />creative, the content chores, the, the villain, we\'re not fighting a person. We don\'t wanna do that.<br />Sorry. We wanna fight this concept that gets in the way of you doing magic on the web.<br />So, yeah. [01:12:00] Okay. I love that , because you know me, I\'m gonna try to find. Or if you<br />don\'t know , uh, any reason to do swag is a good hundred reason. And if business can help pay<br />for it. I\'m like,<br />Cory Maass: oh God, you and I are best in trouble then because we\'re in trouble. I am nonstop.<br />Like I, for everything I\'ve ever made, I at least had one, uh, sticker made or one t-shirt made or,<br />uh, cause swag is, is everything.<br />It\'s starting from, we keep coming back to me as a musician, but like in, when I first started, like<br />before I even had music, Out released. I had t-shirts, I had designed t-shirts and I, now I\'m mad<br />at myself cause I\'ve, I spent hours and hours and hours designing album artwork, designing<br />swag that nobody ever bought because the music wasn\'t good enough,<br />And so I wish I had spent the hours making the music good enough, uh, to [01:13:00] actually<br />like, warrant the swag. But it made me better as a designer. And, and it\'s, and it\'s fun. I don\'t<br />really regret it as far as, you know, like the fun I had in my life. But, um, yeah, so I\'m excited to<br />see what ridiculous things we come up with.<br />Cory Miller: So Corey, here\'s something that would be a low lift for us, but would be fun and hit<br />in this ring The bell we\'re fighting this villain, you know, um, is have a printful shop and all these<br />little stupid, you know, quirky ideas. We have. Shirt sticker. We\'re not trying to make money off<br />it, but it it, that\'s content that\'s like these pe you know, it\'s back to the Seth Good and Tribes<br />thing.<br />It\'s like, these people get me, they get what I\'m doing. And like this, we could turn that swag<br />concept. Cause Printful you can do everything from stickers. We could create, like imagine the<br />random shit we could do, but like, it\'s ringing the bell, chores suck.<br />Cory Maass: We need to, [01:14:00] we, we we\'re gonna make crop, um, crop t-shirts.</p>\n\n\n\n<p>They\'re gonna cut off just below the nipples . And you and I are gonna get on this call week after<br />week with our bellies hanging out because our t-shirts have been cropped or, you know, or, or a<br />square cutout, uh, here, you know, Terrible, terrible. We\'re gonna, we\'re gonna have to shave<br />patches into our heads because we\'ve cropped, uh, you know, cropped our hair like dumb stuff.<br />Like we will take the dad joke too far. Yeah.<br />Cory Miller: So we talk about out the truly outlandish stuff. Nobody wants to see me in a crop<br />top, but like truly out lunch stuff and we kind of calibrate it in. But an example of this is, um, oh<br />get tushy. It\'s the kinda like $79, uh, bk. So I bought, we have one and we bought others and my<br />friend Jason Scher told me about it.<br />But their marketing is so on brand. They [01:15:00] take this concept that isn\'t talked about in<br />polite company potentially, or we call it a bday, you know? Okay. Yeah. But their marketing, they<br />make poop jokes, you know, all the time. Like they infuse that. And I\'m not saying we can, you<br />know, but the spirit of it is, yeah, make it fun.<br />You know, and so I think like we\'re in the outlandish phase and we\'ll figure out these others that<br />are just kind of fun and quirky. We\'re not gonna get anybody buying them, but it\'s like, that\'s our<br />content marketing potentially. Yeah. You know?<br />Cory Maass: Well, and it\'s because it\'s, it\'s what keep it. If nothing else, it would, it\'s what, it\'s,<br />you and I are gonna have fun and it\'s gonna keep us excited to, to do this kind of stuff.<br />And like, um, the example I wanted to share earlier was, my first moderate success of a product<br />was I built a, um, personal finance tracker 20 years ago now. No, 15 years ago [01:16:00] now.<br />Um, And, and some people didn\'t. If there was a day where you didn\'t spend something, I was<br />like, this, this needs a celebration. And so I built a little Easter egg.<br />So if on a day when you were tracking your finances, if you, if you took the time to enter zero,<br />you got a, um, an email that was like, you know, congratulations. We got, we we got a video for<br />you. And I had gone on Fiver, and this is back when Fiver was, you know, truly anything for $5.<br />And I got a video made of a guy, um, beatboxing.<br />And he is like, what? You didn\'t spend anything? That\'s awesome. And then he starts<br />beatboxing money, money, money, money. And it like, but really good. And it was like just this<br />quirky weird thing that people lost their minds over. Yeah. And it took me, it was five bucks and<br />20 minutes to find somebody to do something outrageous.<br />But that\'s like, [01:17:00] You know, I live for that kind of stuff, you know, it doesn\'t necessarily<br />have to be Easter eggs, but like, you know, fun little weird things that, cause it\'s, you can also<br />defeat villains with joy, right? Like, we\'re we\'re, oh yeah. The, but like, you know, the goal is to<br />make it fun. Forget, you know, the, the chore wheel is what makes it fun or you make a game<br />out of it or whatever.<br />You know, that kind of thinking.<br />Cory Miller: You just read my notes. Okay, make creative chores fun. Like, okay, so you, you,<br />you were talking about music and I was like, oh, you have a soundtrack. When you create<br />posts, when you do that, like you were talking earlier, you use, uh, electronic music, it\'s like<br />there\'s a question.<br />So like, our email content could be like, you know what? Our email banner could be, make<br />creative chores fun. And it\'s like, what\'s your [01:18:00] favorite soundtrack? We made a shirt<br />over. Um, the spinning, I don\'t know. You know? Right. That could be some of that content that<br />we\'re like, elicit people\'s creative chore.<br />How they make creative chores fun cause they\'re necessity. I like your angle. Not everybody<br />has to be defeated. We could like hug the villain.<br />uh, Santa Claus put makeup on the villain.<br />Cory Maass: Santa Claus three where you know they, eventually the bad guy. Um, the spoiler<br />alert everybody, if you haven\'t seen Santa Claus three, plug your ears. But, you know, at the<br />end, the villain who is Jack Frost is vanquished because a little girl hugs him and thaws him out.<br />Finally. So this is the goal is, uh, you know, warm hugs that will make chores not as evil.<br />Cory Miller: There you go. Yeah. I love it. Grinch. You know, like there\'s [01:19:00] the Yeah,<br />we\'re gonna be the playful. I like that. Um, I think we should keep this on top of our mind. Yeah.<br />Like, I just try to find the bell. You keep ringing, you know?</p>\n\n\n\n<p>Mm-hmm. . Um, and it\'s make to me from our time as like, make creative chores fun. Yep. And<br />then the question is how do you do it? You know, making creative chores fun by carpet<br />Express.<br />Cory Maass: Yep. Things, yeah. Just broadly speaking, what, yeah, these are all things we can<br />talk about, things we can promote, things we can encourage in other, in others.<br />So again, like how do we get other people to talk about us as well? And it\'s like, here is this con,<br />this concept that we are owning and, you know, so we\'re, we\'re. Yes, we solve it very specifically<br />with, with the product we\'re building, but broadly speaking, you know, where in the world are<br />their creative chores and what are other clever ways that they [01:20:00] are being vanquished<br />or being hugged to death or being, uh, you know, uh, how, how can we, uh, spoonful of sugar<br />kind of concepts.<br />You know,<br />Cory Miller: how do you make your creative chores fun? Yeah. You know, well, whatever they<br />may be. Yeah. Whatever. Not even, like, it doesn\'t even necessarily have to be WordPress, you<br />know? Right. It could be just, you\'re doing art and this is the chore part. So how do you make it<br />fun? Well, I dress up at Santa Claus when I go pick out my frames or I, I don\'t know.<br />You know what I mean? But that, but the questions you\'re, you\'re sharing is like, that\'s just<br />ongoing cool content. Okay. All right, dude. Okay. I got my stuff. Continue on these. Review the,<br />uh, on the promotional side. Next steps for that. Um, review the, the updates you\'ve done to the<br />product. You\'ve got logo and masthead.<br />I\'m sure we\'ll be talking betwe between now and next week.<br />Cory Maass: Yeah. Masthead is easy. Logo. [01:21:00] We, we need to keep going back and<br />forth because it\'s, I, I, I\'m happy to own it, but we need to do some, do lots of thinking around it.<br />Cory Miller: Okay. You wanna show some logos next week and get our, uh, audience\'s<br />opinion? I gotta tell you though, when you said the eighties pink and black, I go, I mean, why<br />does it have to be boring?<br />Why does it have to be serious and monotonous? Pink kind of screams that corporate. Yeah.<br />Cory Maass: No, no more internet, corporate blue.<br />Cory Miller: So I\'ll, I\'ll leave it to your, uh, uh, inspiration and we\'ll, we\'ll, we can, we\'ll, we\'ll talk<br />about that next week in between. Nice. Thanks dude.<br />Cory Maass: Yeah, man. I\'ll talk soon. Okay.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2023 12:03:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress.org blog: The Month in WordPress – February 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2023/03/the-month-in-wordpress-february-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13213:\"<p>February has been an exciting month for the WordPress community, with the celebration of the first-ever WordCamp Asia bringing friends and contributors back together in person. But that&#8217;s not all; read on for the latest project updates.</p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<h2 class=\"wp-block-heading\">Get ready for WordPress 6.2</h2>\n\n\n\n<p><strong>WordPress 6.2 Beta 4</strong> arrived earlier this week and is <a href=\"https://make.wordpress.org/core/2023/03/01/wordpress-6-2-beta-4/\">ready for download and testing</a>. Work continues on track, with the first release candidate (RC1) due next week and the target for the final release on <strong>March 28, 2023</strong>—less than four weeks away!</p>\n\n\n\n<p>WordPress 6.2 is one of the last major releases planned for Phase 2 of Gutenberg, taking the Site Editor out of beta with a more polished user experience and refreshed interface.</p>\n\n\n\n<p>On March 2, members of the release squad hosted the <a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">6.2 live product demo</a>. The recording and transcript will be available soon. In the meantime, these resources will give you a taste of what&#8217;s to come:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">Roadmap to 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2, Finale</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/02/wordpress-6-2-accessibility-improvements/\">WordPress 6.2 Accessibility Improvements</a></li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help test WordPress 6.2</a>. Your feedback is key to ensuring everything in this release is the best it can be.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Join WordPress&#8217; 20th anniversary celebrations</h2>\n\n\n\n<p>WordPress is turning 20, and the community is getting ready to celebrate!</p>\n\n\n\n<p>As part of the festivities, the project has released a <a href=\"https://wp20.wordpress.net/wordpresss-wapuu-joins-the-wp20-celebration/\">20th anniversary Wapuu</a>, a <a href=\"https://wp20.wordpress.net/download-the-wp20-commemorative-logos/\">set of commemorative logos</a>, and a <a href=\"https://wp20.wordpress.net/20-years-of-wordpress-jazz/\">special playlist with 46 tracks</a> from the jazz artists selected to represent WordPress releases. Official WP20 swag will also be available soon.</p>\n\n\n\n<p>In addition, the Museum of Block Art (MOBA) is <a href=\"https://block-museum.com/2023/02/21/lets-celebrate-20-years-of-wordpress/\">calling all artists</a> to submit block art themed on “20 years of WordPress.”</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/news/2023/03/lets-party-organize-your-wp20-celebration/\">Find out how to organize and participate in the WP20 celebrations</a>.</p>\n\n\n\n<p></p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What’s new in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-1-8-february/\"><strong>Gutenberg 15.1</strong></a> was released on February 8, 2023, with access to the Openverse library of openly-licensed media from the Editor. Other highlights include the ability to add custom CSS on a per-block basis and support for shadow presets in Global Styles. This is the last version of Gutenberg that will be <a href=\"https://developer.wordpress.org/block-editor/contributors/versions-in-wordpress/\">included in WordPress 6.2</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\"><strong>Gutenberg 15.2</strong></a><strong> </strong>is available for download as of February 22, 2023. Besides continued accessibility improvements, this release adds support for revisions when editing templates and template parts, and refines the navigation experience in the Site Editor.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay on top of the latest enhancements.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Global community sponsors for 2023, contributor mentorship program, and more</h2>\n\n\n\n<ul>\n<li>The Community Team announced the <a href=\"https://make.wordpress.org/community/2023/02/08/2023-global-sponsors-announcement/\">global sponsors</a> that will support the WordPress community programs in 2023.</li>\n\n\n\n<li>A few months ago, Meetup.com removed an accessibility overlay in response to <a href=\"https://make.wordpress.org/community/2022/11/23/meetup-com-accessibility-overlay-update/\">some concerns</a> from the WordPress community. <a href=\"https://make.wordpress.org/community/2023/02/17/meetup-com-accessibility-overlay-february-update/\">A recent update</a> reports that the company has conducted an assessment and plans to address the issues identified.</li>\n\n\n\n<li>The Training Team launched a <a href=\"https://make.wordpress.org/training/2023/02/10/training-teams-new-onboarding-program-is-now-live/\">new onboarding program</a> for contributors. In addition, they worked on numerous lesson plans, online workshops, and tutorials last month. <a href=\"https://make.wordpress.org/updates/2023/03/01/whats-new-on-learnwp-in-february-2023/\">Check out what&#8217;s new on Learn WordPress</a>.</li>\n\n\n\n<li>The Documentation Team shared <a href=\"https://make.wordpress.org/docs/2023/02/07/future-plans-for-helphub/\">future plans for HelpHub</a>.</li>\n\n\n\n<li>Openverse moved to a standalone domain, <a href=\"https://openverse.org/\">openverse.org</a>, with improvements to the site’s homepage, header, and footer.</li>\n\n\n\n<li>The Plugin Review Team posted a notice to inform about <a href=\"https://make.wordpress.org/plugins/2023/02/03/twitter-api-changes/\">the latest Twitter API changes</a> and the types of plugins that might be affected.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/polyglots/2023/02/16/polyglots-monthly-newsletter-february-2023/\">February edition of the Polyglots monthly newsletter</a> highlights some recent enhancements to GlotPress’ functionality and the <a href=\"https://translate.wordpress.org/\">translate.wordpress.org</a> platform.</li>\n\n\n\n<li>The latest <a href=\"https://make.wordpress.org/community/2023/02/15/meetup-organizer-newsletter-february-2023/\">Meetup Organizer newsletter</a> shares tips on how to help your meetup group stay connected and engaged between events.</li>\n\n\n\n<li>Check out <a href=\"https://developer.wordpress.org/news/2023/02/whats-new-for-developers-february-2023/\">What’s new for developers? (February 2023)</a>, the first edition of a new monthly series with features and resources developers should know about.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2023/02/people-of-wordpress-hauwa-abashiya/\">Hauwa Abashiya</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Following discussions on <a href=\"https://make.wordpress.org/project/2023/01/09/request-for-feedback-how-can-we-improve-the-five-for-the-future-contributor-journey/\">improving the contributor journey</a>, a new <a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">WordPress contributor mentorship program</a> has been proposed to roll out this year.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>A new proposal from the Community Team seeks to <a href=\"https://make.wordpress.org/community/2023/02/27/proposal-modify-the-events-and-news-widget-to-show-topic-based-meetups-worldwide/\">modify the Events and News dashboard widget</a> to show topic-based meetups worldwide.</li>\n\n\n\n<li>Members of the Core Team suggested some <a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/\">updates to the WordPress release cycle</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/03/mobile-team-update-march-2nd/\">Version 21.8</a> of the WordPress mobile app for iOS and Android is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Redesign work is <a href=\"https://make.wordpress.org/meta/2023/02/10/theme-directory-redesign-update/\">well underway</a> on the WordPress Theme Directory. Contributors can follow along on <a href=\"https://github.com/WordPress/wporg-theme-directory/\">the GitHub repository</a>.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li>Bangkok, Thailand, hosted a successful inaugural <a href=\"https://asia.wordcamp.org/2023/we-did-it/\">WordCamp Asia</a> on February 17-19. The event welcomed 1,299 attendees, and more than 600 participants joined the Contributor Day. At the event&#8217;s closure, organizers announced that <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia 2024</a> will take place in Taipei, Taiwan!</li>\n\n\n\n<li>The application to <a href=\"https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/\">attend the 2023 Community Summit</a> is now open to WordPress contributors. Learn more about the ins and outs of this working event in <a href=\"https://wordpress.org/news/2023/02/episode-49-everything-you-need-to-know-about-the-community-summit/\">Episode 49 of WP Briefing</a>.</li>\n\n\n\n<li>WordCamp Europe 2023 is looking for <a href=\"https://europe.wordcamp.org/2023/call-for-media-partners-and-supporters/\">media partners and supporters</a>.</li>\n\n\n\n<li>Want to create diverse and inclusive WordPress events? Don’t miss <a href=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-ameremea-tickets-561034247537\">this free #WPDiversity workshop</a> happening March 16, 2023.</li>\n\n\n\n<li>Many WordCamps are coming up in the next weeks:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1ec.png\" alt=\"🇺🇬\" class=\"wp-smiley\" /> <a href=\"https://entebbe.wordcamp.org/2023/\">WordCamp Entebbe</a>, Uganda, on March 10-11, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" /> <a href=\"https://torrelodones.wordcamp.org/2023/\">WordCamp Torrelodones</a>, Madrid, Spain, on March 11-12, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> <a href=\"https://phoenix.wordcamp.org/2023/\">WordCamp Phoenix</a>, Arizona, USA, on March 24-25, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" /> <a href=\"https://kerala.wordcamp.org/2023/\">WordCamp Kerala</a>, India, on March 25, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1f4.png\" alt=\"🇨🇴\" class=\"wp-smiley\" /> <a href=\"https://bogota.wordcamp.org/2023/\">WordCamp Bogotá</a>, Colombia, on March 31-April 1, 2023 (Online)</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" /><a href=\"https://switzerland.wordcamp.org/2023/\">WordCamp Switzerland</a> on April 1, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join WordPress Executive Director Josepha Haden Chomphosy as she explores <a href=\"https://wordpress.org/news/2023/02/episode-50-3-interesting-trends-from-wordcamp-asia/\">three interesting trends from WordCamp Asia</a>.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this Month in WordPress: <a href=\"https://profiles.wordpress.org/ninianepress/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ninianepress</a>, <a href=\"https://profiles.wordpress.org/jpantani/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jpantani</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a>.</em></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2023 11:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WordPress Community on Mastodon Launches “Toot the Word” Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142425\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wordpress-community-on-mastodon-launches-toot-the-word-survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2805:\"<p>Last month&#8217;s <a href=\"https://wptavern.com/twitter-outage-uncovers-more-details-on-upcoming-api-access-changes-giving-the-fediverse-a-shot-in-the-arm\">Twitter outage</a> gave Mastodon a boost, as the company also announced <a href=\"https://wptavern.com/wordpress-plugin-developers-alerted-ahead-of-twitter-api-changes\">unpopular changes to its API access</a>. People from the WordPress community continue to trickle into the fediverse, with many going so far as to shutter their Twitter accounts. A fledgling community of WordPress users on Mastodon has made the network home and are reporting more quality interactions than they experience on other platforms.</p>\n\n\n\n<p>Daniel Auener, who runs a WordPress agency based in Sweden, curates and maintains <a href=\"https://wp-community-on-mastodon.wptoots.social/\">a list of WordPress community members’ Mastodon accounts</a> that anyone can follow by downloading a CSV file and importing it into Mastodon. He and the other admins of the five largest WordPress-related Mastodon instances have joined together to create a <a href=\"https://forms.gle/a2c7BAibVPfEjXQ19\">survey</a> for WordPress users. </p>\n\n\n\n<p>The survey is being organized by the following admins: </p>\n\n\n\n<ul>\n<li><a href=\"https://wptoots.social/\">wptoots.social</a>&nbsp;(<a href=\"https://wptoots.social/@danielauener\">@danielauener</a>)</li>\n\n\n\n<li><a href=\"https://wpmastodon.es/\">wpmastodon.es</a>&nbsp;(<a href=\"https://wpmastodon.es/@javiercasares\">@javiercasares</a>)</li>\n\n\n\n<li><a href=\"https://wp-social.net/\">wp-social.net</a>&nbsp;(<a href=\"https://wp-social.net/@praetorverlag\">@praetorverlag</a>)</li>\n\n\n\n<li><a href=\"https://dewp.space/\">dewp.space</a>&nbsp;(<a href=\"https://dewp.space/@simon\">@simon</a>)</li>\n\n\n\n<li><a href=\"https://wpbuilds.social/\">wpbuild.social</a>&nbsp;(<a href=\"https://wpbuilds.social/@nathan\">@nathan</a>)</li>\n</ul>\n\n\n\n<p>&#8220;The goal of this two-minute survey is to help us improve the WordPress-related Mastodon instances and Mastodon as a meeting place for the WordPress Community in general,&#8221; Auener said. </p>\n\n\n\n<p>&#8220;We want to know your needs and challenges and how you think we – as WordPress-related instances – can strengthen the WordPress community on Mastodon.&#8221;</p>\n\n\n\n<p>Respondents will be asked how frequently they use Mastodon and how important it is to their overall WordPress-related social media activity. They will also be asked about the quality of communication with the community and what they would like to see more of on Mastodon. So far the survey has received 112 responses. If you have embraced the fediverse, take two minutes to leave your feedback on the &#8220;<a href=\"https://forms.gle/a2c7BAibVPfEjXQ19\">Toot the Word Survey</a>&#8221; before it closes on March 5, 2023. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Mar 2023 22:09:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: MonetizeMore Acquires Advanced Ads Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142414\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wptavern.com/monetizemore-acquires-advanced-ads-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3404:\"<p><a href=\"https://www.monetizemore.com/\">MonetizeMore</a>, an ad revenue optimization company, has <a href=\"https://wpadvancedads.com/monetizemore-acquires-advanced-ads/\">acquired the Advanced Ads plugin</a> and will be hiring the team behind the products. </p>\n\n\n\n<p>The plugin&#8217;s ad management tools are used by more than 150,000 websites to create, display, and rotate ad units, as well as schedule and target ads based on preset conditions. It integrates with many other popular plugins like BuddyPress, bbPress, Elementor, MailPoet, Paid Memberships Pro, and more. The plugin is <a href=\"https://wordpress.org/plugins/advanced-ads/\">distributed on WordPress.org</a> with commercial upgrades and add-ons available.</p>\n\n\n\n<p>Advanced Ads creator Thomas Maier launched the plugin 2014 after finding that most WordPress ad plugins didn&#8217;t support responsive ads, cached websites, or split testing for better performance. Over the past nine years his team has grown to 12 people supporting 40 million impressions.</p>\n\n\n\n<p>Maier said he &#8220;never found much joy in fulfilling the executive and administrative roles in such a successful project&#8221; and will be returning to working on a team with Advanced Ads&#8217; customers as part of MonetizeMore.</p>\n\n\n\n<p>&#8220;I haven’t felt comfortable with a managing (aka &#8216;boss&#8217;) position for a while and wanted to get out of it before losing fun working with my team, product, and customers,&#8221; Maier said. &#8220;It was more a process than a specific turning point.</p>\n\n\n\n<p>&#8220;Luckily, I built relationships with potential buyers long before thinking about selling. This helped me last year to get multiple qualified offers in a short period of time. I also asked people who have sold their WordPress [businesses] for advice, which was often very honest and open.&#8221;</p>\n\n\n\n<p>Maier said the administrative burden wasn&#8217;t the problem, as his team did most of the daily tasks already. In selling Advanced Ads he was looking to move into a new role by passing the ownership on to a company that he believes to be a &#8220;sensible market participant.&#8221;</p>\n\n\n\n<p>&#8220;My energy was drained by me feeling responsible for everyone, the team, customers, and partners, to be happy,&#8221; Maier said. &#8220;I couldn’t shut up thinking about that even when everything was running smoothly. After 13 years running my own companies, I am looking forward to stepping away from the driver’s seat.&#8221;</p>\n\n\n\n<p>This acquisition allows MonetizeMore to expand its ad optimization tools with Advanced Ads&#8217; features, which allow users to manage and target their ads without coding skills.</p>\n\n\n\n<p>&#8220;Their expertise complements our existing programmatic advertising tools and products suite, keeping our publishers at the forefront of the industry,&#8221; MonetizeMore CEO and founder Kean Graham said. &#8220;As we are set for exponential growth this year and on track to cross the $100M ARR mark this year, we will remain selective in making strategic acquisitions and partnerships with organizations that also empower ad-monetized publishers.&#8221;</p>\n\n\n\n<p>Maier said he doesn&#8217;t expect any changes with the plugin&#8217;s pricing as the result of the acquisition. There are currently no changes planned for active subscriptions, existing product features, or service levels. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Mar 2023 20:46:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WordPress.org blog: Let’s Party: Organize your WP20 Celebration!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14546\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2023/03/lets-party-organize-your-wp20-celebration/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2714:\"<p>Join WordPress enthusiasts from across the globe on May 27, 2023, as they come together to celebrate its 20th anniversary!</p>\n\n\n\n<p>Regardless of how you use WordPress or where you call home, you are invited to celebrate this great milestone. Plan a larger party that includes your entire meetup, spend the day coworking with a group of friends, or hang out virtually online.</p>\n\n\n\n<p>Whatever your style, celebrate in your time zone, your way. WordPress has some resources to help you party.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/\">Meetup Organizer handbook</a> has a section dedicated to helping you plan your meetup’s <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/anniversary-celebrations/\">anniversary celebration</a>. You’ll find email and Meetup.com templates that make sending your announcements and creating your events simple, as well as tips for planning a fun, safe, and inclusive event, in-person or online.&nbsp;</p>\n\n\n\n<p>The <a href=\"https://wp20.wordpress.net/\">20th anniversary website</a> will list events as they are announced and scheduled by organizers, so check back regularly to see if there’s one in your area you’d like to join or help organize.</p>\n\n\n\n<p>Meetup organizers, once your meetup’s WP20 Celebration is scheduled, email <a href=\"mailto:support@wordcamp.org\">support@wordcamp.org</a> using the subject <strong>WP20 Celebration</strong> and include a link to your meetup event. Events will be reviewed to ensure they have all the necessary details before inclusion on wp20.wordpress.net. </p>\n\n\n\n<p>And don’t forget the new swag!</p>\n\n\n\n<p>Starting in April, meetup organizers can <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/anniversary-celebrations/request-swag-for-in-person-anniversary-celebrations/\">order complimentary kits of official anniversary swag</a>, including limited-edition stickers, buttons, and pencils that can be shipped to your meetup at no cost to you. Additional items, such as pennants, shirts, hoodies, keychains, and more, are also available for purchase at the <a href=\"https://mercantile.wordpress.org/\">official WordPress store</a> while supplies last, beginning in early March.&nbsp;</p>\n\n\n\n<p>So, whether you’re sporting new anniversary swag or your old favorites from your closet, join WordPress enthusiasts on Saturday, May 27, for a globe-spanning WordPress celebration. Use hashtag #WP20 to share your passion for WordPress.</p>\n\n\n\n<p>Don’t have an active meetup in your area? It’s not too late to <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/interest-form/\">start one</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Mar 2023 20:21:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Cate DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Do The Woo Community: Do the Woo, Version 4.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/do-the-woo-version-4-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:300:\"<p>Well, this is it. Learn all about Do the Woo version 4.0.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/do-the-woo-version-4-0/\">Do the Woo, Version 4.0</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Mar 2023 11:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"HeroPress: WordPress helps me unwind – story of a part-time developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=5298\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:186:\"https://heropress.com/essays/wordpress-helps-me-unwind-story-of-a-part-time-developer/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-helps-me-unwind-story-of-a-part-time-developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13606:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2023/03/030123-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Ajay D\'Souza\" />\nHere is Ajay reading his own story aloud.\n\n\n\n\n\n\n<p>In October 2023, I will complete 20 years of my association with WordPress. What started as an experiment soon became an integral part of my life.&nbsp;</p>\n\n\n\n<p>Hi! I am Ajay D&#8217;Souza. I am the author of several completely free WordPress plugins, and this is my WordPress story.</p>\n\n\n\n<h2 id=\"h-in-the-beginning\">In the beginning&#8230;</h2>\n\n\n\n<p>I vaguely recall always having a passion for computers during my school days. Then, it was <a href=\"https://en.wikipedia.org/wiki/Logo_(programming_language)\">Logo</a>. It was only in mid-2000 that I discovered HTML. I had initially set out to learn C or C++ and got distracted by this language that allowed me to build webpages.&nbsp;</p>\n\n\n\n<p>I created a site on Sherlock Holmes by hand on a free host. I learnt a bit of PHP, which helped me create dynamic portions of the site. But I still didn&#8217;t know what MySQL was.&nbsp;</p>\n\n\n\n<p>In late 2003, when yet another free host closed its shutters, I finally bought <a href=\"https://ajaydsouza.com/\">ajaydsouza.com</a>. This site has remained my home on the web for nearly 20 years.</p>\n\n\n\n<h2 id=\"h-finding-wordpress\">Finding WordPress</h2>\n\n\n\n<p>After buying the domain, I <a href=\"https://ajaydsouza.com/my-new-blog/\">started blogging using WordPress in October 2003</a>. At that time, WordPress was still in its infancy, and I enjoyed playing with innovative technology. This was before the advent of Facebook, Twitter or any other forms of social media.</p>\n\n\n\n<p>I blogged about my day-to-day experiences as a student and a part-time developer. My friends thought that I was crazy for sharing my personal life online. But I persevered because blogging helped me unwind and express myself.</p>\n\n\n\n<h2 id=\"h-building-plugins-and-a-theme\">Building plugins and a theme</h2>\n\n\n\n<p>I started developing WordPress plugins in 2005. My first plugin was Bad Behavior Stats, which displayed the number of blocked access attempts by the Bad Behavior plugin. WordPress plugin development was still new back then and Bad Behavior Stats soon became obsolete. I also created a theme called Connections Reloaded, based on the original Connections theme. I maintained it until 2009, when I decided to focus on plugins instead of themes.</p>\n\n\n\n<p>Since 2005, I have authored more than 15 WordPress plugins!</p>\n\n\n\n<h2 id=\"h-a-full-time-wordpress-blogger\">A full-time WordPress blogger&#8230;</h2>\n\n\n\n<p>I began blogging professionally about WordPress in November 2005, thanks to Mark Ghosh who ran <strong>Weblog Tools Collection</strong>. This gave me an opportunity to stay updated with new plugins and themes and share the latest news of the fast-growing WordPress world. I left my engineering job in mid-2006 and blogging for Mark helped me financially while I pursued my MBA.&nbsp;</p>\n\n\n\n<h2 id=\"h-and-a-part-time-wordpress-developer\">&#8230;and a part-time WordPress developer</h2>\n\n\n\n<p>In 2009, I completed my MBA and joined the finance sector as my day job. This reduced my time for blogging and coding. However, I did not want to let go of my WordPress passion. I had already created <a href=\"https://webberzone.com/plugins/contextual-related-posts/\">Contextual Related Posts</a> and <a href=\"https://webberzone.com/plugins/top-10/\">Top 10</a>, two popular plugins with loyal users. I continued to develop them and launched a few more plugins over the years.</p>\n\n\n\n<h2 id=\"h-the-professional-rebrand\">The professional rebrand</h2>\n\n\n\n<p>I moved my plugins to <a href=\"https://webberzone.com/\">WebberZone</a> in 2015. This became my professional brand for my existing and new plugins. It also allowed me to create a knowledge base, which I am still working on.</p>\n\n\n\n<p>WebberZone allowed me to split my personal blog from my WordPress development. It has also given me the possibility of premium plugins, should that be a path I pursue in the future.</p>\n\n\n\n<h2 id=\"h-the-challenges-with-wordpress-development-today\">The challenges with WordPress development today</h2>\n\n\n\n<p>WordPress development has changed a lot in recent years, especially with the launch of the block editor. To be a developer today, you need to learn not only PHP and MySQL, but also JavaScript and React. You also need to use build tools before you can start coding.</p>\n\n\n\n<p>This has been challenging, but fortunately, there are several online tutorials to help. I spent months learning how to add blocks to my plugins and I finally have a working repository on Github of these.</p>\n\n\n\n<h2 id=\"h-what-have-i-learned\">What have I learned?</h2>\n\n\n\n<p>I have learned some valuable lessons from my WordPress journey. Here are some of them:</p>\n\n\n\n<ul>\n<li><strong>Persist.</strong> Not everyone will appreciate your work, but some will. Focus on them and ignore the rest.</li>\n\n\n\n<li><strong>Code. A lot.</strong> Reading tutorials is not enough. You need to practise, make mistakes and fix them.</li>\n\n\n\n<li><strong>Learn from others.</strong> The WordPress community has many amazing people who create great plugins and themes. Study their code, read their tutorials and follow their best practices.</li>\n\n\n\n<li><strong>Contribute.</strong> There are many ways to contribute to WordPress besides core development. You can also contribute by creating plugins, themes, documentation, marketing, tutorials, etc.</li>\n\n\n\n<li><strong>Don&#8217;t be afraid to say NO.</strong> This is very hard to do, but sometimes necessary. I recently decided to limit support for my free plugins because it was taking too much time from development.</li>\n\n\n\n<li><strong>Take time off.</strong> It could be a night, a day, a week or more. Working when exhausted is not productive or healthy. Spend some time with your family.</li>\n</ul>\n\n\n\n<h2 id=\"h-how-does-wordpress-help-me-unwind\">How does WordPress help me unwind?</h2>\n\n\n\n<p>WordPress is my way of relaxing. My job demands long hours and constant availability. I love what I do, but I need a break sometimes.&nbsp;</p>\n\n\n\n<p>That’s why I enjoy coding plugins for WordPress in my spare time. It makes me happy to create something useful and share it with others.</p>\n\n\n\n<h2 id=\"h-my-wordpress-future\">My WordPress Future</h2>\n\n\n\n<p>My goals for 2023 and beyond are:</p>\n\n\n\n<ul>\n<li>Redesign WebberZone, my website where I showcase my WordPress plugins and tutorials.</li>\n\n\n\n<li>Be more active on Twitter and network with other WordPress enthusiasts.</li>\n\n\n\n<li>Improve and update my existing plugins and maybe launch a pro version.</li>\n\n\n\n<li>Learn new skills and keep up with the latest WordPress trends and developments.</li>\n\n\n\n<li>Share my WordPress knowledge through tutorials on WebberZone.</li>\n</ul>\n\n\n\n<p>WordPress has given me a creative outlet for my ideas and skills. As a blogger, it has allowed me to share my stories and experiences. As a developer, it has challenged me to build many things that are useful that I can be proud of. As a community member, it has connected me to amazing people and opportunities.</p>\n\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id_2abfd1-ed alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n\n<div class=\"wp-block-kadence-column kadence-column_5bfb8b-3c\"><div class=\"kt-inside-inner-col\">\n<h2 id=\"work-environment\" class=\"kt-adv-heading_c792ee-c4 wp-block-kadence-advancedheading\">Ajay&#8217;s Work Environment</h2>\n\n\n\n<p>We asked Ajay for a view into his development life and this is what he sent! He doesn&#8217;t use a desk, he codes his WordPress material in bed on just his laptop.</p>\n\n\n\n\n	#hotspot-5303 .hotspots-image-container,\n	#hotspot-5303 .leaflet-container {\n		background: #efefef	}\n\n	#hotspot-5303 .hotspots-placeholder,\n	.featherlight .featherlight-content.lightbox-5303 {\n		background: #2E2D29;\n		border: 0 #2E2D29 solid;\n		color: #DFEBE5;\n	}\n\n	#hotspot-5303 .hotspot-title,\n	#hotspot-5303 .bc-product__title a,\n	.featherlight .featherlight-content.lightbox-5303 .hotspot-title,\n	.featherlight .featherlight-content.lightbox-5303 .bc-product__title a {\n		color: #93C7A4;\n	}\n\n			#hotspot-5303 .hotspot-style-1 {\n			stroke-width: 2;\n			fill: #ffffff;\n			fill-opacity: 0;\n			stroke: #ffffff;\n			stroke-opacity: 0;\n		}\n		#hotspot-5303 .hotspot-style-1:hover,\n		#hotspot-5303 .hotspot-style-1:focus,\n		#hotspot-5303 .hotspot-style-1.hotspot-active {\n			fill: #ffffff;\n			fill-opacity: 0.81;\n			outline: none;\n			stroke: #ffffff;\n			stroke-opacity: 1.01;\n		}\n			#hotspot-5303 .hotspot-default {\n			stroke-width: 2;\n			fill: #ffffff;\n			fill-opacity: 0;\n			stroke: #ffffff;\n			stroke-opacity: 0;\n		}\n		#hotspot-5303 .hotspot-default:hover,\n		#hotspot-5303 .hotspot-default:focus,\n		#hotspot-5303 .hotspot-default.hotspot-active {\n			fill: #3CA2A2;\n			fill-opacity: 0.71;\n			outline: none;\n			stroke: #235B6E;\n			stroke-opacity: 1.01;\n		}\n		#hotspot-5303 .leaflet-tooltip,\n	#hotspot-5303 .leaflet-rrose-content-wrapper {\n		background: #2E2D29;\n		border-color: #2E2D29;\n		color: #DFEBE5;\n	}\n\n	#hotspot-5303 a.leaflet-rrose-close-button {\n		color: #93C7A4;\n	}\n\n	#hotspot-5303 .leaflet-rrose-tip {\n		background: #2E2D29;\n	}\n\n	#hotspot-5303 .leaflet-popup-scrolled {\n		border-bottom-color: #DFEBE5;\n		border-top-color: #DFEBE5;\n	}\n\n	#hotspot-5303 .leaflet-tooltip-top:before {\n		border-top-color: #2E2D29;\n	}\n\n	#hotspot-5303 .leaflet-tooltip-bottom:before {\n		border-bottom-color: #2E2D29;\n	}\n	#hotspot-5303 .leaflet-tooltip-left:before {\n		border-left-color: #2E2D29;\n	}\n	#hotspot-5303 .leaflet-tooltip-right:before {\n		border-right-color: #2E2D29;\n	}\n\n\n\n	<div class=\"hotspots-container  layout-lightbox event-click\" id=\"hotspot-5303\">\n		<div class=\"hotspots-interaction\">\n			<div class=\"hotspots-image-container\">\n	<img width=\"2560\" height=\"1928\" src=\"https://heropress.com/wp-content/uploads/2023/02/ajay_dsouza_laptop-1-scaled.jpg\" alt=\"Ajay&#8217;s Workspace\" class=\"hotspots-image skip-lazy\" usemap=\"https://heropress.com/feed/#hotspots-image-5303\" />\n</div>		</div>\n		<map name=\"hotspots-image-5303\" class=\"hotspots-map\">\n											<area shape=\"polygon\" coords=\"47,1810,479,1136,503,1112,535,1106,574,1106,2074,1120,2120,1126,2162,1138,2198,1190,2558,1704,2550,1909,135,1889,83,1881,57,1866\" href=\"https://heropress.com/feed/#hotspot-hotspot-5303-0\" title=\"2014 Macbook Air\" alt=\"2014 Macbook Air\" target=\"\" class=\"more-info-area\" />\n											<area shape=\"polygon\" coords=\"639,443,1107,451,1103,742,893,739,892,746,883,753,878,756,869,756,863,755,853,754,847,744,845,739,633,738\" href=\"https://heropress.com/feed/#hotspot-hotspot-5303-1\" title=\"MAMP Pro\" alt=\"MAMP Pro\" target=\"\" class=\"more-info-area\" />\n											<area shape=\"polygon\" coords=\"1142,583,1719,591,1714,907,1447,903,1444,916,1411,921,1405,903,1407,914,1406,904,1138,901\" href=\"https://heropress.com/feed/#hotspot-hotspot-5303-2\" title=\"Visual Studio Code\" alt=\"Visual Studio Code\" target=\"\" class=\"more-info-area\" />\n											<area shape=\"polygon\" coords=\"1449,220,2024,234,2023,541,1751,540,1751,554,1715,554,1712,541,1446,536\" href=\"https://heropress.com/feed/#hotspot-hotspot-5303-3\" title=\"Github Desktop\" alt=\"Github Desktop\" target=\"\" class=\"more-info-area\" />\n											<area shape=\"polygon\" coords=\"1001,229,1368,234,1364,404,1201,403,1200,412,1196,420,1185,418,1170,418,1163,413,1163,404,999,400\" href=\"https://heropress.com/feed/#hotspot-hotspot-5303-4\" title=\"Finder\" alt=\"Finder\" target=\"\" class=\"more-info-area\" />\n											<area shape=\"polygon\" coords=\"647,209,876,213,871,394,777,395,773,404,769,407,745,406,739,403,739,393,643,390\" href=\"https://heropress.com/feed/#hotspot-hotspot-5303-5\" title=\"Terminal\" alt=\"Terminal\" target=\"\" class=\"more-info-area\" />\n					</map>\n\n		\n					\n						<div class=\"hotspot-info\" id=\"hotspot-hotspot-5303-0\">\n				\n				<h2 class=\"hotspot-title\">2014 Macbook Air</h2>								<div class=\"hotspot-content\">\n									</div>\n			</div>\n					\n						<div class=\"hotspot-info\" id=\"hotspot-hotspot-5303-1\">\n				\n				<h2 class=\"hotspot-title\">MAMP Pro</h2>								<div class=\"hotspot-content\">\n									</div>\n			</div>\n					\n						<div class=\"hotspot-info\" id=\"hotspot-hotspot-5303-2\">\n				\n				<h2 class=\"hotspot-title\">Visual Studio Code</h2>								<div class=\"hotspot-content\">\n									</div>\n			</div>\n					\n						<div class=\"hotspot-info\" id=\"hotspot-hotspot-5303-3\">\n				\n				<h2 class=\"hotspot-title\">Github Desktop</h2>								<div class=\"hotspot-content\">\n									</div>\n			</div>\n					\n						<div class=\"hotspot-info\" id=\"hotspot-hotspot-5303-4\">\n				\n				<h2 class=\"hotspot-title\">Finder</h2>								<div class=\"hotspot-content\">\n									</div>\n			</div>\n					\n						<div class=\"hotspot-info\" id=\"hotspot-hotspot-5303-5\">\n				\n				<h2 class=\"hotspot-title\">Terminal</h2>								<div class=\"hotspot-content\">\n									</div>\n			</div>\n			</div>\n\n\n\n\n\n<p class=\"kt-adv-heading_b9c76c-f5 wp-block-kadence-advancedheading has-theme-palette-9-background-color has-background\">HeroPress would like to thank <a href=\"https://wpdrawattention.com/\">Draw Attention</a> for their donation of the plugin to make this interactive image!</p>\n</div></div>\n\n</div></div>\n\n\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-helps-me-unwind-story-of-a-part-time-developer/\">WordPress helps me unwind &#8211; story of a part-time developer</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2023 19:32:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Ajay D&#8217;Souza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Do The Woo Community: Thanks to These Supporters of Do the Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://dothewoo.io/thanks-to-these-supporters-of-do-the-woo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:359:\"<p>A huge shoutout to these sponsors who have supported us over the last 12 months. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/thanks-to-these-supporters-of-do-the-woo/\">Thanks to These Supporters of Do the Woo</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2023 19:21:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Post Status: WordPress 6.2 Beta 4 &amp; Live Demo • Performance Roadmap • Static vs Dynamic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=147763\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://poststatus.com/wordpress-6-2-beta-4-live-demo-performance-roadmap-static-vs-dynamic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21720:\"<h2 id=\"h-this-week-at-wordpress-org-february-27-2023\">This Week at WordPress.org (February 27, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordPress 6.2 is just a few weeks away. It\'s time to get testing with Beta 4.  Core Performance team has announced the roadmap for this year, including Gutenberg Phase 3 work and more. Do you know the difference between static vs dynamic blocks?  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_arrowRightCircle kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">WP 6.2 Beta 4 & Demo, Performance Roadmap, Static vs Dynamic Blocks</h2><p class=\"kt-blocks-info-box-text\">β  <a href=\"https://make.wordpress.org/core/2023/03/01/wordpress-6-2-beta-4/\">WordPress 6.2 Beta 4</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5d3.png\" alt=\"🗓\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">6.2 Live Product Demo</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64b-1f3fe.png\" alt=\"🙋🏾\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help Test WordPress 6.2</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f503.png\" alt=\"🔃\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/\">Proposal: Updates to the WordPress Release Cycle</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5fa.png\" alt=\"🗺\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/02/27/core-performance-team-roadmap-published/\">Core Performance Team Roadmap Published</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2753.png\" alt=\"❓\" class=\"wp-smiley\" /><a href=\"https://developer.wordpress.org/news/2023/02/static-vs-dynamic-blocks-whats-the-difference/\">Static vs. dynamic blocks: What’s the difference?</a><br /><br /></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/the-month-in-wordpress-february-2023/\">The Month in WordPress – February 2023</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/lets-party-organize-your-wp20-celebration/\">Let’s Party: Organize your WP20 Celebration!</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/02/people-of-wordpress-hauwa-abashiya/\">People of WordPress: Hauwa Abashiya</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/02/episode-50-3-interesting-trends-from-wordcamp-asia/\">WP Briefing: Episode 50: 3 Interesting Trends from WordCamp Asia</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-33 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/02/28/accessibility-team-meeting-agenda-march-3-2023/\">Accessibility Team Meeting Agenda: March 3, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-central\"><a href=\"https://central.wordcamp.org\">Central</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://central.wordcamp.org/news/2023/02/get-your-tickets-for-wordcamp-kerala-2023-on-march-25th/\">Get your tickets for WordCamp Kerala 2023 on March 25th!</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/02/woocommerce-sponsors-wordpress-community-events-worldwide/\">WooCommerce sponsors WordPress community events across the globe</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/02/bluehost-supports-wordpress-community-events-worldwide-3/\">Bluehost supports WordPress community events worldwide</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/02/thanks-to-automattic-for-sponsoring-community-events-worldwide/\">Thanks to Automattic for sponsoring community events worldwide</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/02/godaddy-joins-the-wordpress-global-community-sponsorship-program-in-2023/\">GoDaddy joins the WordPress global community sponsorship program in 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/03/01/community-team-meeting-agenda-for-2-march-2023/\">​​Community Team Meeting Agenda for 2 March 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/03/01/wordcamp-mentors-march-check-in/\">WordCamp Mentors’ March check-in!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/02/27/proposal-modify-the-events-and-news-widget-to-show-topic-based-meetups-worldwide/\">Proposal: Modify the Events and News widget to show topic-based meetups worldwide</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/02/27/suggested-update-to-events-code-of-conduct/\">Suggested update to Events Code of Conduct</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/02/23/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-february-22-2023/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on February 22, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/01/a-week-in-core-february-27-2023/\">A Week in Core – February 27, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\">What’s new in Gutenberg 15.2? (22 February)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/\">Proposal: Updates to the WordPress Release Cycle</a></li>\n</ul>\n\n\n\n<h3 id=\"h-wordpress-6-2\">WordPress 6.2</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/02/wordpress-6-2-accessibility-improvements/\">WordPress 6.2 Accessibility Improvements</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/28/wordpress-6-2-beta-4-postponed/\">WordPress 6.2 Beta 4 Postponed</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/wordpress-6-2-beta-3/\">WordPress 6.2 Beta 3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">6.2 Live Product Demo</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2, Finale</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/03/hallway-hangout-performance-improvements-for-wordpress-6-2/\">Hallway Hangout: Performance Improvements for WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">Roadmap to 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/18/bug-scrub-schedule-for-6-2/\">Bug Scrub Schedule for 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/11/early-bug-scrub-schedule-for-wp-6-2/\">Early bug scrub schedule for WP&nbsp;6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/\">WordPress 6.2 Planning Roundup</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/01/dev-chat-summary-march-1-2023/\">Dev Chat Summary, March 1, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/01/editor-chat-summary-wednesday-1st-march-2023/\">Editor chat summary: Wednesday, 1st March 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/27/editor-chat-summary-wednesday-22nd-february-2023/\">Editor chat summary: Wednesday, 22nd February 2023</a></li>\n</ul>\n\n\n\n<h3 id=\"h-developer-blog\">Developer Blog</h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/03/creating-a-custom-block-that-stores-post-meta/\">Creating a custom block that stores post meta</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/static-vs-dynamic-blocks-whats-the-difference/\">Static vs. dynamic blocks: What’s the difference?</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/intrinsic-design-theming-and-rethinking-how-to-design-with-wordpress/\">Intrinsic design, theming, and rethinking how to design with WordPress</a></li>\n</ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/02/21/xpost-helphub-and-devdocs-redesign-request/\">HelpHub and DevDocs redesign request</a></li>\n</ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/02/28/hosting-team-meeting-agenda-2023-03-01/\">Hosting Team meeting agenda 2023-03-01</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/03/01/notes-global-marketing-team-meeting-21-february-2023/\">Notes: Global Marketing Team meeting, 21 February 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2023/03/01/notes-global-marketing-team-meeting-14-february-2023/\">Notes: Global Marketing Team meeting, 14 February 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/02/10/theme-directory-redesign-update/\">Theme Directory redesign update</a></li>\n</ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/02/22/openverse-is-now-a-monorepo/\">Openverse is now a monorepo</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/02/28/community-meeting-recap-28-february-2023/\">Community Meeting Recap (28 February 2023)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/03/01/concurrency-resource-issues-on-monthly-runs/\">Concurrency/resource issues on monthly runs</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/27/core-performance-team-roadmap-published/\">Core Performance Team Roadmap Published</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/28/performance-chat-summary-28-february-2023/\">Performance Chat Summary: 28 February 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/02/28/core-performance-team-update-february-28-2023/\">Core Performance Team Update – February 28, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/03/01/plugin-review-team-27-feb-2023/\">Plugin Review Team: 27 Feb 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/01/agenda-weekly-polyglots-chat-march-1-2023-1300-utc/\">Agenda: Weekly Polyglots Chat – March 1, 2023 (13:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/02/21/xpost-helphub-and-devdocs-redesign-request/\">HelpHub and DevDocs redesign request</a></li>\n</ul>\n\n\n\n<h2 id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">Proposal: Creating a WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/\">Discussion: Ending the Eternal September</a></li>\n</ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/03/support-ticket-triage-session-march-8th-2023-at-1600-utc/\">Support ticket triage session – March 8th 2023 at 16:00 UTC</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/03/agenda-for-march-2nd-support-meeting-2/\">Agenda for March 2nd Support Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/02/summary-for-february-23rd-support-meeting/\">Summary for February 23rd Support Meeting</a></li>\n</ul>\n\n\n\n<h2 id=\"h-theme\">Theme</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">Hallway Hangout: Community Themes Initiative</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/03/01/themes-team-meeting-notes-february-28-2023/\">Themes Team Meeting Notes –&nbsp;February 28, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/02/28/themes-team-update-february-28-2023/\">Themes team update February 28, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/02/21/hallway-hangout-lets-chat-about-using-replay-io-in-the-fse-outreach-program/\">Hallway Hangout: Let’s chat about using Replay.io in the FSE Outreach Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help Test WordPress 6.2</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/learn-wordpress-march-newsletter/\">Learn WordPress March Newslette</a>r</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/03/recap-wordpress-6-2-beta-4-release-party-ride-along/\">Recap: WordPress 6.2 Beta 4 Release Party Ride Along</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/03/recap-sensei-pro-lms-demo-for-learn-wordpress/\">Recap: Sensei Pro LMS Demo for Learn WordPress</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/03/become-a-welcome-committee-member-today/\">Become a Welcome Committee member today!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/02/training-team-goals-for-2023/\">Training Team Goals for 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/01/training-team-meeting-recap-for-february-28th-2023/\">Training Team Meeting Recap for February 28th, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/02/10/training-teams-new-onboarding-program-is-now-live/\">Training Team’s new onboarding program is now live!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/02/08/video-conferencing-options-for-online-workshops/\">Video conferencing options for Online Workshops</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/02/06/training-team-2023-goals-setting/\">Training Team 2023 Goals Setting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/01/whats-new-on-learnwp-in-february-2023/\">What’s new on LearnWP in February 2023</a></li>\n</ul>\n\n\n\n<h3 id=\"h-lesson-plans\"><a href=\"https://learn.wordpress.org/lesson-plans\">Lesson Plans</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/lesson-plan/ta-dashboard-overview/\">டாஷ்போர்டு மேலோட்டம்</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/lesson-plan/ta-difference-between-reusable-blocks-block-pattern-templates-template-parts/\">மீண்டும் பயன்படுத்தக்கூடிய தொகுதிகள், பிளாக் பேட்டர்ன், டெம்ப்ளேட்க</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=block-themes-and-wordpress-live-stream-10\">Block Themes and WordPress: Live Stream</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=block-themes-and-wordpress-live-stream-9\">Block Themes and WordPress: Live Stream</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=hallway-hangout-community-themes-initiative\">Hallway Hangout: Community Themes Initiative</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=live-stream-reviewing-developer-focused-features-in-gutenberg-15-1-and-15-2\">Live stream: Reviewing developer-focused features in Gutenberg 15.1 and 15.2</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=updating-a-blogs-design-informal-live-stream-part-2-2\">Updating a blog’s design (Informal live stream) – Part 2</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=lets-code-preventing-common-security-vulnerabilities\">Let’s code: Preventing Common Security Vulnerabilities</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-building-a-react-app-utilising-the-wp-rest-api-3\">WP dev livestream: Building a React app utilising the WP REST API</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-create-a-website-on-mobile-part-1\">How to create a website on mobile (Part 1)</a></li>\n</ul>\n\n\n\n<h3 id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-add-and-remove-a-logo-and-site-icon-in-a-wordpress-block-theme/\">How to add and remove a logo and site icon in a WordPress block theme</a></li>\n</ul>\n\n\n\n<h3 id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/develop-your-first-low-code-block-theme/\">Develop Your First Low-Code Block Theme</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://www.php.net/archive/2023.php#2023-02-14-2\">PHP 8.2.3 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-02-14-3\">PHP 8.1.16 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.4\">Composer 2.5.4</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2023 18:28:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: #65 – Bob Dunn on Building a WooCommerce Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=142333\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/podcast/65-bob-dunn-on-building-a-woocommerce-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:40419:\"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox has a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case building a WooCommerce community.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the show, I&#8217;m very keen to hear from you, and hopefully get you all your idea on as soon as possible. Head over to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Bob Dunn. If you&#8217;ve been using WordPress for any length of time, and you&#8217;ve been consuming content in the ecosystem, it&#8217;s highly likely that you&#8217;ve come across Bob before. He&#8217;s been using WordPress since 2006, WooCommerce since 2011, and has been podcasting since 2014. In another life before he discovered WordPress, Bob ran a marketing company, but now his endeavors are all about WordPress.</p>\n\n\n\n<p>We talk about how Bob found WordPress back in the day, when he was creating websites with HTML and Flash. Bob branded himself as BobWP, and has never looked back. After several years of running an agency alongside his content creation, in 2014 Bob decided to go all in on his content and building a community around it.</p>\n\n\n\n<p>As you&#8217;ll hear, he tried a variety of different formats, some of which worked, and others which fell by the wayside. But it was all a journey to where he is now.</p>\n\n\n\n<p>Given the size of the WordPress community, Bob was able to discover his niche within the greater whole and concentrate upon WoCommerce. His popular Do the Woo podcast was born, and he&#8217;s been working on it ever since.</p>\n\n\n\n<p>We talk about how Bob has managed to keep the momentum going, and what he thinks are unique about his podcast and community. It&#8217;s not about growing a group or worrying about the number of listeners. For Bob, it&#8217;s about creating meaningful connections and working to make his community a worthwhile place to be for himself, his cohosts and consumers of his content.</p>\n\n\n\n<p>We talk about how growing a community such as this can be financed, as well as the ways that Bob is trying to innovate in the near future to give value back to the WordPress project more generally.</p>\n\n\n\n<p>It&#8217;s an interesting conversation about how content creators can find a place in the WordPress ecosystem, and what impact they can have.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all the links in the show notes by heading to WPTavern.com forward slash podcast. Where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so, without further delay, I bring you Bob Dunn.</p>\n\n\n\n<p>I am joined on the podcast today by Bob Dunn. Hello, Bob.</p>\n\n\n\n<p>[00:04:05] Bob Dunn: Hey Nathan, thanks for having me on. I&#8217;m pretty excited to be here.</p>\n\n\n\n<p>[00:04:08] Nathan Wrigley: Yeah, you&#8217;re very welcome. Thank you. Bob is known to me because we&#8217;ve met in the real world, and I&#8217;ve been following his podcast for many, many years. But if you don&#8217;t know Bob, let&#8217;s give you the opportunity to introduce yourself. So it&#8217;s a fairly bland question. I&#8217;m sorry about that. But it&#8217;s the one that we usually start with. Just give us a bit of background, tell us who you are, what your relationship is with WordPress and so on.</p>\n\n\n\n<p>[00:04:32] Bob Dunn: Okay. Before WordPress, before I even got into WordPress, I ran a marketing company. My wife and I ran a marketing company, and these were the days of print design. So that&#8217;s kind of was my background for, for many, many years. And eventually moved into WordPress, which is another little story in itself, but was just looking for something simple and easy to segue into the web as far as our business.</p>\n\n\n\n<p>And in 2006, I started playing with WordPress. Got into it more and more. My wife was blogging on Typepad, I believe, at the time. So I was thinking, well, maybe we should check out this blogging thing on WordPress. Got into that. That was what appealed to me first off.</p>\n\n\n\n<p>And then secondly was the fact that I had spent, in my other business doing these horrible HTML websites with Flash, and they were just atrociously, they were a horror. And I thought, I&#8217;ve got to find something simpler that I can make a nice, clean website for clients. I don&#8217;t need anything fancy, and I found that with WordPress and actually did in, I think, 2018, my first WordPress site for our business. And from there it was history. In 2010, I branded BobWP. I&#8217;ve been training, I&#8217;ve done just about everything in WordPress, or at least tried everything except development. And I&#8217;m, where I&#8217;m at today with, Do The Woo, which is a WooCommerce builder community site. But yeah, it&#8217;s been an interesting and fun journey.</p>\n\n\n\n<p>[00:06:06] Nathan Wrigley: How did you decide that you were going to turn your attention to what it is that you now do mostly, which is community building and podcasting? Was there a moment in time where you thought, I no longer wish to actually build sites and deal with clients? I want to concentrate on the content creation and the community building.</p>\n\n\n\n<p>[00:06:25] Bob Dunn: Yeah, around 2014 was when I stopped doing service work, designing sites specifically. I just was burned out. It was to the point where I would almost dread if somebody contacted me to put a site together, and I think it&#8217;s just because I&#8217;d been doing, at that point, between that and our other business, I&#8217;ve been doing client services for a good, probably 23 years or 24 years.</p>\n\n\n\n<p>And I thought, man, this isn&#8217;t the way to work with clients. I&#8217;m not giving them what they deserve. If I have that kind of attitude and I&#8217;m just dreading the next project. Ever since the beginning of my involvement with WordPress, the community always played a part. That was a part that really, was always there and always moved me forward.</p>\n\n\n\n<p>Back in 2007, 2008, I was on another online community, and it was very unique. I&#8217;m not going to get into the explanation of it, take a little bit too long, but that got me more involved in community, online and both in person. And that stuck with me, the community all the way through.</p>\n\n\n\n<p>And now the podcasting came along. I was a content maker. In 2007 I went to a workshop with some colleagues of mine, and it was on podcasting and they really wanted me to start a podcast. And I thought, well, this is very intriguing. I was looking at what I was doing. Uh, I don&#8217;t have the bandwidth for this. So I told them maybe someday, and that someday came like, I don&#8217;t know how many years later. 2014 is when I started the first podcast, and Matt Madeiros, which many of your listeners know from Matt Report and WP Minute. He was doing podcasting way back then too, and he kept poking at me.</p>\n\n\n\n<p>And we had a pretty good relationship, we talked a lot. And again, since we were both content makers, he said, come on Bob, you got to try podcasting. So he was never like, down my throat, but every once in a while we&#8217;d be talking and he&#8217;d go, oh, when you going to start that podcast? So between his less than annoying poking at me, and then having waited, I thought this is prime time.</p>\n\n\n\n<p>So in 2014, I said, I got to try this podcasting thing. And I did one for about a year and I called it WP Breakdown. And I thought it was very clever because I was essentially repeating what I did with tutorials and stuff. I was writing, breaking down WordPress. But then I also thought of the frustration of WordPress, somebody having a breakdown with WordPress. So I thought it was clever. I don&#8217;t know if anybody ever really got that from the title.</p>\n\n\n\n<p>But they were 10, 15 minute monologue podcasts that I did. And I wasn&#8217;t really thrilled with it. I think it was a format I had. So after a little over a year I said, I got to quit this. This is just me rambling, regurgitating what I&#8217;m writing down somewhere else. I need to wait till something hits me and then I&#8217;ll start up again.</p>\n\n\n\n<p>[00:09:38] Nathan Wrigley: That&#8217;s nice. I confess that I don&#8217;t think in all the years that I&#8217;ve been podcasting, I don&#8217;t think I&#8217;ve had the courage to do any monologue kind of thing. It&#8217;s always been an interview. So either with one person or multiple people. I don&#8217;t quite know why that is, but I&#8217;ve always found it much more easy to get conversation going, than to persuade myself to sit there and write something that I assume people would want to listen to.</p>\n\n\n\n<p>[00:10:05] Bob Dunn: Yeah, and I&#8217;d always been told, even in the early days of my other career, people always told me, you got to do something Bob. You either need to go into being a DJ or a minister, because of your voice. And I thought, well, you know, you don&#8217;t go into something just because of your voice. And that&#8217;s where a few people started poking me at podcasting.</p>\n\n\n\n<p>Oh, you have a voice for podcasting. I said, well, that&#8217;s nice, but it would be better if I had the time and the resources and everything else that comes along with it. The voice alone isn&#8217;t going to do it. And I&#8217;ve had a, I&#8217;ve had a few monologue ones. I&#8217;ve had a few interview. I&#8217;ve actually done seven podcasts since 2014.</p>\n\n\n\n<p>[00:10:44] Nathan Wrigley: That&#8217;s really rather a lot. It always amazes me that the community surrounding the WordPress project is big enough that it can have so many little niches. So, you know, if you&#8217;ve got a plugin that does one particular thing, that may well afford you a lifestyle, if you can sell it and upsell it and shift some licenses, then you can have a lifestyle there.</p>\n\n\n\n<p>But also that extends to things like you and I both do. It&#8217;s amazing to me that there are enough people out there who are into WordPress that it can support multiple different podcast channels and YouTube channels and all sorts of content creation, tutorials, but also podcasts like you&#8217;re listening to now. I find that extraordinary.</p>\n\n\n\n<p>[00:11:29] Bob Dunn: Yeah, it is amazing. And I think when I was doing it by myself, I realized that no, this isn&#8217;t right. This isn&#8217;t meant to be me just being here by myself doing some monologue. I&#8217;m not really enjoying it. And I think that was a community part of it, nagging at me, because when I started Do the Woo, I think I did one or two episodes and I said basically, screw this, I&#8217;ve got to get a co-host at least.</p>\n\n\n\n<p>And I reached out to Brad Williams from WebDevStudios. He said, would love to do it. We did a few by ourselves and then I thought even two people week after week or whatever the cadence was back then. Is it really what I want to do? Is it really what the listeners want to hear? The two of us talking week after week. So shortly after that we started bringing in guests.</p>\n\n\n\n<p>[00:12:26] Nathan Wrigley: I&#8217;ve tried my hand at community building with things like Facebook groups and so on. Various different ways of getting the community going, but that feels like an area where you are really concentrating. So it&#8217;s not true to say that you do the podcast. You do the podcast plus you have these endeavors to build community. You&#8217;ve got a variety of different people helping you create the podcast, but also you are trying to create a community around the podcast. How&#8217;s that going and what&#8217;s the intention there?</p>\n\n\n\n<p>[00:13:00] Bob Dunn: I think that, I started with building community around BobWP. So the brand in 2010 that I started, that helped make the way for building other communities, because it&#8217;s real hard to build, have these other grandeur ideas and not have built your own community yourself. So I did that, and when I really sat down and started looking at building community and I read books and I listened to the people that were experts in building community and I saw a lot of things and I thought, this just doesn&#8217;t, there&#8217;s something that doesn&#8217;t jive with what I want to do.</p>\n\n\n\n<p>And what I discovered was two things that I was looking at building a community. I call it without the noise and without the metrics. And what I mean by that is without the noise, when I first started the idea of Do the Woo and building a community for the WooCommerce builder. Everybody would ask me the question, so are you doing a Slack channel? Are you doing a Facebook group? Is this like a Discord? Where are you building this community? I said, I&#8217;m not doing any of those. And they were just kind of pause.</p>\n\n\n\n<p>My idea was that, and as painful as it sounds, that I would need to build community, basically one person at a time. That I didn&#8217;t need to prove that I have a community of thousands of people, or I have this group that has 10,000 people in it. Because the impact was more important to me than the number. Because as all of us know, you can have 20,000 followers on Twitter, and you engage with maybe 2% of them if you&#8217;re lucky.</p>\n\n\n\n<p>So there&#8217;s that metric that doesn&#8217;t mean that your community&#8217;s successful or not, I really feel that way. The metric is the communication you&#8217;re having with individuals. How you&#8217;re connecting people. And that tied into less noise.</p>\n\n\n\n<p>I didn&#8217;t need a bunch of people in a group on Discord and have them all talking away to each other. We have plenty of opportunities to do that, and I didn&#8217;t need to add something to that pile. So taking that in mind and moving ahead with those two, I call them my goals or my mantras, I guess. It&#8217;s gone very well because, what I see is, when I have people on the podcast, I have a certain amount of hosts, and our podcast is a little unique to the space because I have like, I believe, nine or 10 co-hosts now that do the different shows.</p>\n\n\n\n<p>I kind of mix them up. They all have their different personalities. They bring in a different perspective. And the connections that have been made between hosts and guests and guests and guests and hosts and hosts has been amazing. And it&#8217;s not this, like I said, huge number that I&#8217;m going to just worry about achieving and saying, join this community of 10,000 people, 20,000. Whatever I want it. Join this community where people are connecting with each other in different ways. And that&#8217;s what I think the podcasting has really brought to it.</p>\n\n\n\n<p>And you, you have your weekly Monday podcast where you bring in three different people. With you, I&#8217;m sure that same thing is happening. You&#8217;re building the WP Builds community that way because they&#8217;re all connecting. You have the people that come in and listen to the chat. You have guests that maybe have listened to other guests, who knows, they may have reached out to each other. Sometimes we hear about those stories, sometimes we don&#8217;t.</p>\n\n\n\n<p>And those are the things that are impactful to me. And I think that&#8217;s a way to really build community versus these steps that people go through. And there&#8217;s nothing wrong with having Facebook groups. There&#8217;s nothing wrong with having Discord groups. They all have their place. But personally for me, I knew the direction I needed to go.</p>\n\n\n\n<p>[00:17:05] Nathan Wrigley: Yeah. In order to allow yourself the time to put into this project. Whatever it is given the time that this podcast is released, wherever you&#8217;ve got to. But in order to give yourself the time, you obviously need to finance that. And I&#8217;m wondering how that works for you. Do you have relationships with companies? Are you sponsored in certain ways? How do you deal with paying the bills essentially?</p>\n\n\n\n<p>[00:17:34] Bob Dunn: Yeah, it&#8217;s old sponsorships and it&#8217;s a tough row. You can get sponsors, no problem. You can get sponsors if you don&#8217;t have listeners. They put out all these things that maybe have worked for them. A lot of it is who you know. A lot of it is your own community build up. And a lot of it is luck, I think. So yes, I have currently 12 pod friends that are my major sponsors, and then I have some spots for smaller sponsors.</p>\n\n\n\n<p>When I started my first podcast or one of my first, it was, Do the Woo actually, in the early years, changed to a podcast called WPeCommerce. When I started that podcast, out of the gate, I started with sponsors and I was able to get some people to come in and support me. Now, easier said than done. I had a lot of, as you mentioned, a lot of connections in the space. I had already built up a lot of relationships. I built up a brand, whatever that brand may convey, but it obviously was something that sponsors found value in.</p>\n\n\n\n<p>Now, you can only carry that so far. You have to really start delivering and you have to, you have to be honest with your sponsors. And how I do it is, a lot of times you will, how do I want to say this? Sponsors will have expectations, and those expectations might be metrics. How many listeners do you have? How many click-throughs am I going to have?</p>\n\n\n\n<p>Now, if you don&#8217;t have that or that isn&#8217;t your main goal, as I said before, with my community, I&#8217;m not looking at so much the metrics. I&#8217;m looking at the impact it has. Then you&#8217;ve got to turn around, sell that. And that&#8217;s what I do is I sell the impact of what my sponsors are doing for the community.</p>\n\n\n\n<p>And that&#8217;s not an easy sell, let me tell you. And not everybody has a budget to spend the money on that. So I&#8217;m fortunate. It&#8217;s something that when time comes around to get sponsors, it&#8217;s not like I just sit back and send out 12 emails and I get 12 yeses. It does take work and it&#8217;s not something I recommend for everyone.</p>\n\n\n\n<p>You know, there&#8217;s a lot of other ways you can fund your efforts. But if you really are able to do it full-time and put into it all your blood, sweat, and tears. And also decide what else you can provide through those sponsorships. Let me kinda step back. I&#8217;m kind of going off on a weird tangent.</p>\n\n\n\n<p>One of the biggest things I can ask anybody if you&#8217;re going to do a sponsorship, whether it&#8217;s for a podcast for a community, is two things. Be creative and be flexible. If you send out and you say, hey, this is what you get, case closed, we&#8217;re done. Great. If that&#8217;s it, and it works, fine. But the only way you can grow a sponsorship, grow trust from sponsors is to throw in some creativity to really basically give them a little bit more of an open book than saying this is what we deliver during this period of time, and that&#8217;s it.</p>\n\n\n\n<p>And that is what&#8217;s going to help you. And it helps them to understand more of what you&#8217;re actually doing with the podcast or the community, whatever it may be. Versus just saying, you get this and that&#8217;s it. If that makes sense. I kind of went off on a little tangent there and kind of got a little away from community, but the sponsorship is a real, I wish it was cut and dry is what I wish it was.</p>\n\n\n\n<p>And I could say, hey, you know, just do this and you&#8217;ll be happy, and life will go on and you can go out and smell the roses and live your life. But it can be frustrating, can be challenging, but if you work on it hard enough, you&#8217;ll find that sweet spot.</p>\n\n\n\n<p>[00:21:31] Nathan Wrigley: Yeah, you only have to go to events like WordCamps to see that WordPress has this giant commercial bit to it. There&#8217;s hundreds of companies at those events vying for your attention, and they may have booths, they may have great big areas of the exhibition hall if you like, devoted to their product or service. Or it may just be that they turn up and walk the halls and try to meet new people and forge relationships, set up meetings and what have you. So there&#8217;s a very large proportion of people in the WordPress space who want to sell into that space. And then along comes somebody like you who is directly talking to those people.</p>\n\n\n\n<p>And so I can see that the match is really good. You are essentially a conduit. You&#8217;re a short circuit between people who&#8217;ve got a product that they wish to sell, and trying to find that audience and it&#8217;s hard to build that audience. And I would imagine in many cases, those companies, they really don&#8217;t have the resources to build their own independent audience.</p>\n\n\n\n<p>So the idea of piggybacking of the hard work that you&#8217;ve done over many years must seem very appealing. But also, yeah, I guess they&#8217;ve got their constraints in terms of whether they&#8217;ve got the budget, what their success criteria are and so on. But do you see yourself as that middle man, if you like? The person that sits between the community who want to listen to authentic people talking in authentic ways, and the companies who want to get their product and service to that audience, but possibly don&#8217;t know quite how to do it.</p>\n\n\n\n<p>[00:23:08] Bob Dunn: That&#8217;s exactly how I sell my sponsorships. I&#8217;m there to be an advisor. I&#8217;m there to be somebody that a sponsor can throw it against the wall and see if it sticks. I can give them my impressions of what&#8217;s going on in the community. For our new year with our sponsors, a big part of that is me being a conduit. I mean it&#8217;s like, I tell my sponsors it&#8217;s, it&#8217;s a horrible way to say this, but use and abuse me. I&#8217;m here to help you make connections. If you want to talk to somebody, if you want to meet somebody. If I see a potential conversation that I feel would be valuable to whoever and the sponsor, and neither one of them have had any inclination about this may be happening.</p>\n\n\n\n<p>I&#8217;ll come right to them and say, hey, I&#8217;ve talked to so-and-so and I really think you should connect with this person. And at the same time, connecting with the different guests we have, I&#8217;ve had some sponsors that have actually connected with guests. In the next 12 months, as a group, what our sponsors are doing as part of their sponsorships now, and this kind of brings a other piece of the community back in, certain percentage of their sponsorship will go right back in to fund some of the things that we&#8217;re seeing and doing in the space right now as far as sending people to WordCamps, sending contributors to contributor days.</p>\n\n\n\n<p>Helping contributors basically finance all the hours and efforts they&#8217;re putting into things. So I thought, what better way, especially for sponsors that may not know where to put that money, where they&#8217;ll get the most value for it, putting it back into the community. I want to be that conduit.</p>\n\n\n\n<p>[00:25:04] Nathan Wrigley: So some of the sponsorship money that you&#8217;re receiving in this particular year, you are turning that round and recycling it back to people in your community to help them, as you described, get to WordCamp events. But also I would imagine there&#8217;s other things. But that&#8217;s the intention is to siphon off a certain proportion of your sponsorship revenue and repurpose it to help community members.</p>\n\n\n\n<p>[00:25:28] Bob Dunn: Right. And that&#8217;s one of the things, I did it as, I increased my sponsorship and as a added benefit that yes, let&#8217;s put this pocket of money together. Again, you may not know where to put it. But I can find the best places. I can talk to the right people. I can make sure that I&#8217;m not reinventing the wheel because there&#8217;s several organizations being put together, the WP Community Collective, all these other ones that will be able to help with this, and I can partner with them.</p>\n\n\n\n<p>So I&#8217;m real big with partnerships, finding the right place to put the money. I&#8217;m just not going to put some form on my site and say, okay, apply to be sent here, or to fund your project or whatever. I want to strategically make sure the sponsors monies are going to the right place.</p>\n\n\n\n<p>[00:26:19] Nathan Wrigley: Yeah. That&#8217;s really interesting. So there&#8217;s that as part of your community, but I know you&#8217;ve got quite a few irons in the fire and ideas circulating around. Depending on the time that this podcast is released, maybe those ideas will have changed. But right now, as of when we&#8217;re recording this, what are the goals, if you like for Bob and Do the Woo and the community around that for this coming year.</p>\n\n\n\n<p>[00:26:43] Bob Dunn: I really want to get even more people involved, reach more of the underrepresented globally. One big thing is that we want to reach out a lot more global and some of the pockets, especially in the Woo Builder. And it&#8217;ll be WooCommerce, I mean WordPress as well. But, it&#8217;s getting into those communities and elevating their voices.</p>\n\n\n\n<p>Essentially that is what my whole podcast is about. No matter how I do it. I&#8217;ve got several different ideas aside from having somebody come in as a guest, I&#8217;m going to be doing some panels, some live feeds, and I&#8217;d like to define it as a podcast for the community by the community.</p>\n\n\n\n<p>So there&#8217;s some real interesting pieces we&#8217;re looking at. We&#8217;re looking at bringing in a few podcasts that will be in native languages, because a lot of my guests, English is not their first language. I feel they struggle a little bit with really expressing themselves, like they would want to express themselves. And I can&#8217;t do this a lot, but I thought how great would that be to have, let&#8217;s say I&#8217;m just going to pick out a country in Europe, France.</p>\n\n\n\n<p>I get a couple guests, host. We get a couple guests for them and I basically give them a little bit of direction of what they want to talk about. Probably something WooCommerce, and let them do it in French, and go at it. And this is something that I want to do to give back to those little communities in all these different countries. At least saying, hey, you&#8217;re at least special enough and you&#8217;re part of this community that we want to at least give you this almost as a gift, and give you the opportunity to raise your voice, but in your own language.</p>\n\n\n\n<p>I&#8217;m doing a Friday show that I call WooBits, and I&#8217;m going to open it up and have a guest co-host come in with me each week and I&#8217;ll pick out a topic or two and we&#8217;ll just have a conversation. Again, this will be very open. It&#8217;s just somebody that wants the opportunity to kind of talk on the level as a co-host, but not have the commitment of doing this on a regular basis or starting their own podcast.</p>\n\n\n\n<p>And again, all around elevating their voices. Yeah, there&#8217;s several things I&#8217;m trying to think of what else is coming to mind, but I&#8217;m somebody that likes to think I have these things in place and these ideas in place, but I&#8217;m sure organically over the next however many months, other ideas will come and in other great possibilities. And a lot of those do come through the sponsors too. I constantly talk to them and say, do you have some unique idea you wanted to do with the community? Let&#8217;s see if we can do something under the guise that Do the Woo and make it happen.</p>\n\n\n\n<p>[00:29:42] Nathan Wrigley: Given that you are now doing the Do the Woo podcast, and you&#8217;ve gone down the rabbit hole of WooCommerce exclusively really. Why did you decide to do that and not focus on WordPress as a whole? Because, obviously WordPress as a whole is much bigger. So why the fascination with Woo was it that you were just more interested in that when you began this journey, or did it just seem like a nice niche to be involved in? What was the thinking there?</p>\n\n\n\n<p>[00:30:12] Bob Dunn: Boy, that&#8217;s a, that&#8217;s a good question. I wish I could say it&#8217;s as easy as I was drinking one night and decided to do it. But that would be too simple. The whole journey to Woo, I mean, I&#8217;ve been involved with WooCommerce since the beginning. I used to use their themes in their early days when their were WooThemes, so I knew them as a company.</p>\n\n\n\n<p>I knew, I&#8217;ve known a lot of the people there. It was a product that just always impressed me from the time it was released. During my sprint of doing more tutorials and stuff on bobwp.com, a few years back, I decided to focus on WooCommerce only because I knew there was a market, because I was into affiliate marketing at that time. And I knew there was a need.</p>\n\n\n\n<p>So that was just general topics, writing about plugins, extensions, things like that. But then the more I got into it, and the more I talked to people at WooCommerce, and the more I talked to people involved with WooCommerce, I felt like the community was of builders who were a little fragmented. And I took upon myself, I thought, what if I was able to actually start bringing them together? Start raising their voices.</p>\n\n\n\n<p>And, I realized that the Woo Builder community was very fragmented and they were all doing their own thing. And I, I just thought, okay, with as much experience that I&#8217;ve put into WooCommerce, and it just was a natural segue for me. Something just told me along the way to get into it more and more. I felt here&#8217;s an opportunity to do something more than just a podcast. Do something community wise. So I, I actually talked to a lot of people over a period of about seven or eight months before I even kicked off Do the Woo, to really get a feel of if this is something that is viable. And everything led me that way.</p>\n\n\n\n<p>So, there was that initial interest always using WooCommerce, and it just built on it over the years. And the interesting thing about it is that as much as we talk about WooCommerce, I&#8217;m finding I talk just as much about WordPress, in conversations on the podcast and stuff, because obviously WooCommerce is built on top of WordPress. So it&#8217;s a slash, you know, Do the Woo, do the WordPress type of thing. Except that that&#8217;d be really cumbersome to call it that.</p>\n\n\n\n<p>But the two overlap so much that the love and the interests I&#8217;ve had in WordPress for so many years fits in. And WooCommerce is a large, large piece of software. A lot of sites out there. And I was hoping by talking especially to people in other countries and their challenges and how they have built these little Woo communities, other places that none of us know about.</p>\n\n\n\n<p>I thought, well, it was sure it&#8217;d be nice to get them a little bit more noticed and hopefully active and do that in any way I can through the site. I&#8217;m kind of going back into community, but something that just grew over time and I just decided to run with it because I really knew that, I just saw the potential for that community. And just a side fact, when I started Do the Woo, I did several episodes of it and I actually flipped over then to a podcast called WPeCommerce Show. And I did that for almost two years, four years I think. And there was probably well over 2, 300 episodes. And that was a more generalized WordPress and e-commerce.</p>\n\n\n\n<p>And towards the end of it, I was having this nagging feeling. I wanted to kick Do the Woo back into things. So I actually started to Do the Woo up again. Did both of them at the same time, and eventually decided to end the WPeCommerce and focus on WooCommerce.</p>\n\n\n\n<p>[00:34:17] Nathan Wrigley: Do you, given that you are really keen on e-commerce and WooCommerce in particular, and probably keep your eye very closely on how it&#8217;s being developed. What&#8217;s your feelings for 2023, or indeed the last year? What have you enjoyed in the space? So I&#8217;m thinking particularly not about the community there, but some of the bits and pieces that have rolled out into WooCommerce. What&#8217;s been exciting, what&#8217;s been interesting? What products or services have you seen which you thought, ah, that&#8217;s one to watch, or that&#8217;s been good to see?</p>\n\n\n\n<p>[00:34:49] Bob Dunn: You know, I hate to admit this, but I&#8217;ve gotten to a point in the last two, three years that I keep on top of WooCommerce by proxy. Because I feel like I&#8217;ve been put in a position to put all these other people on, a lot smarter than me, and get the people that really know what they&#8217;re talking about to talk about WooCommerce.</p>\n\n\n\n<p>I think what I&#8217;ve noticed most about WooCommerce, and this is maybe, I&#8217;m not a developer, I don&#8217;t build sites anymore, so sometimes my attention kind of weighs away from some of that stuff, and I get too maybe focused on the people. But I like the growth they&#8217;ve been doing. I feel like they&#8217;re not just going, you know, crazy. They&#8217;re not this like bam, bam, bam. Tons of features, tons of features, flipping this, flipping that. Adding stuff all the time. They, they are taking their time and they&#8217;re doing it right, even with blocks.</p>\n\n\n\n<p>How long that they&#8217;ve taken to bring in Woo Blocks and the discussion around the product page and will the product page stay as it is, or will it become entirely block based? They don&#8217;t rush into anything. And sometimes I know maybe for some people that&#8217;s frustrating, but for myself as a business person and somebody that&#8217;s been in tech for a while, and just having talked to a lot of people. I think the thing that I&#8217;ve noticed. Even though the progress is moving fast in a lot of ways, they keep up with the right things, but they don&#8217;t push the envelope so much that they overdo it.</p>\n\n\n\n<p>And I think that&#8217;s the thing I&#8217;ve seen the most. And when I have people talk about WooCommerce, I&#8217;ve recognized the most is that they&#8217;re doing it at a pace that&#8217;s good and they&#8217;re doing it right, and that&#8217;s, my takeaway is. And even when I listen to them talk about what they have in the future, it&#8217;s not like this, we have dozens of things we want to do. It&#8217;s more of a logical, step by step versus just piling it on. So I think that&#8217;s probably my biggest takeaway. And, it is from a bigger, maybe a more bird&#8217;s eye view.</p>\n\n\n\n<p>[00:37:10] Nathan Wrigley: Given that you&#8217;ve changed your career several times, you&#8217;ve flipped between different jobs. If we cast your eye into the crystal ball over the next few years, do you see yourself still doing this? Do you have as much energy and passion for it now as you did, and do you intend to keep doing Do the Woo? Or do you suspect that the future might offer something else?</p>\n\n\n\n<p>[00:37:37] Bob Dunn: Well, if anybody wants to buy Do the Woo, I&#8217;m always. No, I&#8217;m just kidding. We&#8217;re in the, age of acquisitions, no. Seriously, I&#8217;m at an age, I started WordPress at the age of, right before my 50th birthday, I started diving into WordPress. So I&#8217;m at an age where I&#8217;m not looking to come up with the next big and new thing for myself.</p>\n\n\n\n<p>I&#8217;m really content with what I&#8217;m doing right now. So I&#8217;m think I&#8217;m in it for the long haul, because I think it&#8217;s going to be around. I don&#8217;t know how it will mold itself over the years. But my pivots that I&#8217;ve had over the years, and I&#8217;ve had several of them. They will be smaller pivots, but they&#8217;d still probably be within the realm of what I&#8217;m doing, versus just doing another whole swing. Now, I&#8217;m also somebody that says never say never, and you don&#8217;t know what the future holds. So don&#8217;t hold me to it. But I don&#8217;t have any, I have too many ideas for this still, and I think there&#8217;s still so much potential. I think I&#8217;m locked in for a while.</p>\n\n\n\n<p>[00:38:48] Nathan Wrigley: If anybody&#8217;s listening to this Bob, and they&#8217;re keen on e-commerce and WooCommerce in particular, and they never knew that you were trying to grow communities and connect people and all of that. Whether they&#8217;re from a company that might like to be on the one hand or the community member on the other. Where do they find you? Where&#8217;s the best places to get in touch with you and what you do?</p>\n\n\n\n<p>[00:39:09] Bob Dunn: Best place of course, you can always visit site, dothewoo.io. I do have a bobwp.com site. It&#8217;s a little bit lean right now. I&#8217;m kind of rebranding that. But dothewoo.io. And then on Twitter, I&#8217;m still hanging on Twitter. I mean, I&#8217;ll be there till they throw me off or something. You can find me @dothewoo, @bobwp. But basically look for BobWP on Mastodon, LinkedIn, all that stuff. You&#8217;ll find me there and that&#8217;ll connect you with Do the Woo.</p>\n\n\n\n<p>[00:39:43] Nathan Wrigley: Bob Dunn, thank you for chatting to me on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:39:47] Bob Dunn: Thank you, Nathan. It was a true pleasure.</p>\n</div>\n\n\n\n<p>On the podcast today, we have <a href=\"https://twitter.com/BobWP\">Bob Dunn</a>.</p>\n\n\n\n<p>If you’ve been using WordPress for any length of time, and you’ve been consuming content in the ecosystem, it’s highly likely that you’ve come across Bob before. He’s been using WordPress since 2006, WooCommerce since 2011, and has been podcasting since 2014. In another life before he discovered WordPress, Bob ran a marketing company, but now his endeavours are all about WordPress.</p>\n\n\n\n<p>We talk about how Bob found WordPress back in the day when he was creating websites with HTML and Flash. Bob branded himself as <a href=\"https://bobwp.com/\">BobWP</a> and has never looked back.</p>\n\n\n\n<p>After several years of running an agency alongside his content creation, in 2014 Bob decided to go all-in on his content and building a community around it. As you’ll hear, he tried a variety of different formats, some of which worked, and others which fell by the wayside, but it was all a journey to where he is now.</p>\n\n\n\n<p>Given the size of the WordPress community, Bob was able to discover his niche within the greater whole and concentrate on WooCommerce. His popular <a href=\"https://dothewoo.io/\">Do the Woo podcast</a> was born, and he’s been working on it ever since.</p>\n\n\n\n<p>We talk about how Bob has managed to keep the momentum going, and what he thinks are unique about his podcast and community. It’s not about growing a group or worrying about the number of listeners. For Bob, it’s about creating meaningful connections and working to make his community a worthwhile place to be for himself, his co-hosts and consumers of the content.</p>\n\n\n\n<p>We talk about how growing a community such as this can be financed, as well as the ways Bob is trying to innovate in the near future to give value back to the WordPress project more generally.</p>\n\n\n\n<p>It’s an interesting conversation about how content creators can find a place in the WordPress ecosystem and what impact they can have.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://dothewoo.io/\">Do the Woo</a></p>\n\n\n\n<p><a href=\"https://mattreport.com/\">Matt Report</a></p>\n\n\n\n<p><a href=\"https://thewpminute.com/\">WP Minute</a></p>\n\n\n\n<p><a href=\"https://strangework.com/\">Brad Williams&#8217; website</a></p>\n\n\n\n<p><a href=\"https://woocommerce.com/\">WooCommerce</a></p>\n\n\n\n<p><a href=\"https://www.thewpcommunitycollective.com/\">WP Community Collective</a></p>\n\n\n\n<p><a href=\"https://dothewoo.io/woo-bits-moving-forward/\">WooBits</a></p>\n\n\n\n<p><a href=\"https://twitter.com/DotheWoo\">@dothewoo Twitter</a></p>\n\n\n\n<p><a href=\"https://twitter.com/bobwp\">@bobwp Twitter</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2023 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: All In One SEO Patches Multiple Stored XSS Vulnerabilities in Version 4.3.0 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142373\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/all-in-one-seo-patches-multiple-stored-xss-vulnerabilities-in-version-4-3-0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2307:\"<p>Wordfence has <a href=\"https://www.wordfence.com/blog/2023/02/all-in-one-seo-pack-vulnerabilities-impacting-3-million-sites-patched/#:~:text=The%20All%20in%20One%20SEO,input%20sanitization%20and%20output%20escaping.\">published</a> the details of two stored XSS vulnerabilities the company responsibly disclosed to the developers of the <a href=\"https://wordpress.org/plugins/all-in-one-seo-pack/\">All In One SEO plugin</a> in January 2023. The vulnerabilities potentially impacted more than 3 million users on versions 4.2.9 and earlier.</p>\n\n\n\n<p>One vulnerability, which received a 6.4 (Medium) CVSS score, Wordfence attributes to insufficient input sanitization and output escaping. Researchers found that this &#8220;makes it possible for authenticated attackers with Contributor-level access or higher to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.&#8221;</p>\n\n\n\n<p>The second vulnerability was given a 4.4 (Medium) CVSS score and requires an authenticated attacker to have Administrator-level privileges. Wordfence outlined how attackers might exploit these vulnerabilities: </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Unfortunately, vulnerable versions of this plugin fail to escape submitted site titles, meta descriptions and other elements during post and page creation, and when changing plugin settings. This made it possible for users with access to the post editor, such as contributors, to insert malicious JavaScript into those fields, which would execute in the browser of any authenticated user, such as a site’s administrator, editing such a post or page.</p>\n\n\n\n<p>This is a likely scenario to occur as posts written by contributors have to be reviewed and moderated prior to publication.</p>\n</blockquote>\n\n\n\n<p>All In One SEO has patched both vulnerabilities in version 4.3.0 but so far only 25.5% of the plugins 3+ million user base has updated to the latest version, leaving approximately 3/4 of the plugin&#8217;s users still vulnerable.</p>\n\n\n\n<img />\n\n\n\n<p>The plugin&#8217;s changelog for version 4.3.0 includes a brief, vague note on the security fix included: &#8220;Updated: Additional security hardening.&#8221; There have been two more releases of the plugin since the vulnerabilities were patched in 4.3.0.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2023 23:15:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: People of WordPress: Hauwa Abashiya\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14450\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2023/02/people-of-wordpress-hauwa-abashiya/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17524:\"<p><strong>This month we feature Hauwa Abashiya, a project manager in Nigeria and the UK, whose passion for community support led her to an adventure in open source.</strong></p>\n\n\n\n<p><strong>The&nbsp;<em>People of WordPress</em>&nbsp;series features inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<img width=\"1014\" height=\"627\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/feature-img-for-hauwa-powp.jpg?resize=1014%2C627&ssl=1\" alt=\"Hauwa portrait picture \" class=\"wp-image-14437\" />\n\n\n\n<p>As we travel through life, sometimes we are drawn to a particular cause, one to which we can get behind and join in. This cause, in whatever field it may be, can help lift us beyond our everyday lives and can help us take stock. This is the journey that depicts Hauwa’s finding a global sense of place and a way to re-look at her life and plans.&nbsp;</p>\n\n\n\n<p>That change agent was discovering and becoming part of open source through WordPress.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Learning development and WordPress</h2>\n\n\n\n<p>In 2017, Hauwa was working full time as an experienced and successful project manager, but was becoming increasingly aware that she did not feel the same excitement for projects as she once had. She was starting to feel bored. “I knew I still loved working with and in project management, but I needed to do something different.” she said.</p>\n\n\n\n<p>Hauwa enrolled in a web development course and studied HTML, CSS and some JavaScript. One of the course options was WordPress, which she elected to take. It was then that a course tutor encouraged her to attend a WordCamp, an event focused on the open source software and its global community.</p>\n\n\n\n<p>She felt that she needed to have a basic knowledge of the software before she arrived at the event, so started to learn WordPress. The first WordCamp she attended was in the seaside town of Brighton on the south coast of England. There she met people who would be friends and mentors for years to come. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;I was inspired by meeting people in the WordPress community.&#8221;</p>\n<cite>Hauwa Abashiya</cite></blockquote>\n\n\n\n<p>She said: “I was inspired by meeting people in the WordPress community. My life and my wish to support communities have been shaped for the better by some of the people I met, and I continue to be grateful for knowing them.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">Global WordPress community: from Germany to Nigeria</h2>\n\n\n\n<p>After discovering a WordPress community in the UK, Hauwa wanted to see first hand just what a global connection it had. She had heard that WordCamp Europe was a flagship event and brought thousands from across the world together. She wanted to be part of this, and its organization appealed to her project management training. She applied to be a volunteer at the three day conference, which in 2019 was held in Berlin, Germany. At this event, Hauwa discovered both a global movement and an active local WordPress community in her home country of Nigeria. She was able to connect with all the different parts of this vast community from wherever she was working through an instant messaging tool.&nbsp;</p>\n\n\n\n<p>Inspired by people she met who were using WordPress to help improve people’s lives in Nigeria and other parts of Africa, Hauwa started to delve further into how this open source software and its global community could provide opportunities and improve understanding across cultures and continents.</p>\n\n\n\n<img width=\"700\" height=\"937\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-and-her-mom.jpg?resize=700%2C937&ssl=1\" alt=\"Hauwa and her mother\" class=\"wp-image-14438\" /><em>Rosalind and Hauwa</em> <em>at an event in Nigeria.</em>\n\n\n\n<p>Hauwa’s father, Dr Audu Kwasau Abashiya and her mother Rosalind Zulai Abashiya, were both well known for their philanthropy, especially in giving practical support to people in Kaduna, in the north of Nigeria and Abuja in the center of the country. Hauwa explained: “My mum comes from a family who give and share their skills to give practical help. From friends I had got to know in WordPress, I saw that there were parts of the community that had this same ethos. This could be something I could be part of, and also take back to Nigeria in the future.”</p>\n\n\n\n<p>Her parents had established a charitable foundation focused on helping widows, orphans and children get access to education skills, from finance to music. It connects those who need help and those who can give support. </p>\n\n\n\n<p>Hauwa said: “Teaching people practical skills which can be used to raise an income or be re-shared with family and others in their local area is so important. Projects like this can help grow a community and keep it strong. Skills such as sewing and cookery are not just ones that can put clothing and food on the table, but also are about gaining independence and pride. They are examples of how micro-economies can grow and inspire others to have dreams that they can see becoming real. <br /><br />&#8220;I had seen through my work and studies that technology used with care and an understanding of different needs can make a difference in local communities too. Projects like WordPress can be part of this empowerment through localized translations and software which can give a way to share ideas.”</p>\n\n\n\n<img width=\"675\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-in-2022.jpg?resize=675%2C900&ssl=1\" alt=\"Hauwa in Nigeria\" class=\"wp-image-14442\" />\n\n\n\n<p>With her project management and IT background, Hauwa is getting more involved with how IT skills can be used for not just instilling a sense of community belonging, but also the practical longer term input into the local infrastructure and introduction of fast changing technology.</p>\n\n\n\n<p>She said: “I would love to see many of the people who have been helped by the foundation my parents started be able to share their ideas and their achievements to encourage others. One of the routes could be through open source software that is free to access and can work on mobile phones.  </p>\n\n\n\n<p>&#8220;As a previous volunteer team rep in the WordPress Training Team, I saw first-hand just how important it is for a non-technical end user to be able to use software to share their ideas, without having to become a developer. We can all help give people a voice, and if we are working in technology, we have a role to play in creating and pushing for genuine access of tools.”</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;If we are working in technology, we have a role to play in creating access to tools.&#8221;</p>\n</blockquote>\n\n\n\n<p>On Hauwa’s future wish list is to help African countries access software and technology in their local languages. She said: “This is part of identity, and respecting and valuing different cultures, and not expecting everything to be translated from the English as it is read. It makes it possible for older people to use the software or read content that&#8217;s published.”</p>\n\n\n\n<p>Hauwa learned Hausa (a language spoken across several African countries) and English at the same time as she grew up in Nigeria. She had a multi-location education, like her parents, studying and going on to work in different countries. At 16, she first studied computer science on what she describes as a ‘whim,’ not knowing it would be a significant part of her working life in the future.&nbsp;</p>\n\n\n\n<img width=\"700\" height=\"974\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-in-2015.jpg?resize=700%2C974&ssl=1\" alt=\"Hauwa in a cafe in 2015\" class=\"wp-image-14441\" />\n\n\n\n<p>She intended to go to university to study finance and sociology. When she went to say goodbye to her computer studies class, the teacher asked what she was going to study. On hearing it was finance and sociology, the teacher said: “You don’t want to be doing that, you want to be doing something in computing.” This conversation proved to be a turning point for Hauwa. She went on to study Computing and Information Systems and Object Oriented Information Systems for her Master’s degree in the UK.</p>\n\n\n\n<p>During her second year of university, she also worked with data entry and related areas as she was determined to learn as much as she could about the moving parts of a project. After she completed her master’s, she chose jobs that enabled her to work on systems, out of hours support, project management, supply chain, and procurement. She is an advocate for learning as many aspects of your subject as you can to give you as many tools to really understand what both clients need and how to help them reach workable and timely solutions. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;By contributing to community projects you can share your skills and keep them fresh.&#8221;</p>\n</blockquote>\n\n\n\n<p>These skills proved to be transferable in later years to give her time to support WordCamps, meetups, and the Training Team. She said: “Contributors to open source come from so many different professional and cultural backgrounds. Contributing is a great way to share your skills and keep them fresh and open to new learning opportunities.”</p>\n\n\n\n<p>Hauwa fascination for project management and learning continued, and she gained qualifications in the field, including Prince 2 and PMP. She continues her commitment to ongoing learning in her work today with Agile and other methodologies and draws parallels with this and her interest in community learning. </p>\n\n\n\n<img width=\"724\" height=\"399\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-at-wc-london-2019-2.jpg?resize=724%2C399&ssl=1\" alt=\"Hauwa at the reception desk at WordCamp London 2019\" class=\"wp-image-14440\" /><em>Hauwa welcomes attendees at WordCamp London in 2019</em>\n\n\n\n<p>Committed to supporting her local community in the UK too, Hauwa joined the London WordPress Meetup and in 2019 became an organizer for <a href=\"https://london.wordcamp.org/2019/\">WordCamp London</a> where she was able to use some of her project management expertise. During these events, she had many conversations to encourage others to develop their IT skills and share her own experiences.</p>\n\n\n\n<p>This interest in driving up the skills levels of others naturally led her to become further involved in the Contributor Teams. Inspired to share her skills by another contributor to the project, she joined the <a href=\"https://make.wordpress.org/training/\">Training Team</a> at a WordCamp Contributor Day. In this team, Hauwa found in it a group collaborating on easier online ways for people to keep up with the software, its features, and how they could grow the community in their own local area. </p>\n\n\n\n<p>At the heart of this, Hauwa felt accessibility should be key, and she gave time to better understand documentation. She felt this was essential to give people genuine access and identify where more work was needed. Her belief in this grew when she joined the WordPress <a href=\"https://wordpress.org/about/accessibility/\">Accessibility Team</a> for release 5.6, and she continued to contribute to the team in the area of documentation and training.</p>\n\n\n\n<p>Hauwa devoted many hours to supporting the <a href=\"https://make.wordpress.org/training/\">Training Team</a> for a number of years as part of her conviction that the right resources can really help communities globally use open source software. She also stressed the importance of materials being user-friendly and easy to translate as WordPress has such a large international usage.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Volunteering in open source can re-energize you </h2>\n\n\n\n<p>Through the combination of volunteering efforts in UK and Nigeria, and supporting contributors globally, Hauwa began to re-find her love for helping people with their planning and to achieve their goals. She was able to share her 15 years of project management experience in her volunteering role and encouraged others to consider it as a career.</p>\n\n\n\n<img width=\"500\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/Hauwa-WC-Europe-2019.jpg?resize=500%2C500&ssl=1\" alt=\"Hauwa at WordCamp Europe 2019\" class=\"wp-image-14443\" />\n\n\n\n<p>She said: “Through volunteering you work alongside people. Project management is about people. It is about helping people achieve. This can be the same through volunteering, and you can learn much through meeting people from different places.&nbsp;</p>\n\n\n\n<p>“One of my drivers is using technology to solve problems. As a project manager, it is a privilege to help guide people and organizations to identify and reach goals. It is helping them gain that value. This is one of the reasons I was drawn to finding out tech communities and contributing to them. If this is something that drives people reading about my experience, there are vast opportunities to to share your skills. Find something that fits you for where you are now.”&nbsp;</p>\n\n\n\n<p>Hauwa encourages anyone working in technology to further their understanding of managing projects and working with different teams. “Project management skills are so important in whatever kind of project you are in. With long working hours over many years, I felt I had lost the connection with the people element. I was stuck in what seemed to be a repeat cycle. With the people I met in the WordPress community and my professional skills being used, I was reminded of my own values and how as a project manager I can support help others reach new heights or make something of value and quality that others can benefit from and use.”&nbsp;&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;Find an area that fits you and where you can make a difference.&#8221;</p>\n</blockquote>\n\n\n\n<p>In 2022, Hauwa returned to working full time for both national and international, medium and&nbsp; large scale projects. Though her volunteering time to global community building initiatives has reduced accordingly, she focuses on encouraging skills learning and on the community cultural side.</p>\n\n\n\n<p>“I will keep my interest in how open source like WordPress, working alongside other solutions, can help not-for-profit ground level and community building. For me, if there are technology-based solutions out there, we can all play some part in helping them grow and making a difference,&#8221; she said. </p>\n\n\n\n<p>&#8220;How we give to wider communities does not have to be the same throughout time. It is important to keep relooking at what is needed and the difference it can make.&#8221;<br /><br />She added: &#8220;Find your central wish for the communities you are connected with, and there may be technologies that can support them. I am glad I started my journey.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Hauwa Abashiya (<a href=\"https://profiles.wordpress.org/azhiyadev/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>azhiyadev</a>)&nbsp;for sharing her adventures in open source.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>) for interviews and writing the feature, and to Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>), Chloe Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>), Mary Baum (<a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>), Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>) and Maja Loncar (<a href=\"https://profiles.wordpress.org/majaloncar/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>majaloncar</a>) for work on photographs and review.</p>\n\n\n\n<p>The&nbsp;<em>People of WordPress</em>&nbsp;series thanks Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\"><img width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2023 21:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WordPress 6.2 Openverse Integration Updated to Upload Inserted Images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142353\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/wordpress-6-2-openverse-integration-updated-to-upload-inserted-images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4184:\"<p>WordPress 6.2&#8217;s Openverse integration is getting some last minute changes after contributors expressed concerns about it <a href=\"https://wptavern.com/wordpress-6-2-openverse-integration-hotlinks-images-contributors-propose-uploading-to-media-library-as-a-better-default\">hotlinking images by default</a>. The new feature allows users to quickly insert free, openly-licensed media into their content. It also allows users to upload external images through a button in the block toolbar, but this creates an extra step in the process and is easy to miss in the UI.</p>\n\n\n\n<p>Several contributors cited GDPR and privacy concerns in the <a href=\"https://github.com/WordPress/gutenberg/issues/48394\">ticket</a> that called for uploading the images by default. They also noted that hotlinked images can pose problems for users who want further manipulate the images by cropping, rotating, and filtering, and for developers managing site migrations. Some went as far as to say the feature belongs in a canonical plugin, which would likely have had a less rushed implementation and better testing prior to landing in core.</p>\n\n\n\n<p>&#8220;I am deeply uncomfortable with any integration of Openverse into core,&#8221; WordPress contributor Peter Shaw <a href=\"https://github.com/WordPress/gutenberg/issues/48394#issuecomment-1445151654\">said</a>. &#8220;Philosophically WordPress is a personal publishing platform so it should be avoiding external APIs and dependencies. The only external calls it should make (by default) is to check for updates.</p>\n\n\n\n<p>&#8220;No issue with the service itself though (I like it) but it should be a canonical plugin that site owners consciously install. Either way images must be on the local server though.&#8221;</p>\n\n\n\n<p>As the hotlinking drew more attention, WordPress contributors chimed in on the ticket to call for the feature not to be shipped in its current implementation.</p>\n\n\n\n<p>&#8220;This cannot ship this way, or it will get unknowing users sued,&#8221; Yoast founder Joost de Valk said. &#8220;Next to that it has negative performance implications, as you can&#8217;t do <code>srcset</code> or <code>loading</code> attributes on images loaded from remote. Sideload <em>really</em> should be the default, and in fact IMHO, only way.&#8221;</p>\n\n\n\n<p>Gutenberg contributor Nik Tsekouras jumped in with a quick PR that changes the implementation to <a href=\"https://github.com/WordPress/gutenberg/pull/48501\">upload the Openverse images when they are inserted</a>, wherever possible.</p>\n\n\n\n<p>&#8220;We definitely want to upload to the site library for this flow and should treat this as a bug,&#8221; Gutenberg Lead Architect Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/48394#issuecomment-1446883555\">said</a>. &#8220;There&#8217;s work going on in parallel to upload by default on other actions (like pasting) that are not as straightforward or general enough (hence the need for something like <a href=\"https://github.com/WordPress/gutenberg/pull/46014\">#46014</a>) but this one should be straightforward.&#8221;</p>\n\n\n\n<p>Tsekouras&#8217; PR ensures that any images inserted from Openverse are uploaded. If they cannot be uploaded to media library due to <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS\">CORS issues</a>, WordPress inserts the Image block with the external URL and a warning about legal compliance and privacy issues. Here&#8217;s an example of a successful upload:</p>\n\n\n\nvideo credit: James Koster in <a href=\"https://github.com/WordPress/gutenberg/pull/48501#pullrequestreview-1317206726\">PR #48501</a>\n\n\n\n<p>WordPress 6.2 Beta 4 was <a href=\"https://make.wordpress.org/core/2023/02/28/wordpress-6-2-beta-4-postponed/\">delayed</a> this morning until March 1, due to an unrelated <a href=\"https://wordpress.slack.com/archives/C02QB2JS7/p1677581267400419\">regression introduced in 6.2</a>. Tsekouras <a href=\"https://github.com/WordPress/gutenberg/commit/fac5049a0b2544b27f4a3a1b29a4ae817ce9eaac\">cherry-picked the Openverse PR to the wp/6.2 branch</a> to get it included in the next release, so the next beta should ship with the updated implementation.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2023 21:16:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Do The Woo Community: What the WordPress Community Loved About WordCamp Asia Part 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74563\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://dothewoo.io/community-love-wordcamp-asia-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:415:\"<p>While at WordCamp Asia 2023 in Bangkok, I had the opportunity to ask a few attendees what they most liked about the event. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/community-love-wordcamp-asia-2023/\">What the WordPress Community Loved About WordCamp Asia Part 1</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2023 09:48:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Gutenberg 15.2 Introduces Revisions for Template Editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142287\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/gutenberg-15-2-introduces-revisions-for-template-editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2229:\"<p><a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\">Gutenberg 15.2</a> is now available with support for revisions when editing templates and template parts. The Site Editor can be an intimidating place if you&#8217;re new to making changes there. A few clicks can make a drastic impact and some users won&#8217;t know how to return to where they started. Surfacing the revisions panel gives users a safety net. </p>\n\n\n\n<img />\n\n\n\n<p>The revisions panel works the same as the content editor, so it doesn&#8217;t yet provide a visual presentation of a user&#8217;s additions, deletions, and changes. Users can restore previous versions of the template if they are able to read the block markup.</p>\n\n\n\n<p>Gutenberg 15.2 also brings improvements to navigating the Site Editor. It&#8217;s now much easier to drill down to the exact template you want to edit in just a few clicks in the Site Editor sidebar, globally save edits across navigation, template, and template parts, and more easily return to the dashboard. These changes are best illustrated in the GIF published in the release post;</p>\n\n\n\n<img />image source: <a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\">Gutenberg 15.2 Release Post</a>\n\n\n\n<p>Other highlights in this release include the following:</p>\n\n\n\n<ul>\n<li>New: CSS aspect-ratio controls to the Post Featured Image block</li>\n\n\n\n<li>New in the Button block: support for border color, style, and width </li>\n\n\n\n<li>Accessibility improvements: improved labeling, optimizing the tab and arrow key navigation, and ensuring proper hierarchy of headings</li>\n\n\n\n<li>New in Post Excerpt block: a UI for controlling excerpt length</li>\n\n\n\n<li>Latest Comments block: Add typography support</li>\n</ul>\n\n\n\n<p>Check out the full list of changes and bug fixes in the <a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\">15.2 release post</a>. This version of Gutenberg will not be included in the upcoming WordPress 6.2 release. If you can&#8217;t wait until 6.3, you can get these features now by installing the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Feb 2023 21:07:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Donncha: Redirecting ?replytocom so bots go home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89589554\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://odd.blog/2023/02/27/redirecting-replytocom-so-bots-go-home/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2455:\"<p>Earlier this month I noticed that a particular bot that likes to visit my website, &#8220;MJ12bot/v1.4.8&#8221; seems to be particularly attracted to the &#8220;reply to comment&#8221; links generated by my blog. Those are links that bots see, but we see the &#8220;Reply&#8221; button that uses JavaScript to reply to a comment.</p>\n\n\n\n<p>To be honest, it&#8217;s pretty annoying to see a bot constantly fetching those URLs from my website. Earlier this month, it was on a roll and grabbing several dozen at a time. While my server can handle the traffic without any issues, who wants a bot trampling over their server?</p>\n\n\n\n<p>I decided to stop them in two ways:</p>\n\n\n\n<ul>\n<li>Redirect them back to the post in a mod_rewrite rule.</li>\n\n\n\n<li>Block them in robots.txt and hopefully the bots will go away.</li>\n</ul>\n\n\n\n<p>Coming up with a mod_rewrite rule <a href=\"https://mastodon.ie/@donncha/109834002975042301\">was surprisingly hard</a>, but after mentioning this on Mastodon I received a reply from <a href=\"https://toot.re/@JosKleverWebSupport\">Jos Klever</a> who figured out I needed the QSD flag. So, to spare you the hassle of researching it, here are the mod_rewrite rules that worked for me. It causes a 301 permanent redirect to the anchor tag of the comment. Add this to your .htaccess file.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>RewriteCond %{QUERY_STRING} replytocom=(.*)$\nRewriteRule ^(.*)/          $1/#comment-%1 &#91;NE,QSD,L,R=301]</code></pre>\n\n\n\n<p>Blocking requests like this in the robots.txt is much simpler. WordPress can generate the robots.txt file for you using the <a href=\"https://developer.wordpress.org/reference/hooks/robots_txt/\">robots_txt filter</a>. Add the following to a mu-plugin PHP script.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>function disallow_replycom_urls( $output, $public ) {\n    $output .= \'Disallow: ?replytocom\';\n    return $output;\n}\nadd_filter( \'robots_txt\', \'disallow_replycom_urls\', 10, 2 );</code></pre>\n\n\n\n<p>I haven&#8217;t received many comments on my posts lately. However, I stumbled upon some interesting posts by clicking the RANDOM link above, which I decided to examine as part of my research. During my search, I delved deep into the blogosphere of the past, almost like being an archaeologist, because some links were no longer available, and I had to search for them on archive.org. I was also pleasantly surprised to find that a link to a GIF from 2005 was still alive!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Feb 2023 18:18:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WordPress.org blog: WP Briefing: Episode 50: 3 Interesting Trends from WordCamp Asia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14434\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2023/02/episode-50-3-interesting-trends-from-wordcamp-asia/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13719:\"<p>On Episode fifty of the WordPress Briefing podcast, join WordPress Executive Director Josepha Haden Chomphosy as she explores the three big trends from the inaugural WordCamp Asia. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br />Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme Plugin</a><br /><a href=\"https://wordpress.org/news/2021/10/episode-17-wordpressing-your-way-to-digital-literacy/\">WordPressing Your Way to Digital Literacy</a><br /><a href=\"https://twitter.com/corymiller303/status/1628422554972028933\">PostStatus Networking Opportunities</a><br /><a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">WordPress 6.2 Live Demo will be held 2 March, 2023 at 17:00h UTC</a><br /><a href=\"https://make.wordpress.org/docs/?p=23742\">Future Plans for the HelpHub </a><br /><a href=\"https://www.eventbrite.com/e/how-to-own-your-expertise-start-speaking-at-wordpress-events-ameremea-tickets-549285827697\">How to Own Your Expertise &amp; Start Speaking at WordPress Events WP Diversity Training 1 March 2023</a><br /></p>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14434\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40]&nbsp;</strong></p>\n\n\n\n<p>The inaugural WordCamp Asia happened a couple of weeks ago in Bangkok. There were almost 1300 people in attendance, and I was lucky to be able to talk with a lot of them about their thoughts around the WordPress project and community. So today, let&#8217;s talk about three of the most interesting trends that I heard from people: the future of themes, the future of work, and the future of contributions.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:00]&nbsp;</strong></p>\n\n\n\n<p>So first up, the future of themes. This one was not a surprise to me. Not only has it been on my mind lately, but every WordCamp I&#8217;ve ever attended in Asia or Australia has had themes as a central element. There are a lot of theme creators making a living in WordPress in this part of the world. So it&#8217;s natural that they want to know what to prepare for.</p>\n\n\n\n<p>Now, it&#8217;s hard to predict the future, but there are a couple of things you can do to kind of get a leg up on it. Firstly, the theme review team, if you know how to make block themes but are still struggling to understand what might make them high value to your users, donating a little bit of time to review them can help.</p>\n\n\n\n<p>While I was at the contributor day, the team rep who happened to also be there to represent the table told me that reviewing block themes is way faster than reviewing classic themes. So if it&#8217;s been a bit since you stopped by, I would encourage you to give it a shot. It&#8217;s a lot easier than it used to be for a lot of reasons, and they can always use a little bit of help.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:00]&nbsp;</strong></p>\n\n\n\n<p>The second thing is this plugin called the Create Block Theme plugin. If you don&#8217;t know how to make block themes, you know how to make classic themes. You don&#8217;t know how to make block themes. This is a wordpress.org maintained plugin that will make theme creation simpler. It&#8217;s a relatively new plugin, though, so if you&#8217;re the type of contributor who likes to create good tools for good people, you can also feel free to grab a ticket or two from their repo and help get that moving.</p>\n\n\n\n<p>The second thing that came up was the future of work. This was also not a surprise to me. There have been a lot of reports of layoffs in the tech industry and worries about the possibility of a recession.&nbsp;</p>\n\n\n\n<p>Since WordPress is not only a tool that folks use in their jobs but also a tool that empowers people to create jobs for themselves, it&#8217;s entirely expected for questions about career prospects to come up during a WordCamp. Here are a couple of thoughts on that. So I mentioned this briefly during the Q&amp;A session on that Sunday, but I&#8217;m gonna repeat it here because I believe it with every fiber of my being.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:06]&nbsp;</strong></p>\n\n\n\n<p>You can learn every 21st century skill that you need while contributing to an open source project.</p>\n\n\n\n<p>I talked about it in episode 17 of this podcast. I&#8217;ve talked about it at WordCamps and major event series outside of WordPress for years. Like I really, really believe this, and it&#8217;s not just like a WordPress only thing. Although obviously, that is my primary perspective, that&#8217;s true for contributing to almost any open source project.</p>\n\n\n\n<p>On top of that, if you are contributing to WordPress and you&#8217;re doing that in the way that we encourage folks to do, you&#8217;ve got public examples of proactive, asynchronous collaboration across cultures and time zones. And I don&#8217;t know about y&#8217;all, but sometimes it&#8217;s hard to explain what my job is. And so having examples of how the whatever it is that you were doing, however, you were collaborating or contributing or working on a project together, having concrete examples to be able to share with someone can never hurt.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:04]&nbsp;</strong></p>\n\n\n\n<p>I&#8217;m gonna give us a necessary side note here. I know that volunteering time is a privilege, and if you find yourself between jobs, the last thing you want to do is give up any more of your time for no money.</p>\n\n\n\n<p>But if you have contributed to any team in the past, that benefit still exists for you. Your contributions are not taken away just because you&#8217;re no longer with your employer.</p>\n\n\n\n<p>The second thought on that is actually one that Matt mentioned during the Q&amp;A on Sunday. He said in his experience that open source shines in recessionary times.</p>\n\n\n\n<p>I&#8217;ll have to take his word for that one since I discovered WordPress in 2009 or so and so after the last recession that I would have experienced in the US. However, I have heard from a lot of people in the WordPress ecosystem and in tech in general who have shared their stories from the last time that we all experienced a recession.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:00]&nbsp;</strong></p>\n\n\n\n<p>And certainly, when they suddenly found that they did not have a company to call the place that they were working, a company that they were working for, they were able to, at the very least, freelance until they found the next thing.&nbsp;</p>\n\n\n\n<p>I know that that&#8217;s cold comfort if you&#8217;re in the middle of things right now, but it certainly is something that people always have looked back to as like one of those turning points for them in the 2007-2008 era here in the US.</p>\n\n\n\n<p>Now I know that is sometimes not what anybody wants to hear. And also like, who am I to be speaking about observed experiences from other people? I did want to let you know that the folks over at PostStatus have opened up some networking opportunities for anyone that&#8217;s been caught up in the current downsizing around the ecosystem.</p>\n\n\n\n<p>I&#8217;ll link to that in the show notes here on wordpress.org/news, but also, if you&#8217;re a part of the PostStatus network, they&#8217;ve got it posted over there on their sites and things as well. So easy to find and definitely worthwhile if that&#8217;s a situation that you find yourself in right now.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:02]&nbsp;</strong></p>\n\n\n\n<p>And the third thing that I heard from a lot of folks about is the future of contributions. So 635 people attended the contributor day that happened ahead of WordCamp Asia, And at WordCamp Europe in Porto last June, it was 800 people or something, which was the biggest one on record. And so this is really close to that.</p>\n\n\n\n<p>There&#8217;s a lot of people. And a lot of them were attending for the first time. Over the course of the day, I checked in with quite a few of the table leads and heard some pretty consistent feedback, both about what we&#8217;re doing to help onboard contributors now but also about how we can help to onboard contributors in the future.</p>\n\n\n\n<p>Firstly, we all generally agree that documentation, which is our current problem to solve toward easier contributor onboarding, we all generally agree that that&#8217;s going pretty well. We now have a ton of our preferences and processes documented in various team handbooks, but with a ton of documentation comes the potential for overwhelm.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:00]&nbsp;</strong></p>\n\n\n\n<p>So across the board table leads shared the need for sort of a quick start guide for each of their teams. Secondly, we also generally seem to agree that mentorship plays a big role in the success of many long-term contributors. I&#8217;ve talked about it before. I had some mentors as I was getting started, and I would never have made it past organizing meetup events if it hadn&#8217;t been for their help.</p>\n\n\n\n<p>And so a bonus item I heard about is actually Meetup events. Meetup groups are one of our most resilient ways to contribute to WordPress, and they also happen to be one of the hardest working. If you&#8217;ve never been to one of these events, you may not know that you can learn a skill that&#8217;s new to you or teach a skill that you&#8217;ve had for a long time.</p>\n\n\n\n<p>You can also network to find the jobs that you want or network to hire the people you need. It&#8217;s where people learn how to use the CMS or learn how to become an entrepreneur.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:00]&nbsp;</strong></p>\n\n\n\n<p>But it&#8217;s also where they discover our community and eventually learn why we think that open source is an idea that will change our generation.</p>\n\n\n\n<p>So if you took nothing else away from this, I guess the takeaway is that you too can organize a Meetup event that will strengthen your local community and the world!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:27]&nbsp;</strong></p>\n\n\n\n<p>Which brings us now to our small list of big things. So first up, we have a live product demo for WordPress 6.2 on March 2nd, that&#8217;s going to be at 17:00 UTC.</p>\n\n\n\n<p>There is a post that has gone up about it, which I&#8217;ll include in the show notes. This is an opportunity for folks to watch a live walkthrough of the current release with a collection of people from the release squad as well as avid contributors and testers. It&#8217;ll give you an idea of upcoming changes, but also we&#8217;ll probably expose a bug or two along the way.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:00]&nbsp;</strong></p>\n\n\n\n<p>Come with your questions, and we will see you there.&nbsp;</p>\n\n\n\n<p>Item number two is documentation. So apparently, that&#8217;s just half of what I wanna talk about today. Documentation, so wordpress.org, has docs that are specifically written for users and pulls in not only the documentation that we have but also information from the codex, the documentation space of yesteryear.</p>\n\n\n\n<p>There&#8217;s a bit more to do here, and I realize this project has been going on since 2015. It&#8217;s because there&#8217;s a lot of stuff we have to do. There&#8217;s a lot of documentation, and we have to kind of get it in order. But that is the area that we&#8217;re in now. We have launched the new documentation page, the new look and feel is out there.</p>\n\n\n\n<p>And so the next question is making sure that we have it organized in a way that&#8217;s easy to find and easy to learn from as you go. There is a whole working group that meets about it, and I will share a link to that in case you find that to be of interest to you as well.&nbsp;</p>\n\n\n\n<p>And last but not least, there is another speaker workshop coming up on March 1st.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:00]&nbsp;</strong></p>\n\n\n\n<p>If you have not heard of these yet, it&#8217;s a workshop that helps speakers learn the process of presentation brainstorming and creation. It is a great workshop. It was created over the course of many years within the WordPress project by Jill Binder and crew. It is a wonderful opportunity.&nbsp;</p>\n\n\n\n<p>It&#8217;s not a WordPress link that we&#8217;re on, but there is an event link that I will make sure that we all have access to here, in case that is something that you have always wanted to try, learning how to speak at WordPress events.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Feb 2023 14:58:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Do The Woo Community: WordCamp Asia 2023, A Shining Star in the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://dothewoo.io/wordcamp-asia-2023-a-shining-star-in-the-wordpress-community/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:443:\"<p>After returning from WordCamp Asia, I feel so grateful for those who support Do the Woo and the WordPress global community. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wordcamp-asia-2023-a-shining-star-in-the-wordpress-community/\">WordCamp Asia 2023, A Shining Star in the WordPress Community</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Feb 2023 11:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"Gutenberg Times: 6.2 Live Demo, 20-Year anniversary, Intrinsic design HTML Tag Processor, #WCAsia – Weekend Edition #244\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=23467\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://gutenbergtimes.com/6-2-live-demo-20-year-anniversary-intrinsic-design-html-tag-processor-wcasia-weekend-edition-244/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20310:\"<p>Howdy, </p>\n\n\n\n<p>WordCamp Asia was one of the best, if not the best flagship WordPress event.  I met quite a few subscribers to this newsletter in person. What a delight! I also made many new friends in the WordPress community.  Over the next week, I will add links to the live stream recordings and, if available, to the slidedecks to the post with <a href=\"https://gutenbergtimes.com/wordcamp-asia-2023-eight-gutenberg-related-talks/\">the list of talks about the block editor</a>. </p>\n\n\n\n<p>There are quite a few posts to be shared over the last 20 days since the last newsletter. It was great to catch-up. I kept my comments short. Many good things happening. </p>\n\n\n\n<p>Wishing you a great weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-word-press-6-2\">WordPress 6.2</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-gutenberg-plugin-releases\">Gutenberg Plugin Updates</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>David Bisset </strong>posted the <a href=\"https://davidbisset.com/highlights-of-matts-qa-at-wordcamp-asia-2023/\"><strong>Highlights of Matt’s Q&amp;A At WordCamp Asia 2023</strong></a>. Read the answer to questions about sponsoring contributors for documentation,  how to take advantage of WordPress knowledge in time of economic downturn, or how to get the next generation of web creators involved in the project. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On the <em>WordPress Developer Blog</em>,<strong> Justin Tadlock</strong> published <a href=\"https://developer.wordpress.org/news/2023/02/whats-new-for-developers-february-2023/\"><strong>What’s new for developers? (February 2023)</strong></a>. It&#8217;s the first edition of a round-up of upcoming changes relevant to developers of plugins and themes as well as agency/freelancers. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/azaozz\">Andrew  Ozz</a></strong> posted the <strong><a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/\">Proposal: Updates to the WordPress Release Cycle</a> </strong>regarding merging Gutenberg plugin code with WordPress. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Matias Ventura </strong>shared in his post <a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\"><strong>Phase 2, Finale</strong></a>, what 6.2 will cover and what is still left for WordPress 6.3 and transition the project to Phase 3: Collaboration and workflows. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-word-press-6-2\">WordPress 6.2</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/02/21/wordpress-6-2-beta-3/\">WordPress 6.2 Beta 3</a> was released this week. <strong><a href=\"https://twitter.com/TahriAdel\">Adel Tahri,</a></strong> responsible for testing on the 6.2 release squad, posted a call to  <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\"><strong>Help Test WordPress 6.2</strong></a> with helpful instructions on how to set up local test environment, with a list of things to test and places where to report your findings. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> posted the <strong><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">Roadmap to 6.2</a>&nbsp;</strong> with a run down of most features coming to a WordPress instance near you on March 28th, 2023. </p>\n\n\n\n<p>The schedule until release: </p>\n\n\n\n<ul>\n<li>Beta 4 on February 28, 2023</li>\n\n\n\n<li>Release Candidate (RC) 1 + Dev Notes on March 7th, 2023</li>\n\n\n\n<li>RC 2 on March 14, 2023</li>\n\n\n\n<li>RC 3 on March 21, 2023</li>\n\n\n\n<li>Final release March 28, 2023</li>\n</ul>\n\n\n\n<p>You can join the release party in the #core channel, the release team coordinates the work in the #6-2-release-leads channel. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\"><strong>6.2 Live Product Demo</strong></a> is scheduled for March 2, 2023, at noon EST / 17:00 UTC. <strong>Jonathan Pantani</strong> shared the details in his post. </p>\n\n\n\n<a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\"><img /></a>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-gutenberg-plugin-releases\">Gutenberg Plugin Updates</h3>\n\n\n\n<p><strong>JuanMa Garrido</strong> published the release post <strong><a href=\"https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-0-18-january-2/\">What’s new in Gutenberg 15.1? (8 February)</a>&nbsp;</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding </strong>covered Gutenberg 15.1 for the WP Tavern in <a href=\"https://wptavern.com/gutenberg-15-1-adds-openverse-integration\"><strong>Gutenberg 15.1 Adds Openverse Integration</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Daisy Olsen</strong> was release lead for the next version: <strong><a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\">What’s new in Gutenberg 15.2? (22 February)</a>&nbsp;</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-80-wordpress-6-2-preview-gutenberg-15-2-and-15-3/\">Gutenberg Changelog #80 – WordPress 6.2 Preview, Gutenberg 15.2 and 15.3</a> with Birgit Pauli-Haack and special guest Rich Tabor  </p>\n</div></div>\n\n\n\n<p><em>The next recording for the Gutenberg Changelog podcast is scheduled for March 9th, 2023, which will cover the Gutenberg plugin releases 15.2 and 15.3 and the dev notes available for WordPress 6.2.  We will also answer questions from you and others.  Send your questions to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com.</a> </em></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Ben Ritter,</strong> founder of Kadence Themes, announced the release of <a href=\"https://www.kadencewp.com/blog/introducing-blocks-3/\"><strong>Kadence Blocks version 3</strong></a>. Kadence Blocks plugin has been around since the block editor arrived to WordPress in 2018, and with the rapid development of more design tools, and the site editor, the plugin needed a rewrite and a fresh coat of paint. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In this video, <strong>Jamie Marsland</strong>  revealed the <a href=\"https://www.pootlepress.com/2023/02/the-secrets-of-wordpress-site-editing-beginners-guide/\"><strong>Secrets of WordPress Site Editing</strong></a>, and answers common questions, like how to add fonts, why editor settings might be missing and how you can download good block themes. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest post, <strong>Mark Howells-Mead</strong> shared his thoughts on <a href=\"https://permanenttourist.ch/2023/02/block-patterns-and-block-variations-of-the-query-loop/\"><strong>Block Patterns and Block Variations of the Query Loop</strong></a> and explored the differences between the two and reusable blocks.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> reported on the latest Theme published by Automattic:  <a href=\"https://wptavern.com/automattic-releases-bibimbap-a-free-block-theme-for-restaurants\"><strong>Automattic Releases Bibimbap, a Free Block Theme for Restaurants</strong></a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>On the WordPress Developer Blog, <strong>Justin Tadlock</strong> published the article.  <strong>&nbsp;<a href=\"https://developer.wordpress.org/news/2023/02/intrinsic-design-theming-and-rethinking-how-to-design-with-wordpress/\">Intrinsic design, theming, and rethinking how to design with WordPress</a></strong>. &nbsp;He wrote on Twitter: &#8220;This post explores some thinking behind why WordPress doesn&#8217;t have many block settings tied to specific device sizes and what the current approach is. It also provides theme authors with some techniques they can use to work within the system. There are tons of thoughts, techniques, and tools related to the subject, which is impossible to cover in a single post. But, I encourage continued exploration from the extender community and sharing what you learn.&#8221; You can follow more discussion in the comments of the post. </p>\n\n\n\n<p><strong>Hendrik Lührsen</strong> and <strong>Jakob Trost</strong> also <a href=\"https://twitter.com/hluehrsen/status/1628823761557368838\">discussed the topic on Twitter</a>. </p>\n\n\n\n<a href=\"https://developer.wordpress.org/news/2023/02/intrinsic-design-theming-and-rethinking-how-to-design-with-wordpress/\"><img /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>For developers who want to get started or dive deeper into creating Block Themes, ready for the site editor, <strong>Daisy Olsen</strong> collected a great list of links covering all aspects for the Developer Blog: <a href=\"https://developer.wordpress.org/news/2023/02/block-theme-resources-roundup/\"><strong>Block theme resources roundup</strong></a>. She wrote: &#8220;Whether you build sites mostly from the site and styles editors or you develop bespoke and custom themes from the ground up, there are always new things to learn. Read on to learn all about block themes.&#8221; </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest post, <strong>James Koussertari,</strong> of Gutenberg Market asks <a href=\"https://gutenbergmarket.com/news/what-are-hybrid-wordpress-themes\"><strong>What are Hybrid WordPress themes?</strong></a> and gives you the answers, of course. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong>, instigator of the Block Museum of Art, posted <a href=\"https://block-museum.com/2023/02/21/lets-celebrate-20-years-of-wordpress/\"><strong>Let’s celebrate 20 years of WordPress</strong></a> &#8220;This is an opportunity for folks to showcase their creativity and imagination using the features of the WordPress block editor that make it a powerful creative platform. We invite artists from all backgrounds and experience levels to submit their own WP20-inspired blocks and join us in celebrating two decades of WordPress.&#8221; McCarthy wrote. </p>\n\n\n\n<a href=\"https://block-museum.com/2023/02/21/lets-celebrate-20-years-of-wordpress/\"><img /></a>\n\n\n\n<p>If you are curious, what is all in store for the milestone anniversary, celebration around the WordPress community, follow up on the special website: <a href=\"https://wp20.wordpress.net/\"><strong>wp20.wordpress.net</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In this article, <strong><a href=\"https://twitter.com/donnapep\">Donna Peplinksie</a></strong> shared <strong><a href=\"https://senseilms.com/how-we-built-a-theme-for-sensei/\">How We Built a Block Theme for Sensei LMS</a> </strong>and explains key decisions, the breakdown of the work, and using the <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block theme plugin</a> to built out the theme. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On her website, fullsiteediting.com, <strong>Caroline Nymark</strong>  posted a new <strong><a href=\"https://fullsiteediting.com/lessons/child-themes/\">Lesson on Child Themes</a></strong>. &#8220;I am very happy with the progress we have made to support block and hybrid child themes in WordPress.&#8221; Nymark <a href=\"https://twitter.com/carolinapoena/status/1626964953914638337\">tweeted</a>. You learn when you still need child theme, and the relationship between parent and child block theme. It&#8217;s a comprehensive guide for theme developers. She also answer frequently asked questions, you might have. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n\n<div class=\"ngl-articles colored ngl-articles-50_50 ngl-articles-frontend\">\n\n	\n	<div class=\"ngl-articles-wrap ngl-articles-webview\">\n	\n						\n			<div class=\"ngl-article-mobile\">\n				<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n					<tr>\n						<td valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/live-q-a-layout-layout-layout/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/02/Screenshot-2023-02-05-at-11.21.47.png?w=652&ssl=1\" /></a></div><div class=\"ngl-article-labels\">gutenbergtimes.com</div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/live-q-a-layout-layout-layout/\" target=\"_self\" rel=\"\"><span>Live Q &#038; A: Layout. Layout. Layout</span></a></div><div class=\"ngl-article-excerpt\">Layouts are a fundamental part of how block themes work: Layout allows us to define the width of our post content, and arrange blocks horizontally or vertically, right or left&hellip; <a href=\"https://gutenbergtimes.com/live-q-a-layout-layout-layout/\" class=\"ngl-article-read-more\" target=\"_self\">Read more.</a></div>							</div>\n						</td>\n					</tr>\n				</table>\n			</div>\n			\n			\n			\n\n		\n		\n		</div>\n\n</div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor </h2>\n\n\n\n<p>Ryan Welcher started to record YouTube Shorts. For the first one, we also created a blog post with the Quick Tip. </p>\n\n\n\n\n<div class=\"ngl-articles colored ngl-articles-50_50 ngl-articles-frontend\">\n\n	\n	<div class=\"ngl-articles-wrap ngl-articles-webview\">\n	\n						\n			<div class=\"ngl-article-mobile\">\n				<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n					<tr>\n						<td valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/quick-tip-creating-a-custom-webpack-configuration-file/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/02/Screenshot-2023-02-04-at-10.56.27.png?w=652&ssl=1\" /></a></div><div class=\"ngl-article-labels\">gutenbergtimes.com</div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/quick-tip-creating-a-custom-webpack-configuration-file/\" target=\"_self\" rel=\"\"><span>Quick Tip: Creating a custom webpack configuration file</span></a></div><div class=\"ngl-article-excerpt\">https://www.youtube.com/shorts/VgK_Y9wAGXw Ryan Welcher on YouTube Shorts. &#8211; Also available on TikTok Ryan Welcher started a recording YouTube Shorts also available on TikTok. Here is a transcript and code example of&hellip; <a href=\"https://gutenbergtimes.com/quick-tip-creating-a-custom-webpack-configuration-file/\" class=\"ngl-article-read-more\" target=\"_self\">Read more.</a></div>							</div>\n						</td>\n					</tr>\n				</table>\n			</div>\n			\n			\n			\n\n		\n		\n		</div>\n\n</div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Adam Zieliński </strong>created an interactive tutorial for the new HTML processor coming to WordPress with 6.2: <a href=\"https://adamadam.blog/2023/02/16/how-to-modify-html-in-a-php-wordpress-plugin-using-the-new-tag-processor-api/\"><strong>How to Modify HTML in a PHP WordPress Plugin Using The New Tag Processor API</strong></a>. &#8220;If you’ve ever struggled to add an HTML attribute using regular expressions, you know how big of an improvement this is! In fact, Tag Processor was born out of this exact struggle.&#8221; He wrote. You&#8217;ll find use cases and code snippets in his post. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Coords</strong> shared his experience of <a href=\"https://www.briancoords.com/hooking-into-the-block-editors-post-publish-panel-with-copilot/\"><strong>Hooking into the Block Editor’s Post Publish Panel (with Copilot)</strong></a>. Coords walks you through the steps of building a feature for his plugin that taps into the block editor. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Last month, <strong>Mark Howells-Mead</strong> published a tutorial on <a href=\"https://permanenttourist.ch/2023/01/using-useselect-in-gutenberg-to-fetch-data-from-the-rest-api/\"><strong>Using useSelect in Gutenberg to fetch data from the REST API</strong></a>. The function <code>getEntityRecords</code> enters the stage, too. </p>\n\n\n\n\n<p>Featured Image: Bangkok, Thailand  &#8211; View from the 31st floor. Phot by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Feb 2023 20:22:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WordCamp Central: Get your tickets for WordCamp Kerala 2023 on March 25th!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=3161846\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://central.wordcamp.org/news/2023/02/get-your-tickets-for-wordcamp-kerala-2023-on-march-25th/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7396:\"<p>The southern state of Kerala in India is all set to host its first regional WordCamp &#8211; <a href=\"https://kerala.wordcamp.org/2023/\">WordCamp Kerala 2023</a> on March 25, 2023 (Saturday) at <a href=\"https://kerala.wordcamp.org/2023/location/\">IMA House, Kochi</a>! </p>\n\n\n\n<p>The WordPress community in Kerala is not new &#8211; it had its humble beginnings in 2014, when it <a href=\"https://www.meetup.com/kochi-wordpress-meetup/events/206595912/\">kicked off with an informal local meetup in Kochi</a>. The love for WordPress grew the community slowly, but surely, which eventually spread out to multiple cities in the state. Together the community organized scores of local meetup events and three editions of WordCamp Kochi (<a href=\"https://kochi.wordcamp.org/2017/\">2017</a>, <a href=\"https://kochi.wordcamp.org/2018/\">2018</a>, and <a href=\"https://kochi.wordcamp.org/2019/\">2019</a>) before the COVID-19 pandemic shut everything down. Even during the pandemic, our community stayed active by organizing online events together under a &#8220;WordPress Kerala&#8221; banner. As the global health situation improved in 2022, our community started organizing in-person events again. A strong desire to organize a WordCamp united members the Kerala WordPress Community. As a result, the local WordPress Meetup groups of <a href=\"https://www.meetup.com/trivandrum-wordpress-meetup/\">Trivandrum</a>, <a href=\"https://www.meetup.com/kochi-wordpress-meetup/\">Kochi</a>, <a href=\"https://www.meetup.com/Kozhikode-WordPress-Meetup/\">Kozhikode</a>, and <a href=\"https://www.meetup.com/Palakkad-WordPress-Meetup/\">Palakkad</a>, have decided to bounce back by organizing WordCamp Kerala 2023!</p>\n\n\n\n<a href=\"https://central.wordcamp.org/files/2023/02/WordCamp_Kochi_2017_21.jpg\"><img /></a>\n\n\n\n<h2 class=\"wp-block-heading\">What makes WordCamp Kerala unique</h2>\n\n\n\n<p>Our event promises to be as <a href=\"https://kerala.wordcamp.org/2023/10-amazing-things-you-didnt-know-about-kerala/\">unique</a> as our location and host state. Kerala is known as “<a href=\"https://www.keralatourism.org/video-gallery/life-in-god-s-own-country/\">God’s own country</a>” and was <a href=\"https://www.nytimes.com/interactive/2023/travel/52-places-travel-2023.html\">selected by the New York Times</a> as one of the must-visit places in 2023. In 1999, Kerala made it to National Geographic’s list of <a href=\"https://www.nationalgeographic.com/travel/article/50_places_of_a_lifetime_1\">10 Paradises of the world</a> too. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Diversity, Equity, Inclusion, and Belonging</h3>\n\n\n\n<p>At WordCamp Kerala, one of our main priorities is to ensure that every voice is heard. We are working hard to ensure that our event is as diverse and inclusive as possible, from our organizing team to our speaker roster, and every aspect of our event and its planning. </p>\n\n\n\n<p>Our aim is to present a speaker lineup that is as diverse as possible, by ensuring that non-male applicants and applicants from marginalized backgrounds have excellent representation in our roster. To facilitate the same,  we collaborated with the WP Diversity group of the Make/Community Team to hold a <a href=\"https://kerala.wordcamp.org/2023/announcement-free-speaker-workshop-for-wordcamp-kerala-speaker-applicants/\">successful diverse speaker workshop led by Jill Binder on January 28th</a> &#8211; the workshop had 25 attendees, and resulted in at least seven unique speaker applications!</p>\n\n\n\n<p>Additionally, our event aims to have something for folks from all backgrounds &#8211; from advanced technical workshops to sessions aimed at every WordPress professional. For this WordCamp, we are also doing our best to facilitate excellent networking opportunities between attendees, which are one of the biggest strengths of WordCamps.</p>\n\n\n\n<h3 class=\"wp-block-heading\">An Eco-friendly WordCamp</h3>\n\n\n\n<p>The event is planned as eco-friendly and adequate plans are in place to ensure that no harm is done to the environment at any stage of the event. It includes avoiding plastic items and using LED televisions for sponsor branding as opposed to banners to save our environment. We are even thinking of ways to reduce our environmental footprint in every aspect of event planning as well. </p>\n\n\n\n<a href=\"https://central.wordcamp.org/files/2023/02/DSC_0498-1.jpg\"><img /></a>\n\n\n\n<h2 class=\"wp-block-heading\">Get involved</h2>\n\n\n\n<p>There are several ways to become a part of this exciting event! </p>\n\n\n\n<ul>\n<li><a href=\"https://kerala.wordcamp.org/2023/tickets/\"><strong>Grab your tickets</strong></a><strong> to attend this event!</strong><br />WordCamp Kerala tickets are priced at an affordable INR 500 (~USD $6) per attendee. As of late February 2023, we have sold more than half of our total tickets available for public (we are planning 500 total participants at our event including volunteers, speakers, and sponsors), and there is a high probability that we may sell out way before the event date. Get your tickets now! </li>\n\n\n\n<li><strong>Last chance to </strong><a href=\"https://kerala.wordcamp.org/2023/call-for-speakers/\"><strong>apply to speak at WordCamp Kerala</strong></a><strong>!<br /></strong>Due to popular demand, we have extended our deadline for call for speakers. <a href=\"https://kerala.wordcamp.org/2023/call-for-speakers/\">Apply to speak at WordCamp Kerala 2023</a> before February 28th 2023, 11:59 PM IST.</li>\n\n\n\n<li><a href=\"https://kerala.wordcamp.org/2023/call-for-sponsors/#bronze-10-000-125\"><strong>Sponsor WordCamp Kerala<br /></strong></a>We received an unprecedented response to our call for sponsors, and most of our sponsorship tiers have sold out. A big thanks to our community for this warm response and support! Nonetheless, <a href=\"https://kerala.wordcamp.org/2023/call-for-sponsors/#bronze-10-000-125\">we still have some available sponsorship options</a> for interested applicants. </li>\n\n\n\n<li><strong><a href=\"https://kerala.wordcamp.org/2023/call-for-volunteers/\"><strong>Apply to be a Volunteer</strong></a><strong> </strong>and be a part of the team that helps organize WordCamp Kerala 2023.</strong> Deadline: February 28th 2023, 11:59 PM IST.</li>\n</ul>\n\n\n\n<p>And don’t forget to post about this event on your social media handles for all WordPress enthusiasts. Feel free to <a href=\"https://twitter.com/intent/tweet?url=https%3A%2F%2Fkerala.wordcamp.org%2F2023%2Ftickets%2F&text=\">Share about us on Twitter</a>, <a href=\"http://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fkerala.wordcamp.org%2F2023%2Ftickets%2F&title=\">write about us on LinkedIn</a>, or<a href=\"https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fkerala.wordcamp.org%2F2023%2Ftickets%2F\"> post about us on Facebook</a>. Psst&#8230; You can also post about our event on your (WordPress-powered) blog or on Tumblr! Don&#8217;t forget to join the discussion on WordCamp Kerala 2023 using the hashtag <strong>#WCKerala</strong> hashtag on all social media platforms.</p>\n\n\n\n<p>Looking forward to seeing you at our lovely little event celebrating WordPress, at the beautiful coastal city of Kochi, on March 25th, 2023! </p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://kerala.wordcamp.org/2023/\">Get your tickets for WordCamp Kerala 2023!</a></div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Feb 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"WPTavern: WordPress 6.2 Openverse Integration Hotlinks Images, Contributors Propose Uploading to Media Library as a Better Default\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142305\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"https://wptavern.com/wordpress-6-2-openverse-integration-hotlinks-images-contributors-propose-uploading-to-media-library-as-a-better-default\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1911:\"<p>WordPress 6.2 is set to introduce an integration with Openverse that allows users to quickly insert free, openly-licensed media into their content. It was not readily apparent when the feature made its debut in version 15.1 of the Gutenberg plugin that the inserted images are hotlinked.</p>\n\n\n\n<p>WP Engine developer Phil Johnston <a href=\"https://wordpress.slack.com/archives/C02QB2JS7/p1677269705274569\">brought up this issue</a> in the #core-editor channel on WordPress Slack today. WordPress core contributor Paul Biron confirmed images are hotlinked when first inserted but can be added to the site&#8217;s Media Library using the &#8220;Upload&#8221; tool, which is located in the Image block toolbar after Openverse inserts the image.</p>\n\n\n\n<img />\n\n\n\n<p>Hotlinking is generally considered a bad practice, as it uses another site&#8217;s bandwidth to display the asset. Hotlinked images can easily get renamed or removed from the source site, which can negatively impact the sites that are displaying them.</p>\n\n\n\n<p>WordPress core contributor Jeremy Herve opened a <a href=\"https://github.com/WordPress/gutenberg/issues/48394\">ticket</a> yesterday with concerns about the hotlinking and suggested it would be better to upload the images by default.</p>\n\n\n\n<p>&#8220;I would suggest uploading the image to one&#8217;s site once picked and inserted,&#8221; Herve said. &#8220;This way it would remain available on the site, whatever may happen to the service or the original image. Of course, the image attribution should remain in the caption.&#8221;</p>\n\n\n\n<p>Johnston also suggested hotlinking the images might be a privacy concern if it allows the host to gather data about the device loading the image.</p>\n\n\n\n<p>WordPress may end up changing the default behavior for Openverse inserts, but in the meantime, users should be aware of how this feature works and where to find the Upload tool. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Feb 2023 04:48:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Prison Journalism Project Launches Prison Newspaper Project on WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142256\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/prison-journalism-project-launches-prison-newspaper-project-on-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5036:\"<p>The <a href=\"https://prisonjournalismproject.org/\">Prison Journalism Project</a> (PJP), a non-profit organization founded in April 2020, trains incarcerated writers to be journalists and publishes their stories with the goal of empowering them to be a vital voice in criminal justice reform. Over the past three years, the project has published over 1,700 pieces of work from more than 600 incarcerated and incarceration-impacted <a href=\"https://prisonjournalismproject.org/our-writers/\">writers</a> representing 180 prisons across 35 states and three countries.</p>\n\n\n\n<p>The project is bringing important issues to light, such as <a href=\"https://prisonjournalismproject.org/2023/02/24/its-still-a-covid-19-emergency-in-here/\">diminishing access to programs that further rehabilitation due to COVID-19</a> and the <a href=\"https://prisonjournalismproject.org/2022/02/04/the-failure-of-drug-treatment-in-prisons/\">failure of drug treatment in prisons</a>, first-hand accounts from incarcerated individuals that expose the inadequacy of state and federal prisons to meet the needs of those in their care. These stories and more are featured on the organization&#8217;s website, which is powered by WordPress and <a href=\"https://newspack.com/\">Newspack</a>, a project from Automattic that provides a publishing platform for small and medium-sized news organizations. Newspack includes professionally designed themes and a set of pre-configured plugins, like Newspack Newsletters and WooCommerce Subscriptions, that help drive audience and revenue. </p>\n\n\n\n<p>This week the PJP <a href=\"https://prisonjournalismproject.org/prison-newspaper-project/\">launched</a> the Prison Newspaper Project, which aims to connect prison publications with a broader general audience, including educators and researchers. At its peak, U.S. prisons running their own newsrooms published 250 prison papers in 1959. The prison press has declined significantly since then, despite massive improvements in the available technology for telling their stories. As of February 2023, the PJP counts 24 operational, prisoner-run news publications across 12 states.</p>\n\n\n\n<p>The new Prison Newspaper Project has indexed these publications into a&nbsp;<a href=\"https://prisonjournalismproject.org/prison-newspaper-directory/\">prison newspaper directory</a>. It also has a new category section on the site called &#8220;<a href=\"https://prisonjournalismproject.org/category/from-prison-newspapers/\">From Prison Newspapers</a>,&#8221; where the organization highlights and amplifies the work of incarcerated writers across various publications. Their work is republished to PJP&#8217;s wider audience, offering a window into the incarcerated population and the conditions where they are living.</p>\n\n\n\n<p>While most of the prison newspapers in the PJP&#8217;s directory run on legacy systems or are only available via print-versions with digital archives, a few have online publications. <a href=\"https://sanquentinnews.com/\">San Quentin News</a> is one that runs on WordPress, publishing beautiful stories of the humanity and artistry of those behind bars. One story features San Quentin artist Idalio Villagran, who &#8220;takes prison-constrained creativity and resourcefulness to another level, crafting beautiful roses of various colors from state-issued bread and Kool-Aid.&#8221;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://sanquentinnews.com/roses-are-red-mostly/\">Roses are red . . . mostly</a></blockquote>\n</div>\n\n\n\n<p>Another post features the work of San Quentin artist Edgar Zarate Martinez, who is keeping his Mexican cultural heritage alive through his paintings that reflect his yearning for his family.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://sanquentinnews.com/for-love-and-honor/\">FOR LOVE AND HONOR</a></blockquote>\n</div>\n\n\n\n<p>PJP was founded by Yukari Iwatani Kane and Shaheen Pasha at Penn State University in 2019, after teaching journalism at San Quentin State Prison and Hampshire County Jail in Massachusetts.</p>\n\n\n\n<p>Most of the other indexed prison publications don&#8217;t have an online presence, so the Prison Newspaper Project is vital for connecting them and bringing more exposure to prison journalism. Getting these publications online isn&#8217;t part of the current scope of the project, but there is a big opportunity here to modernize these newsrooms with WordPress and help them find a global audience.</p>\n\n\n\n<p>The Prison Newspaper Project is committed to regularly updating the list of active publications in the directory. People can submit newspapers or magazines not yet listed by emailing&nbsp;<a href=\"mailto:editorial@prisonjournalismproject.org\">editorial@prisonjournalismproject.org</a>.</p>\n\n\n\n<p>&#8220;As this section grows, we hope to offer you more resources on the history of this remarkable part of the fourth estate,&#8221; Prison Newspaper Project Editor Kate McQueen said.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2023 23:08:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Post Status: WordCamp Asia Wrap-up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=147369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://poststatus.com/wordcamp-asia-wrap-up/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6725:\"<p>I know you\'re wondering. And yes, I showered.</p>\n\n\n\n<p>As a matter of fact, the WordCamp Asia team was very deliberate in considering disability needs from the start of Contributor Day through to the announcement of WCAsia 2024 at closing remarks. The hotel was perfect. The venue had elevators and automatic doors (or security stationed to open doors). I couldn\'t have asked for more.</p>\n\n\n\n<h2 id=\"h-wcasia-by-the-numbers\">WCAsia By the Numbers</h2>\n\n\n\n<img width=\"752\" height=\"564\" src=\"https://cdn.poststatus.com/wp-content/uploads/2023/02/IMG_5800-752x564.jpg\" alt=\"\" class=\"wp-image-147370\" />\n\n\n\n<p>You can see by this screen that WCAsia succeeded in attendance and contributors. In addition, there were 60 speakers, 53 orgainzers, over 80 volunteers, and 29 people on the AV team.</p>\n\n\n\n<h2>Contributor Day</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">A sneak peak of the photographs we will be publishing from <a href=\"https://twitter.com/hashtag/WCAsia?src=hash&ref_src=twsrc%5Etfw\">#WCAsia</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f913.png\" alt=\"🤓\" class=\"wp-smiley\" /><br />Huge thanks to the Contributor Day Team Leads! <a href=\"https://t.co/A4hpwank6U\">pic.twitter.com/A4hpwank6U</a></p>&mdash; Shusei Toda (@shuseitoda) <a href=\"https://twitter.com/shuseitoda/status/1627617457988050944?ref_src=twsrc%5Etfw\">February 20, 2023</a></blockquote>\n</div>\n\n\n\n<p>I was fortunate to be a table lead for Contributor Day. We onboarded many photographers who submitted photos to the WordPress Photo Directory for the first time. Topher DeRosia and I moderated almost 250 photos in one day, while discussing with contributors what makes a good photo, what isn\'t allowed to be added to the directory, and how every contributor gets a badge on their .org profile. </p>\n\n\n\n<p>From what I heard from other table leads, every one of the teams onboarded new contributors and accomplished their goals for the day. It was truly inspiring.</p>\n\n\n\n<h2>Sponsors</h2>\n\n\n\n<p>Instead of being off in another part of a building, the sponsor area was in the center of it all. To get from point A to any other point you either had to go through or around the edges of the sponsor booths. I imagine this was incredibly helpful for sponsors, and, honestly, it made it the perfect place to run into people, make connections, renew connections, and grab some awesome swag.</p>\n\n\n\n<h2>The Selfie Challenge</h2>\n\n\n\n<p>I put out a challenge that if people posted selfies with me I would donate $5 per selfie to <a href=\"https://bigorangeheart.org\" target=\"_blank\" rel=\"noreferrer noopener\">Big Orange Heart</a>. (Up to $500 total.) I\'m please to say that not only did I meet that goal (with well over 100 selfies with our amazing community) but <a href=\"https://twitter.com/carlhancock/status/1628156351636508672?s=20\" target=\"_blank\" rel=\"noreferrer noopener\">Carl Hancock of Gravity Forms matched it</a>, and <a href=\"https://twitter.com/insta_wp\" target=\"_blank\" rel=\"noreferrer noopener\">Vikas Singhal of InstaWP</a> matched it at 50%. All told we raised $1250 for BOH!</p>\n\n\n\n<h2>Q&A; with Matt Mullenweg</h2>\n\n\n\n<p>I asked a question to Matt during the Q&A; Friday morning.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>With the wave of layoffs and hiring freezes we have seen in the WordPress community lately, what do you think we, as a community, can do to create more jobs in our ecosystem and stop the anxiety and fear that comes with layoffs like this?</p>\n</blockquote>\n\n\n\n<p>Matt\'s reply was a bit less than I hoped, basically encouraging anyone who has been laid off to sharpen their WordPress skills, market themselves as freelancers to build a portfolio, and encourage local businesses to get on WordPress.</p>\n\n\n\n<p>Some of the people who have been laid off are already big names in WordPress and have a portfolio to back it up.</p>\n\n\n\n<p>So it still begs the question &#8211; how can we support those who have recently lost jobs in massive layoffs and what does it say about the adoption of WordPress if companies are scaling back? While I don\'t have the answer, I\'m watching closely.</p>\n\n\n\n<p>And if you find yourself job searching in WordPress here are a few resources:</p>\n\n\n\n<ul>\n<li><a href=\"https://poststatus.com/jobs/\">The Post Status Job Board</a></li>\n\n\n\n<li><a href=\"https://WPCareerPages.com\" target=\"_blank\" rel=\"noreferrer noopener\">WPCareerPages.com</a> </li>\n\n\n\n<li><a href=\"https://twitter.com/search?q=%23wordpressjobs&src=typed_query\" target=\"_blank\" rel=\"noreferrer noopener\">Twitter posts</a></li>\n\n\n\n<li><a href=\"https://www.underrepresentedintech.com/resources/\">Underrepresented in Tech Resources</a></li>\n</ul>\n\n\n\n<h2>Photos, Photos, Photos</h2>\n\n\n\n<p></p>\n\n\n\n<p>To see how truly impactful the first WordCamp Asia was, one has only to look into all of the smiling faces captured in selfies and more.</p>\n\n\n\n<p>Here are a few places to look:</p>\n\n\n\n<ul>\n<li><a href=\"https://twitter.com/search?q=%23WCASIA&src=typed_query\" target=\"_blank\" rel=\"noreferrer noopener\">Twitter #WCAsia</a></li>\n\n\n\n<li><a href=\"https://photos.app.goo.gl/WEUjLaPbS2zyz9fM6\" target=\"_blank\" rel=\"noreferrer noopener\">Google Photos</a></li>\n\n\n\n<li><a href=\"https://www.instagram.com/michelleames/\" target=\"_blank\" rel=\"noreferrer noopener\">My Instagram Photos of Bangkok</a></li>\n</ul>\n\n\n\n<h2>Thanks to the Organizers and Volunteers</h2>\n\n\n\n<p>WordCamp Asia seemed to go off without any issues (though anyone who has ever organized a WordCamp knows there are always hiccups). If there were, the attendees didn\'t see them. (Other than the technical glitches in the Q&A; with Matt Mullenweg, which was still handled very well.)</p>\n\n\n\n<p>I would add my thanks to all of the voices praising the organizers and volunteers that made WordCamp Asia so amazing. From the updates on the website to the after party, you all provided information, hospitality, and an incredible warmth to the event. </p>\n\n\n\n<p>Thank you a million times over.</p>\n\n\n\n<p>WordCamp Asia 2024</p>\n\n\n\n<img width=\"752\" height=\"564\" src=\"https://cdn.poststatus.com/wp-content/uploads/2023/02/IMG_5827-752x564.jpg\" alt=\"\" class=\"wp-image-147581\" />\n\n\n\n<p>And to the organizers for WC Asia 2024 &#8211; wishing you the best as you continue this new legacy. I know you\'re up to the challenge!</p>\n\n\n\n<img width=\"752\" height=\"564\" src=\"https://cdn.poststatus.com/wp-content/uploads/2023/02/organizers-752x564.jpeg\" alt=\"\" class=\"wp-image-147582\" />WC Asia 2024 Team (photo credit <a href=\"https://twitter.com/ratneshsonar\" target=\"_blank\" rel=\"noreferrer noopener\">Ratnesh Sonar</a>)\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2023 05:29:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Automattic Releases Bibimbap, a Free Block Theme for Restaurants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/automattic-releases-bibimbap-a-free-block-theme-for-restaurants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2858:\"<p>Automattic has a new theme in the WordPress Themes Directory. <a href=\"https://wordpress.org/themes/bibimbap/\">Bibimbap</a>, named for a beloved Korean comfort food, is a restaurant theme. It is described as &#8220;simple and fun&#8221; but does not come with a live demo, so users will need to be prepared to work with patterns to get their restaurant sites put together.</p>\n\n\n\n<p>The home page pictured in the screenshot displays a full width Cover block with an image as the background, a call to action, and some contact information. Bibimbap features the Cooper Hewitt typeface throughout for paragraph text and headers.</p>\n\n\n\n<img />\n\n\n\n<p>The theme comes with five custom block patterns for building restaurant websites:</p>\n\n\n\n<ul>\n<li>Contact pattern with a map, location, and hours</li>\n\n\n\n<li>Cover block pattern for restaurant Specials</li>\n\n\n\n<li>Default footer</li>\n\n\n\n<li>Restaurant menu</li>\n\n\n\n<li>Menu add-ons</li>\n</ul>\n\n\n\n<img />\n\n\n\n<p>I took the theme for a test drive and found that is not very intuitive in its current state, although the patterns are nicely designed. When first installed and activated on a new site, the theme looks blank with nothing in place and no hint of how it can be made to look like the screenshot.</p>\n\n\n\n<img />\n\n\n\n<p>The most ideal experience a block theme can provide gives the user a ready-to-go website that looks like the demo, or at least provides a full-page pattern that is easy to insert. Bibimbap has missed a few opportunities to make the theme more user-friendly. Although it is also available on WordPress.com under the Business plan, the preview is similar to the experience of installing it on a self-hosted site. With no live demo available, it&#8217;s difficult to know where to go after installing it.</p>\n\n\n\n<p>In the Site Editor, users will need to navigate to the <em>wp-custom-template-home</em> template to edit the home page template. If this is a new website, users will also want to create a new page and assign it to use the <em>wp-custom-template-home</em> page template to get the right design.</p>\n\n\n\n<p>The home page header design is not available via a pattern, which would make the theme so much more versatile and easy to use, especially in the case of multi-page websites.</p>\n\n\n\n<p>Although the theme comes with just a handful of patterns, they work well dropped onto the page in any order. </p>\n\n\n\n<img />\n\n\n\n<p>Overall, this theme is a good option for those who know their way around WordPress and the Site Editor. It makes it fairly quick to build a restaurant website with a cohesive design. The problems with user-friendliness can be easily remedied with a few full-page patterns and a bit of thought towards the experience after activating the theme.  <a href=\"https://wordpress.org/themes/bibimbap/\">Bibimbap</a> is available for free from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2023 03:55:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Post Status: Launching a WordPress Product in Public: Session 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=147564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:70349:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><a href=\"https://twitter.com/hirethere\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> share the messiness of building a WordPress product live. They reveal the initial version of <a href=\"https://crop.express/#welcome\">Crop.Express</a>, a plugin designed to crop a featured image within the WordPress workflow and discuss their progress and ongoing development. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">65</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode, <a href=\"https://twitter.com/hirethere\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> share their initial version or MVP of the product they are building, <a href=\"https://crop.express/#welcome\">Crop.Express</a>.  Together they work through enhancing UX, selecting the right business model, crafting marketing messages, and more.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Work Out the Workflow. </strong>You will teach people how to use your product with demos or tutorials. While you want to make adjustments to improve UX, you don’t want to constantly change the workflows for your product. Being thoughtful on the front end can result in better usability and less change.</li>\n\n\n\n<li><strong>Business Models. </strong>Building a product also means determining a business model.<strong> </strong>Offering some functionality for free can gain exposure for a base product. Adding a pro or paid version with increased value to deliver a better end product for a customer.</li>\n\n\n\n<li><strong>Focus on Feedback.</strong> As a product builder, you work to anticipate pain points and solve for them. With a quality product, you will solve real struggles for users. But there is a reason users are uninstalling. Accessing their input and experience could be the key to taking your product to the next level.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://www.canva.com/\">Canva</a></li>\n\n\n\n<li><a href=\"https://elementor.com/%5C\">Elementor</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/hirethere\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2>Session 2 Corey & Cory Launch a WordPress Product Live  </h2>\n\n\n\n<p>Cory Miller: [00:00:00] Hey everybody, welcome back to post status. Where we\'re, um, Corey Moss and I are session two.  </p>\n\n\n\n<p>Launched a WordPress product in public, and you\'re getting to see all the, you know, um, kinks and rough edges. But what we hope really comes through is that we\'ve had these really good conversations and we\'re like, we\'re okay with not, we\'re being imperfect and showing how this product works, at least with us.  </p>\n\n\n\n<p>So hopefully it helps somebody else inspire somebody to do better. Um, but, all right, Corey, I have to be the first admit as my partner in this, um, donate my homework. Excuse, excuse. I was frantically in between meetings, trying to like, be creative with the read me text. Mm-hmm. Um, But I, um, so I have to say that first and foremost, and then second.  </p>\n\n\n\n<p>I know you shared a cool feature that we were talking about that I was like, Hey, we can put this on the backlog. And you\'re like, no, it\'s here, it [00:01:00] is . Um, so I haven\'t even got to see that. But, um, that, that\'s kind of my update. But what, what things do you have or want to talk about?&nbsp;  </p>\n\n\n\n<p>Corey Maass: Um, yeah, I, it, it. Uh, like I\'m on top of my stuff, you know, by getting these updates to you.  </p>\n\n\n\n<p>But I mean, I\'m in the same boat. I promised, uh, last Wednesday that, you know, within a day or two I would have this other feature implemented. And it was like last minute on Friday that I actually, or even Monday, that I was like, oh crap, I owe us this thing. So, um, yes, technically I got my paper written and handed in, uh, and you didn\'t, but it doesn\'t mean I wasn\'t up until 6:00 AM the, the morning of writing the paper.  </p>\n\n\n\n<p>Uh, you know, so, I mean, again, these are, these are the realities. You know, I, I\'ve [00:02:00] got client work, I\'ve got numerous products that need updating and bugs fixed, and, uh, life goes on. And so, you know, we\'ve, we\'ve fit this stuff in, in between. When we can. I mean, and, and I think that that\'s too, like where we\'re at, right?  </p>\n\n\n\n<p>Like right now, this is, uh, an idea that we\'re, you know, we\'re still in the garage phase or we\'re still in the, like, we can\'t make this a priority yet because it\'s not out there. It\'s not, we don\'t have users to satiate, we don\'t have revenue to chase. We don\'t have, you don\'t, you know, you\'re doing the marketing and you don\'t have anything to market.  </p>\n\n\n\n<p>And so, I mean, this is, this has been my MO for a long time where if I\'ve got a new idea for a new product, it\'s just gotta get shoved in between all the other stuff that is at the moment, more important.&nbsp;  </p>\n\n\n\n<p>Cory Miller: It\'s always a game. And this of juggling, I think. And I [00:03:00] swore to myself, I was like, I\'m gonna stop juggling, but I juggles for so long with Ithe stuff.  </p>\n\n\n\n<p>It\'s like, as an entrepreneur and doing these type of things, you\'re owning all the responsibility and, um, but it\'s really good to have someone that understands we\'re all juggling, um, back and forth. Um, well, would you want to like, look at where we\'re at now from the plugin side, since you\'ve got, you\'ve done your, you\'ve done more than your homework, by the way.  </p>\n\n\n\n<p>Um, do you wanna share your screen? Do you want me to share?&nbsp;  </p>\n\n\n\n<p>Corey Maass: Yeah, let me, let me share because I\'ve got it, um, set up pretty readily here, I think. Um, so what we\'re talking about, um, is the, the very first version of this plugin and I just don\'t wanna. Because we are so professional, um, [00:04:00] you know, I need to carefully culminate the experience that people will have.  </p>\n\n\n\n<p>Um, how do I top left or Let\'s do this. Move the screen. Full screen. Uh, move the window. . All right. Um,  </p>\n\n\n\n<p>nope, that won\'t work. Share screen. Let\'s try this again. Where\'s the plate? Blue window. There we go. Share. All right. So hopefully you can, you\'re seeing a, a WordPress install. Yep. Um, so, uh, for the nerds out there, um, I\'ve got this, um, are we still recording?&nbsp;  </p>\n\n\n\n<p>Cory Miller: No, we are now recording again, . Oh, awesome. I pause it.  </p>\n\n\n\n<p>So now we\'re [00:05:00] actually recording . So we\'re on session two. Everybody, for the recording sake of launching the WordPress product in, in, in public. And you\'re seeing all the foibles, particularly mine. But Corey\'s now showing us 0.001 version of the. Right.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Um, yeah, what everybody missed is us discussing how, just how, uh, we are the epitome of professionalism and, um, it all works out in the end.  </p>\n\n\n\n<p>But the, you know, part of the point of, of this whole experiment recording is, is to see the kind of, uh, the messiness, the behind the scenes, the, um, so, uh, for the nerds, uh, I\'m using, I, I use local WP to develop locally, um, and to run sites locally and stuff like that. So that\'s what you\'re seeing here is just a local site of vanilla WordPress install.  </p>\n\n\n\n<p>And, um, so we\'ve got version, you know, 0 0 1 [00:06:00] installed, um, crop Express, and then where that puts us is, We had talked about lots of different features, um, but decided that our m v p, our, let\'s just add some value to the world version, um, is, is just the ability to crop the featured image. Um, so what we\'re doing here is, uh, we still have a featured image panel on the side here.  </p>\n\n\n\n<p>Um, whoops. Oh, come on. Don\'t. We have a featured image panel on the side in, in the block editor. Um, but this is actually our custom panel and we\'re hiding the built-in featured image panel. Um, and we say select and crop an image. And so here\'s the new UI that I was talking about. Um, I\'ve moved some things around and, um, I still think that I want to make one more change where I wanna put these two buttons on top of each other [00:07:00] with a sort of, um, broken image or a, a place.  </p>\n\n\n\n<p>You know, a, your image will appear here soon because right now if I say upload an image, um, and I choose an image, um, It just, right now it just says, you know, here is the, the name of the file selected. But I think much more, you know, to most people, they\'re gonna wanna see a little thumbnail of the image that they\'ve selected, again, to kind of prove like, okay, wait, I chose the right one.  </p>\n\n\n\n<p>Um, and so then you choose, uh, this is when you\'re cropping it. Do you want to crop a square? Do you want to crop 16 nine? Um, and then the first fanciness that, uh, you said, boy, it would be slick if was being able to crop a circle. So that\'s now there, but, so we\'ll start with a square. In a square, you say, crop it, and you get into the cropper.  </p>\n\n\n\n<p>And so this is where you can zoom around and you select your image.&nbsp;  </p>\n\n\n\n<p>Cory Miller: [00:08:00] And um, Hey, real quick, Corey, how does it go if you want to crop back out, like you go, oh, it\'s too tight. Will it, can you push back out?&nbsp;  </p>\n\n\n\n<p>Corey Maass: Um, so there\'s, there\'s zoom in and out here. Ah, ah, okay. Okay, okay. On the bottom because Yeah, I didn\'t, what the, the better way to, to manipulate this is actually the, the mouse wheel.  </p>\n\n\n\n<p>Like I\'m zooming in and out here with the mouse wheel. I got you. Um, but we can\'t assume that everybody has a mouse wheel. Um, right. So, um, I think eventually maybe we want a slider, but for now, I just wanted us to have something so you can zoom in, um, and then, and then move it around kind of thing. Okay.  </p>\n\n\n\n<p>Cory Miller: Can you go back to the previous screen first? Oh, go ahead.&nbsp;  </p>\n\n\n\n<p>Corey Maass: If you have something else. Oh, just, and, you know, so there\'s, um, yeah, lots of different ways to kind of move this around. It\'s, I think it\'ll take a [00:09:00] little, everybody\'s gonna have to kind of get used to it. They\'ll get used to it. Um, yeah, there\'s also a new preview in a new window.  </p>\n\n\n\n<p>So like if you\'ve, if you\'ve zoomed in before you actually set crop this and set this as your featured image, um, it\'ll open a new window with the result. So you can, you can see it. Oh, that\'s cool. Um, so if you go back, you can say, crop a circle and go to crop it. And so there\'s your circle. Um, and that will now save as a p and g with transparent around it.  </p>\n\n\n\n<p>So this is, you know, I think again, when, when you mentioned it, I was like, oh snap, that\'s gonna be really slick because it\'s now really common that you\'ve got avatars images of people are circles. I think that\'s just a very common pattern. So the fact that we can offer that here, um, is very cool. And then the, the other new.  </p>\n\n\n\n<p>What I was [00:10:00] insisting on, um, as of last week was, um, you had said, okay, maybe version one, but it was like, no, we need this. So the circle is a nice to have. I think that\'s gonna be really fun and cool to talk about as a feature, but not totally necessary. Whereas choosing an image from the media library to me, was a non-starter.  </p>\n\n\n\n<p>Cuz you, once you brought it up, I was like, yeah, you can\'t, again, you know, one of the things I kept talking about last week was I\'m trying to do a lot of product development for this from the perspective of my clients. And I\'m like, my clients half the time, like they\'ll crop an image and then they\'ve got no idea.  </p>\n\n\n\n<p>Once they\'ve uploaded it, they\'ve got no idea what happened to it. Is it on the desktop? Is it in their download folder? Whatever, whatever. So, um, we need to be able to essentially recover, you know, start over using an image from the media library. So that\'s now supported. Again, you select an image, [00:11:00] pick your shape and size and all that.  </p>\n\n\n\n<p>And then, you know, here\'s one that I\'ve pre previously cropped as a square. So that\'s what you\'ve got. But you can like zoom in on our little person here. Um, are you double&nbsp;  </p>\n\n\n\n<p>Cory Miller: clicking or are you doing your scroll?&nbsp;  </p>\n\n\n\n<p>Corey Maass: Well, uh, uh, I\'m, I\'m, uh, moving the box around. Okay, there we go. Yeah, so, and that\'s where it\'s like, I\'m clicking and dragging.  </p>\n\n\n\n<p>Yeah. So, yeah, it\'s, go ahead.&nbsp;  </p>\n\n\n\n<p>Cory Miller: So I\'m side bared on like product for a second and more, so I wouldn\'t even do this, explain it if we weren\'t live, but, um, cuz I know, you know, these things, I\'m, this is where I dig in on product personally is I go, okay, I use myself as the default, but I know that\'s, there\'s some ancient practices I have, for instance, but, I think our biggest thing is showing them how the workflow, like it\'s gonna take out this amount of time [00:12:00] for you to go over here from a marketing side too.  </p>\n\n\n\n<p>And product is like, how are you cropping today? It\'s probably piece together stuff. Maybe somebody\'s in Canva or something like this. But the workflow we\'re doing is like you\'re writing up post-it. You go in, what\'s your, you know, do you do your feature demos first? Do you do it third? And when you do that, you\'re gonna save this workflow over here.  </p>\n\n\n\n<p>Mm-hmm. . And the re, the reason why I was just asking some of these questions is to know myself and to make sure I calibrate and go, okay, we\'re gonna be teaching people. Mm-hmm. because you get, you teach somebody a workflow and you don\'t want to change workflows very often. And so that\'s why I was just asking cuz I, you, you\'ve seen this a hundred times, but like any little edge in the flow of the process is something we\'ll be watching where people get tripped up.  </p>\n\n\n\n<p>So if I understand that, I can help . Um, so I think that was really good. Could you go back to [00:13:00] the previous screen for a second? Sure.&nbsp;  </p>\n\n\n\n<p>Corey Maass: So from the work, and I think, I think where you, you know, what you\'re bringing up now is exactly the right thing at the right time, because what I\'ve been focused on is, to me this is, this is slightly better than a proof of concept.  </p>\n\n\n\n<p>Yeah. It\'s like we, we have now proven that we can upload an image or select an image. We can crop it in a few different ways. It saves as the featured image, all of, you know, I\'m clearly, I\'m using the WordPress blue. These are not pretty things, you know, the buttons are inconsistent in, in inconsistent places, you know, so now is the right time for you to start looking at this from a products perspective and Me too, and going, okay, so what\'s actually gonna be, We don\'t want to deviate too far from like WordPress patterns that people are used to, but this is where we start to make it our own product and a product that\'s fast and easy to [00:14:00] use.  </p>\n\n\n\n<p>Cory Miller: So I think my first thing, um, reaction to this is it\'s the, it does the job we need where we don\'t have to go into too many of the, you know, really fine tuned ui ux stuff, but like, it does the job. Mm-hmm. . But we were talking last week about like, you know, opinions trying to in, kind of push a reaction back from, um, the users.  </p>\n\n\n\n<p>Uh, I just wanna mention that note. I don\'t think I have anything particular, but like, to me, this is functional, what we\'re trying to do, like this gets the job done and it\'s maybe not the most elegant, modern design we\'ve ever seen, but it, it\'s clear, um, And he gets the job done.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Yep. Doesn\'t work on mobile.  </p>\n\n\n\n<p>Uh, I don\'t know if it ever will, cuz that\'s kind of a lot of functionality to try to do on a phone. [00:15:00] Um, but at some point we will review that.&nbsp;  </p>\n\n\n\n<p>Cory Miller: Um, what I\'m curious about is we have selected five ratio sizes and two shapes. We put the functionality, which I think, thank you for putting the media li library in there.  </p>\n\n\n\n<p>I think that\'s, that, that was a really, really good decision. I just never know if I go, can we get that in there? What that might look from a timeframe, but I love that you made that decision. So it seems like we\'ve made some assumptions for them. Like, Hey, here\'s the common aspect ratios. What I\'m gonna bet like five bucks on is one of our first things we\'re gonna get is, can you do, and it\'s gonna be this, oh my god, 50 flavors of.  </p>\n\n\n\n<p>Uh huh process. But from a product standpoint, if you\'re able to take a step back for a second, what do you think will get some reactions from Yeah,&nbsp;  </p>\n\n\n\n<p>Corey Maass: I, I think you\'re exactly right. And I think that [00:16:00] every, cuz every theme I think has their ideal image, size, shape, et cetera. Um, we, and, and so one of the things that I\'ve got in the back of my mind is, um, the next step is, or one of the next things we\'re gonna need is essentially I\'m envisioning, and this is an assumption, but I\'m envisioning there\'s, there\'s two roles.  </p>\n\n\n\n<p>Involved here. One is, again, because from the, from the, from my situation, there\'s Corey who controls and sets up the website, and then there\'s clients who go in and are publishing story after story. And so Corey needs an admin, like, I don\'t want, uh, my clients to have four, three or three four. There\'s nothing on our website that\'s those aspect ratios.  </p>\n\n\n\n<p>Um, and so [00:17:00] I want an admin screen that only admins meaning me have control over that says, you know, what aspect ratios, what essentially what, you know, what options are available for featured images. And I\'m gonna go in and I\'m gonna say square and 16 nine, not nine 16, and nothing, four three. Um, I might or might not even let them choose a shape, you know, and then, and so I\'m gonna clean that up.  </p>\n\n\n\n<p>or I\'m gonna select options so that then when the client goes in, there\'s, you know, there\'s one option or some, you know, or something&nbsp;  </p>\n\n\n\n<p>Cory Miller: like that. So switching gears over to marketing and mm-hmm. , you know, business model stuff. That\'s where I go, okay, that seems like Corey a del, uh, free does this better image cropping outta the box with a lot of template sizes, ratios that like, does a job that could get us bigger [00:18:00] exposure for the base plugin.  </p>\n\n\n\n<p>And then I just see right there, the way you were describing, it\'s like there\'s the pro or the paid side, which is, hmm, I\'m a developer, I\'m an agency. My clients mess this stuff up all the time. I\'m gonna preset it and right there I go. That\'s value to an agency. One, they\'re gonna get a better end product for their customer.  </p>\n\n\n\n<p>They can, they can have some opinions about it, like if you wanna limit them, but like you do this from a client facing side too. But that right there from a business perspective is where we go, okay, there\'s the start of our pro. Love it. You know, are we adding some value to that? Like they don\'t want them to mess up their theme.  </p>\n\n\n\n<p>And, and you know, even on a bigger perspective, maybe there\'s 10 people on a website or something mm-hmm. , you know, going in. But, you know, I could think of higher ed in this instance or something where it\'s like, no, they shouldn\'t have 16 by nine option. Never. Right. You know?&nbsp;  </p>\n\n\n\n<p>Corey Maass: Yeah. I, yeah. And [00:19:00] I, I, one of the things that immediately jumps out at, you know, first of all, you, my bad habits are showing, right.  </p>\n\n\n\n<p>I think in terms of product and feature. And so I\'m like, I\'m, I\'m by default, I\'m, I\'m, I go down those rabbit holes immediately and I love that you immediately are like, here are the people . Which my brain doesn\'t even, I mean, I\'m, I\'m talking about me and roles and stuff, but I\'m not, it doesn\'t register consciously.  </p>\n\n\n\n<p>Whereas you immediately are like the difference between a free version, a person, mom and pop shop, or a power user on their own website installing a plugin. They\'re still gonna have great options. It\'s still gonna bring them a ton of value, which I think is, is awesome. Um, and we can do some simple ways to, cuz it\'s like, I don\'t want people to install and go, well I need, you know, instead of 16, nine, I need 1610.  </p>\n\n\n\n<p>So [00:20:00] uninstall. Mm-hmm. . So we\'ll have to think about some ways to give. Some more options so that, you know, we accommodate more people. But I love that you\'re immediately going, okay. You know, but, but there\'s a different version for a different role. A different kind of person. A different kind of user. Um, cuz I, because I mean, as we always talk about it, it\'s like B2C and b2b.  </p>\n\n\n\n<p>Yeah. You know, b2b, there\'s, there\'s more opportunity, there\'s more money, there\'s more investment in tools and whatnot. So that just makes more sense.&nbsp;  </p>\n\n\n\n<p>Cory Miller: This is where I want to be watching, but I never, I have, I go into these things with some kind of a straw man, you know, avatar. Yeah. But the, how it\'s worked way better for me is not, I\'m not clairvoyant and go exactly this.  </p>\n\n\n\n<p>I go, okay, here\'s my straw man. We have use cases around that. We think there\'s others. And then what I love Corey is [00:21:00] like, Those first responses, even if they\'re bad, are helpful. Yeah. But what I tried to train the team and I themes is like try to a long answer in their question. Figure out what are they trying to get done.  </p>\n\n\n\n<p>Yeah. But, and then that helps us. Like lineate, it was probably two or three years into Ithe where I was like, oh, it\'s do it yourselfers and what we call builders, you know? Mm-hmm. people building stuff for other people and then we could create product better. But my hypothesis for all this is like I wrote down bloggers, anybody that does rapid WordPress content creation.  </p>\n\n\n\n<p>Mm-hmm. , that could be our big base, right? Mm-hmm. . And then you just gave me a use case\'s, like I\'m delivering project to Clint. I don\'t want them to mess it up cuz it\'s gonna cause problems for us. Ding ding. I just found it\'s worth, there\'s a value numbers assigned to that. Absolutely. Which we can talk about when we get to like the pro and licensing and stuff.  </p>\n\n\n\n<p>Yeah. And we confirmed on the huddle by the way too. Like several of the agency owners were like, oh yeah. [00:22:00] What my challenge will be in marketing, our challenge will be in marketing is I think if we can as succinctly as possible, go see this problem and somebody go, fills that pain going, yeah. Like I did when you go, I\'m working on this thing.  </p>\n\n\n\n<p>And I was like, I, I instantly felt that pain. That\'s when, when we\'ll start to see some interesting metrics. A part of this. I think. So like I was thinking like even if we showed this, like, I don\'t know how we do this on the marketing set, but you\'re like, Hey, I\'m, I\'m a rapid, you know, content creator type person going in there, and then I have to go over here and find my workflow.  </p>\n\n\n\n<p>Yep. You know, and then come&nbsp;  </p>\n\n\n\n<p>Corey Maass: back this other site, or I have to open Photoshop, I have to&nbsp;  </p>\n\n\n\n<p>Cory Miller: do.dot. And then I think some of the best potential pro features for this are gonna come from the, but I want this. And those are simply the, like the, oh, I want it to be exactly this. [00:23:00] Dimensions. I say it by the pixel, whatever that is, you\'re like, ding, ding.  </p>\n\n\n\n<p>Maybe that\'s something you\'ll pay money for.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Well, and, and I mean, the other opportunity for this, I think is, um, I\'m, I\'m very far out of the theme market. Um, it\'s not even, even in, in the, the decade plus that I\'ve been in WordPress. Like I\'ve done mostly custom development, but I\'m envisioning like a c f advanced custom fields can get in, can be embedded in other things.  </p>\n\n\n\n<p>And I\'m kind of envisioning, again, I know we\'re, we\'re moving more towards, you know, full site editing and all that kind of stuff. But, um, a theme that has our functionality built in, because the theme is built specifically to show off a 16, nine image. You wanna prevent your users from uploading anything that isn\'t [00:24:00] 16.9.  </p>\n\n\n\n<p>And so I can also see some sort of like the developer version that, that is embeddable, you know, as a must use plugin or something that, um, yeah. You know, so then, so then the theme, because imagine, uh, a theme developer, again, if a, if, if my experience and assumptions are correct, um, a, a theme developer is getting hit with tickets that are like, your demo looked great, but then as soon as I started uploading my pictures from my phone, the layout\'s broken.  </p>\n\n\n\n<p>You know, what the hell? So, you know, if there was, if a, if it was embedded or built into a theme that had the, that limited the end user from making mistakes, you know, which isn\'t really them making a mistake, but you know what I\'m saying?&nbsp;  </p>\n\n\n\n<p>Cory Miller: Um, yeah. So let me say this coming before I do these, cuz I don\'t want it to think that we\'re gonna, I don\'t want it to.  </p>\n\n\n\n<p>Bloat V1 release. Um, I think this is ready for v1. [00:25:00] I agree. The second thought I just had is when you should keep talking about themes. I think about, I, I wrote down here, cadence Astra, generate, press, whatever. Uh, I mean, let\'s throw in elementary in there. Um, I\'ve got at least three of those four connections to say like, it might be worth us seeing what, let\'s say cadence for instance.  </p>\n\n\n\n<p>Um, we run that at posts, like, okay, what are those features in their themes? And maybe take a browse, but we have connections with these theme groups mm-hmm. To say like, we could get some adoption through helping their user. You know, we\'re a third party free add-on kind of thing. But that could help us get some adoption.  </p>\n\n\n\n<p>And that\'s something I can, I can put on my plate, uh, for sure is to one, look around some of those themes and just see, um, , but you know, those four as elements or technically isn\'t a theme, but you know, cadence [00:26:00] Astra generated press are hot themes. Mm-hmm. , you know, that we can get some adoption for,&nbsp;  </p>\n\n\n\n<p>Corey Maass: you know, like, and I\'m, and I\'m a Beaver Builder user deeply, but, and they allow, and I know Elementor also allows, uh, custom modules.  </p>\n\n\n\n<p>So again, down the road, if we think that there\'s a market for this, then a, there\'s the Beaver Builder Image module. Elementor I\'m sure has the similar, you know, but there\'s a,&nbsp;  </p>\n\n\n\n<p>Cory Miller: we could just hook into And that\'s another paid pro feature too.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Exactly. You know, I love it because, I mean, people, people buy.  </p>\n\n\n\n<p>Other, other add-ons or additional modules or module sets or whatever. Like, I don\'t, I, um, I don\'t want to get too far down there, but that\'s also like, I love the, the, uh, obviously as a, as a developer, I am most comfortable with developing as marketing. And so, you know, integrating with Beaver Builder, if we show up absolutely on, on their [00:27:00] marketplaces, then people are going, oh, what\'s this Crop Express thing?  </p>\n\n\n\n<p>Cory Miller: I just talked to Robbie a couple days ago on Slack, so Yeah, absolutely. I should have included B Builder too. Um, so that\'s like on the future, that\'s on the backlog for the marketing business stuff to get some adoption. But what I\'m doing on this course, so, you know, is like building a case. Mm-hmm. of like, we\'ve selected a pretty narrow workflow issue, but I, you\'re helping me with those thoughts is build a case for that pro side of, oh, cuz I\'m already building a case for like, there\'s an agency package that\'s, Has the pro.  </p>\n\n\n\n<p>Yep. That\'s, you know, if we can continue to build, find, and build value in this. I, I love that because there\'s so many bigger builder Elementor Yeah. Um, developers that use that love it. And both those tools and to go, here\'s something that\'s gonna make your clients, [00:28:00] well, it\'s gonna make your life easier as the agency.  </p>\n\n\n\n<p>Cause they\'re not gonna put something stupid within the layout . Um, and it won\'t slow down their site that causes performance issues. Right, exactly. Or, you know, just doesn\'t look right. Yeah.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Yeah. And that was the, uh, it\'s, it\'s sort of a, we, we won\'t actually do this, but one of the things that popped in my head when you were talking about how do we illustrate the difference that this.  </p>\n\n\n\n<p>Plugin will make for you, as I was picturing, a, uh, a marketing site where all of the images are wrong. Like Yes. The wrong Oh, yes. You know, like it overlapping text or like way too long or whatever. And there\'s like, click a button to see the difference that our plug-in will make. And then all the images are like&nbsp;  </p>\n\n\n\n<p>Cory Miller: Corey.  </p>\n\n\n\n<p>Yes. Like there\'s, there\'s a page. Like, let\'s do that because it\'s like, that\'s the raw [00:29:00] emotional obvious effect that connects. Like, I, I think I told you, you know, 10 years ago, my, my mom put, and we had feed rotating images in the theme, and it was like, yeah, , you know, just sewing, like showing, Hey, ever, ever have this, there\'s a beautiful design, you know, of a site.  </p>\n\n\n\n<p>And then the image is just like, . And then go, that\'s our, that\'s our agency. Marketing thing is like tired of this, like this is a point.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Love it.&nbsp;  </p>\n\n\n\n<p>Cory Miller: Crop express&nbsp;  </p>\n\n\n\n<p>Corey Maass: even. Oh man. Even, even just a carousel. Cuz like, I literally was dealing this with, dealing with this with a client the last couple of days was like a carousel where like an Im, one of the images, not kidding, was this was like as tall as it should be, but an inch wide.  </p>\n\n\n\n<p>And then the next picture was like the, you know, and, and they\'re like, why is it stretched out? And it\'s like, cuz the carousel is forcing it to fill the space, you know? So it\'s like if [00:30:00] we just put in a whole bunch of janky images and then was like, click a button or see the carousel where it\'s like all of the images are sized correctly without a ton of effort.  </p>\n\n\n\n<p>Like now you get it, you know,&nbsp;  </p>\n\n\n\n<p>Cory Miller: protect your clients from themselves. Like we would build tools and they\'d be like, yeah, you can basically make it as ugly as you want. This is protect your clients from themselves. But there\'s that. So we\'re fleshing out these two avatars, which maybe this one is. Maybe it ends up being the free one, but it gets to this one, which we think, my hypothesis might be, there\'s money here.  </p>\n\n\n\n<p>Protect your clients from themselves, protect your work from themselves. Um, but this one could be something that shows, like ever trying to like, add all the tools you crop and like ever. I don\'t know, there\'s something there, but we\'re fleshing out the use case to me of a problem. Then I think there\'s more around this base problem, like we\'re coming to a belief of, [00:31:00] you know what I mean?  </p>\n\n\n\n<p>Like over here it\'s like everybody\'s built a site and the clients have like rurally screwed it up. Yeah. And, but we\'re also hitting a pain point where they\'re trying to create content and this is in the way. So I, I love those two avatars. You.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Yep. Um, I, the other thing that comes to mind is like, I mean, it\'s, it\'s protect clients from themselves so that they stop sending you emails.  </p>\n\n\n\n<p>Yes. You know, as, or stop opening support tickets.&nbsp;  </p>\n\n\n\n<p>Cory Miller: Sean from, uh, Sean Heskes from WP 1 0 1 basically created that, his thing, his entire little empire over there on that scenario, tired of your customers complaining about the, or, you know, asking these sets of questions and that\'s how they built it. So, like, that\'s part of that marketing material.  </p>\n\n\n\n<p>We\'ll remember on the pro side is mm-hmm. , you know, stop messing up your work, protect them from themselves. . [00:32:00]&nbsp;  </p>\n\n\n\n<p>Corey Maass: Yep. Yeah. And if you can, and if we get so that it\'s configurable, so it\'s like, okay, you\'re setting up a new site for a, for a client. This might be a, a process that you do over and over again, or it might be a one-off, whatever.  </p>\n\n\n\n<p>But one of the steps, you know, you\'re installing the theme that you like, you\'re in, you\'re plugging in those templates, page templates, you know, setting up the nav, whatever. And then just one of the things is you install Crop Express. You go in and you say, you know, only let them upload 16, nine. Um, I also think, you know, there\'s, there\'s others.  </p>\n\n\n\n<p>Basically it\'s wherever. For me, one of the end goals is wherever WordPress uses images to, ideally wherever WordPress uses images, we\'re there for you . Um, but like, you know, we become that, that middle, um, middle layer so that it\'s like, oh, you\'re in the media library. You can upload these kinds of images [00:33:00] or these sizes and shapes.  </p>\n\n\n\n<p>If you are in the, you know, you have a custom post type that\'s all about people, you know, you\'ve got users, well then you want that circle option, whatever it is. But it\'s like being able to configure each one of those SY scenarios and lock it down so that then again, when you know, you\'ve got, you\'ve got a membership site, you know, if, if a u a new user clicks the Add my Avatar button, They have to crop a circle, you know, things like that.  </p>\n\n\n\n<p>And then being able to basically inject our functionality in all those places so that it just, you know, prevents chaos. It prevents all those bugs, it prevents all those layout breaking changes. Um, you know, that, and frankly, anybody interacting with the website could make based on, you know, by uploading images.  </p>\n\n\n\n<p>Cory Miller: So it seems like we wanna be paying attention to a lot of how. As we\'re scrolling through the web, how people [00:34:00] utilize featured images. Mm-hmm. , and there might be some things here too, like this circle add-on. I would use this just for Mike Demo came on as a new columnist at, uh, post status. And I, I came back to this problem  </p>\n\n\n\n<p>And so like, I might go into WordPress somewhere and or this and crop it, so I\'ll just can save it rather than trying to hunt it down on the internet.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Um, well, and this is, I think, I think the other, the other thing that we wanna do on eventually on the marketing site, right? Like right now, crop Express is a cropper crop express.  </p>\n\n\n\n<p>The website is a cropper. Yeah. And so I, I still like the idea of this is a WordPress plugin, but somewhere on the marketing site is like the ability to try this. So there\'s a front end friendly. You know, crop an image. And so like, you know, it\'s a, it\'s a, it\'s a nice little web utility. And then also our website subsequently gets listed on all those, you know, infinite number of websites that [00:35:00] list all the free little utilities that are out there.  </p>\n\n\n\n<p>You know, all the ones that convert image, image types or compress images or convert PDFs to JPEGs or whatever it is, like Crop Express as a free online simple image crop can get listed. So again, marketing,  </p>\n\n\n\n<p>Cory Miller: it\'s content built in content marketing. I love that. Exactly.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Exactly. Um,&nbsp;  </p>\n\n\n\n<p>Cory Miller: well that means we should maybe keep note of that public site too, because like, hey, you\'re, you\'re right on, there\'s another level of adoption that I just kind of glossed over, but the fact that someone would need, like the circle thing, you just need to, you know, there\'s the a hundred sites that do all these different things and they sh slam ads at you and you\'re like, or you can come here.  </p>\n\n\n\n<p>Utility. And then, by the way, if you want to buy, if you need the word press plug in, here it is. That\'s Visibility Pro to do that. Mm-hmm. , which leads me all back to co I love that. Like I\'ve never had something like this where it\'s built in content [00:36:00] marketing, so that\'s something to keep track for sure.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Um, and I think, I think this is what you just said, I just wanna finish the thought.  </p>\n\n\n\n<p>Um, but not only, you know, not only having a crop, but it\'s like we basically using the same code base. We have a dozen different crops that are basically just a dozen different configurations of our crop. And so if you google for crop and image in a circle, the circle cropper pops up. And if you crop, if you say a square, the square cropper pops up.  </p>\n\n\n\n<p>But it\'s all the same thing. So it\'s no, it\'s no extra, not really any extra work for us, but a phenomenal s e o opportunity.&nbsp;  </p>\n\n\n\n<p>Cory Miller: So I just did that. That\'s so interesting. Cro. Um, yeah, there\'s search stuff I\'ll have to look through cause I just Googled that. Mm-hmm. , because I mean, those are, those might be really good ways.  </p>\n\n\n\n<p>And again. Okay. So [00:37:00] all that talk front, you know, the actual crop.express website, the plugin and everything. Um, back to like feedback loops. Mm-hmm. . So I think the only other thing be besides meeting Readme done for V1 launch of this and the repo, um, is thinking for me is th on my agenda is thinking through the feedback loops.  </p>\n\n\n\n<p>How are we gonna get that feedback? Yep. Because what we want to do is like, I\'m not saying we do it on this screen that you\'re showing, but like ideally there\'d be like, once something else needs something else mm-hmm. and it goes to a mechanism that. You know, a forum, a trailer board, whatever stuff common, combine, whatever we wanna do, but like something where we can like, cuz that\'s what I\'m most interested in is that feedback loop, you know?  </p>\n\n\n\n<p>Yeah, absolutely. Um, um, where they go, I want custom spec, custom specifications. Cool. You\'re, we\'re working on that in version two or [00:38:00] pro or whatever we, you know, decide to do. Yeah. But the feedback loop to me would be the only thing I can think of before launch. Yeah. Before V1 MVP launch.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Yeah. I mean that\'s, you know, one of the magic aspects of WordPress plugins is absolutely the WordPress directory.  </p>\n\n\n\n<p>And I know a lot of people that\'s not, I don\'t know if that\'s true. There\'s more conversation lately about not having a free version. And I, I understand and, and appreciate that perspective, but the, the opportunity that. Is missed. There is the, the discoverability inside that directory. And it\'s like, I want, because my, my initial, I say that because my initial reaction is, yeah, well, I mean, first of all, we need to go through the process of getting approved.  </p>\n\n\n\n<p>Like that\'ll take a week. Um, but just because it\'s there, it\'s like if you launch an [00:39:00] app online, you know, and, but don\'t tell anybody about it. You know, did it happen? Falls in the woods. Yeah. Whereas you put a plugin in the repo, the likelihood is that, you know, you\'re, you\'re gonna start to get a trickle unless you\'re, unless you\'re, there are no keywords or you know, you\'re using.  </p>\n\n\n\n<p>Truly random wording or whatever, but people are gonna start, you know, you have to assume that, that some people search for the word crop and we\'re gonna, we won\'t be number one, but you know, you\'re gonna start to see a trickle of users. So yeah, we, we do want whatever we want from the beginning, we want from the beginning kind of thing.  </p>\n\n\n\n<p>Um, yeah, it is, it\'s easy enough to add. I mean, there are a couple of options just to flush this out. Like we could link to a Contact us form on the website. Um, we could build a little, you know, the little, a little modal that pops up right in [00:40:00] place, which is probably the right answer, because it\'s less friction.  </p>\n\n\n\n<p>It doesn\'t open a new window. It doesn\'t, you know, so it have feedback and it opens a text area. They type and, and we, we get it. Um, so something like that, you know,&nbsp;  </p>\n\n\n\n<p>Cory Miller: in, in plugin, you mean in WordPress port.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Yeah. Um, not in dashboard, but it\'s like looking at, you know, our on, once our modal opens for cropping, we have a little, you know, link.  </p>\n\n\n\n<p>It\'s like the, yeah, A little link. A little button. It\'s like, you know, the, every website now has the, um, help desk or whatever, the little icon that\'s always floating in the corner that inevitably pops up with texts, , that you then have to close. Um, you know, but we could have something similar right next to crop, crop, the big crop button.  </p>\n\n\n\n<p>Um, we could have a little button that says, you know, feedback. Uh, I mean, we can, we can kind of take this as far as we want, [00:41:00] but I think, and I think inversion 0 0 2, like we can actually on install, we can, we can throw up a little notice or something that\'s like, Hey, we\'re a new plugin. We\'d appreciate feedback, but at least for now, like there is at least a button that will, again, you know, one click type.  </p>\n\n\n\n<p>Click send and we get something.&nbsp;  </p>\n\n\n\n<p>Cory Miller: Um, so I think if we were able to do something like maybe it\'s in that modal, uh mm-hmm. that you just showed me, it\'s like request a feature. Mm-hmm. , um, just a little link. Someone that says, request a feature, there\'s an action to it, and then they\'ll go to the Crop Express site.  </p>\n\n\n\n<p>I think see that there\'s an online tool too, but the form is there and you\'re just like, tell us what you\'re wanting. We\'re, we\'re trying to make content creation easier. We\'re not, we\'re specifically starting, I guess with image, we\'re trying to make image, I don\'t know, [00:42:00] there\'s some word there of like making your, it\'s a part of content creation to me.  </p>\n\n\n\n<p>Workflow easier, faster, and then get that feedback that goes to both of our emails, and then we can continue to talk about that. Yep. I think if we could just, if we could maybe put that in a modal. Do you like it? Are you okay with it being in that modal right there? Absolutely. Just like absolutely a little link down somewhere outta the way.  </p>\n\n\n\n<p>Corey Maass: Yeah. It\'s cuz at that point it\'s topical, right? Like you don\'t, you know, you, you don\'t want it somewhere on the website. You don\'t want it hard to find. And so it\'s like, I\'m cropping, this is pissing me off. Oh look. A link where I can tell them that this is pissing me off. You know? That\'s exactly the moment we want to capture their thinking.  </p>\n\n\n\n<p>Yeah. So simple. And, and that\'s simple enough. I mean, a web form that sends an email is, is, you know,&nbsp;  </p>\n\n\n\n<p>Cory Miller: I think if we just do that for launch, we\'re [00:43:00] good, man. This looks really nice. That\'s what we\'re trying to get it to do out. It\'s, it\'s hitting. Use case. And then we\'re opening just the feedback. Channel loop is the biggest thing.  </p>\n\n\n\n<p>And having those emails, this is what I did, you know, you like, come up with an idea now. Great ideas. They always suck. the, the good ideas. You\'re like, they probably, they might work, you know, but oftentimes you get, I got the Valida and I\'m sure you have over the years is like that validation from someone going, I want that.  </p>\n\n\n\n<p>Well if so, my bet\'s gonna be one of the first like set of customs specification. Mm-hmm. . Um, at least we get some validation for that. Like, right. Oh, they want that. Cool.&nbsp;  </p>\n\n\n\n<p>Corey Maass: So like, or we, you know, we\'ve, uh, people talk about solving the problem or not, you know, if we solve 60% of the problem or they see the solution.  </p>\n\n\n\n<p>Over the [00:44:00] hill. Um, then, you know, then hopefully it\'s, cuz it\'s what, so I, I think I\'ve told you about this before. Like one, the pattern that I, part of what drew me into WordPress plugins as a business opportunity years ago was I saw how. Clients and website users, like I would spend hours and clients would spend, you know, gobs of money hiring to set up these websites, e-commerce, blogs, web apps, whatever it is.  </p>\n\n\n\n<p>And so if it\'s e-commerce, then they should be, you know, their job is to add new products, to promote products, you know, to try to get sales. If it\'s a blog, then their job is to write content. And instead I would see them spend hours, you know, scrolling through the free plugins and going, oh, do I need a to-do list, you know, plugin inside my WordPress install, do I need snowflakes falling because it\'s Christmas time, [00:45:00] kind of thing.  </p>\n\n\n\n<p>Yeah. And it\'s like, it was. It was, it felt like, I mean this is all very, a very cynical view, but I, but I witnessed it. It was like they would essentially, it, you know, it felt like productive procrastination. Um, they felt, it made them feel like they were doing something, but they weren\'t actually doing the thing that they were supposed to do.  </p>\n\n\n\n<p>Cuz what they\'re supposed to do is hard, and I can relate to that. I get that, you know, but, But the discoverability, you know, and this is, this is where I think that comes from, is people will just kind of go in there, here\'s, you know, an infinite num, well, there\'s 60,000 free plugins, you know, let\'s have some fun and try these things and it\'ll spark my imagination.  </p>\n\n\n\n<p>Um, the problem with that, of course, is that there\'s the, everybody, just about everybody is a tire kicker. Mm-hmm. , I\'ll install this, try it uninstall, I\'ll install this, try this uninstall. Um, depending on, you know, how specific of a problem they\'re trying to solve. And so, yeah, we want to, we, you, you [00:46:00] always run the risk of, um, you know, people, people trying it and leaving without getting any indication of, and again, it\'s like it solves a problem where it doesn\'t is the assumption.  </p>\n\n\n\n<p>And that\'s kind of like first gen startup thinking. Mm-hmm. , um, Whereas now the better way to look at it is like, does this, especially in the WordPress plugin world, it\'s like, does this start to solve the problem? Does this almost solve the problem? Because there\'s definitely a, uh, a pattern in WordPress of hobbling together a number of tools to solve the problem overall.  </p>\n\n\n\n<p>And so, yeah, how do we, how do we determine that we are almost solving the problem or we are part of that work chain? Or people are uninstalling because it\'s useless, or are they uninstalling because it doesn\'t quite get them there. But they, but we, if, if we added one more button, We would get them there.  </p>\n\n\n\n<p>How do we determine that? So I like your focus on feedback,&nbsp;  </p>\n\n\n\n<p>Cory Miller: and the way [00:47:00] I\'m always trying to do is sense out pain because people will pain for, you know, the whole str, I can\'t remember what the book is, but it\'s like, it\'s the pain and gain. But I, I\'ve spent most of our time with Ed. I themes with the pain just helping.  </p>\n\n\n\n<p>I mean, at the first it was like themes, but then with plugins it was solving for some pain point. Now I\'m trying to rate this pain right now and then discover if there\'s more pain that we could like actually solve that. They go, sh I will pay you to solve this pain point for me. Yeah, I, I think we\'ve got some good thoughts there.  </p>\n\n\n\n<p>Um, but I\'m really hoping Corey, in this, that we discover something we hadn\'t thought of that we go, oh, a hundred percent this could go down that, down that path. And it could be. More lucrative than we\'re probably thinking. So I\'m kind of hoping for that. Yeah. Um, but I think we\'ve demonstrated enough that there\'s enough pain that we could, we could do and then we\'re gonna iterate on what we [00:48:00] hear back.  </p>\n\n\n\n<p>Corey Maass: Yeah. Yeah. And if it\'s, and if it ends up, you know, there, there is an, a likely scenario that we put this out there, we get enough users that it does something, but not enough users or not, or we don. Understand that opportunity or, or it doesn\'t present itself for a while. Like I had that with social link pages that I built this thing out.  </p>\n\n\n\n<p>Um, and there was some ob the, the sort of the obvious like, oh, let me add more features and that\'s what I\'ll charge for. But I wound up just letting it ride for a year. Didn\'t think about it. I fixed a few bugs, but, you know, and it was after a year I had a thousand users, like, okay, there\'s something here.  </p>\n\n\n\n<p>But it took that ramp up, you know, to try to discover. And I, and frankly, I still haven\'t. Nailed it. You know, so like you and I may end up having a lot of conversations.&nbsp;  </p>\n\n\n\n<p>Cory Miller: Um, [00:49:00] this is why&nbsp;  </p>\n\n\n\n<p>Corey Maass: four ways figured this&nbsp;  </p>\n\n\n\n<p>Cory Miller: out. Maybe there\'s unicorns out there, the geniuses that are like, oh, everything I touch is a perfect product and it makes a bunch of money.  </p>\n\n\n\n<p>I think the rest of us are like just figuring it out, wanting to do something good and&nbsp;  </p>\n\n\n\n<p>Corey Maass: figuring it out. I was counting on you, man. I thought you were that&nbsp;  </p>\n\n\n\n<p>Cory Miller: guy. I\'m the leprechaun.  </p>\n\n\n\n<p>Um, now, yeah, I had something. I was thinking when you were saying that, I was like, ah, sorry. Maybe. Oh, this is like.org, the.org repo. There\'s conversations about that and I go largely when someone has an opinion like that, it\'s not one size fits all. It\'s just for their use case. It doesn\'t work. What I love about us, our conversations is we had deliberate, a deliberate conversation that we figured out this is enough for a.org.  </p>\n\n\n\n<p>That let\'s say, doesn\'t go anywhere would solve a problem for us and we could probably be happy about it. Right. And at this level, [00:50:00] maybe, I don\'t know, technically speaking from your perspective, but like wouldn\'t require a ton of maintenance potentially. Right? Now I get it When we get into blocks and stuff that also showcases value.  </p>\n\n\n\n<p>Like you wanted a block. Yes. Well that\'s Then is that a pain point then pay me for the SL solving that problem. But I know there\'s people@poopoo.org. I don\'t. Um, definitely not in every case that this case, I love it because you and I made it narrow. We\'re not trying, we didn\'t say this is the be all, end all image editing software for WordPress plugin in the repo and free.  </p>\n\n\n\n<p>We didn\'t do that. We made it very practical, purposeful, getting some of this feedback. So like that\'s why I\'m okay, because I think the free plugin could exist in perpetuity. We\'ve seen some. Jumping off points that go, maybe we weren\'t a case for a pro paid ver version of this. So yeah, I wanna come back to that dart org thing.  </p>\n\n\n\n<p>Cause I hear it all the time too, and I\'m like, I don\'t know. For every case that went wrong, I [00:51:00] can probably give you five more. That went right?&nbsp;  </p>\n\n\n\n<p>Corey Maass: Yeah. Yeah. And it\'s, it, it\'s, it\'s not without its challenges. I mean, I answered a, a question in on post out this morning that was like, how do you maintain a free and a pro version?  </p>\n\n\n\n<p>Um, and I have solved that problem. For myself. And so wanted to put that out there, you know, but there isn\'t just as, you know, there somebody else even chimed in, like, how is this still not a solved problem? But it\'s, there\'s a reason for that. Like, too much development is too, uh, varied. And so there isn\'t one solution.  </p>\n\n\n\n<p>Um, yeah. But you know, so it\'s not without, its, it\'s foibles, but it\'s, um, that\'s not the right word, but it\'s not without its issues. But I, to me, the, the benefit outweighs the work, the extra work.&nbsp;  </p>\n\n\n\n<p>Cory Miller: Yeah, I do too. Um, yeah, if you had built in, if we had 50,000 [00:52:00] people we thought were like blogger content stuff, it might be maybe a bit different story, maybe.  </p>\n\n\n\n<p>Um, but even then it\'s like you could generate interest for the time and investment. I understand it\'s taken to this part. I go. Let\'s put it on George, Oregon. See it? Yeah. Worth it. Oh, that leads me to my second, so we got the feedback loop. The other thing we want to do, this is something that\'ll be on my task, is on the website, something to go.  </p>\n\n\n\n<p>I want to see the next things you\'re doing, get on the email list that we, I think we set up. Yeah, we did set up. Um, I don\'t have that today. I just know I want to share with you so we can, you can help me on that. Keep me accountable to this. But the next thing I would want to do for on the marketing business side is um, start generating that email list feedback, number one, and then email and I\'ll, we should be thinking of something that could be an incentive to [00:53:00] the email.  </p>\n\n\n\n<p>Mm-hmm. , you know, why you should get in the email. You know, I know we do, a lot of people do like 10% off stuff like that. We don\'t have the pro yet, but something that goes.  </p>\n\n\n\n<p>It is enticing for this core user avatars we\'re thinking. Does that make sense? It does, yeah. Just to start building that email list and we get enough people and we can start actually pushing content out. Yeah. And then when we get new version, I only wanna just say that, so we set the tone for like next, next stage of like, I need to be thinking we too, you can add your ideas in.  </p>\n\n\n\n<p>Here is what we could do to help incentivize that email.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Yeah. Yeah. And I don\'t, I don\'t have, I don\'t have an immediate answer. Like what do they, um, what\'s it called? It\'s not click bait.&nbsp;  </p>\n\n\n\n<p>Cory Miller: opt. Yeah, it\'s click bait. It\'s, you can say it, it\'s&nbsp;  </p>\n\n\n\n<p>Corey Maass: okay. Well, no, but it\'s the, you know, the, the incentive lead magnet.  </p>\n\n\n\n<p>There it is. Thank you. Lead magnet. Um, you know, nothing [00:54:00] obvious comes to mind. I mean, who, who\'s gonna read the, you know, here\'s the expert guide on image cropping. Like, it\'s, no. You know, like, yeah. It\'s not that we\'re, we don\'t have, we don\'t have the authority, we don\'t have the, an, you know, the definitive answer.  </p>\n\n\n\n<p>We don\'t have, I\'ve definit. Built things like that, written things like that before, you know, because you\'re supposed to, but at this point I\'m a little skeptical of them. Um, you know, I don\'t think most people are scratching their heads about image cropping, and I don\'t think that there\'s some deep, you know, tech knowledge to be gained, uh, the right way to crop circles like the one&nbsp;  </p>\n\n\n\n<p>Cory Miller: you\'ve never been to the image cropping meetup group, then it\'s fascinating  </p>\n\n\n\n<p>Corey Maass: Now I, the image crop conference coming this year, you know, I\'ll be&nbsp;  </p>\n\n\n\n<p>Cory Miller: thinking of that. We, we were able to do it with a number of plugins to help juice that, but you\'re right, it\'s, it\'s watching [00:55:00] Paint Dry, but, But there\'s something I\'ll be thinking of that. Yeah, yeah. Um, I just know because when I added that loop in at Ithe, that was the circle.  </p>\n\n\n\n<p>Yeah. And a lot of WordPress company com product companies don\'t like email. And I\'m like, sure, maybe it\'s 10 years old, 50, whatever the, you know, however long email\'s been around. But I email marketing, that\'s what we grew ithe with. Most people don\'t really realize that unless they were getting our emails and it was like, Hey, that\'s the stuff we were doing on the scenes.  </p>\n\n\n\n<p>I\'m blowing that way out of proportion for a crop express right now. But just going like, I want the path to be open to like have that direct marketing relationship with the customer.&nbsp;  </p>\n\n\n\n<p>Corey Maass: So. Well, and I don\'t, I don\'t, I don\'t care if you like email or not. If, if it works, then we\'ll then we\'re gonna use it.  </p>\n\n\n\n<p>Yeah. Like, it\'s not. You know, PE people have their preferences, you know, and we are not, that\'s a lesson I have to learn over and over again. Like, I\'m a power user, you know? Yeah. Just cuz I, I understand this, you know, [00:56:00] you know how to manage interruptions or something like that. You know, most people are still checking their email a thousand times a day.  </p>\n\n\n\n<p>So that&nbsp;  </p>\n\n\n\n<p>Cory Miller: what I will do is like talking about this, you\'re pro, you\'re helping me more than, you know, from a product and marketing perspective because I like to have that person in mind and as best I can be that person and Sure. You know, and then go, because when I get clear down that it, that for me is a switch.  </p>\n\n\n\n<p>It\'s like, okay, I understand our clients, like the day we kind of realized we\'re looking at our customer base going, these said the people look like freelancers, agencies, web, you know, web developers. This side over here, like, what\'s that dentist office doing? You know, you\'re like a dentist is, yeah. So it helped us and then that\'s when we started to do our marketing.  </p>\n\n\n\n<p>But that\'s what for, for me, is getting in their skin, getting in their workflow, trying to sniff out and get a picture where I walk [00:57:00] in their shoes and go, okay, this is what they need. Which by the way, we\'ve joked enough about these things. It\'s like there\'s gotta be a parody in here about the, you know, I don\'t know, there\'s something fun that we could do.  </p>\n\n\n\n<p>Like cropping is watching paint drive, but could we make it quirky and fun? Right? Yeah. Put that in the point. Put that uh, in the column of stupid ideas. Corey Miller has.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Well, I, I\'m the, I\'m the one that came up with, you know, we need a website that looks broken and then, you know, click the big, you know, crop express button that, that makes it all look sparkly and, and beautiful.  </p>\n\n\n\n<p>And, and that\'s where we use the Snow Effect and, and a unicorn bo bounds by, what is it? Um, not Gravity Forms, gravity view that has the, you know, the astronaut, astronaut sing songs and all that stuff. I mean, I\'m, I am all for, you know, maybe this is your Safe Dad joke space. And so then we, we integrate more of that into, uh, into the marketing.  </p>\n\n\n\n<p>Cory Miller: Um, I [00:58:00] hope Lin, I hope either of our Lindsay\'s doesn\'t watch this thing. They\'ll be like, seriously, you guys are just doing dad jokes, which&nbsp;  </p>\n\n\n\n<p>Corey Maass: is, Hey, sorry, go whatever. Hey Corey. But it\'s, it\'s, it\'s dad jokes as marketing, you know, so it\'s, they, it it\'s their retirement fund too, you know, , um, But yeah, with, with a, a little bit of of time left, like, let\'s get around to, um, you know, next steps where we\'re at, that kind of thing.  </p>\n\n\n\n<p>So I, I\'m happy to put in the feedback form. Um, I definitely want you to install the plugin, mess around with it a little bit if there\'s, and, and if there\'s anything obvious that\'s annoying. Again, I think we\'re good enough. We\'re certainly good enough to get in the repo. You know, things will change quickly as we move along, but we\'re trying to just draw a line in the sand to get the damn thing out the door.  </p>\n\n\n\n<p>Um, you know, but if there\'s any, any obvious red flags, like, oh, hey, [00:59:00] you know, on when I installed it on my site, it everything\'s 90 degrees or something, you know, like, yeah, then let me know. Um, and then I hope I haven\'t. Made you stuck with like, the first version of the readme can be very simple. Um, you know, enough&nbsp;  </p>\n\n\n\n<p>to launch.  </p>\n\n\n\n<p>Cory Miller: I No, no, no. I, I stuck my, I stick myself quite a bit, get stuck on my own, but, um, I was looking at description as really the meat of it, you know, because that\'s what, that\'s what does the little blip at the top and the actual page text. Yeah. Um, insulation. I need to just go and find another plugin. Copy and paste that FAQs.  </p>\n\n\n\n<p>We can keep that pretty simple. Do you want, do I need to do screenshots and stuff?  </p>\n\n\n\n<p>Corey Maass: Nope. I mean, and, and none of this we need, none of this is, other than the description, none of this is [01:00:00] necessary to submit. Like, we don\'t need installation instructions to submit. We don\'t need f a Q to submit. Um, You know, we want enough of a description so that whoever reviews this gets a sense of, excuse me, who, who we are, you know, broadly speaking like that we are not trying to upload malware kind of thing.  </p>\n\n\n\n<p>So it\'s like, yeah, if, if we write three sentences that just kind of give them a hint of the direction we\'re gonna take this, um, then it, you know, like coming and, you know, feature image cropping done easy and well, you know, coming soon, you know, more ways to crop images. And WordPress said, well, you know, and again, in a few sentences is sufficient.  </p>\n\n\n\n<p>Um, okay. And then, you know, and then cuz you can. I\'ve definitely seen, heard, [01:01:00] read about like, you don\'t wanna update your readme six times a day. They will actually ding you for that. Um, you know, but there\'s nothing that says we can\'t upload, update the README every day or a couple of days. So it\'s like you can, you can iterate on it.  </p>\n\n\n\n<p>Okay. Pretty regularly, you know? Um, I think there\'s, supposedly there\'s, it\'s in the algorithm too that\'s like if you, if you only ever push updates that are the read me, they\'ll ding you as far as, you know, search optimization stuff. But like, none of the things we really need to worry about, I just want, like I\'ve, I\'ve submitted plugins before that I already had stubbed out, um, or mentioned a pro version and got feedback that was like, I see you\'re gonna do a pro version.  </p>\n\n\n\n<p>So it\'s like they definitely read it. To get and get sort of a sense of the intention, [01:02:00] you know what I mean? Yeah. Um, and so, um, and I, I mean, I no comment on pros or cons of mentioning that kind of stuff, but just I think, I think that\'s all we need. Okay. Okay. Um, but I, and from my perspective, like it\'s Wednesday, you know, ideally we get this out the door in the next day or two to submit, you know, start that process.  </p>\n\n\n\n<p>Cory Miller: Okay. I\'ve got it now saved. Um, and I\'ll try to add more than two sentences in here, but yeah, I, this is the block I\'ve had on these things is I feel so far outta riding and doing things, and now I just do a lot of voice stuff. But, um, anyway, I, I\'ll get that done. Um, I\'m out this afternoon and then I\'ve got time, I\'ve got some blocks of time tomorrow, so, I don\'t think it should be a problem to get that to you.  </p>\n\n\n\n<p>Let me just say I\'ll get it to you tomorrow. Okay. [01:03:00] Then I get a little deadline for myself and I\'ll, do you think in the long description you said this, like, should we mention there might be a pro or say&nbsp;  </p>\n\n\n\n<p>Corey Maass: I, from, from the experience that I had, I would say no. Okay. Like, it, it definitely, I, on a, on a previous plugin, I, I got some pushback on the, the product itself.  </p>\n\n\n\n<p>And I think that by mentioning Pro, cuz you, you, you get there, you know, still in the WordPress world there\'s a, a fair number of zealots, zealots people who are emphatic that everything should be free and so you run the risk of sort of rubbing somebody the wrong way. By starting with that, you know? Um, and so I, the less mentioned, uh, you know, we\'re not being insincere, we don\'t have a perversion to talk about.  </p>\n\n\n\n<p>So why talk about it, I [01:04:00] think would is my, my perspective now. Okay.&nbsp;  </p>\n\n\n\n<p>Cory Miller: Okay. Well I have it saved on generate WP two, so don\'t fine things, but, okay. And that, and that\'s easy, man. I, I\'m, I\'m trying to get these, get through some blocks and then some chaos, but, uh, man, I\'m super pumped. Um, yeah. Well, okay, well, uh, lemme get on this tomorrow and we\'ll be checking in.  </p>\n\n\n\n<p>Corey Maass: Um, cuz down the road, like part of the iteration too is going to be like, there\'s the, the banner images, you know, we\'re gonna wanna decide on a logo. Um, you know, but again, I don\'t, none of that. None. Even if we start to get a trickle of users, like I don\'t think it\'s gonna hurt us to not come out of the gate.  </p>\n\n\n\n<p>A hundred percent polished. Yeah. Like we can iterate on that stuff pretty quickly,&nbsp;  </p>\n\n\n\n<p>Cory Miller: so, okay, perfect. [01:05:00] All right, sir.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Anything from your perspective? No.&nbsp;  </p>\n\n\n\n<p>Cory Miller: Yeah, we spent most of the call talking about mine, so I feel like, but no, I think we\'re ready to go with what I\'ve seen. I will look at the pl, uh, I will put, look at the plugin.  </p>\n\n\n\n<p>I\'ve already got it on my site test site. Um, yeah. Cool. I\'ll have something to talk about. So hopefully we might, by end of week we\'re in the submission process, so we next week can talk about where we are with it and um, maybe it ends up talking about other things while we\'re waiting on. That, yeah.  </p>\n\n\n\n<p>Corey Maass: Approval process. I think one, one of the things I do think I will do, because I\'m thinking about our conversations while going through this process, is I will jot down some of the steps that I took and, and so I might monologue for five or 10 minutes next time of just like, okay, so once we got everything together, here are the steps that I went [01:06:00] through.  </p>\n\n\n\n<p>In order to submit it, you know? Yeah. Here\'s what I included in the email or you know, here are the documents cuz there\'s a, there is a whole section on, on the word, the WordPress documentation about building plugins and then specifically how to submit them, you know, what should be included, what shouldn\'t be included.  </p>\n\n\n\n<p>I need to review my codes for any like red flags about, you know, they wanna make sure that it\'s, every plugin obviously is secure and, um, and stuff like that. So it\'s like, here are all the steps that I kind of, you know, at a high level went through before submitting this and then here\'s the feedback we got back.  </p>\n\n\n\n<p>Like, what did I miss? Is there a, you know, gaping security hole that I should have picked up on or whatever. So, you know, let\'s, um, I want to kind of earmark that cuz I do think it\'s like, these are the sort of things that I\'ve now done a few times, I think other people. Who haven\'t gone through the process, like we all just kind of go through it.  </p>\n\n\n\n<p>Cuz you only go through it once and then you never have to think about it again. It\'s submitted, it\'s done, it\'s out there, whatever. [01:07:00] So it\'s like, then the next time you do it, you forget all of the steps and, and what the process looked like. So I think it\'d be good to document&nbsp;  </p>\n\n\n\n<p>Cory Miller: it. Oh heck yeah. It\'s awesome.  </p>\n\n\n\n<p>Thanks for friend.&nbsp;  </p>\n\n\n\n<p>Corey Maass: Yeah. I will talk to you soon. Sounds good.&nbsp;  </p>\n\n\n\n<p>Cory Miller: Bye bye.  </p>\n\n\n\n<p>All right. I guess it stops on YouTube. We\'ll see now.&nbsp;  </p>\n\n\n\n<p>Corey Maass: It\'s still live though.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Feb 2023 23:10:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Post Status: Interview With Product Lead Mark Westguard Of WS Form — Post Status Draft 142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=147499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://poststatus.com/interview-with-product-lead-mark-westguard-of-ws-form-post-status-draft-142/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:32742:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">In this episode, <a href=\"https://twitter.com/westguard\">Mark Westguard</a> of <a href=\"https://wsform.com/\">WS Form</a> joins Cory Miller to discuss OpenAI, the innovation we are already seeing, and what we can and should expect in the future when it comes to WordPress. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">65</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>Learn from <a href=\"https://twitter.com/westguard\">Mark Westguard</a>, founder of <a href=\"https://wsform.com/\">WS Form</a>, a powerful, next-generation WordPress form plugin. Mark and Cory discuss how AI is starting to integrate into the world of WordPress and how the WP Form software is leveraging its power.&nbsp;</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Harnessing the Power of Open AI.</strong> The possibilities are endless with the revolution of AI as an open-source tool. Making the most of its capabilities allows WordPress users to create more intuitive and integrated content, like better fields and options in WordPress forms.&nbsp;</li>\n\n\n\n<li><strong>Create, Edit, Moderate.</strong> AI should be seen as an assistant working alongside you to help generate your content. You’re still essential in the creation process, and it’s important not to rely on AI 100% for accuracy. You can get creative prompts, edit for grammar or spelling and generate unique images, but moderating that content is essential.&nbsp;</li>\n\n\n\n<li><strong>The Future is All-in-One AI Integrated Tools. </strong>Limiting time spent running around to different AI software is good for business. So how can that be accomplished? By integrating the AI capabilities into WordPress tools, where everything you need is in one place. These are the things we look forward to in WordPress software and plugins</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"is-layout-constrained wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"is-layout-flex wp-container-42 wp-block-columns has-theme-palette-8-background-color has-background\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/a2-hosting\">A2 Hosting</a></h3>\n\n\n\n<p>A2Hosting offers solutions for WordPress and WooCommerce that are both blazing fast and ultra-reliable. WordPress can be easily deployed on ANY web hosting plan from A2: Shared, VPS, or Dedicated. A2 also offers Managed WordPress and WooCommerce Hosting. Take a look at a2hosting.com today!</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\">\n<img width=\"752\" height=\"470\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/08/imageedit_1_6433774706-752x470.png\" alt=\"A2 Hosting\" class=\"wp-image-104073\" />A2 Hosting\n</div>\n</div>\n</div></div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://www.linkedin.com/in/westguard\">Mark Westguard on Linkedin</a></li>\n\n\n\n<li><a href=\"https://wsform.com/\">WS Form</a></li>\n\n\n\n<li><a href=\"https://openai.com/\">OpenAI</a></li>\n\n\n\n<li><a href=\"https://openai.com/blog/chatgpt/\">ChatGPT</a></li>\n\n\n\n<li><a href=\"https://openai.com/dall-e-2/\">DALL-E</a><a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/westguard\">Mark Westguard</a>, (Founder of <a href=\"https://wsform.com/\">WS Form</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] Hey everybody. Welcome back to Post Edits draft. Um, one of the things I want to continue to keep top of mind because it\'s honor, honor, mind, is ai and specifically open a AI and chap G B T and all of that because there\'s this. Huge opportunity, uh, for integration with WordPress. And so I, uh, was talking with one of our longtime members, Mark West Guard, from WS Forum, and they\'ve just come out with, uh, uh, an add-on.&nbsp;</p>\n\n\n\n<p>I\'ll let him share more about that, but I want to talk to Mark, who we\'ve had on the podcast before, but specifically about the opportunity and some of the application of using integrating open AI power. Which we were just talking before we started recording is like magical. How, how did the little that make it all work?&nbsp;</p>\n\n\n\n<p>Um, and then, um, really just talk about, uh, what the opportunities are there. So Mark, thanks for coming back to post edit draft. [00:01:00] Hi, Cory. How&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> you doing?&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> Pretty good. All right. Tell me what you\'re doing with, uh, well, let\'s talk first about open ai because you were helping, you\'ve been digging in with this.&nbsp;</p>\n\n\n\n<p>You\'ve created an add-on mm-hmm. for WS forums that leverages some of the power of, uh, Open AI but tell me a little bit about that. The Open a ai, um, you were kind of breaking this down for me and sharing the, the ability, you even got a demo that you can show some of this, which I think would be really awesome, um, to show some of the power and then we\'ll get into the application of how you\'re using it in, in Ws forum to help users.&nbsp;</p>\n\n\n\n<p>So Sure. First, uh, what drew you to this .&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> Um, just to talk about it in the industry really. Um, Twitter was just full of open AI stuff. And, um, also, you know, just talking to friends. I have like Andrew Palmer and Stephanie Hudson, who run Bertha ai. Um, they were integrated in with open ai and I\'m like, okay, what is, what is this thing?&nbsp;</p>\n\n\n\n<p>[00:02:00] How, how do I, how do I plug into this and use this, um, in a way that\'s gonna be useful for our customer? . So, um, the first thing that kind of drew me, drew me to it was the moderation feature of OpenAI. And, um, in short, you can send a block of text to it, it will moderate it and look for anything offensive and let you know how offensive it thinks that content is.&nbsp;</p>\n\n\n\n<p>And I\'m being an advocate for reducing as much spam as possible in form submissions. I thought, well, that would be a, a great feature to have in, in WS form , then I started digging into it a bit more and I thought, well, these are the features that it offers would be great for forms as well. So, broadly speaking, there are four main things that OpenAI can do.&nbsp;</p>\n\n\n\n<p>First thing is completions. Um, a completion is where you basically prompt it with a question. Um, so you could say, you know, what is an apple? And it would then give you a response and it\'ll write a paragraph about that. Um, you may have used that in chat. G B T Chat. P G P T has really brought that open AI technology to the masses cuz it just makes it [00:03:00] so easy to use.&nbsp;</p>\n\n\n\n<p>In that chat environment. Um, so as you know, you can ask it to write code. You can even start playing nos and crosses with it if, if you want to. Um, it\'s pretty incredible what it comes back with. Um, and then, Uh, you have the edit capability, which is where you can give it some existing text, and then you can ask it to edit that text.&nbsp;</p>\n\n\n\n<p>So you could ask it to do spelling, uh, you know, fix better mistakes or improve grammar and things like that. Um, then there\'s the moderation component that I just spoke about where you\'ve given it content, it moderates it and says, yay or no, it\'s, it\'s bad content. Um, it, the moderation side of things tends to be more towards, you know, violence and.  </p>\n\n\n\n<p>People saying bad things about each other rather than bad words. So, you know, putting the word Viagra in there is not gonna prompt it, but if you say something bad about somebody, it\'ll start flagging that content more. Um, but it\'s quite a, quite an interesting way of looking for bad content on a form submission.&nbsp;</p>\n\n\n\n<p>And then the last one [00:04:00] is images. So, uh, creating, you may have. Try that with Dolly, um DALL-E where you can type in what type of image you want and it will then return an image. So we\'ve integrated that in with WS forms, so you can actually submit those images as part of a form submission. Um, so you could use that for maybe creating an avatar on a user or a featured image on a post or, you know, anywhere that you are looking for an image, you can use that, um, as an optional feature.&nbsp;</p>\n\n\n\n<p>So tho those are the four main kind of broad areas of open.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> That that, that\'s awesome. Um, Similarly, it\'s like, uh, just working with chat t p t. You\'re like, there\'s pretty cool power . It\'s kind of mind blowing. You\'re, I was asking it all kinds of questions and coming back. Um, but hearing, hearing is a n Amazing opportunity for us that I love that you and others in our community have started to go, let\'s test some of these things out. Let\'s use this. That integration potential, which just the things you just said just now. Mm-hmm. There\'s [00:05:00] immediate, practical opportunities and then there\'s some far reaching ones.&nbsp;</p>\n\n\n\n<p>Yes. Um, so would you show us a little bit then? I just want to talk. Show us what you\'ve done. You\'ve got a demo and I know how that works, but go. Would you screen share and share what you\'re your Absolutely. You\'ve done so far. Then we\'ll start talking about some of the opportunities, this integration between this for what WordPress can do on the web.&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> So this is a, a knowledge-based article on WS form that just describes how open AI works, um, and how our, our add-on works. And below here we\'ve got a, a demo. This is probably the thing that we wanna show people. Um, so here\'s an example of a completion. So as I said before, you could say, you know, what is an apple?&nbsp;</p>\n\n\n\n<p>Uh, not a very good. Prompt, but it\'ll just show you how, how it\'s working. Um, so this is now making a query off to open ai and it will then put a completion in whatever field I want on that form. So that could be a text field, it could be, you know, it could even be a section of HTML on the page if you wanted it to be.&nbsp;</p>\n\n\n\n<p>Um, the [00:06:00] way the open AI works, it\'s all token based, so the more tokens that you allow open AO to use, the longer the content\'s gonna be that it, that it will come back. So if you are asking it to maybe produce some code, I mean I can show you a quick example of that. So, uh, write me some PHP code for WordPress.&nbsp;</p>\n\n\n\n<p>If I could type properly, it would be nice, wouldn\'t it? Um, that loops through posts with a category of book. Let\'s try that. So we do get completion. So now it\'s gonna go off to open ai. Again, this is using the same technology as the Chat GBT , and there\'s the code that it has come up with. So that\'s an example of a completion.&nbsp;</p>\n\n\n\n<p>Um, you can also use that completion technology, more of a chat environment. So this is kind of like ai, human, and again, I can say, you know, what is an apple? Oh,&nbsp;</p>\n\n\n\n<p>submit. And then it\'s gonna give you [00:07:00] a response back and then come back to the human prompt as well. So this, this is more of a chat format, so it\'s kind of remembering what you\'ve asked before and you can keep that conversation going. Um, editing. So with editing, what you do is you provided some content.&nbsp;</p>\n\n\n\n<p>So you can say, you know, my name is Mark West Guard, and then you can give it some instruction on that. So let\'s say I spelled the. The word name wrong. I can say fix the spelling and then get the edited output. It\'ll now look at that, look at my instruction and correct that output. So you can do stuff like fix my grammar.&nbsp;</p>\n\n\n\n<p>You could say, you can even do stuff like. Um, write an additional sentence that describes this a little bit further and actually it\'ll actually do that. It\'s pretty crazy what you can do with that edit. Um, moderation we don\'t have a demo for, cuz it\'s actually just, um, uh, masking the form submission of spam or not.&nbsp;</p>\n\n\n\n<p>So I can\'t re demo that. Um, but essentially it works like most of our other spam features where, you know, if it finds spam, it\'ll [00:08:00] move that to the spam box, um, in your submiss. the image one. Um, with images, what you can do is I can say, um, enter an image description that\'s say, uh, cat on top of a dog, and then you get image&nbsp;</p>\n\n\n\n<p>So you can put, you know, all kinda the crazy stuff in here. And what that\'ll do is then load that image into, uh, our image field, which can then be submitted as part of a. Or, you know, it could be used for an avatar for a user, or whatever you want to use that image field for. You could even push that through to any of our add-ons like Slack or, um, any of the third parties that we integrate with.&nbsp;</p>\n\n\n\n<p>We, we have a URL version of that as well. So if you just want to get the URL of that image from open ai mm-hmm. , you can do that. But, um, I\'m sure this one will probably be the most popular. So really what we\'ve tried to do is just. Open AI as accessible as possible for people that are using forms. Um, and you can actually put multiple requests on a single page as well.&nbsp;</p>\n\n\n\n<p>So [00:09:00] you could have one for a tech bit of text content, have another one for image, and you could also include the editing functionality on the same text field if you wanted to. So yeah, that\'s where we are. Okay.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> I want to geek out with this in just a minute, but I want to take the next step and show what you can do inside of WS forum like we\'ve this.&nbsp;</p>\n\n\n\n<p>Incredible. We\'ll talk hours for this, you know, . Um, I wanna see the application side, how these are, I think, excellent examples of the power of it now, the application of it even more powerful.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> Yeah. So let\'s go into WS four and you\'ll see where this gets added. So, um, this is our add new pay for creating a new form, and you\'ll see there\'s a new tab called Open ai.&nbsp;</p>\n\n\n\n<p>So these templates here are basically designed just to kind of get you started. Um, you can add to these, modify these. You can even just use an existing form and add the open AI functionality if you want. Let\'s just do a simple one. So we\'ll do a completion, so we\'ll use that template. So WS forms now building the form for [00:10:00] you.&nbsp;</p>\n\n\n\n<p>Um, and you\'ll, you\'ll notice on this form we\'ve got the prompt. We\'ve got a button to actually go off and get that completion, and then we have the completion itself, and there\'s a submit button for actually sub ultimately submitting that form if you, if you wanted to do that. Um, and the way this works, very simple.&nbsp;</p>\n\n\n\n<p>Uh, we have conditional logic on here, which actually runs the a, the AI request. So we\'re saying if that get completion button has been. Then make the open a req open AI request and run that immediately. Um, and if we go to actions, you\'ll see here is that open AI request that gets run. So what we\'re saying to open AI is we want to do a, a completion.&nbsp;</p>\n\n\n\n<p>This is the open AI model that we want to use. So there are different models. Um, G P T three is currently the best one that\'s out there. Um, and then you can actually tweak this as well. So I can choose how many tokens I want to. Um, the more tokens you enable, the more likely you are gonna get charged more cuz the charging is done on a, on a token basis, [00:11:00] but, um, actually running a completion is, you know, a couple of cents at most.&nbsp;</p>\n\n\n\n<p>Um, it\'s quite inexpensive. And then below that we have, uh, different things that you can tweak to modify the output. So here\'s an example here of tempera. So temperature actually determines how much that output\'s gonna change each time I submit that completion. And if I put completion up to one, I\'m gonna get much more different content every time I do a submission.&nbsp;</p>\n\n\n\n<p>If I do it at zero, it\'s gonna be pretty much the same each time. Uh, and there\'s a few other options on here. Some of \'em I actually don\'t really understand them , the, um, but we\'ve included them just so if somebody does understand what\'s going on with that, they. Go ahead and, and tweak those. So pretty much everything that the OpenAI API gives to us as a setting, we have made that available to you within WS form.&nbsp;</p>\n\n\n\n<p>And of course, uh, all of the, um, fields and everything that are created in that template can be adjusted [00:12:00] just like you can any, uh, you know, on any other WS form. So you can move things around, um, make it responsive and, and make it look how you want. And then you can just preview that and, and change, you know, uh, test that out, make sure it\'s working completion.&nbsp;</p>\n\n\n\n<p>And there you go. So, very, very easy to, uh, implement this on existing forms and creating new forms as well. Awesome.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> Oh, okay. So what does the front end of, like, something like this look like?&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> Uh, it\'s basically whatever you want it to be. So you can do, you know, multi column output, single column output, mobile responsive.&nbsp;</p>\n\n\n\n<p>Um, you\'ll see here we have the break point selector in WS form. So for example, on mobile you may wanna have full width. Um, and then I could actually move between different break points here, um, and make that responsive. So for a larger screen, you may want to present that in a two column format, entirely up to you what [00:13:00] you wanna do.&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> I\'m sorry. Uh, so, so like this example, what mm-hmm. , what does the front facing website person say? Or&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> it\'ll look pretty much like this demo. Yeah, I gotcha, I gotcha. This is actually a WS form form on our knowledge base page. Okay, gotcha. This is, this is not, um, an open AI component. This is actually WS form, uh, and we\'ve just created these demo forms to show you what it may look.&nbsp;</p>\n\n\n\n<p>I gotcha. But again, you can, you can make that look however you want. You can start it with CSS . You can use our starting tools for that if you want to change the columns. Yeah. Um, so really it\'s completely flexible in terms of how you want it to look.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> So essentially you can say, uh, Ws forum can, can be a conduit for the open AI stuff to be like this built in research thing for a team or different stuff to leverage some of this power.&nbsp;</p>\n\n\n\n<p>Like if you\'re a blogger, you can create within WordPress Publishing, [00:14:00] you know, I need an image for this blog post that is this type and, and then go over here. So really doing that tight integration with the open AI, where you don\'t have to go over to chat d p t and copy stuff. It\'s all right here. Yeah.&nbsp;</p>\n\n\n\n<p>Yeah. I mean,&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> usually just experiment with Yeah. Yeah. I mean, but usually what will happen is the form would be on the front of the site with somebody creating some content. Uh, so they may log in to access that, and then the form will come up. And then if, if you\'re creating a post, maybe that would be, you know, PostIt the post content.  </p>\n\n\n\n<p>Um, and then you could, in that post content, have a little prompt that says, what do you want me to write about? Yeah. And then object that into the post content. And then what, what, you know, upload a featured image or I\'ll create an image for you. What image do you want me to create for you? And then it would then put that into the file upload.&nbsp;</p>\n\n\n\n<p>Um, and then, so Rudy, you\'ve. Full AI on creating a post if, if you wanted to, you know, um, you don\'t have to use all the features if you don\'t want to, but, uh, [00:15:00] uh, it\'s funny, I was talking to, um, You know, Bob WP yesterday about this, we actually did a podcast about it and yeah, there\'s a lot of talk about it being quite a scary technology as well.&nbsp;</p>\n\n\n\n<p>Um, so I, I think that, um, anything you create with it, you wanna check it, you know, don\'t trust it a hundred percent. You wanna check what comes out of this system and, and make sure that what it\'s giving you is what you\'re looking for. But it can certainly be a great tool. Getting you started with a blog post or getting you Yeah.  </p>\n\n\n\n<p>Help with editing and improving grammar. Maybe writing it in a slightly different way that you haven\'t thought of. Use it as a creativity tool. Um, yeah. But don\'t trust it. A hundred percent .&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. Yeah. Absolutely. Um, so, okay. When we were talking before, uh, we started recording, you know, you\'re like, there\'s basically like three categories.&nbsp;</p>\n\n\n\n<p>You said create, edit, moderate. Yep. I\'m really. By the create and edited edit capabilities of open ai. And I\'m curious to get your perspectives on that, that [00:16:00] applica not from the software side, applying what the power is of, open AI to WordPress inside of there. And it\'s just intriguing. Um, you kind of started with this like you.&nbsp;</p>\n\n\n\n<p>What are some of those things you\'re seeing that you could do? Like we\'ve seen, this is great, you know, be able to kind of moderate content, create videos. Mm-hmm. , uh, or not videos, I\'m sorry, images. You know, those I can try back to. What the power WordPress is, is publishing, creating, and publishing. Mm-hmm.&nbsp;</p>\n\n\n\n<p>Um, so what, what are some things you\'ve seen messing around with all of this and seeing some of the power of it that you, that\'s not here today, but like, you\'re, you\'re curious about interest in,&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> you know, it\'s really early days with this technology. It\'s, um, it\'s interesting. I\'ve, I\'ve had some customers already coming back to.&nbsp;</p>\n\n\n\n<p>Um, one of thems been using this in a support environment and they\'ve actually got it on their support form because a lot of their contact is online. [00:17:00] Um, so they\'re able to query open AI about their own product with questions that have been typed in by a user, and it then can spit results back. So, you know, there\'s one application.&nbsp;</p>\n\n\n\n<p>Um, just some others that people have spoken to me about has been creating avatar images for users. So we have a user management add-on that you can use to register users on WordPress. Um, and you can use a file upload field to specify the avatar image for that user. So, um, Open AI could be used to create that image.&nbsp;</p>\n\n\n\n<p>If you want to create a funny one-eyed, fuzzy monster, then you can , you can use it to do that. Um, and then, you know, improving grammar on blog posts I think is a great thing. I I, I love that. Edit feature. Um, I wasn\'t even aware that it could do that before I started writing the open AI add on. Um, but just having that as a feature where maybe you\'ve written a blog post and you need some help with part of it, um, that would, I think that\'s a, a great application for it.[00:18:00]&nbsp;&nbsp;</p>\n\n\n\n<p>Um, in, in terms of kind of the code writing part of it, um, I don\'t think US developers need to worry too much about it. It\'s not gonna take our jobs. Uh, it has an upper limit of about 4,000 characters. . So it\'s never gonna, you know, I can\'t go into it and say, Hey, write Yost, um, or write WooCommerce. It\'s not, it\'s not gonna do that for you.&nbsp;</p>\n\n\n\n<p>But, uh, in terms of giving you some pointers towards smaller snippets of code, it\'s certainly helpful for that. Um, again, I wouldn\'t take it on face value, always make sure that it\'s, it\'s working properly. One example of where I don\'t trust it is obviously we always want. Make sure our inputs and outputs with code are secure.&nbsp;</p>\n\n\n\n<p>They\'ve been escaped and, uh, we\'ve made sure there\'s nothing malicious in there. Typically, when you ask open AI for a bit of code, none of that happens. It\'s, it will literally just take, you know, what\'s coming in on, on a post request and just spit it out. So, um, definitely take that in mind when you\'re using this tool.&nbsp;</p>\n\n\n\n<p>It\'s not intelligent enough to, to do that type of stuff.&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> [00:19:00] I, I the utility of what WS Forum does for sure. Like I see that, like I love the moderation thing about spam stuff. Um, sky\'s the limit. My background, I draw to content creation and editing because we\'ve all hit that dreaded rider\'s block or just needed a little spark or inspiration to get going.&nbsp;</p>\n\n\n\n<p>And I\'ve, I\'ve heard and talked to enough people to go like, Those are the type of things that I think could really light of fire to this. Mm-hmm. is, it\'s an assistant. Yes. It\'s, it\'s assisting you and, um, doing all the functions you want, particularly on your WordPress website. But when that subset of function create content, edit content, like I saw you say that, fix the spelling, you know, and the very simple example you gave and it\'s like, yeah, I might use Grammarly, but there\'s.&nbsp;</p>\n\n\n\n<p>So much more power out there that, uh, and, and AI obviously is getting way, way, [00:20:00] way, way better. Yeah.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> Um, maybe if you had a big article that was referenced in someone\'s name and maybe you had the name incorrect, you could just say, change the name to whatever, and it\'ll go through and change it. So, um, it\'s a great, great editing tool.&nbsp;</p>\n\n\n\n<p>I think. Um, it\'s almost kind of like, You know, Google 2.0, whereas, you know, on Google, you\'ll, you\'ll type at a question and it\'ll give you URLs for you to then trundle through and try and find the answer. This is kind of jumping in that step and trying to give you that answer immediately. Um, and I think it does a pretty good job of it.&nbsp;</p>\n\n\n\n<p>Um, it\'s not always accurate. Um, and I, like I said, you and I have said it\'s, it\'s gotta be an assistant tool. It\'s, it\'s not gonna give you the a hundred percent the correct answer every time. , but it does an impressive job. Um, I\'ve been amazed by some of the stuff that it spits out .&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. And, and that headstart that sparked to help you.&nbsp;</p>\n\n\n\n<p>Uh, you know, so I, I\'m, I\'m excited. I\'m gonna go play with WS forum. Um, you\'re [00:21:00] opening cuz uh, it didn\'t click for me until yesterday. I go, these people are all doing all this stuff, but they\'re not logging into chat G B T and I just hadn\'t taken the time to go. There\'s an API that you can buy, and what you do with your add-on is make that, oh, I can use it now.&nbsp;</p>\n\n\n\n<p>Um, it sounds a lot like, like aws, you know, you buy mm-hmm. computing power and all this stuff. And I looked at the pricing and I was telling Lindsay last night, I was like, oh, this is a, a WS type, you know, resource. Um, and you\'ve done that integration point to leverage it within WordPress.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> Yeah. It\'s basically about making that data accessible.&nbsp;</p>\n\n\n\n<p>Right. So, um, and making. Essentially no code. So all you gotta do is just drag and drop a couple of input fields, tell, um, WS form, which is the input, which is the output, and off you go. Um, so it\'s pretty easy to to, to build forms that integrate that open AI technology. Um, and by, you know, by all means, use those template, they templates are ready to go.&nbsp;</p>\n\n\n\n<p>So you just [00:22:00] click it, it builds a form for you and you can start playing with it. So it\'s, it\'s pretty straightforward. I&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> wanna play it around with the. That you were saying and how, um, when you do the completion chat function, um, it\'s reading what you\'ve already talked about. So if you have a thought, okay, I\'m trying to create a blog post on WordPress hosting, whatever.&nbsp;</p>\n\n\n\n<p>Mm-hmm. . Or something, you know, and then it reads, I wanna do some experimenting with that. So now you give me a new toy to, to go take for a test spin.&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> Yeah. That should behave relatively similar to chat G p T, um, cuz that\'s, that\'s how that one works, so&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> yeah. Awesome. Mark, what else do you got going on over at WS Forum?&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> Oh, you know, we\'re just right now getting ready for work Camp Asia. Um, we\'re gonna be,&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> I was about to say, I think I knew you were going to Asia and probably Europe too, right? Yeah.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Mark Westguard:</strong> That\'s gonna be some serious jet lag . Yeah, no kidding. And, uh, I\'m gonna actually go to work at Birmingham at the. [00:23:00] beginning of February, so I\'m looking forward to that as well.&nbsp;</p>\n\n\n\n<p>And then we just got approved to sponsors for Work Camp Europe again, so right on getting, getting ready for Athens. So we\'re looking forward to that. Um, and yeah, just, you know, day in, day out, answering those support tickets, keeping customers happy and, and doing what we need to do to grow the business.  </p>\n\n\n\n<p>So, Love it.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Cory Miller:</strong> Thanks Mark for sharing, um, the integration you\'re doing with Open AI and talking a little bit about this opportunity. Um, and again, I want, I wanna see more and more, uh, I want great members like yourself to lead that, but more and more innovation. Yeah, absolutely. So All right, thanks. Thanks, Mark.&nbsp;</p>\n\n\n\n<p>We\'ll talk to you last time. Thanks. Appreciate it.&nbsp;&nbsp;<br /><strong>Mark Westguard:</strong> Thanks a lot. Take care.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Feb 2023 21:06:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Museum of Block Art Calls for Submissions Celebrating WordPress’ 20th Anniversary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142175\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/museum-of-block-art-calls-for-submissions-celebrating-wordpress-20th-anniversary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5084:\"<p>The <a href=\"https://block-museum.com/\">Museum of Block Art</a> (MOBA), a project launched in 2022 featuring art created using the block editor&#8217;s design tools, is <a href=\"https://block-museum.com/2023/02/21/lets-celebrate-20-years-of-wordpress/\">calling for submissions</a> celebrating WordPress&#8217; upcoming 20th anniversary. </p>\n\n\n\n<p>In a short amount of time, the museum has collected more than three dozen works of block art, creative pieces that leave the viewer wondering how they were made using only WordPress&#8217; core design tools. The MOBA features a diverse set of works &#8211; from <a href=\"https://block-museum.com/2022/02/02/its-me/\">a Mario mosaic</a> made entirely of differently colored Button and Group blocks, to <a href=\"https://block-museum.com/2022/01/26/city-textures/\">a textured gallery of city images</a> melded together using the Columns, Cover, and Gallery blocks. All pieces are displayed with the HTML markup of the block(s) beneath, so curious viewers can dig into the details of which tools design tools have been applied.</p>\n\n\n\n<img />\n\n\n\n<p>MOBA&#8217;s curators are challenging artists to submit WP20 blocks inspired by the <a href=\"https://wp20.wordpress.net/download-the-wp20-commemorative-logos/\">20th anniversary logos</a> and/or the color palette and images from the <a href=\"https://wordpress.org/themes/author/wordpressdotorg/\">default themes through the years</a>. These blocks will become part of the art history of WordPress&#8217; capabilities. </p>\n\n\n\n<p>MOBA founder Anne McCarthy said the submissions have &#8220;definitely evolved as the controls have grown since each new control added has a cascading creative impact.&#8221; To better illustrate this evolution, she has created release-specific virtual exhibits, including one for <a href=\"https://block-museum.com/wordpress-5-9-exhibit/\">5.9</a> and another for <a href=\"https://block-museum.com/wordpress-6-0-exhibit/\">6.0</a>. She didn&#8217;t receive too many pieces for 6.1 and hasn&#8217;t created an exhibit for that release yet but has created <a href=\"https://block-museum.com/2022/12/25/relentless/\">some</a> <a href=\"https://block-museum.com/2022/12/26/shining-through/\">blocks</a> using 6.1&#8217;s tools, and <a href=\"https://nomad.blog/2022/12/26/behind-the-scenes-of-creating-art-with-wordpress/\">wrote a post about the process</a>.</p>\n\n\n\n<p>&#8220;I think it would be really neat to compare a 5.9 exhibit to a 6.9 or 7.9 showing how far the art has come in the same way you might look at art in a museum across the centuries,&#8221; McCarthy said.</p>\n\n\n\n<p>&#8220;The vision is to explore WordPress, a software we take for granted, in a new way to create something unexpected—a virtual art museum featuring art made from the same blocks used to house the experience itself. WordPress is so known as a site building tool but we don’t talk about all that it unlocks, including being able to create some pretty rad art pieces. I hope it helps both empower folks to make their own art pieces and offers some inspiration, in the same way a museum might. I really just want to supercharge the sentiment of &#8216;Proudly Powered by WordPress&#8217; to show just how much WordPress truly can power.&#8221;</p>\n\n\n\n<p>One piece, the circular rainbow created by Chuck Grimmet, was printed out and displayed on one of the walls behind Matt Mullenweg during the 2022 State of the Word address. McCarthy said she would like to see more real life exhibits of the work from MOBA contributors, and that there is a chance some will be displayed at an upcoming flagship WordCamp event. Another idea she had is offering a way to order the art and print it out as a fun use of e-commerce, perhaps as an integration with the WordPress swag store.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://block-museum.com/2022/06/03/circular-rainbow/\">Circular rainbow</a></blockquote>\n</div>\n\n\n\n<p>In the future, McCarthy hopes to recruit submissions from artists outside the WordPress community and someday host an art &#8220;hackathon&#8221; where people gather to produce submissions. </p>\n\n\n\n<p>MOBA&#8217;s curators are inviting users of all experience levels to create WP20-inspired blocks as part of the upcoming celebration. Those who are newer to the block editor can check out some of the recommended <a href=\"https://learn.wordpress.org/tutorials/?series=&topic=7&language=&captions=&wp_version=\">block tutorials</a> as well as The Creative Side to Blocks series (volumes <a href=\"https://wordpress.tv/2022/08/08/the-creative-side-of-blocks/\">1</a>, <a href=\"https://wordpress.tv/2022/09/07/the-creative-side-of-blocks-vol-2/\">2</a>, and <a href=\"https://wordpress.tv/2022/11/18/the-creative-side-of-blocks-vol-3/\">3</a>) on WordPress.tv. Prospective contributors can learn more about <a href=\"https://block-museum.com/contribute/\">how to contribute blocks</a> to the MOBA collection on the museum&#8217;s website. Submissions will be reviewed by the initiative&#8217;s current panel of contributors.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Feb 2023 03:56:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WordPress 6.2 Beta 3 Released, Contributors to Host Live Product Demo on March 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/wordpress-6-2-beta-3-released-contributors-to-host-live-product-demo-on-march-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2491:\"<p><a href=\"https://make.wordpress.org/core/2023/02/21/wordpress-6-2-beta-3/\">WordPress 6.2 Beta 3</a> was released this week, another small milestone towards the official, more polished version that is expected in under five weeks on March 28, 2023. Testers will find 34 issues resolved since the Beta 2 release, bringing the cumulative number of enhancements to 292, with 354 bug fixes and counting. Details for the changes in beta 3 are available in the linked tickets:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">GitHub tickets</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=02%2F14%2F2023..02%2F21%2F2023&milestone=6.2&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">Trac tickets</a></li>\n</ul>\n\n\n\n<p>Contributors will be hosting a live product demo on <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20230302T1700\">Thursday, March 2, 2023 at 12:00 PM EST</a> via <a href=\"https://us02web.zoom.us/j/82841185159\">Zoom</a>. WordPress contributors <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> and <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, who are helping lead the release, will give viewers a tour of the features coming in 6.2.</p>\n\n\n\n<p>&#8220;This is a slightly different format from the previous <a href=\"https://make.wordpress.org/core/2022/03/30/6-0-product-walk-through/\">6.0</a> and <a href=\"https://make.wordpress.org/core/2022/09/05/6-1-product-walk-through/\">6.1</a> walk-throughs, focusing on showcasing the great work that’s been going into the release,&#8221; Marketing Team contributor Jonathan Pantani said. &#8220;Future releases can expect to see this, a walk-through/discussion, or both types of live events become part of the release cycle.&#8221;</p>\n\n\n\n<p>The event will be moderated by Nathan Wrigley, who will guide the discussion and present questions from the audience. Questions can be submitted in advance in the <a href=\"http://wordpress.slack.com/\">Make WordPress Slack</a> via the <a href=\"https://wordpress.slack.com/archives/C039R2P1ZC1\">#walkthrough channel</a>. The livestream will be recorded and published in a follow-up post after the product demo has concluded. There is no registration for the event. Those who want to watch and participate live can <a href=\"https://us02web.zoom.us/j/82841185159\">launch the meeting using Zoom</a> at the scheduled time.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2023 22:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Post Status: WordPress 6.2 Beta 3 &amp; Live Demo • Help Test • Changes to WP Release Cycle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=147449\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://poststatus.com/wordpress-6-2-beta-3-live-demo-help-test-changes-to-wp-release-cycle/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16090:\"<h2 id=\"h-this-week-at-wordpress-org-february-20-2023\">This Week at WordPress.org (February 20, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordPress 6.2 is just over a month away. Join in the live demo and help test beta and release candidate versions. Should we revise the WordPress release cycle? Share you feedback. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_arrowRightCircle kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">WP 6.2 Beta 3 & Demo, Proposal to Update Release Cycle </h2><p class=\"kt-blocks-info-box-text\">β  <a href=\"https://make.wordpress.org/core/2023/02/21/wordpress-6-2-beta-3/\">WordPress 6.2 Beta 3</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5d3.png\" alt=\"🗓\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">6.2 Live Product Demo</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64b-1f3fe.png\" alt=\"🙋🏾\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help Test WordPress 6.2</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f503.png\" alt=\"🔃\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/\">Proposal: Updates to the WordPress Release Cycle</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/270d-1f3fc.png\" alt=\"✍🏼\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/\">Apply to Attend the 2023 Community Summit</a></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-51 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/02/21/feature-request-additional-roles-for-wordcamp-sites/\">Feature request: additional roles for WordCamp sites</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/02/20/upcoming-wpdiversity-events-march-2023/\">Upcoming #WPDiversity Events: March 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/02/17/meetup-com-accessibility-overlay-february-update/\">Meetup.com Accessibility Overlay February Update</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/02/17/updates-to-the-wordcamp-site-setup-handbook-page/\">Updates to the WordCamp Site Setup Handbook Page</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/02/15/meetup-organizer-newsletter-february-2023/\">Meetup Organizer Newsletter: February 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/a-week-in-core-february-20-2023/\">A Week in Core – February 20, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/\">Proposal: Updates to the WordPress Release Cycle</a></li>\n</ul>\n\n\n\n<h3 id=\"h-wordpress-6-2\">WordPress 6.2</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/wordpress-6-2-beta-3/\">WordPress 6.2 Beta 3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">6.2 Live Product Demo</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2, Finale</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/03/hallway-hangout-performance-improvements-for-wordpress-6-2/\">Hallway Hangout: Performance Improvements for WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">Roadmap to 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/18/bug-scrub-schedule-for-6-2/\">Bug Scrub Schedule for 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/11/early-bug-scrub-schedule-for-wp-6-2/\">Early bug scrub schedule for WP&nbsp;6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/\">WordPress 6.2 Planning Roundup</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/20/editor-chat-summary-wednesday-february-15-2023/\">Editor chat summary: Wednesday, February 15, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/22/dev-chat-agenda-february-23-2023/\">Dev Chat Agenda, February 23, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/22/editor-chat-agenda-22nd-february-2023/\">Editor Chat Agenda: 22nd February 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/17/dev-chat-summary-february-16-2023/\">Dev Chat Summary, February 15, 2023</a></li>\n</ul>\n\n\n\n<h3 id=\"h-developer-blog\">Developer Blog</h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/02/block-theme-resources-roundup/\">Block theme resources roundup</a></li>\n</ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/02/10/agenda-for-docs-team-bi-weekly-meeting-february-21-2023/\">Agenda for Docs Team bi-weekly meeting February 21, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/02/10/theme-directory-redesign-update/\">Theme Directory redesign update</a></li>\n</ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/02/22/openverse-is-now-a-monorepo/\">Openverse is now a monorepo</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/02/22/community-meeting-recap-21-february-2023/\">Community Meeting Recap (21 February 2023)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/02/21/post-inaturalist-data-refresh-status/\">Post-iNaturalist Data Refresh Status</a></li>\n</ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/performance-chat-summary-21-february-2023/\">Performance Chat Summary: 21 February 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/02/22/agenda-weekly-polyglots-chat-feb-22-2023-0700-utc/\">Agenda: Weekly Polyglots Chat – Feb. 22, 2023 (07:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/02/21/helphub-and-devdocs-redesign-request/\">HelpHub and DevDocs redesign request</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/02/20/sync-translations-between-dev-and-stable-projects/\">Sync translations between Dev and Stable projects</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/02/20/components-into-tabs-in-the-right-sidebar/\">Components into tabs in the right sidebar</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins\">Plugins</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/02/03/twitter-api-changes/\">Twitter API Changes</a></li>\n</ul>\n\n\n\n<h2 id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">Proposal: Creating a WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/\">Discussion: Ending the Eternal September</a></li>\n</ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/02/agenda-for-february-9th-support-meeting-2/\"><a href=\"https://make.wordpress.org/support/2023/02/summary-for-february-16th-support-meeting/\">Summary for February 16th Support Meeting</a></a></li>\n</ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/02/21/hallway-hangout-lets-chat-about-using-replay-io-in-the-fse-outreach-program/\">Hallway Hangout: Let’s chat about using Replay.io in the FSE Outreach Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help Test WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/02/20/test-team-update-20-february-2023/\">Test Team Update: 20 February 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/02/17/february-2023-faculty-meeting/\">February 2023 Faculty Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/02/10/training-teams-new-onboarding-program-is-now-live/\">Training Team’s new onboarding program is now live!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/02/08/video-conferencing-options-for-online-workshops/\">Video conferencing options for Online Workshops</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/02/06/training-team-2023-goals-setting/\">Training Team 2023 Goals Setting</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=introduction-to-templates-block-theme\">Introduction to Templates (Block Theme)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=customizing-the-single-template-and-404-template\">Customizing the Single Template and 404 Template</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=intro-to-wordpress-accessible-color\">Intro to WordPress Accessible Color</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-as-a-paintbrush-internet-art-then-and-now\">WordPress as a Paintbrush: Internet Art Then and Now</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=best-design-practices-to-create-engagement\">Best design practices to create engagement</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-own-your-expertise-start-speaking-at-wordpress-events-amer-emea\">How to Own Your Expertise & Start Speaking at WordPress Events AMER/EMEA</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-building-a-react-app-utilising-the-wp-rest-api-2\">WP dev livestream: Building a React app utilising the WP REST API</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=help-test-wordpress-developer-edition\">Help test WordPress – developer edition</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-confidently-migrate-from-a-classic-theme-to-a-block-theme-2\">How to Confidently Migrate from a Classic Theme to a Block Theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-confidently-migrate-from-a-classic-theme-to-a-block-theme\">How to Confidently Migrate from a Classic Theme to a Block Theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=designers-developers-cats-dogs-living-in-harmony\">Designers & Developers: Cats & Dogs Living in Harmony</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=training-team-contributor-day-online-session\">Training Team Contributor Day Online Session</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=community-sharing-media-plugins\">Community Sharing: Media Plugins</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=lets-code-developer-ama-ask-me-anything\">Let’s code: Developer AMA – Ask Me Anything</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-building-a-react-app-utilising-the-wp-rest-api\">WP dev livestream: Building a React app utilising the WP REST API</a></li>\n</ul>\n\n\n\n<h3 id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/designing-with-the-columns-block/\">Designing with the columns block</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/using-the-wordpress-rest-api/\">Using the WordPress REST API</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://www.php.net/archive/2023.php#2023-02-02-1\">PHP 8.2.2 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-02-02-2\">PHP 8.1.15 Released!</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2023 19:31:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: #64 – Patrick Posner on Using WordPress To Create Static Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=142108\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/podcast/64-patrick-posner-on-using-wordpress-to-create-static-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50676:\"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case using WordPress as a way to create static sites.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or go to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you. And hopefully get you or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox. And use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Patrick Posner. Patrick is a solopreneur and has been developing with WordPress since 2010. He&#8217;s worked in all sorts of environments as a freelancer, a senior developer in a WordPress product company, and since 2020 he&#8217;s been working full-time on his own projects.</p>\n\n\n\n<p>One of his projects is a plugin called Simply Static. It&#8217;s purpose is to make a static version of your website. This of course begs the question, what is a static site?</p>\n\n\n\n<p>Back in the early days of the internet, before WordPress, if you wanted to put a website online, you had to write the HTML yourself. You opened up a text editor and started to type. When you&#8217;d finished, you had an HTML file which you uploaded to a server somewhere. And if someone wanted to view that page, the server would send over that file.</p>\n\n\n\n<p>It worked, but thankfully, it didn&#8217;t stay that way for long. Software for desktops were developed, which would create the HTML for you. CMSs such as WordPress would take this further and create the HTML and CSS based upon the content you&#8217;d created, and the theme that was active. This was extremely convenient, but when all is said and done, the output is still the same as it was years ago. HTML, CSS, and possibly some JavaScript.</p>\n\n\n\n<p>Depending upon your setup in WordPress, quite a lot of complicated operations are needed to generate that code. Caching aside, is there a case for saving your HTML files, uploading them to a server, and then taking WordPress offline? Patrick certainly seems to think so.</p>\n\n\n\n<p>We talk about how this flattening of your website takes place, and what the advantages might be in terms of speed and the cost of hosting.</p>\n\n\n\n<p>We also get into the pros and cons of adopting the static site approach. Are there any sites which are more suited to being static than others?</p>\n\n\n\n<p>We also discuss what solutions are out there to make this happen, from Patrick&#8217;s own plugin, to the hosting providers and SaaS solutions which enable things like search and forms to still function.</p>\n\n\n\n<p>It&#8217;s a really interesting subject and one that you might like to explore, and this podcast is a great primer for that.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Patrick Posner.</p>\n\n\n\n<p>I am joined on the podcast today by Patrick Posner. Hello Patrick.</p>\n\n\n\n<p>[00:04:16] Patrick Posner: Hey Nathan. Glad to be here.</p>\n\n\n\n<p>[00:04:18] Nathan Wrigley: Thank you so much. This is honestly going to be a really interesting topic. I think there&#8217;s going to be a lot of people at the end of this conversation who go away and start to fiddle with their setup. Because we&#8217;re going to be talking about a really different way of serving up your website.</p>\n\n\n\n<p>We&#8217;re strictly in the bounds of WordPress. Everything that we&#8217;re going to be doing today is WordPress, but we&#8217;re going to add a little bit of a twist, and this is the way that WordPress is served up to your clients.</p>\n\n\n\n<p>Patrick is the owner and developer of a plug-in called Simply Static. I&#8217;m going to link to it in the show notes. There is a version on the WordPress repo, which is available for free. There is also a paid version and we&#8217;ll get into all of the different pieces of that. So we&#8217;re going to be talking about static sites today, essentially. Ironing out the problems, figuring out what it all is and what Patrick&#8217;s solution does.</p>\n\n\n\n<p>Before we begin that, let&#8217;s go into Patrick&#8217;s origin story. Patrick, if you wouldn&#8217;t mind, just tell us about your relationship with WordPress. Tell us where you are, what you do for a living, how long you&#8217;ve been doing it, and all of those good things.</p>\n\n\n\n<p>[00:05:25] Patrick Posner: Yeah, sure. Happy to share. So I&#8217;m a WordPress developer since 2010. And I moved from several steps into the career I&#8217;m having today. I started with an agency as a developer, building client sites. And, after a couple of years I moved into self-employment and started getting some freelance clients. Building my first WooCommerce stores and more advanced WordPress websites.</p>\n\n\n\n<p>After a bunch of years I got employed again and worked as a senior plugin developer for one of the biggest WordPress product companies here in Germany. Just before Covid, I decided to get back to self-employment again, and since then I&#8217;m working full-time on my WordPress products, mainly plugins.</p>\n\n\n\n<p>[00:06:16] Nathan Wrigley: Thank you very much. You&#8217;ve got a website which people can find. It&#8217;s patrickposner.dev, and I will link to that in the show notes, but you can see the range of different things that you are doing over there. But we&#8217;re going to be focusing very much on one of your endeavors, which is a static site generating plugin.</p>\n\n\n\n<p>We&#8217;ll get into how it works, that particular plugin in a moment. But I think first of all we should clear up what a static site is. So just to reiterate, we&#8217;re using WordPress, but there&#8217;s something different about the way that WordPress distributes the pages and posts that we save. So, could you describe to us, any amount of detail, I guess, considering this is a WordPress specific podcast you really can go into the weeds with this if you like. But just tell us what is a static site? What are the benefits? Why should anybody making WordPress websites be interested in this?</p>\n\n\n\n<p>[00:07:12] Patrick Posner: So imagine stepping back 20 years. The internet consists of HTML, CSS and JavaScript. You have no database interaction. You have no complex server setups, just plain files. You can edit them directly, you can upload your images, PDF files and other stuff. That are static websites.</p>\n\n\n\n<p>And as the world and especially the internet is getting more and more complex, people are really enjoying the ease of static websites, as they don&#8217;t have to handle with updates with a database, with complex deployments and all that stuff. So that&#8217;s a basic idea of static websites.</p>\n\n\n\n<p>They don&#8217;t have a database. They are pretty secure and almost unhackable as they have no connection to a traditional server. So there&#8217;s no PHP exploits, having no database where people can or where hackers can fetch your user data, or install any malicious code or something like that.</p>\n\n\n\n<p>Another really beneficial thing of static sites is a part of hosting. So you can basically host a static site everywhere, on a pretty cheap standard web hosting package. But there are also a bunch of more optimized hosting providers like Netlify or GitHub Pages, which cover a couple of common problems. We may get into detail a little bit later for that. But, let&#8217;s say 404 pages or a search integration or basic form integration, where people can submit the form and the content of that is forwarded to you via email.</p>\n\n\n\n<p>[00:08:56] Nathan Wrigley: Yeah, so just to rehash a bit of that and go into the weeds on some of the bits and pieces there. So you mentioned that 20 years ago, I remember it well, actually. If you wanted to browse a website, essentially you would go to the url, and if you inspected the source code, you would just see a list of HTML, there may be some CSS in there and so on, and perhaps some images were linked to.</p>\n\n\n\n<p>But typically that HTML would&#8217;ve been written by a human probably. They would literally line by line, have gone through and written the whole thing. And the only thing crossing the wire was the HTML. So the page that you requested was a file.</p>\n\n\n\n<p>You would request index.Html and the internet, wherever that was served, would give you that file. That file was somewhere. Fast forward 20 years, now we&#8217;re into WordPress territory. And again, there&#8217;s a whole broad spectrum of people that listen to this podcast, and some of them may not be aware that the moment you request a WordPress page, a whole litany of very complicated things are going on in the background, depending on how many plug-ins you&#8217;ve got and what it is that you&#8217;re requesting. But it&#8217;s not as simple as I request a page, WordPress serves the page. No, there&#8217;s a whole theming engine and all sorts of database requests are being built on the backend at the time you request them.</p>\n\n\n\n<p>Now, typically, you know, if it&#8217;s a really lean site, you might not notice that it might be very, very quick. But when you start to do more complicated things, the time it takes to build that page adds up. So what you are proposing is that you can still use WordPress, but the output is saved and it&#8217;s the output which is served up just like it was 20 years ago. Have I got that roughly right?</p>\n\n\n\n<p>[00:10:52] Patrick Posner: Perfectly perfectly. So that&#8217;s exactly what the static site generation does within WordPress. You can edit your content in WordPress, but the result is just a static website.</p>\n\n\n\n<p>[00:11:05] Nathan Wrigley: Okay, right. So hopefully we&#8217;ve cleared that bit up. Now you mentioned that there&#8217;s whole bunch of benefits to this. Number one, I think, really would be the speed. The fact that there&#8217;s nothing being constructed by WordPress. So seconds, milliseconds. I don&#8217;t really know. It depends on each individual instance of WordPress.</p>\n\n\n\n<p>But the point is, there&#8217;s nothing complicated going on the background. You request a file, a file is served back at you, and so that&#8217;s quicker. Now, along for the ride there is also the security benefit. And you said that these websites are typically unhackable. And again, that might be a mystery to people. Can you explain why the security posture is improved by going static.</p>\n\n\n\n<p>[00:11:52] Patrick Posner: Yeah, sure. So security is often overlooked when it comes to static websites. But for me, that&#8217;s as important as the performance aspect of it. So you have basically a layer before your WordPress website. So you have your WordPress website, and the entire website is protected by basic authentication, for example. Or even better, you have your WordPress website on your local computer with a tool like Local WP, and your WordPress website don&#8217;t even touch the internet directly.</p>\n\n\n\n<p>And you convert the WordPress website to a static website. And this static website don&#8217;t have access to your WordPress database. There&#8217;s no ability to execute PHP, for example. So there&#8217;s no one that can access your server and do anything you don&#8217;t want.</p>\n\n\n\n<p>That starts with forms. So someone submits like malicious code in your form, and the input isn&#8217;t really escaped. So it doesn&#8217;t matter on a static website as you never have the problems that someone submits a form and it will be directly transferred to a WordPress website.</p>\n\n\n\n<p>The same is true for executing code. So if you have a static website, there aren&#8217;t any PHP files, and most statics hosts even block PHP files from executing in general. You will never have something like a malicious script on your aesthetic website that sends spam emails or collecting user data you don&#8217;t want. All of that is gone once you have a static website.</p>\n\n\n\n<p>[00:13:30] Nathan Wrigley: So you mentioned the scenario where, and I would encourage people to explore this a little bit, because it&#8217;s quite an interesting scenario. You mentioned that you could use a local install of WordPress. And so you may, for example, have come across a tool like Local, which is a desktop application. So you can download it for the Mac and windows and so on. There may be versions for Linux, I actually don&#8217;t know.</p>\n\n\n\n<p>But you can have a local version of WordPress and really, it only works on your machine whilst your machine is switched on. The principle being that you may use it just to test out a plugin, or you may use it just to test something out that you want to do quickly. You can spin up a website, but that website doesn&#8217;t really have an online presence. If you switch your computer off at the end of the day, it&#8217;s gone, it&#8217;s nowhere. It doesn&#8217;t exist.</p>\n\n\n\n<p>But in your scenario, you can create your website on your local machine. Then export the pages because you&#8217;ve essentially scraped the output HTML and figured out where the CSS and the files are and so on. And then you could push that to the server and then shut your computer down and the website will still work. But there&#8217;s absolutely no database online. There&#8217;s no PHP files getting requested, and so in that way, it&#8217;s more secure.</p>\n\n\n\n<p>[00:14:49] Patrick Posner: Yeah, absolutely. Also means that you have like a staging environment automatically. So your WordPress website is your staging website, right? So as long as you don&#8217;t push an update to your static website or to your hosting, you can do whatever you want with your WordPress website. Installing a new plugin, testing a new theme. Updating or not updating WordPress is also fine. Your static website stays online no matter what.</p>\n\n\n\n<p>[00:15:17] Nathan Wrigley: Yeah, it&#8217;s a real one way relationship, isn&#8217;t it? Whatever is on your WordPress website is always in isolation, if you like. And you have to publish the changes and push them to the server. So in that way, nothing comes back because the server really, in a sense, has no knowledge of the fact that there&#8217;s a WordPress website. It just knows that, well somebody&#8217;s requested a particular page. Have I got that page? Yes, I have. Here it is. It doesn&#8217;t know that there&#8217;s a WordPress website there at all.</p>\n\n\n\n<p>[00:15:51] Patrick Posner: Yep, that&#8217;s right.</p>\n\n\n\n<p>[00:15:52] Nathan Wrigley: Okay, and you mentioned another benefit of this approach was the fact that it can be hosted, and my understanding is that can in many cases, depending on the size and scale of your website, it can be hosted really, really affordably. And by affordably, I mean incredibly affordably. Now, I don&#8217;t know if there&#8217;s a dozen, hundreds of companies which are dedicated to this type of environment, but can you just talk us through the sort of cost benefits of doing it this way? Static.</p>\n\n\n\n<p>[00:16:24] Patrick Posner: Yeah, true. So, hosting a static website is completely different when it comes to the pricing tag attached, compared to any kind of a press hosting. We&#8217;re talking about like $1 for an entire year of hosting.</p>\n\n\n\n<p>There are also a bunch of providers that you can use for free, like Cloudflare Pages. Cloudflare Pages allows you to do like, I&#8217;m not entirely sure, it&#8217;s 500 updates to your static website per month for free. They don&#8217;t charge for the amount of files or the used data, the used space. So that&#8217;s one thing that you can use completely for free. There are others where there&#8217;s a little fee attached, but it&#8217;s always insanely cheap compared to traditional WordPress hosting.</p>\n\n\n\n<p>[00:17:16] Nathan Wrigley: You literally are in many cases talking about a handful of US cents, not dollars per month.</p>\n\n\n\n<p>[00:17:24] Patrick Posner: Yeah.</p>\n\n\n\n<p>[00:17:25] Nathan Wrigley: Yeah, it really is amazing. You mentioned earlier that the hosting company does take on a slightly different burden, in that because it&#8217;s just pages and that&#8217;s all they know about, then some of these hosting companies do take on additional responsibilities. So for example, in the scenario where somebody accidentally searches for a url which doesn&#8217;t exist.</p>\n\n\n\n<p>Well, WordPress, if you&#8217;ve got a traditional WordPress site, which is online with a traditional host, it handles that and it serves up a 404 page. Plus it can do things like search for you. That&#8217;s not the case here. And you have to take additional steps for those things to be catered for. So 404, search, things like forms. Do you just want to talk us through how you overcome those things?</p>\n\n\n\n<p>[00:18:10] Patrick Posner: Yeah, so you can, there are two different directions you can go here. You can do it yourself. It&#8217;s not that hard to provide an htaccess file to serve the request to a specific page. That&#8217;s one way. So there are a lot of users, especially in the Simply Static world, doing all of that on its own.</p>\n\n\n\n<p>But you can also use a provider like, let&#8217;s say Netlify. Netlify provides an easy way to configure a 404 page, and they handle all of that for you. So you basically type in a search and if there&#8217;s no result coming up, Netlify will handle the redirection to the 404 page for you. They also handle things like forms. So you can basically add a little ID into your existing form, and they will forward the submission to your email address that you also configured within Netlify.</p>\n\n\n\n<p>There are a bunch of solutions for different use cases. You can always decide to use a more like all in one solution like Netlify, or use your traditional hosting package and use services like Formspark. Formspark is a static site form tool. You can easily configure forms on Formspark and embed them. You get a little HTML snippet. You can embed them on your WordPress website and they handle all of that for you. Spam detection, forwarding, CC, BCC connections, automations with Zapier. So let&#8217;s say you want to, you have a, like a, newsletter form and you want to, each time someone submits the form, you want to automatically submit this user to your Mailchimp list.</p>\n\n\n\n<p>You can do that with Zapier or within Formspark. I&#8217;m not really sure, but I think Formspark even have a automation with MailPoet right now. So there are a bunch of ways you can handle that. And all of them, or most of them, don&#8217;t require to be like a professional developer or something like that.</p>\n\n\n\n<p>[00:20:12] Nathan Wrigley: Yeah, I guess that&#8217;s an important point, isn&#8217;t it? So there are many benefits that you can list. You know, it&#8217;s quick, it&#8217;s secure, it&#8217;s affordable. But there&#8217;s also a few little additional hurdles. You have to in some way manage search. In some way manage 404, and forms and so on. And, it sounds like the industry around static website hosting is beginning to mature to the point where there are off the peg solutions.</p>\n\n\n\n<p>So you mentioned Netlify can configure it so that 404 is taken care of. You don&#8217;t need to necessarily manage that yourself. And again, you mentioned a SaaS service, which will deliver forms to your email address. And I&#8217;ve had a little bit of a play with Formspark, and in all honesty, it was trivially simple to stick up a form and get it sending the data that was consumed by that form to my, my email address, it only took a matter of moments. It was really good.</p>\n\n\n\n<p>So, what we&#8217;ve talked about there is what a static site is. And because you&#8217;re on the podcast, it&#8217;s clear that you&#8217;re into that area and in fact, you&#8217;ve got a solution to turn a WordPress website into a static website. It&#8217;s called Simply Static. I&#8217;ll link to both the paid version and we&#8217;ll go into the differences a little bit later, but I&#8217;ll also link to the WordPress repository version, which will get you certainly going. Tell us what simply statics approach is. What is it doing? How long have you been working on it? Is this yours? Did you take it over from somebody? Just give us the rundown of what is Simply Static.</p>\n\n\n\n<p>[00:21:46] Patrick Posner: So Simply Static is a static site generator as a WordPress plugin. It basically acts like Google or a regular user. So, once you start an export within Simply Static, there&#8217;s a crawler behind it that visits each page on your website and downloads the entire HTML rendered, and all the CSS files, JavaScript files, and of course all the images.</p>\n\n\n\n<p>And, at the end, it zips the entire results. So you can use it to upload it, for example, to Netlify. I adopted the plugin in 2020 from Scott Blaine, who does an incredible job putting together the initial version of Simply Static. I got in contact with Blaine due to the fact that I was a user of the Simply Static plugin, and I used it for a client website where we had problems that we hadn&#8217;t full control over the server configuration.</p>\n\n\n\n<p>It was like a traditional hosting package. And the client booked a TV commercial and we expected a huge spike in traffic for that day, and we need a way to handle that. So nothing could be worse. And once TV commercial was out the landing page would simply get away. And so I would never restart again once TV commercial was on. So, I stumbled upon simply Static and it wasn&#8217;t working at that time, but I thought, okay, so working as a WordPress developer for like 12 years, I should be able to make it work.</p>\n\n\n\n<p>And, I fixed the problems in like one or two hours and provided a patch and Scott implemented that one and we got in a little discussion about the future of Simply Static and he told me that he was having his third or false kid, I&#8217;m not really sure, and he don&#8217;t really have the time anymore to maintain or even extend Simply Static from now on.</p>\n\n\n\n<p>And I thought, okay, so I&#8217;m working on my own products for like six years or seven years and I really, being a fan of complex products. So my other products like Password Protection or Secure File Transfer, it&#8217;s always something a little bit nerdy and I thought, okay, Simply Static is a pretty good fit for my existing portfolio, so why not taking it over and shipping all the patches, all the features people were requesting for years. And yeah, that was almost two years ago, or two and a half years ago, I&#8217;m not exactly sure. So that was the short history of how I get into Simply Static.</p>\n\n\n\n<p>[00:24:31] Nathan Wrigley: Perfect. So you took it over and ever since 2020, it&#8217;s been under your stewardship. And you just described that when you click publish in the same way that Google go around the internet and capture what is on your webpage, they&#8217;re not literally, well, they probably are as well, but typically they&#8217;re not taking an image of what&#8217;s on your page, they&#8217;re looking at the source. So they&#8217;re looking at the HTML and any other things that might be attached via that HTML.</p>\n\n\n\n<p>And essentially that&#8217;s what your plugin does. If you&#8217;ve got a brochure site, let&#8217;s say it&#8217;s got 10 pages. When you click the button in Simply Static.</p>\n\n\n\n<p>[00:25:08] Patrick Posner: Generate.</p>\n\n\n\n<p>[00:25:09] Nathan Wrigley: The generate button, thank you. Then it will scrape those 10 pages and put it into a zip file. That zip file, in the free version, you then take to a hosting provider and we keep talking about Netlify, so we may as well go with that. Take it to Netlify, upload it, and it&#8217;s then live, you&#8217;ve got your new iteration. So it&#8217;s a process of creating your WordPress website, saving things as you would normally, clicking generate, carrying the zip file over to Netlify, putting it over there, and then from that moment on the world, if you&#8217;ve got your DNS set up correctly, is looking at the flat html, the static HTML files, that simply Static has generated. Is that right?</p>\n\n\n\n<p>[00:25:55] Patrick Posner: Correct.</p>\n\n\n\n<p>[00:25:56] Nathan Wrigley: Perfect. How is the project going? You know, you&#8217;ve had it under your stewardship for a couple of years. It feels like static sites have become a bit of a hot topic. So I&#8217;m imagining that the plugin is experiencing growth.</p>\n\n\n\n<p>[00:26:10] Patrick Posner: Yeah, so Simply Static had a huge growth within the last two years. We almost 4x&#8217;d amount of active installation. So at the moment I took over the development of Simply Static was like 10 K active installations. We are now reached 40 K active installations. One thing I&#8217;ve done on day one, as I took over Simply Static and the GitHub repository was switching it to public.</p>\n\n\n\n<p>So it&#8217;s really a community driven project. You can always check the entire code base on github.com/simplystatic. And, you will find a little roadmap. You find issues we are working on. You can provide pull requests. Or you can make suggestions for new integrations or things that may not be working as expected.</p>\n\n\n\n<p>So we had that case with Elementor last week where Simply Static isn&#8217;t able to extract the bundled js that Elementor is generating to improve the performance. And we handle all of that, try to be as open as possible about the future of Simply Static. How things are going. Which direction we are going. Why I do things the way I do.</p>\n\n\n\n<p>So, for example, the crawling part, there are other solutions that do it more in a WordPress way. So they fetch all the custom post types and the generated archives and things like that. And it&#8217;s a valid approach, but I thought SEO is such a popular thing today and why not work as close as Google as possible to give an expected result once you generate a static website.</p>\n\n\n\n<p>So see it through the eyes of Google, and the eyes of your users and make sure your content is linked properly. You are having valid URLs. You are not having a bunch of 404 errors on your website. All of that is things Simply Static is taking care of to make the export as easy as possible.</p>\n\n\n\n<p>[00:28:17] Nathan Wrigley: It&#8217;s interesting because you and I are both obviously deeply embedded in the WordPress community. We love it and we probably obsess about WordPress more than is healthy for us. But a typical, I&#8217;m plucking this out of thin air, but I&#8217;m imagining there&#8217;s some truth in what I&#8217;m about to say.</p>\n\n\n\n<p>I would imagine a significant proportion of implementations of WordPress could really benefit from being static. And what I mean by that is, they are literally a site which is not really getting updated. It was built for let&#8217;s say a small business. And, that small business, they just need an internet presence. They need to be out there. They need a contact form. They need some description of what it is that they offer. Something fairly straightforward.</p>\n\n\n\n<p>The users of that, there&#8217;s a possibility that they don&#8217;t want the burden, because the internet is not what they do for a living. They don&#8217;t want the burden of having to renew licenses. They don&#8217;t want the burden for having to update plugins. They don&#8217;t want the burden for updating WordPress when it reaches the next version and so on. And I suppose in a sense, your solution kind of obviates that a little bit, because you don&#8217;t really, now, forgive me for saying this, because everybody will probably shoot me down for this.</p>\n\n\n\n<p>The site would still be secure, serviceable, workable even if you didn&#8217;t do all of the updates. So long as when you save it and generate your file, even if you&#8217;re on a really, really old version of WordPress, so long as the HTML that comes out the other end is valid and works, you are fine..</p>\n\n\n\n<p>[00:29:52] Patrick Posner: Yeah, absolutely. So one thing I keep saying to, a lot of users and customers is, let&#8217;s take WordPress offline in a good way. So we can use WordPress as one of the best tools to create a website. That can be on your local computer, on a protected environment, somewhere hosted. And can be sure that the results exported statically is still secure.</p>\n\n\n\n<p>Even if you don&#8217;t update or you don&#8217;t update your plugins regularly, you don&#8217;t update WordPress each time. You may not even update your theme out of a fear that it may break something. And all of that is covered by Simply Static due to the conversion. So use WordPress as a powerful editor for your website and use Simply Static to have peace of mind that your website is fast and secure even if you don&#8217;t get that much involvement in the WordPress world and you are always on track on all the security vulnerability reports and what&#8217;s new on Google page speed and all of those things.</p>\n\n\n\n<p>[00:30:59] Nathan Wrigley: It&#8217;s, really interesting. I&#8217;m just thinking about appliances in my kitchen. So an example would be my dishwasher. I don&#8217;t want my dishwasher to be on when there&#8217;s no dishes that need cleaning. It just needs to be off. Turn it off, then periodically go back to it and when it needs it, switch it on. And then once it&#8217;s done, switch it off again. It&#8217;s the same sort of principle here, isn&#8217;t it?</p>\n\n\n\n<p>WordPress, as on off-able. You switch it interact with it, publish the changes, get the changes onto the hosting in some way, and we&#8217;ll talk about the different methods in a moment, and then turn it off again, and remove any of the things that WordPress being switched on all the time may bring with it. Yeah, so I really like your description of it there.</p>\n\n\n\n<p>Now, just moving the subject forwards a little bit. Static sites, I feel that the word static sites and headless are being used a lot at the minute. And in many cases there may be confusion that these are in fact the same thing, that a static site that we are talking about today is the same as headless.</p>\n\n\n\n<p>Now it&#8217;s not really true, and I wonder if you could describe the differences. We could really go into the weeds here, but I don&#8217;t think we&#8217;ve probably got time for that. So a simple description of how they differ would be good.</p>\n\n\n\n<p>[00:32:11] Patrick Posner: I think simple is the best way to describe the difference between headless and static websites. So a headless website is more like a technical challenge. You usually have your WordPress website online somewhere all the time when you run a headless setup. The headless website continuously makes use of the REST API for WordPress to fetch content. To submit forms. To do all of dynamic stuff, but with JavaScript and not with PHP.</p>\n\n\n\n<p>And, one of the problems with headless website is that you almost ever need to be a developer or you have a developer maintaining your headless website. And that&#8217;s not the case with static websites due to the static generation, you can be pretty much anyone, and use the benefits a headless site offers without the technical challenges involved.</p>\n\n\n\n<p>And you can even use, and that&#8217;s a huge point for a lot of people, use your existing theme. So headless websites tend to be built from scratch, mostly in an enterprise context, and the theme is built with JavaScript and a modern JAMstack. So things like React are involved, Next.js, just to name a few of the tools involved in the stack.</p>\n\n\n\n<p>And they are complex and far away from end user friendly. A static website you use the tools you already know, but you get the benefits of a headless website. So the security improvement and the performance.</p>\n\n\n\n<p>[00:33:44] Nathan Wrigley: Yeah, I think it&#8217;s important to say that both implementations, static and headless, they really do have benefits. There&#8217;s clearly benefits that you&#8217;ve described for static and clearly there&#8217;s benefits for the headless approach. And as you described, enterprise level clients, and the fact that they may have access on tap to developers is a possible requirement there. I mean, you may be an incredibly technical non-developer, but I would imagine that it&#8217;s true to say that static sites are a little bit more straightforward to implement.</p>\n\n\n\n<p>Okay, with that in mind, let&#8217;s go through some examples of places where static sites are a good fit. And it is very important to say it&#8217;s not always the case. There is definitely going to be some examples where switching WordPress off is not what you want to do. So let&#8217;s do this in two ways. Let&#8217;s do the good first, let&#8217;s have some examples where being able to turn WordPress off using a static site is a good fit. Let&#8217;s do that first.</p>\n\n\n\n<p>[00:34:46] Patrick Posner: Sure. So, a good fit for a static WordPress website is a corporate website. It&#8217;s the most basic example. So yeah, traditional WordPress website for your plumbing service or whatever you do for a living. These sites are a perfect case for static sites. They rarely change. They don&#8217;t have any highly dynamic interaction with the WordPress website. You export them, leave them online, and that&#8217;s all you need.</p>\n\n\n\n<p>Another good example are blogs. So you can serve your entire blog as a static website and use little tricks to make something like comments work. So there are a bunch of tools and they are not that expensive to make comments work on your static website. You can publish new articles quite easily with Simply Static. So that&#8217;s a good case too.</p>\n\n\n\n<p>There are more specific types of websites that are also good fit. Think of documentation websites, where you add or improve the copy of the documentation, but you rarely switch the entire design, for example, for a documentation website.</p>\n\n\n\n<p>Another good fit are landing pages or lead generation websites. Think of AdWords landing pages or just an SEO landing page optimized for a specific keyword. Those pages are mostly small, so the static export is quite fast. And you don&#8217;t have to worry about updates or is my lead generation form working and all of that.</p>\n\n\n\n<p>Another thing that is often offloaded from the traditional website, and is more common in an enterprise context are career and department websites. So you have a separated career portal for all the jobs you are offering or you&#8217;re planning to offer to start a new department. And these pages are often separated from the main website. So like department-x.my domain.com, for example.</p>\n\n\n\n<p>[00:36:45] Nathan Wrigley: Yeah, perfect. So essentially what we&#8217;re saying there is, if the site is more or less static, then it&#8217;s a definite fit. So a corporate website. But even if it&#8217;s being modified, not necessarily being modified every few moments, then a blog for example. This is perfect. So all of those scenarios are a perfect fit. If you can say that you&#8217;re going to modify it not every moment of every day, then it seems to be a good fit.</p>\n\n\n\n<p>But that leads us onto the areas where potentially it&#8217;s not a good fit. And really this is where the dynamic stuff comes in. Any website which needs access to the database because it&#8217;s doing database intensive queries, that&#8217;s probably the area where it&#8217;s not such a good fit. So let&#8217;s go into the not good fits then.</p>\n\n\n\n<p>[00:37:30] Patrick Posner: So what the dynamic is key here. So there are a bunch of types of websites that obviously aren&#8217;t a good fit for a static website. The most common one is eCommerce websites. So think of WooCommerce as the most popular eCommerce solution for WordPress. You don&#8217;t really want to run a WooCommerce store as a static website. People need to be able to add things to their cart. They need to be able to log in to their customer account to download invoices or review their orders, and all of such things. I mean, you can do that with a static website, but it&#8217;s really a challenging part and you don&#8217;t want to do that.</p>\n\n\n\n<p>Another common thing, especially in the last couple of years are membership or community websites. So all kind of websites that really are highly interactive. People commenting. People sharing. There are subtypes of that like, forums or you even use like BuddyPress to have your own little social media space or corporate intranet where people discussing topics and you don&#8217;t really have a control over the publishing. There are a lot of users, high interactivity. It wouldn&#8217;t just make sense to publish a static version of a forum thread each time someone submits a new reply to it.</p>\n\n\n\n<p>[00:38:48] Nathan Wrigley: You imagine things like LMSs and e-commerce websites, where more or less everything that the end user wishes to do involves sucking something out of the database. So yeah, I can see why those scenarios won&#8217;t work. So that&#8217;s a nice clear definition. There&#8217;s definitely good fits here and there&#8217;s areas where, yeah, you probably could make it fit, but really, at that point you&#8217;re probably needing to really push the boundaries a little bit.</p>\n\n\n\n<p>In terms of the product that you&#8217;ve got, so Simply Static,. You have a version on the WordPress repo, but you also have a paid version. Typical case is, if there&#8217;s a paid version, there&#8217;s probably some extra features. Would you just like to outline the difference between what you have to do with the free version and what you can do. We&#8217;re recording this at the beginning of 2023, so caveat emptor, things may change, but at this moment in time, what&#8217;s the difference between the two different products that you offer?</p>\n\n\n\n<p>[00:39:44] Patrick Posner: Sure, happy to clarify that. So, Simply Static Pro works kind of like an add-on to Simply Static. And, the major difference is the convenience and the amount of automation provided. So while you can use Simply Static in the free version to generate a static version of your website, getting a zip and uploading it to Netlify. Simply Static Pro offers automation.</p>\n\n\n\n<p>That means you can connect Netlify directly, or you can connect services like Bunny CDN directly. And you don&#8217;t even need to log into Netlify to publish a static version. You can just simply use the generate button. And once you set up the configuration, everything is automated. So you generate the website and the files are automatically transferred to Netlify.</p>\n\n\n\n<p>There&#8217;s also a point of convenience in the ability to export subsets of your website. So you do a full static export at the start and you have your website running on Netlify and you just want to publish a new post. Or you want to export a collection of pages with their images based on a taxonomy, for example. This is where also Simply Static provides additional features, like single exports and build exports. Build exports, work like a taxonomy. You attach posts, pages, images, additional files, and you can export the entire subset with a simple click of a button. These are two of the main reasons people are using Simply Static Pro.</p>\n\n\n\n<p>Another thing is the idea to avoid external services as much as possible. That&#8217;s why Simply Static Pro&#8217;s also shipping with a forms integration, for example. We&#8217;re currently supporting Contact Form 7 and Gravity Forms, but we also figured out ways to use Elementor forms or Formidable Forms and a bunch of others. To use them without a service like Formspark we mentioned earlier.</p>\n\n\n\n<p>The idea is that your WordPress website is on a protected area and Simply Static Pro is forwarding the requests from your static website to your dynamic WordPress website by authenticating and submitting it back to WordPress and receiving the request on the static website with JavaScript, where I have a similar approach with the built in search integration.</p>\n\n\n\n<p>So Simply Static Pro ships with two different tools to make search work. One is fuse.js. It&#8217;s basically dependency-less JavaScript solution for search. We&#8217;re building json file, it&#8217;s a physical file on your server that contains all the search results that are available as content on your website.</p>\n\n\n\n<p>We&#8217;re fetching the titles, the description, and the complete, the full HTML content of each page. Storing that on a physical file and once a user starts typing the search, there is a auto complete feature suggesting results. User clicks on it and the search integration handles a redirection to the correct page.</p>\n\n\n\n<p>There&#8217;s another integration with Algolia. Algolia is a paid service. It&#8217;s like an online search solution, which is quite powerful as they handle fuzzy search and synonyms for you or typo tolerance search. So if someone types in a keyword of a typo, Algolia makes sure that he still finds the correct content.</p>\n\n\n\n<p>But in the end it works the same way. The major difference here is that Fuse.js has a physical file, which I wouldn&#8217;t recommend for a pretty huge website, but it&#8217;s fine for a standard website. So if you have like a simple corporate website, you can feel free to use Fuse.Js. But if you have like 150 K pages corporate website, I wouldn&#8217;t recommend Fuse.Js as a json file. I mean, you can imagine that the json file is adding up in size pretty quickly if you have 100,000 results stored in there.</p>\n\n\n\n<p>That&#8217;s where Algolia comes into play. Algolia is also really cheap. So you pay nothing for like 10 K searches per month and I don&#8217;t know, $2 for an additional 10 K search results. So it&#8217;s not a huge cost attached to your static site overall cost.</p>\n\n\n\n<p>[00:44:14] Nathan Wrigley: The number one thing that I take away from that is the pro versions really is adding, for the typical user, it&#8217;ll be adding convenience. The ability to, if you like, sync your WordPress website with wherever it&#8217;s hosted. So rather than having to download a file, take it over and upload it, you just click a button and the plugin takes care of that. Makes a decision about what it is that needs to pushed over and so on. So, yeah that&#8217;s really interesting.</p>\n\n\n\n<p>Patrick, we&#8217;re running out of time, but just very briefly, last question really is all about the future. You&#8217;ve obviously had experience of this now for two years. It sounds like you&#8217;re in it for the long haul. What have you got in the pipeline? What&#8217;s on the roadmap for the next period of time?</p>\n\n\n\n<p>[00:44:56] Patrick Posner: Yeah, so I just finished the roadmap for this year for Simply Static. So a bunch of things planned. One thing I&#8217;ll be launching simplystatic.com next month? Yeah, I think it will be next month. And it will contain all information collected for Simply Static and Simply Static Pro. All tutorials, a free course on how to use WordPress as a static site generator that I&#8217;m just in the middle of the production phase.</p>\n\n\n\n<p>We&#8217;ll also improve the onboarding for new developers and optimizing the way of contribution on GitHub. That means writing guides, how to contribute, offering documentation, how the code style is working, and what we expect from a commit or pull request. Offering a bunch of new issues to pick from. I got quite a lot of inspiration from the WordPress project itself. So you can imagine finding things like good first issue. In the future on the GitHub repository of Simply Static.</p>\n\n\n\n<p>There&#8217;s also a huge relaunch plan for the entire admin area of Simply Static. I&#8217;m already six month in a new ui ux concept for Simply Static. I try to completely modernize the look and the feeling of Simply Static and the configuration, and simplify a lot of the those things to make it easier for end users to use Simply Static, and get all the benefits without knowing about what is GitHub or what is deployment or things like that.</p>\n\n\n\n<p>So, easier wording, easier configuration. A little wizard that asks a couple of questions and preconfigures Simply Static for you, to make it as easy as possible. There&#8217;s also an ongoing task that we have pretty much like every WordPress plugin out there. So we like to improve the integration with popular plugins like Elementor, SEO plugins.</p>\n\n\n\n<p>This week we just shipped a huge update for the Simply Static free version. That contains an automation for XML site maps. So we automatically check which SEO plugin you use, finds the XML site map and add it to the static export so you don&#8217;t have to even know that you have a XML site maps, as long as you have a SEO plugin installed and basically configured, Simply Static will now be able to pass the XML sitemap and extract all URLs provided there.</p>\n\n\n\n<p>We&#8217;re also planning to build an official integration with the really popular Autoptimize plugin, make the HTML, CSS minification and bundlings that Autoptimize offers work with Simply Static without any additional configuration.</p>\n\n\n\n<p>[00:47:38] Nathan Wrigley: Sounds like there&#8217;s a lot.</p>\n\n\n\n<p>[00:47:40] Patrick Posner: I&#8217;m always planning a lot, but I also onboarding new people to the team. So, there&#8217;s a developer helping me right now with the Simply Static tasks and I may be able to onboard an additional developer, or maybe if someone is willing to lose the job, someone helping with support.</p>\n\n\n\n<p>Feel free to reach out if you are a technical person and maybe not a developer, and you would like to help with customer support for Simply Static. So I would really appreciate it.</p>\n\n\n\n<p>[00:48:10] Nathan Wrigley: Perfect segue Patrick, because the final question I want to ask is how do people contact you? Where are you online? That could be anything you like, an email address, obviously your contact form page on your website, but Twitter handle. Whatever you like.</p>\n\n\n\n<p>[00:48:23] Patrick Posner: Yeah, so patrickposner.dev is my website. You find all the information about Simply Static and Simply Static Pro here. And you can always reach out to me at hello@patrickposner.dev. I&#8217;m also quite active on Twitter, so @patrickposner_. Don&#8217;t ask me why there&#8217;s an underscore. That&#8217;s the two best ways to reach out to me.</p>\n\n\n\n<p>[00:48:47] Nathan Wrigley: Patrick Posner, thank you very much for chatting to me on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:48:52] Patrick Posner: Thanks for having me.</p>\n</div>\n\n\n\n<p>On the podcast today, we have <a href=\"https://patrickposner.dev/\">Patrick Posner</a>.</p>\n\n\n\n<p>Patrick is a solopreneur and has been developing with WordPress since 2010. He’s worked in many environments, as a freelancer, a senior developer in a WordPress product company, and since 2020 he’s been working full time on his own projects.</p>\n\n\n\n<p>One of his projects is a plugin called <a href=\"https://wordpress.org/plugins/simply-static/\">Simply Static</a>. Its purpose is to make a static version of your website. This, of course, begs the question, what is a static site?</p>\n\n\n\n<p>Back in the early days of the internet, before WordPress, if you wanted to put a website online, you had to write the HTML yourself. You opened up a text editor and started to type. When you’d finished, you had an HTML file which you uploaded to a server somewhere, and if someone wanted to view that page, the server would send over that file. It worked, but, thankfully, it didn’t stay that way for long.</p>\n\n\n\n<p>Software for desktops were developed which would create the HTML for you. CMSs such as WordPress would take this further and create the HTML and CSS based upon the content you’d created and theme that was active.</p>\n\n\n\n<p>This was extremely convenient, but when all is said and done, the output is still the same as it was years ago, HTML, CSS and possibly some JavaScript.</p>\n\n\n\n<p>Depending upon your setup in WordPress, quite a lot of complicated operations are needed to generate that code. Caching aside, is there a case for saving your HTML files, uploading them to a server and then taking WordPress offline? Patrick certainly seems to think so.</p>\n\n\n\n<p>We talk about how this flattening of your website takes place, and what the advantages might be in terms of speed and the cost of hosting.</p>\n\n\n\n<p>We also get into the pros and cons of adopting the static site approach. Are there sites which are more suited to being static than others?</p>\n\n\n\n<p>We also discuss what solutions are out there to make this happen, from Patrick’s own plugin to the hosting providers and SaaS solutions, which enable things like search and forms to still function.</p>\n\n\n\n<p>It’s a really interesting subject and one that you might like to explore, and this podcast is a great primer for that.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/simply-static/\">Simply Static plugin on the WordPress repo</a></p>\n\n\n\n<p><a href=\"https://patrickposner.dev/plugins/simply-static/\">Simply Static Pro website</a></p>\n\n\n\n<p><a href=\"https://patrickposner.dev/\">patrickposner.dev website</a></p>\n\n\n\n<p><a href=\"https://www.netlify.com/\">Netlify</a></p>\n\n\n\n<p><a href=\"https://pages.github.com/\">GitHub Pages</a></p>\n\n\n\n<p><a href=\"https://localwp.com/\">LocalWP</a></p>\n\n\n\n<p><a href=\"https://pages.cloudflare.com/\">Cloudflare Pages</a></p>\n\n\n\n<p><a href=\"https://formspark.io/\">Formspark</a></p>\n\n\n\n<p><a href=\"https://www.mailpoet.com/\">MailPoet</a></p>\n\n\n\n<p><a href=\"https://bunny.net/cdn/\">Bunny CDN</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/contact-form-7/\">Contact Form 7</a></p>\n\n\n\n<p><a href=\"https://www.gravityforms.com/\">Gravity Forms</a></p>\n\n\n\n<p><a href=\"https://elementor.com/\">Elementor</a></p>\n\n\n\n<p><a href=\"https://formidableforms.com/\">Formidable Forms</a></p>\n\n\n\n<p><a href=\"https://fusejs.io/\">Fuse.js</a></p>\n\n\n\n<p><a href=\"https://www.algolia.com/\">Algolia</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/autoptimize/\">Autoptimze</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2023 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"WPTavern: New Proposal Seeks to Update WordPress Release Process for Merging Gutenberg Features After Beta 1 Feature Freeze\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142157\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"https://wptavern.com/new-proposal-seeks-to-update-wordpress-release-process-for-merging-gutenberg-features-after-beta-1-feature-freeze\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6372:\"<p>WordPress lead developer Andrew Ozz has published a <a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/\">proposal</a> for the addition of a new &#8220;gutenberg-merge&#8221; ticket type that would formalize the latitude Gutenberg contributors have been given for committing code after Feature Freeze during the release cycle.</p>\n\n\n\n<p>Ordinarily, any new features and enhancements landing in the release are required to be committed before Beta 1 so they can be ready for testing. It used to be the case that tickets could be changed from “enhancement” to “task” right before Beta 1 as a rare exception for items that were not ready in time for beta and just needed a few more days to get committed. </p>\n\n\n\n<p>&#8220;The intent was to allow another two or three days, not a week or two,&#8221; Ozz said. &#8220;This exception used to happen quite rarely, perhaps a few times per year.</p>\n\n\n\n<p>&#8220;However lately this exception has become part of the standard release workflow. In recent years, it’s become common for 15 to 20 tickets for code coming from Gutenberg to be changed to tasks each release. The reason they are changed is not to give the developers a few more days to complete them. It is mostly to signify that they are going to be committed later.&#8221;</p>\n\n\n\n<p>Ozz contends that because the Gutenberg feature plugin is used on more than 300,000 site, including WordPress.com, and because 60% of users rapidly update to the latest version, that any features and enhancements coming from Gutenberg have already been tested.</p>\n\n\n\n<p>The comment section of the proposal is active with differing opinions. Several participants in the discussion did not agree that just because features are in the plugin does not mean that they have been adequately tested against the goals they were intended to achieve.</p>\n\n\n\n<p>&#8220;Something that worries me about how this could work is, that currently the level of documentation for features that land in core have a higher standard than Gutenberg merges,&#8221; Core contributor Fabian Kägy said. &#8220;Once we approach the beta 1 time the documentation team goes through all the features that were merged in that cycle, making sure there are dev notes for any changes that might impact users / developers. If this deadline is shortened this also means that it may become harder to uphold this standard.&#8221;</p>\n\n\n\n<p>Kägy also noted the challenges of plugin and theme developers testing their extensions against core in order to ensure compatibility with the latest version.</p>\n\n\n\n<p>&#8220;With this changed workflow the actual amount of time where you know with a pretty large likelihood what features will be part of a given core release becomes shorter, making it more difficult to ensure compatibly with a release in time of the release,&#8221; Kägy said.</p>\n\n\n\n<p>Core contributor Peter Wilson <a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/#comment-44390\">outlined</a> two concerns with the proposal: </p>\n\n\n\n<ul>\n<li>by treating&nbsp;Gutenberg&nbsp;as a special case, it will increase the&nbsp;conflict&nbsp;between those who primarily work in the WordPress-Develop repository and those who primarily work in the Gutenberg repository,</li>\n\n\n\n<li>bypassing the feature freeze requirements for the editor goes against the contention that <a href=\"https://make.wordpress.org/core/2022/08/18/wordpress-development-setup/\">Core is Gutenberg and Gutenberg is Core</a>.</li>\n</ul>\n\n\n\n<p>Wilson said the late merging of Gutenberg features has &#8220;been a source of conflict for several years.&#8221;</p>\n\n\n\n<p>&#8220;Bulk merges of Gutenberg features late in the cycle have also been an issue <a href=\"https://make.wordpress.org/core/2019/11/25/devchat-after-the-hour-november-20/\">reported from both those who work primarily in the Gutenberg repo and those who work primarily in the WordPress-Develop repo</a>,&#8221; he said. &#8220;For years incremental merges during the cycle have been advocated but never achieved per the comments in the linked post.&#8221;</p>\n\n\n\n<p>Wilson also disagrees with the proposal&#8217;s assertion that features developed in the Gutenberg repository are better tested in the feature plugin, as the goal of the Beta and RC periods are to test the release as a whole.</p>\n\n\n\n<p>&#8220;With Gutenberg as a plugin <a href=\"https://github.com/WordPress/gutenberg/blob/cc497909ef1deb51c5bc4d6d43f334131bf31194/lib/blocks.php\">replacing core blocks with the plugin’s versions</a>, testing the release as a whole doesn’t happen until after the editor changes merged in to WordPress-Develop,&#8221; Wilson said.</p>\n\n\n\n<p>&#8220;It’s only once Gutenberg is merged in to WordPress-Develop that the unit tests start running on various <a href=\"https://make.wordpress.org/hosting/test-results/\">hosting providers running the test suite</a> in a range of environments.&#8221;</p>\n\n\n\n<p>WordPress Core Committer Joe McGill encouraged the proposal&#8217;s authors to <a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/#comment-44400\">elaborate on the policies and expectations</a> that will be applied to committing patches to tickets designated with the new ticket type. </p>\n\n\n\n<p>&#8220;For example, should all of these commits be completed before RC-1, unless a bug is discovered during the RC period—and only the fixes discovered be committed, or are there other rules in play?&#8221; McGill said. &#8220;Personally, I still think that we should aim to have code for any major new feature merged before the Beta-1 milestone, regardless of whether it’s being tested in the Gutenberg plugin or not.&#8221;</p>\n\n\n\n<p>The discussion is ongoing in the comments of the proposal. Although the proposed changes primarily affect core contributors, committers, and release leads, they also impact testers and WordPress&#8217; plugin and theme developer community working to ensure compatibility ahead of a major release. Those who have feedback on how Gutenberg features are handled during and after &#8220;feature freeze&#8221; should jump in on the comments of the <a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/\">proposal</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Feb 2023 22:44:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 13 Mar 2023 08:30:59 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Mon, 13 Mar 2023 08:15:30 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20211220193300\";}',	'no'),
(3193,	'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9',	'1678739460',	'no'),
(3194,	'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9',	'1678696260',	'no'),
(3195,	'_transient_timeout_dash_v2_df263dcaa43680d8e91051017eda6e7e',	'1678739460',	'no'),
(3196,	'_transient_dash_v2_df263dcaa43680d8e91051017eda6e7e',	'<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\'>WordPress 6.2 Release Candidate 1</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\'>Your WordPress 6.2 Preview</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/podcast/gutenberg-changelog-80-wordpress-6-2-preview-gutenberg-15-2-and-15-3/\'>Gutenberg Times: Gutenberg Changelog #80 – WordPress 6.2 Preview, Gutenberg 15.2 and 15.3</a></li><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/fieldguide-for-wordpress-6-2-community-theme-project-theme-json-and-php-weekend-edition-246/\'>Gutenberg Times: Fieldguide for WordPress 6.2, Community theme project, Theme.json and PHP—Weekend Edition #246</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/toot-the-word-survey-finds-mastodon-increasingly-important-to-wordpress-community-of-tooters\'>WPTavern: Toot the Word Survey Finds Mastodon Increasingly Important to WordPress’ Community of Tooters</a></li></ul></div>',	'no'),
(3201,	'mainwp_child_clone_from_server_last_folder',	'/home/dexit/public_html/fweb/wp-content/uploads/mainwp/backup',	'no'),
(3202,	'mainwp_child_uniqueId',	'0Gbfbsi6',	'no'),
(3203,	'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a',	'1678707251',	'no'),
(3204,	'_site_transient_poptags_40cd750bba9870f18aada2478b24840a',	'O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:6007;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4814;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2785;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2662;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2048;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1909;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1902;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1627;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1562;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1550;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1547;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1515;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1503;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1469;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1360;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1266;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1176;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1156;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1144;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1045;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1016;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:995;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:963;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:902;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:878;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:876;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:871;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:870;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:865;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:865;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:821;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:792;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:780;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:780;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:773;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:765;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:761;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:732;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:729;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:725;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:723;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:721;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:684;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:683;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:683;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:673;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:666;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:632;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:620;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:613;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:607;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:606;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:606;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:596;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:590;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:590;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:588;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:576;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:568;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:567;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:564;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:557;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:551;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:549;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:541;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:538;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:531;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:530;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:529;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:520;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:516;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:511;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:509;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:507;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:502;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:481;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:474;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:470;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:468;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:450;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:449;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:446;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:436;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:430;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:426;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:424;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:421;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:420;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:418;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:418;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:416;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:412;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:409;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:403;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:398;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:394;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:393;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:391;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:386;}}',	'no'),
(3315,	'_site_transient_timeout_community-events-be57ac157e518a996361a5500e9404c2',	'1678778294',	'no'),
(3316,	'_site_transient_community-events-be57ac157e518a996361a5500e9404c2',	'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:21:\"2a00:23c7:551e:7601::\";}s:6:\"events\";a:4:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:64:\"Online WordPress Portsmouth Meetup - What\'s new in WordPress 6.2\";s:3:\"url\";s:67:\"https://www.meetup.com/portsmouth-wordpress-meetup/events/292005690\";s:6:\"meetup\";s:27:\"Portsmouth WordPress Meetup\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/Portsmouth-WordPress-Meetup/\";s:4:\"date\";s:19:\"2023-03-15 19:00:00\";s:8:\"end_date\";s:19:\"2023-03-15 20:30:00\";s:20:\"start_unix_timestamp\";i:1678906800;s:18:\"end_unix_timestamp\";i:1678912200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"GB\";s:8:\"latitude\";d:50.81;s:9:\"longitude\";d:-1.09;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:47:\"Brighton WordPress Meetup - Some sort of social\";s:3:\"url\";s:55:\"https://www.meetup.com/wordup-brighton/events/292086403\";s:6:\"meetup\";s:25:\"Brighton WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/wordup-brighton/\";s:4:\"date\";s:19:\"2023-03-28 18:30:00\";s:8:\"end_date\";s:19:\"2023-03-28 20:30:00\";s:20:\"start_unix_timestamp\";i:1680024600;s:18:\"end_unix_timestamp\";i:1680031800;s:8:\"location\";a:4:{s:8:\"location\";s:24:\"Brighton, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:50.826893;s:9:\"longitude\";d:-0.142564;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"WordPress Cambridge: My favourite plugin on Zoom\";s:3:\"url\";s:59:\"https://www.meetup.com/wordpress-cambridge/events/292128976\";s:6:\"meetup\";s:26:\"WordPress Cambridge Meetup\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-cambridge/\";s:4:\"date\";s:19:\"2023-04-03 19:00:00\";s:8:\"end_date\";s:19:\"2023-04-03 21:00:00\";s:20:\"start_unix_timestamp\";i:1680544800;s:18:\"end_unix_timestamp\";i:1680552000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"GB\";s:8:\"latitude\";d:52.21;s:9:\"longitude\";d:0.13;}}i:3;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:14:\"WordCamp Paris\";s:3:\"url\";s:32:\"https://paris.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-04-21 00:00:00\";s:8:\"end_date\";s:19:\"2023-04-21 00:00:00\";s:20:\"start_unix_timestamp\";i:1682028000;s:18:\"end_unix_timestamp\";i:1682028000;s:8:\"location\";a:4:{s:8:\"location\";s:5:\"Paris\";s:7:\"country\";s:2:\"FR\";s:8:\"latitude\";d:48.8888515;s:9:\"longitude\";d:2.3630917;}}}}',	'no'),
(3317,	'_site_transient_timeout_wp_remote_block_patterns_776e0cd032975a9f248950cbd648d881',	'1678738999',	'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3318,	'_site_transient_wp_remote_block_patterns_776e0cd032975a9f248950cbd648d881',	'a:27:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:229116;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Fullwidth header with hero image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3621:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-5\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group is-layout-flex wp-container-2\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-1\"><h1 class=\"has-link-color wp-block-site-title has-medium-font-size wp-elements-234e57400cf5587740bb7caa261d6fc4\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n</div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-4\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-3\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-3\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-3-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":0,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":40,\"minHeightUnit\":\"vw\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:229092;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Header inside full-width background image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3783:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-10\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-layout-flex\"><div class=\"is-default-size is-style-default wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color has-text-color has-white-color wp-block-site-title has-medium-font-size wp-elements-e24c80986e13ab3d929b38d6b46e3019\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"has-text-color has-white-color is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-9\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-8\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-8\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-8-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-text-color has-white-color wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-text-color has-white-color wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-text-color has-white-color wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Simple header with logo, site title, navigation and a full-width background image with dark overlay.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":50,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":50,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"textColor\":\"base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"white\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"textColor\":\"white\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"33vw\"} -->\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:229097;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Simple header with dark background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2845:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-4956719e1d36ae31d9fb9c185b0a148a is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-15\">\n<div class=\"wp-block-group is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-block-site-title wp-elements-f1e98d6c897e424c7d4e8232ded39f0a\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-14\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-13\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-13\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-13-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Simple header with logo, site title, navigation links and a dark background.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1232:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:229101;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Text-only header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2605:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-20\">\n<div class=\"wp-block-group is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-19\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-18\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-18\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-18-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:53:\"Header with site title, tagline and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:229105;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Simple header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3102:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-26\">\n<div class=\"wp-block-group is-layout-flex wp-container-23\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-22\"><h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class=\"has-small-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-small-font-size is-content-justification-right is-layout-flex wp-container-25\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-24\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-24\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-24-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Header with site logo, title and tagline on the left and with navigation links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:229111;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Fullwidth site title and menu button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2444:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-30\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-29\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open always-shown\" data-micromodal-trigger=\"modal-28\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container hidden-by-default \" style=\"\" id=\"modal-28\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-28-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Header with site title and a hamburger menu button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title /-->\n\n<!-- wp:navigation {\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:229080;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Centered header with logo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2701:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-33\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color has-text-color has-contrast-color wp-block-site-title has-large-font-size wp-elements-9728cce79011b64628d7f6beff066787\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"is-responsive items-justified-center is-fallback wp-block-navigation is-content-justification-center is-layout-flex wp-container-32\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-31\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-31\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-31-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Center aligned header with logo, site title and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:229084;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth header with large font size\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2532:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-37\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"has-large-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-large-font-size is-content-justification-right is-layout-flex wp-container-36\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-35\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-35\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-35-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Header with a large site title and navigation links in the same large font size.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title {\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:229088;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Simple header\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2707:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-41\">\n<div class=\"wp-block-group is-layout-flex wp-container-38\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-40\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-39\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-39\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-39-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Simple header with logo, site title and navigation.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:229127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1993:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\" style=\"padding-top:4em;padding-bottom:2em\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-47\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-group alignwide is-layout-flow\"><form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\"><label for=\"wp-block-search__input-43\" class=\"wp-block-search__label screen-reader-text\">Search</label><div class=\"wp-block-search__inside-wrapper \"  style=\"width: 100%\"><input type=\"search\" id=\"wp-block-search__input-43\" class=\"wp-block-search__input\" name=\"s\" value=\"\" placeholder=\"\"  style=\"border-width: 1px\" required /><button type=\"submit\" class=\"wp-block-search__button has-icon wp-element-button\"  style=\"border-width: 1px\" aria-label=\"Search\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n					<path d=\"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z\"></path>\n				</svg></button></div></form></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:100%\"></div>\n</div>\n\n\n\n<div style=\"height:140px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom is-layout-flex wp-container-50\">\n<div class=\"wp-block-column is-vertically-aligned-bottom is-layout-flow\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-bottom is-layout-flow\">\n<p class=\"has-text-align-right has-small-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:90:\"core/column,core/columns,core/group,core/paragraph,core/search,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1727:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4em\",\"bottom\":\"2em\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:4em;padding-bottom:2em\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:group {\"align\":\"wide\"} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"140px\"} -->\n<div style=\"height:140px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:paragraph {\"align\":\"right\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-right has-small-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:229131;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with site title and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:742:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-53\">\n<div class=\"wp-block-group is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with site title on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1095:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:229135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with navigation and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2572:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-58\">\n<div class=\"wp-block-group is-layout-flex\"><nav class=\"has-small-font-size is-responsive items-justified-left is-fallback wp-block-navigation has-small-font-size is-content-justification-left is-layout-flex wp-container-56\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-55\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-55\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-55-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with navigation on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1174:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:229147;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Fullwidth footer with navigation, credit, and social\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4462:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-65\"><h1 class=\"wp-block-site-title has-small-font-size wp-container-content-60\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<div class=\"wp-block-group wp-container-content-61 is-vertical is-content-justification-center is-layout-flex wp-container-62\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-63 is-content-justification-right is-nowrap is-layout-flex wp-container-64\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Footer with site title on the left, credit in the middle and social links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1869:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group alignfull has-small-font-size\"><!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"12px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:229151;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2499:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-75\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group wp-container-content-67 is-vertical is-layout-flex wp-container-68\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-layout-flex wp-container-74\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-71\">\n<p class=\"has-text-align-left\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-left is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size is-content-justification-left is-nowrap is-layout-flex wp-container-70\" aria-label=\"\"><ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-73\">\n<p class=\"has-text-align-left\">Social</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-72\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2939:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1204:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-79\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:952:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-83\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2840:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-85\">\n<div class=\"wp-block-column is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color wp-block-heading\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-89\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-92\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1990:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-96\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-100\">\n<div class=\"wp-block-column is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1368:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2015:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:719:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1155:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1337:\"\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-106\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2053:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1182:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-109\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:27;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Quote\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:673:\"\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>&#8220;Contributing makes me feel like I&#8217;m being useful to the planet.&#8221;</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:36:\"core/image,core/quote,core/separator\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1012:\"<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\'m being useful to the planet.\"</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1424:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-112\">\n<div class=\"wp-block-column is-layout-flow\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:717:\"\n<figure class=\"wp-block-gallery alignwide columns-2 is-cropped wp-block-gallery-113 is-layout-flex\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" data-link=\"#\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" data-link=\"#\" /></figure></li></ul></figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/gallery\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:737:\"<!-- wp:gallery {\"ids\":[null,null],\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" data-link=\"#\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" data-link=\"#\" /></figure></li></ul></figure>\n<!-- /wp:gallery -->\";}}',	'no'),
(3321,	'_site_transient_timeout_wp_remote_block_patterns_34dc8198f32a2e3c8e1561e2ed003976',	'1678738999',	'no'),
(3322,	'_site_transient_wp_remote_block_patterns_34dc8198f32a2e3c8e1561e2ed003976',	'a:15:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6359:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-1\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-2\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2665:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:899:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-4\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3340:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-12\">\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-9b0ec38802488b5326b5833c551a99b8 is-layout-flow\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-6\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-9add2e813d78c88d00f9bd37bafd7af9 is-layout-flow\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-8\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-2500c6475a3fa956c7c9f0264bdaf6c7 is-layout-flow\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-10\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:102:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/paragraph,core/separator\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"buttons\";i:1;s:7:\"columns\";i:2;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:5340:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2221:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1657:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-5fce4e677a9b9d7d0cae0196c9d74d97\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group has-link-color wp-elements-71b4a847bbd96313422a1303e9ba41f3 is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n</div>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1617:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:566;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Event announcement and details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1614:\"\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color wp-elements-b69341fa8ca2b5011df7156020136c46 is-layout-flow\" style=\"background-color:#d2cdc7\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"alignwide wp-block-heading\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n\n\n\n<h3 class=\"alignwide wp-block-heading\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-18\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:25%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:75%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-21\">\n<div class=\"wp-block-column is-layout-flow\">\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2622:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#d2cdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\"><!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:image {\"id\":3173,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1628:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-27\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img decoding=\"async\" loading=\"lazy\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-25\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Offset images with descriptions.\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1754:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-30\">\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"\" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<p style=\"font-size:14px\"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p style=\"font-size:14px\"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"\" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:32:\"Offset images with descriptions.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:62:\"core/column,core/columns,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1175:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"\" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"\" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1415:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-35\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-38\">\n<div class=\"wp-block-column is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1509:\"\n<figure class=\"wp-block-image alignwide size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-43\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1624:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:952:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-47\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2840:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-49\">\n<div class=\"wp-block-column is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color wp-block-heading\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-53\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-56\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1181:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-60\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}',	'no'),
(3348,	'_transient_timeout_elementor_remote_info_api_data_3.11.4',	'1678784959',	'no'),
(3349,	'_transient_elementor_remote_info_api_data_3.11.4',	'a:4:{s:9:\"timestamp\";s:10:\"1678739682\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}',	'no'),
(3358,	'_elementor_global_css',	'a:7:{s:4:\"time\";i:1678742414;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}',	'yes'),
(3361,	'_elementor_assets_data',	'a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:19:{s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.11.4\";}s:15:\"theme-site-logo\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.11.5\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.11.4\";}s:17:\"animated-headline\";a:2:{s:7:\"content\";s:136:\"<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\">\";s:7:\"version\";s:6:\"3.11.5\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.11.4\";}s:14:\"call-to-action\";a:2:{s:7:\"content\";s:133:\"<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css\">\";s:7:\"version\";s:6:\"3.11.5\";}s:12:\"loop-builder\";a:2:{s:7:\"content\";s:131:\"<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-loop-builder.min.css\">\";s:7:\"version\";s:6:\"3.11.5\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.11.4\";}s:8:\"icon-box\";a:2:{s:7:\"content\";s:123:\"<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\";s:7:\"version\";s:6:\"3.11.4\";}s:25:\"theme-post-featured-image\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.11.5\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:124:\"<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.11.4\";}s:14:\"theme-elements\";a:2:{s:7:\"content\";s:133:\"<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-theme-elements.min.css\">\";s:7:\"version\";s:6:\"3.11.5\";}s:16:\"theme-post-title\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.11.5\";}s:18:\"theme-post-excerpt\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.11.5\";}s:20:\"ucaddon_list_marquee\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.11.4\";}s:8:\"nav-menu\";a:2:{s:7:\"content\";s:127:\"<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css\">\";s:7:\"version\";s:6:\"3.11.5\";}s:5:\"forms\";a:2:{s:7:\"content\";s:6196:\"<style>/*! elementor-pro - v3.11.5 - 12-03-2023 */\n.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;font-size:13px;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-basis:0;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{width:100%;position:relative;background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden}.e-form__indicators__indicator__progress__meter{width:var(--e-form-steps-indicator-progress-meter-width,0);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;border-radius:var(--e-form-steps-indicator-progress-border-radius);background-color:var(--e-form-steps-indicator-progress-color);color:var(--e-form-steps-indicator-progress-meter-color);text-align:right;transition:width .1s linear}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{color:var(--e-form-steps-indicator-active-primary-color,#39b54a);border-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a);background-color:initial}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);font-size:var(--e-form-steps-indicator-icon-size);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:10px}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{width:var(--e-form-steps-indicator-icon-size);height:auto}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{width:100%;height:var(--e-form-steps-divider-width);background-color:#c2cbd2}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button>span{display:flex;justify-content:center;align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal;flex-grow:0}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-select-wrapper .select-caret-down-wrapper{position:absolute;top:50%;transform:translateY(-50%);inset-inline-end:10px;pointer-events:none;font-size:11px}.elementor-select-wrapper .select-caret-down-wrapper svg{display:unset;width:1em;aspect-ratio:unset;fill:currentColor}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:\"\"!important}</style>\";s:7:\"version\";s:6:\"3.11.5\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:4947:\"<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>\";s:7:\"version\";s:6:\"3.11.4\";}s:5:\"posts\";a:2:{s:7:\"content\";s:124:\"<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css\">\";s:7:\"version\";s:6:\"3.11.5\";}}}}',	'yes'),
(3362,	'_transient_timeout_wpseo_total_unindexed_posts_limited',	'1678746431',	'no'),
(3363,	'_transient_wpseo_total_unindexed_posts_limited',	'0',	'no'),
(3364,	'_transient_timeout_wpseo_total_unindexed_terms_limited',	'1678746431',	'no'),
(3365,	'_transient_wpseo_total_unindexed_terms_limited',	'0',	'no'),
(3371,	'_site_transient_timeout_theme_roots',	'1678747358',	'no'),
(3372,	'_site_transient_theme_roots',	'a:5:{s:15:\"hello-elementor\";s:7:\"/themes\";s:12:\"oxygen-theme\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}',	'no'),
(3376,	'_site_transient_update_themes',	'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1678745607;s:7:\"checked\";a:5:{s:15:\"hello-elementor\";s:5:\"2.6.1\";s:12:\"oxygen-theme\";s:5:\"1.8.0\";s:15:\"twentytwentyone\";s:3:\"1.7\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:4:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.2.6.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.0.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}',	'no'),
(3378,	'_site_transient_update_plugins',	'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1678745607;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:23:{s:61:\"add-class-to-elementor-image/add-class-to-elementor-image.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/add-class-to-elementor-image\";s:4:\"slug\";s:28:\"add-class-to-elementor-image\";s:6:\"plugin\";s:61:\"add-class-to-elementor-image/add-class-to-elementor-image.php\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/add-class-to-elementor-image/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/add-class-to-elementor-image.1.2.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/add-class-to-elementor-image/assets/icon-128x128.png?rev=2579528\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/add-class-to-elementor-image/assets/banner-1544x500.png?rev=2579528\";s:2:\"1x\";s:83:\"https://ps.w.org/add-class-to-elementor-image/assets/banner-772x250.png?rev=2579528\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.4\";}s:29:\"acf-extended/acf-extended.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/acf-extended\";s:4:\"slug\";s:12:\"acf-extended\";s:6:\"plugin\";s:29:\"acf-extended/acf-extended.php\";s:11:\"new_version\";s:7:\"0.8.9.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/acf-extended/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/acf-extended.0.8.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/acf-extended/assets/icon-256x256.png?rev=2071550\";s:2:\"1x\";s:65:\"https://ps.w.org/acf-extended/assets/icon-128x128.png?rev=2071550\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/acf-extended/assets/banner-1544x500.png?rev=2071550\";s:2:\"1x\";s:67:\"https://ps.w.org/acf-extended/assets/banner-772x250.png?rev=2071550\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/tinymce-advanced\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:5:\"5.6.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/tinymce-advanced.5.6.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511\";s:2:\"1x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-128x128.png?rev=971511\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/tinymce-advanced/assets/banner-1544x500.png?rev=2390186\";s:2:\"1x\";s:71:\"https://ps.w.org/tinymce-advanced/assets/banner-772x250.png?rev=2390186\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:45:\"a-little-more-secure/a-little-more-secure.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/a-little-more-secure\";s:4:\"slug\";s:20:\"a-little-more-secure\";s:6:\"plugin\";s:45:\"a-little-more-secure/a-little-more-secure.php\";s:11:\"new_version\";s:5:\"1.0.3\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/a-little-more-secure/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/a-little-more-secure.1.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/a-little-more-secure/assets/icon-256x256.png?rev=2463341\";s:2:\"1x\";s:73:\"https://ps.w.org/a-little-more-secure/assets/icon-128x128.png?rev=2463341\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:65:\"automatic-image-alt-attributes/automatic-image-alt-attributes.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"w.org/plugins/automatic-image-alt-attributes\";s:4:\"slug\";s:30:\"automatic-image-alt-attributes\";s:6:\"plugin\";s:65:\"automatic-image-alt-attributes/automatic-image-alt-attributes.php\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/automatic-image-alt-attributes/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/automatic-image-alt-attributes.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:74:\"https://s.w.org/plugins/geopattern-icon/automatic-image-alt-attributes.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:43:\"better-code-editing/better-code-editing.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/better-code-editing\";s:4:\"slug\";s:19:\"better-code-editing\";s:6:\"plugin\";s:43:\"better-code-editing/better-code-editing.php\";s:11:\"new_version\";s:5:\"0.7.0\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/better-code-editing/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/better-code-editing.0.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/better-code-editing/assets/icon.svg?rev=1720408\";s:3:\"svg\";s:64:\"https://ps.w.org/better-code-editing/assets/icon.svg?rev=1720408\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/custom-post-type-ui\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:6:\"1.13.4\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.13.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-256x256.png?rev=2744389\";s:2:\"1x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-128x128.png?rev=2744389\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/custom-post-type-ui/assets/banner-1544x500.png?rev=2744389\";s:2:\"1x\";s:74:\"https://ps.w.org/custom-post-type-ui/assets/banner-772x250.png?rev=2744389\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:62:\"download-plugins-dashboard/download-plugins-from-dashboard.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/download-plugins-dashboard\";s:4:\"slug\";s:26:\"download-plugins-dashboard\";s:6:\"plugin\";s:62:\"download-plugins-dashboard/download-plugins-from-dashboard.php\";s:11:\"new_version\";s:5:\"1.8.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/download-plugins-dashboard/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/download-plugins-dashboard.1.8.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/download-plugins-dashboard/assets/icon-256x256.jpg?rev=2631618\";s:2:\"1x\";s:79:\"https://ps.w.org/download-plugins-dashboard/assets/icon-128x128.jpg?rev=2631618\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/download-plugins-dashboard/assets/banner-1544x500.jpg?rev=2631618\";s:2:\"1x\";s:81:\"https://ps.w.org/download-plugins-dashboard/assets/banner-772x250.jpg?rev=2631618\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";}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.11.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:61:\"events-tracker-for-elementor/events-tracker-for-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/events-tracker-for-elementor\";s:4:\"slug\";s:28:\"events-tracker-for-elementor\";s:6:\"plugin\";s:61:\"events-tracker-for-elementor/events-tracker-for-elementor.php\";s:11:\"new_version\";s:7:\"1.3.1.3\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/events-tracker-for-elementor/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/events-tracker-for-elementor.1.3.1.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:81:\"https://ps.w.org/events-tracker-for-elementor/assets/icon-256x256.png?rev=2413366\";s:2:\"1x\";s:73:\"https://ps.w.org/events-tracker-for-elementor/assets/icon.svg?rev=2199479\";s:3:\"svg\";s:73:\"https://ps.w.org/events-tracker-for-elementor/assets/icon.svg?rev=2199479\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/events-tracker-for-elementor/assets/banner-1544x500.png?rev=2413366\";s:2:\"1x\";s:83:\"https://ps.w.org/events-tracker-for-elementor/assets/banner-772x250.png?rev=2413366\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.1\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:41:\"hide-admin-notices/hide-admin-notices.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/hide-admin-notices\";s:4:\"slug\";s:18:\"hide-admin-notices\";s:6:\"plugin\";s:41:\"hide-admin-notices/hide-admin-notices.php\";s:11:\"new_version\";s:5:\"1.2.2\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/hide-admin-notices/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/hide-admin-notices.1.2.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/hide-admin-notices/assets/icon-256x256.png?rev=2273158\";s:2:\"1x\";s:63:\"https://ps.w.org/hide-admin-notices/assets/icon.svg?rev=2273158\";s:3:\"svg\";s:63:\"https://ps.w.org/hide-admin-notices/assets/icon.svg?rev=2273158\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/hide-admin-notices/assets/banner-1544x500.png?rev=2273158\";s:2:\"1x\";s:73:\"https://ps.w.org/hide-admin-notices/assets/banner-772x250.png?rev=2273158\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:43:\"w.org/plugins/limit-login-attempts-reloaded\";s:4:\"slug\";s:29:\"limit-login-attempts-reloaded\";s:6:\"plugin\";s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";s:11:\"new_version\";s:7:\"2.25.13\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/limit-login-attempts-reloaded/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/limit-login-attempts-reloaded.2.25.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/limit-login-attempts-reloaded/assets/icon-256x256.png?rev=2456910\";s:2:\"1x\";s:82:\"https://ps.w.org/limit-login-attempts-reloaded/assets/icon-128x128.png?rev=2456910\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/limit-login-attempts-reloaded/assets/banner-1544x500.png?rev=2456910\";s:2:\"1x\";s:84:\"https://ps.w.org/limit-login-attempts-reloaded/assets/banner-772x250.png?rev=2456910\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:33:\"wp-mail-catcher/WpMailCatcher.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-mail-catcher\";s:4:\"slug\";s:15:\"wp-mail-catcher\";s:6:\"plugin\";s:33:\"wp-mail-catcher/WpMailCatcher.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-mail-catcher/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wp-mail-catcher.2.0.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/wp-mail-catcher/assets/icon.svg?rev=2221293\";s:3:\"svg\";s:60:\"https://ps.w.org/wp-mail-catcher/assets/icon.svg?rev=2221293\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-mail-catcher/assets/banner-772x250.png?rev=1789705\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:29:\"mainwp-child/mainwp-child.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/mainwp-child\";s:4:\"slug\";s:12:\"mainwp-child\";s:6:\"plugin\";s:29:\"mainwp-child/mainwp-child.php\";s:11:\"new_version\";s:7:\"4.4.0.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/mainwp-child/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/mainwp-child.4.4.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/mainwp-child/assets/icon-256x256.png?rev=2734948\";s:2:\"1x\";s:65:\"https://ps.w.org/mainwp-child/assets/icon-128x128.png?rev=2734948\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/mainwp-child/assets/banner-1544x500.jpg?rev=2734948\";s:2:\"1x\";s:67:\"https://ps.w.org/mainwp-child/assets/banner-772x250.jpg?rev=2734948\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/mainwp-child/assets/banner-1544x500-rtl.jpg?rev=2712922\";s:2:\"1x\";s:71:\"https://ps.w.org/mainwp-child/assets/banner-772x250-rtl.jpg?rev=2712922\";}s:8:\"requires\";s:3:\"5.4\";}s:39:\"permalink-manager/permalink-manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/permalink-manager\";s:4:\"slug\";s:17:\"permalink-manager\";s:6:\"plugin\";s:39:\"permalink-manager/permalink-manager.php\";s:11:\"new_version\";s:7:\"2.3.1.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/permalink-manager/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/permalink-manager.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/permalink-manager/assets/icon-256x256.png?rev=2625166\";s:2:\"1x\";s:62:\"https://ps.w.org/permalink-manager/assets/icon.svg?rev=2625166\";s:3:\"svg\";s:62:\"https://ps.w.org/permalink-manager/assets/icon.svg?rev=2625166\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/permalink-manager/assets/banner-1544x500.png?rev=2625164\";s:2:\"1x\";s:72:\"https://ps.w.org/permalink-manager/assets/banner-772x250.png?rev=2625164\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.4.0\";}s:37:\"post-types-order/post-types-order.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/post-types-order\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"plugin\";s:37:\"post-types-order/post-types-order.php\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/post-types-order/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/post-types-order.2.0.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/post-types-order/assets/banner-1544x500.png?rev=1675574\";s:2:\"1x\";s:71:\"https://ps.w.org/post-types-order/assets/banner-772x250.png?rev=2870026\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.8\";}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:5:\"5.3.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redirection.5.3.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"3.1.5\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.3.1.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:57:\"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/reveal-ids-for-wp-admin-25\";s:4:\"slug\";s:26:\"reveal-ids-for-wp-admin-25\";s:6:\"plugin\";s:57:\"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php\";s:11:\"new_version\";s:5:\"1.5.4\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/reveal-ids-for-wp-admin-25.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/reveal-ids-for-wp-admin-25/assets/icon-256x256.png?rev=1162209\";s:2:\"1x\";s:79:\"https://ps.w.org/reveal-ids-for-wp-admin-25/assets/icon-128x128.png?rev=1163228\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:80:\"https://ps.w.org/reveal-ids-for-wp-admin-25/assets/banner-772x250.png?rev=479453\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:47:\"stop-user-enumeration/stop-user-enumeration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/stop-user-enumeration\";s:4:\"slug\";s:21:\"stop-user-enumeration\";s:6:\"plugin\";s:47:\"stop-user-enumeration/stop-user-enumeration.php\";s:11:\"new_version\";s:5:\"1.4.6\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/stop-user-enumeration/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/stop-user-enumeration.1.4.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/stop-user-enumeration/assets/icon-256x256.png?rev=1677689\";s:2:\"1x\";s:74:\"https://ps.w.org/stop-user-enumeration/assets/icon-128x128.png?rev=1677689\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/stop-user-enumeration/assets/banner-1544x500.png?rev=1677695\";s:2:\"1x\";s:76:\"https://ps.w.org/stop-user-enumeration/assets/banner-772x250.png?rev=1677695\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}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:\"7.1.8\";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:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"20.2.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.2.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.0\";}}}',	'no'),
(3384,	'_transient_timeout_global_styles_oxygen-theme',	'1678746115',	'no'),
(3385,	'_transient_global_styles_oxygen-theme',	'body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}',	'no'),
(3386,	'_transient_timeout_global_styles_svg_filters_oxygen-theme',	'1678746115',	'no'),
(3387,	'_transient_global_styles_svg_filters_oxygen-theme',	'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>',	'no');

DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1,	2,	'_wp_page_template',	'default'),
(2,	3,	'_wp_page_template',	'default'),
(5,	6,	'_elementor_edit_mode',	'builder'),
(6,	6,	'_elementor_template_type',	'kit'),
(7,	7,	'_menu_item_type',	'custom'),
(8,	7,	'_menu_item_menu_item_parent',	'0'),
(9,	7,	'_menu_item_object_id',	'7'),
(10,	7,	'_menu_item_object',	'custom'),
(11,	7,	'_menu_item_target',	''),
(12,	7,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(13,	7,	'_menu_item_xfn',	''),
(14,	7,	'_menu_item_url',	'/terms/'),
(15,	8,	'_menu_item_type',	'custom'),
(16,	8,	'_menu_item_menu_item_parent',	'0'),
(17,	8,	'_menu_item_object_id',	'8'),
(18,	8,	'_menu_item_object',	'custom'),
(19,	8,	'_menu_item_target',	''),
(20,	8,	'_menu_item_classes',	'a:1:{i:0;s:4:\"home\";}'),
(21,	8,	'_menu_item_xfn',	''),
(22,	8,	'_menu_item_url',	'/privacy/'),
(23,	9,	'_menu_item_type',	'custom'),
(24,	9,	'_menu_item_menu_item_parent',	'0'),
(25,	9,	'_menu_item_object_id',	'9'),
(26,	9,	'_menu_item_object',	'custom'),
(27,	9,	'_menu_item_target',	''),
(28,	9,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(29,	9,	'_menu_item_xfn',	''),
(30,	9,	'_menu_item_url',	'/cookies/'),
(32,	16,	'_edit_last',	'1'),
(33,	16,	'_edit_lock',	'1676363596:1'),
(34,	16,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(35,	16,	'_elementor_location',	'elementor_head'),
(36,	16,	'_elementor_priority',	'9'),
(37,	16,	'_elementor_code',	'<script></script>'),
(38,	16,	'_elementor_extra_options',	'a:0:{}'),
(39,	17,	'_elementor_edit_mode',	'builder'),
(40,	17,	'_elementor_template_type',	'header'),
(41,	18,	'_elementor_edit_mode',	'builder'),
(42,	18,	'_elementor_template_type',	'header'),
(43,	17,	'_elementor_version',	'3.11.4'),
(44,	17,	'_elementor_pro_version',	'3.11.5'),
(45,	17,	'_edit_lock',	'1678698921:1'),
(55,	3,	'_wp_trash_meta_status',	'draft'),
(56,	3,	'_wp_trash_meta_time',	'1677087747'),
(57,	3,	'_wp_desired_post_slug',	'privacy-policy'),
(58,	2,	'_wp_trash_meta_status',	'publish'),
(59,	2,	'_wp_trash_meta_time',	'1677087749'),
(60,	2,	'_wp_desired_post_slug',	'sample-page'),
(61,	25,	'_edit_lock',	'1678265844:1'),
(62,	26,	'_edit_lock',	'1678699277:1'),
(64,	28,	'_wp_attached_file',	'2023/02/Faction-White.png'),
(65,	28,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:3137;s:6:\"height\";i:502;s:4:\"file\";s:25:\"2023/02/Faction-White.png\";s:8:\"filesize\";i:34540;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Faction-White-300x48.png\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4028;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Faction-White-1024x164.png\";s:5:\"width\";i:1024;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Faction-White-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:905;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Faction-White-768x123.png\";s:5:\"width\";i:768;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10726;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Faction-White-1536x246.png\";s:5:\"width\";i:1536;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23067;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"Faction-White-2048x328.png\";s:5:\"width\";i:2048;s:6:\"height\";i:328;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31852;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66,	28,	'_elementor_source_image_hash',	'039b6eb27e4cb1a8a508a2f00634d1a72c3503e6'),
(67,	29,	'_wp_attached_file',	'2023/02/JPG-1-scaled-1.jpg'),
(68,	29,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:26:\"2023/02/JPG-1-scaled-1.jpg\";s:8:\"filesize\";i:180051;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"JPG-1-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8316;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"JPG-1-scaled-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"JPG-1-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3584;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"JPG-1-scaled-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25007;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"JPG-1-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58336;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:28:\"JPG-1-scaled-1-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83207;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(69,	29,	'_elementor_source_image_hash',	'e95c8f0c135367379c97dbae1ccac1fb8155851c'),
(70,	30,	'_wp_attached_file',	'2023/02/AfterJam-test-2.jpg'),
(71,	30,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2023/02/AfterJam-test-2.jpg\";s:8:\"filesize\";i:169927;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"AfterJam-test-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8508;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"AfterJam-test-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49333;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"AfterJam-test-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5553;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"AfterJam-test-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32608;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"AfterJam-test-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87535;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(72,	30,	'_elementor_source_image_hash',	'3c80a6a9f9ccc67dfe806e1525ae6bcb31967a41'),
(73,	31,	'_wp_attached_file',	'2023/02/flag-joint-mockup.png'),
(74,	31,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:29:\"2023/02/flag-joint-mockup.png\";s:8:\"filesize\";i:9775520;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"flag-joint-mockup-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62450;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"flag-joint-mockup-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:653439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"flag-joint-mockup-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28298;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"flag-joint-mockup-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:372339;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(76,	25,	'_elementor_edit_mode',	'builder'),
(77,	25,	'_elementor_template_type',	'wp-page'),
(78,	25,	'_elementor_version',	'3.11.2'),
(79,	25,	'_elementor_pro_version',	'3.11.3'),
(80,	26,	'_elementor_edit_mode',	'builder'),
(81,	26,	'_elementor_template_type',	'wp-page'),
(82,	26,	'_elementor_version',	'3.11.4'),
(83,	26,	'_elementor_pro_version',	'3.11.5'),
(84,	35,	'_edit_last',	'1'),
(85,	35,	'_edit_lock',	'1677105762:1'),
(100,	38,	'_elementor_edit_mode',	'builder'),
(101,	38,	'_elementor_template_type',	'kit'),
(102,	38,	'_elementor_version',	'3.11.1'),
(103,	38,	'_elementor_pro_version',	'3.11.1'),
(104,	39,	'_elementor_edit_mode',	'builder'),
(105,	39,	'_elementor_template_type',	'kit'),
(106,	39,	'_elementor_version',	'3.11.1'),
(107,	39,	'_elementor_pro_version',	'3.11.1'),
(108,	38,	'_wp_page_template',	'default'),
(109,	38,	'_elementor_page_settings',	'a:18:{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:\"#111414\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#294C50\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF7C1C\";}}s:13:\"custom_colors\";a:8:{i:0;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:1;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:2;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:3;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:5;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:6;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:7;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}}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:8:\"Biennale\";s:22:\"typography_font_weight\";s:3:\"500\";}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:8:\"Biennale\";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:8:\"Biennale\";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:1:{i:0;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"42\";s:5:\"right\";s:2:\"42\";s:6:\"bottom\";s:2:\"42\";s:4:\"left\";s:2:\"42\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:8;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:40:\"settings_page_transitions_preloader_type\";s:9:\"animation\";s:50:\"settings_page_transitions_preloader_animation_type\";s:7:\"overlap\";s:40:\"settings_page_transitions_preloader_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=primary\";s:41:\"settings_page_transitions_preloader_color\";s:24:\"globals/colors?id=accent\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:21:\"default_page_template\";s:16:\"elementor_canvas\";s:26:\"body_background_background\";s:7:\"classic\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";}'),
(110,	40,	'_elementor_edit_mode',	'builder'),
(111,	40,	'_elementor_template_type',	'page'),
(112,	40,	'_elementor_version',	'3.11.1'),
(113,	40,	'_elementor_pro_version',	'3.11.1'),
(114,	41,	'_wp_attached_file',	'2023/02/flag-joint-mockup-1.png'),
(115,	41,	'_elementor_import_session_id',	'63f657a3b4a5e'),
(116,	41,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:31:\"2023/02/flag-joint-mockup-1.png\";s:8:\"filesize\";i:9775520;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"flag-joint-mockup-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:62450;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"flag-joint-mockup-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:653439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"flag-joint-mockup-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:28298;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"flag-joint-mockup-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:372339;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"flag-joint-mockup-1-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1467590;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(117,	42,	'_edit_lock',	'1678699049:1'),
(118,	42,	'_edit_last',	'1'),
(119,	42,	'_yoast_wpseo_estimated-reading-time-minutes',	'2'),
(120,	42,	'_yoast_wpseo_wordproof_timestamp',	''),
(121,	44,	'_edit_lock',	'1678735406:1'),
(122,	44,	'_edit_last',	'1'),
(123,	44,	'_yoast_wpseo_estimated-reading-time-minutes',	'1'),
(124,	44,	'_yoast_wpseo_wordproof_timestamp',	''),
(125,	45,	'_edit_lock',	'1677515956:1'),
(126,	45,	'_edit_last',	'1'),
(127,	45,	'_yoast_wpseo_estimated-reading-time-minutes',	'1'),
(128,	45,	'_yoast_wpseo_wordproof_timestamp',	''),
(129,	46,	'_edit_lock',	'1677518200:1'),
(130,	46,	'_edit_last',	'1'),
(131,	46,	'_yoast_wpseo_estimated-reading-time-minutes',	'1'),
(132,	46,	'_yoast_wpseo_wordproof_timestamp',	''),
(133,	47,	'_edit_lock',	'1677513783:1'),
(134,	47,	'_edit_last',	'1'),
(135,	47,	'_yoast_wpseo_estimated-reading-time-minutes',	'1'),
(136,	47,	'_yoast_wpseo_wordproof_timestamp',	''),
(137,	48,	'_edit_lock',	'1677513723:1'),
(138,	48,	'_edit_last',	'1'),
(139,	48,	'_yoast_wpseo_estimated-reading-time-minutes',	'1'),
(140,	48,	'_yoast_wpseo_wordproof_timestamp',	''),
(141,	49,	'_edit_lock',	'1677513778:1'),
(142,	49,	'_edit_last',	'1'),
(143,	49,	'_yoast_wpseo_estimated-reading-time-minutes',	'0'),
(144,	49,	'_yoast_wpseo_wordproof_timestamp',	''),
(145,	50,	'_elementor_edit_mode',	'builder'),
(146,	50,	'_elementor_template_type',	'wp-page'),
(147,	50,	'_elementor_version',	'3.11.1'),
(148,	50,	'_elementor_pro_version',	'3.11.1'),
(149,	51,	'_elementor_edit_mode',	'builder'),
(150,	51,	'_elementor_template_type',	'wp-page'),
(151,	51,	'_elementor_version',	'3.11.1'),
(152,	51,	'_elementor_pro_version',	'3.11.1'),
(153,	25,	'_wp_page_template',	'elementor_header_footer'),
(154,	25,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1,\"equal_height\":\"yes\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(155,	52,	'_elementor_edit_mode',	'builder'),
(156,	52,	'_elementor_template_type',	'wp-page'),
(157,	52,	'_elementor_version',	'3.11.1'),
(158,	52,	'_elementor_pro_version',	'3.11.1'),
(159,	52,	'_wp_page_template',	'default'),
(160,	52,	'_elementor_data',	'[]'),
(161,	25,	'_elementor_page_assets',	'a:0:{}'),
(162,	25,	'_yoast_wpseo_estimated-reading-time-minutes',	'6'),
(164,	53,	'_elementor_edit_mode',	'builder'),
(165,	53,	'_elementor_template_type',	'wp-page'),
(166,	53,	'_elementor_version',	'3.11.1'),
(167,	53,	'_elementor_pro_version',	'3.11.1'),
(168,	54,	'_elementor_edit_mode',	'builder'),
(169,	54,	'_elementor_template_type',	'wp-page'),
(170,	54,	'_elementor_version',	'3.11.1'),
(171,	54,	'_elementor_pro_version',	'3.11.1'),
(172,	26,	'_wp_page_template',	'elementor_header_footer'),
(173,	26,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"20\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"label_typography_font_weight\":\"300\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_color\":\"#294C50\",\"button_background_hover_color\":\"#FF7C1C\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1,\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":-88,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":-80,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(174,	55,	'_elementor_edit_mode',	'builder'),
(175,	55,	'_elementor_template_type',	'wp-page'),
(176,	55,	'_elementor_version',	'3.11.1'),
(177,	55,	'_elementor_pro_version',	'3.11.1'),
(178,	55,	'_wp_page_template',	'default'),
(179,	55,	'_elementor_data',	'[]'),
(180,	26,	'_elementor_page_assets',	'a:0:{}'),
(181,	26,	'_yoast_wpseo_estimated-reading-time-minutes',	'1'),
(189,	57,	'_elementor_edit_mode',	'builder'),
(190,	57,	'_elementor_template_type',	'kit'),
(191,	57,	'_elementor_version',	'3.11.1'),
(192,	57,	'_elementor_pro_version',	'3.11.1'),
(193,	58,	'_elementor_edit_mode',	'builder'),
(194,	58,	'_elementor_template_type',	'kit'),
(195,	58,	'_elementor_version',	'3.11.1'),
(196,	58,	'_elementor_pro_version',	'3.11.1'),
(197,	57,	'_wp_page_template',	'default'),
(198,	57,	'_elementor_page_settings',	'a:18:{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:\"#111414\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#294C50\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF7C1C\";}}s:13:\"custom_colors\";a:16:{i:0;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:1;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:2;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:3;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:5;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:6;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:7;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:8;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:9;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:10;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:11;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:12;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:13;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:14;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:15;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}}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:8:\"Biennale\";s:22:\"typography_font_weight\";s:3:\"500\";}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:8:\"Biennale\";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:8:\"Biennale\";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:2:{i:0;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:1;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"42\";s:5:\"right\";s:2:\"42\";s:6:\"bottom\";s:2:\"42\";s:4:\"left\";s:2:\"42\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:8;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:40:\"settings_page_transitions_preloader_type\";s:9:\"animation\";s:50:\"settings_page_transitions_preloader_animation_type\";s:7:\"overlap\";s:40:\"settings_page_transitions_preloader_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=primary\";s:41:\"settings_page_transitions_preloader_color\";s:24:\"globals/colors?id=accent\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:21:\"default_page_template\";s:16:\"elementor_canvas\";s:26:\"body_background_background\";s:7:\"classic\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";}'),
(199,	59,	'_elementor_edit_mode',	'builder'),
(200,	59,	'_elementor_template_type',	'page'),
(201,	59,	'_elementor_version',	'3.11.1'),
(202,	59,	'_elementor_pro_version',	'3.11.1'),
(203,	60,	'_wp_attached_file',	'2023/02/flag-joint-mockup-2.png'),
(204,	60,	'_elementor_import_session_id',	'63f659940276b'),
(205,	60,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:31:\"2023/02/flag-joint-mockup-2.png\";s:8:\"filesize\";i:9775520;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"flag-joint-mockup-2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62450;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"flag-joint-mockup-2-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:653439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"flag-joint-mockup-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28298;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"flag-joint-mockup-2-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:372339;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"flag-joint-mockup-2-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1467590;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(206,	61,	'_elementor_edit_mode',	'builder'),
(207,	61,	'_elementor_template_type',	'kit'),
(208,	61,	'_elementor_version',	'3.11.2'),
(209,	61,	'_elementor_pro_version',	'3.11.3'),
(210,	62,	'_elementor_edit_mode',	'builder'),
(211,	62,	'_elementor_template_type',	'kit'),
(212,	62,	'_elementor_version',	'3.11.1'),
(213,	62,	'_elementor_pro_version',	'3.11.1'),
(214,	61,	'_wp_page_template',	'default'),
(215,	61,	'_elementor_page_settings',	'a:28:{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:\"#111414\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#294C50\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF7C1C\";}}s:13:\"custom_colors\";a:24:{i:0;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:1;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:2;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:3;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:5;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:6;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:7;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:8;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:9;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:10;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:11;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:12;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:13;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:14;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:15;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:16;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:17;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:18;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:19;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:20;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:21;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:22;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:23;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}}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:8:\"Biennale\";s:22:\"typography_font_weight\";s:3:\"500\";}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:8:\"Biennale\";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:8:\"Biennale\";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:6:{i:0;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:1;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:2;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:3;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"41b3d80\";s:5:\"title\";s:17:\"FooterText Orange\";}i:4;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a12af8f\";s:5:\"title\";s:20:\"Homepage Section Big\";}i:5;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c2638d5\";s:5:\"title\";s:4:\"dasd\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"42\";s:5:\"right\";s:2:\"42\";s:6:\"bottom\";s:2:\"42\";s:4:\"left\";s:2:\"42\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:8;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:40:\"settings_page_transitions_preloader_type\";s:9:\"animation\";s:50:\"settings_page_transitions_preloader_animation_type\";s:7:\"overlap\";s:40:\"settings_page_transitions_preloader_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:5:{s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=primary\";s:41:\"settings_page_transitions_preloader_color\";s:24:\"globals/colors?id=accent\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";s:10:\"body_color\";s:0:\"\";s:25:\"mobile_browser_background\";s:25:\"globals/colors?id=primary\";}s:21:\"default_page_template\";s:23:\"elementor_header_footer\";s:26:\"body_background_background\";s:7:\"classic\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:9:\"site_name\";s:11:\"Faction web\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:73:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White.png\";s:2:\"id\";i:28;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:10:\"body_color\";s:7:\"#111414\";s:19:\"image_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:13:\"image_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:21:\"body_background_color\";s:7:\"#111414\";s:42:\"settings_page_transitions_background_color\";s:7:\"#111414\";s:41:\"settings_page_transitions_preloader_color\";s:7:\"#FF7C1C\";}'),
(216,	63,	'_elementor_edit_mode',	'builder'),
(217,	63,	'_elementor_template_type',	'page'),
(218,	63,	'_elementor_version',	'3.11.1'),
(219,	63,	'_elementor_pro_version',	'3.11.1'),
(220,	64,	'_wp_attached_file',	'2023/02/flag-joint-mockup-3.png'),
(221,	64,	'_elementor_import_session_id',	'63f659eb8b0a5'),
(222,	64,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:31:\"2023/02/flag-joint-mockup-3.png\";s:8:\"filesize\";i:9775520;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"flag-joint-mockup-3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62450;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"flag-joint-mockup-3-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:653439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"flag-joint-mockup-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28298;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"flag-joint-mockup-3-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:372339;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"flag-joint-mockup-3-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1467590;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(223,	65,	'_elementor_edit_mode',	'builder'),
(224,	65,	'_elementor_template_type',	'wp-page'),
(225,	65,	'_elementor_version',	'3.11.1'),
(226,	65,	'_elementor_pro_version',	'3.11.1'),
(227,	65,	'_wp_page_template',	'default'),
(228,	65,	'_elementor_data',	'[]'),
(229,	65,	'_elementor_page_assets',	'a:0:{}'),
(230,	66,	'_elementor_edit_mode',	'builder'),
(231,	66,	'_elementor_template_type',	'wp-page'),
(232,	66,	'_elementor_version',	'3.11.1'),
(233,	66,	'_elementor_pro_version',	'3.11.1'),
(234,	66,	'_wp_page_template',	'default'),
(235,	66,	'_elementor_data',	'[]'),
(236,	66,	'_elementor_page_assets',	'a:0:{}'),
(237,	67,	'_elementor_edit_mode',	'builder'),
(238,	67,	'_elementor_template_type',	'wp-page'),
(239,	67,	'_elementor_version',	'3.11.1'),
(240,	67,	'_elementor_pro_version',	'3.11.1'),
(241,	67,	'_wp_page_template',	'default'),
(242,	67,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(243,	67,	'_elementor_page_assets',	'a:0:{}'),
(245,	68,	'_wp_attached_file',	'2023/02/Biennale-Black1.ttf'),
(246,	68,	'_wp_attachment_metadata',	'a:1:{s:8:\"filesize\";i:83092;}'),
(247,	69,	'_wp_attached_file',	'2023/02/Biennale-Bold-21.ttf'),
(248,	69,	'_wp_attachment_metadata',	'a:1:{s:8:\"filesize\";i:82972;}'),
(249,	70,	'_wp_attached_file',	'2023/02/Biennale-Heavy1.ttf'),
(250,	70,	'_wp_attachment_metadata',	'a:1:{s:8:\"filesize\";i:80268;}'),
(251,	71,	'_wp_attached_file',	'2023/02/Biennale-SemiBold1.ttf'),
(252,	71,	'_wp_attachment_metadata',	'a:1:{s:8:\"filesize\";i:83260;}'),
(253,	72,	'_wp_attached_file',	'2023/02/Biennale-Medium1.ttf'),
(254,	72,	'_wp_attachment_metadata',	'a:1:{s:8:\"filesize\";i:83364;}'),
(255,	73,	'_wp_attached_file',	'2023/02/Biennale-Book1.ttf'),
(256,	73,	'_wp_attachment_metadata',	'a:1:{s:8:\"filesize\";i:83684;}'),
(257,	74,	'_wp_attached_file',	'2023/02/Biennale-UltraLight1.ttf'),
(258,	74,	'_wp_attachment_metadata',	'a:1:{s:8:\"filesize\";i:83728;}'),
(259,	35,	'elementor_font_files',	'a:8:{i:0;a:7:{s:11:\"font_weight\";s:3:\"700\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:2:\"68\";s:3:\"url\";s:75:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Black1.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}i:1;a:7:{s:11:\"font_weight\";s:3:\"600\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:2:\"69\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Bold-21.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}i:2;a:7:{s:11:\"font_weight\";s:3:\"800\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:2:\"70\";s:3:\"url\";s:75:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Heavy1.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}i:3;a:7:{s:11:\"font_weight\";s:3:\"500\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:2:\"71\";s:3:\"url\";s:78:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-SemiBold1.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}i:4;a:7:{s:11:\"font_weight\";s:3:\"400\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:2:\"72\";s:3:\"url\";s:76:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Medium1.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}i:5;a:7:{s:11:\"font_weight\";s:3:\"300\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:3:\"215\";s:3:\"url\";s:77:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Regular1.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}i:6;a:7:{s:11:\"font_weight\";s:3:\"200\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:2:\"73\";s:3:\"url\";s:74:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Book1.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}i:7;a:7:{s:11:\"font_weight\";s:3:\"100\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:2:\"74\";s:3:\"url\";s:80:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-UltraLight1.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}}'),
(260,	35,	'elementor_font_face',	'@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 700;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Black1.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 600;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Bold-21.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 800;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Heavy1.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 500;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-SemiBold1.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 400;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Medium1.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 300;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Regular1.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 200;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Book1.ttf\') format(\'truetype\');\n}\n@font-face {\n	font-family: \'Biennale\';\n	font-style: normal;\n	font-weight: 100;\n	font-display: auto;\n	src: url(\'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-UltraLight1.ttf\') format(\'truetype\');\n}\n'),
(263,	17,	'_wp_page_template',	'default'),
(264,	17,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]}},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":38.22,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}],\"width_mobile\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},\"elements\":[{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> \",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(265,	17,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(266,	61,	'_edit_lock',	'1677877043:1'),
(267,	75,	'_elementor_edit_mode',	'builder'),
(268,	75,	'_elementor_template_type',	'kit'),
(269,	75,	'_elementor_version',	'3.11.1'),
(270,	75,	'_elementor_pro_version',	'3.11.1'),
(271,	75,	'_wp_page_template',	'default'),
(272,	75,	'_elementor_page_settings',	'a:18:{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:\"#111414\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#294C50\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF7C1C\";}}s:13:\"custom_colors\";a:24:{i:0;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:1;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:2;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:3;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:5;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:6;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:7;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:8;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:9;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:10;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:11;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:12;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:13;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:14;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:15;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:16;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:17;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:18;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:19;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:20;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:21;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:22;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:23;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}}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:8:\"Biennale\";s:22:\"typography_font_weight\";s:3:\"500\";}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:8:\"Biennale\";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:8:\"Biennale\";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:3:{i:0;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:1;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:2;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"42\";s:5:\"right\";s:2:\"42\";s:6:\"bottom\";s:2:\"42\";s:4:\"left\";s:2:\"42\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:8;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:40:\"settings_page_transitions_preloader_type\";s:9:\"animation\";s:50:\"settings_page_transitions_preloader_animation_type\";s:7:\"overlap\";s:40:\"settings_page_transitions_preloader_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=primary\";s:41:\"settings_page_transitions_preloader_color\";s:24:\"globals/colors?id=accent\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:21:\"default_page_template\";s:16:\"elementor_canvas\";s:26:\"body_background_background\";s:7:\"classic\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";}'),
(274,	61,	'_elementor_data',	'[]'),
(275,	76,	'_elementor_edit_mode',	'builder'),
(276,	76,	'_elementor_template_type',	'kit'),
(277,	76,	'_elementor_version',	'3.11.1'),
(278,	76,	'_elementor_pro_version',	'3.11.1'),
(279,	76,	'_wp_page_template',	'default'),
(280,	76,	'_elementor_page_settings',	'a:22:{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:\"#111414\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#294C50\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF7C1C\";}}s:13:\"custom_colors\";a:24:{i:0;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:1;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:2;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:3;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:5;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:6;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:7;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:8;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:9;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:10;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:11;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:12;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:13;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:14;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:15;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:16;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:17;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:18;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:19;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:20;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:21;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:22;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:23;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}}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:8:\"Biennale\";s:22:\"typography_font_weight\";s:3:\"500\";}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:8:\"Biennale\";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:8:\"Biennale\";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:3:{i:0;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:1;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:2;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"42\";s:5:\"right\";s:2:\"42\";s:6:\"bottom\";s:2:\"42\";s:4:\"left\";s:2:\"42\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:8;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:40:\"settings_page_transitions_preloader_type\";s:9:\"animation\";s:50:\"settings_page_transitions_preloader_animation_type\";s:7:\"overlap\";s:40:\"settings_page_transitions_preloader_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=primary\";s:41:\"settings_page_transitions_preloader_color\";s:24:\"globals/colors?id=accent\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:21:\"default_page_template\";s:16:\"elementor_canvas\";s:26:\"body_background_background\";s:7:\"classic\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:9:\"site_name\";s:11:\"Faction web\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:73:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White.png\";s:2:\"id\";i:28;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),
(282,	76,	'_elementor_data',	'[]'),
(283,	61,	'_elementor_page_assets',	'a:0:{}'),
(284,	77,	'_elementor_edit_mode',	'builder'),
(285,	77,	'_elementor_template_type',	'header'),
(286,	77,	'_elementor_version',	'3.11.1'),
(287,	77,	'_elementor_pro_version',	'3.11.1'),
(288,	77,	'_wp_page_template',	'default'),
(289,	77,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(290,	77,	'_elementor_page_assets',	'a:0:{}'),
(291,	78,	'_elementor_edit_mode',	'builder'),
(292,	78,	'_elementor_template_type',	'header'),
(293,	78,	'_elementor_version',	'3.11.1'),
(294,	78,	'_elementor_pro_version',	'3.11.1'),
(295,	78,	'_wp_page_template',	'default'),
(296,	78,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 35px;\\r\\n    height: 35px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 6px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 20px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -20px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(297,	78,	'_elementor_page_assets',	'a:0:{}'),
(298,	17,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(299,	79,	'_elementor_edit_mode',	'builder'),
(300,	79,	'_elementor_template_type',	'header'),
(301,	79,	'_elementor_version',	'3.11.1'),
(302,	79,	'_elementor_pro_version',	'3.11.1'),
(303,	79,	'_wp_page_template',	'default'),
(304,	79,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 35px;\\r\\n    height: 35px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 6px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 20px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -20px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(305,	79,	'_elementor_page_assets',	'a:0:{}'),
(306,	79,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(307,	80,	'_elementor_edit_mode',	'builder'),
(308,	80,	'_elementor_template_type',	'header'),
(309,	80,	'_elementor_version',	'3.11.1'),
(310,	80,	'_elementor_pro_version',	'3.11.1'),
(311,	80,	'_wp_page_template',	'default'),
(312,	80,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 35px;\\r\\n    height: 35px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 6px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 20px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -20px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(313,	80,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(314,	80,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(315,	81,	'_elementor_edit_mode',	'builder'),
(316,	81,	'_elementor_template_type',	'header'),
(317,	81,	'_elementor_version',	'3.11.1'),
(318,	81,	'_elementor_pro_version',	'3.11.1'),
(319,	81,	'_wp_page_template',	'default'),
(320,	81,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(321,	81,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(322,	81,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(323,	82,	'_elementor_edit_mode',	'builder'),
(324,	82,	'_elementor_template_type',	'header'),
(325,	82,	'_elementor_version',	'3.11.1'),
(326,	82,	'_elementor_pro_version',	'3.11.1'),
(327,	82,	'_wp_page_template',	'default'),
(328,	82,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(329,	82,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(330,	82,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(331,	83,	'_elementor_edit_mode',	'builder'),
(332,	83,	'_elementor_template_type',	'header'),
(333,	83,	'_elementor_version',	'3.11.1'),
(334,	83,	'_elementor_pro_version',	'3.11.1'),
(335,	83,	'_wp_page_template',	'default'),
(336,	83,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(337,	83,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(338,	83,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(339,	84,	'_wp_attached_file',	'2023/02/Contact-Background.png'),
(340,	84,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:4:\"file\";s:30:\"2023/02/Contact-Background.png\";s:8:\"filesize\";i:190602;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Contact-Background-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7837;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Contact-Background-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41523;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Contact-Background-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3555;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Contact-Background-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27984;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Contact-Background-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71771;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"Contact-Background-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103158;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(341,	84,	'_elementor_source_image_hash',	'a403048a0e844e6d4f98fa14f604fbf358aa2303'),
(344,	85,	'_edit_lock',	'1677091530:1'),
(345,	85,	'_edit_last',	'1'),
(346,	85,	'_yoast_wpseo_estimated-reading-time-minutes',	'0'),
(347,	85,	'_yoast_wpseo_wordproof_timestamp',	''),
(357,	88,	'_elementor_edit_mode',	'builder'),
(358,	88,	'_elementor_template_type',	'wp-page'),
(359,	88,	'_elementor_version',	'3.11.1'),
(360,	88,	'_elementor_pro_version',	'3.11.1'),
(361,	88,	'_wp_page_template',	'default'),
(362,	88,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(363,	88,	'_elementor_page_assets',	'a:0:{}'),
(365,	89,	'_elementor_edit_mode',	'builder'),
(366,	89,	'_elementor_template_type',	'wp-page'),
(367,	89,	'_elementor_version',	'3.11.1'),
(368,	89,	'_elementor_pro_version',	'3.11.1'),
(369,	89,	'_wp_page_template',	'default'),
(370,	89,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(371,	89,	'_elementor_page_assets',	'a:0:{}'),
(373,	90,	'_elementor_edit_mode',	'builder'),
(374,	90,	'_elementor_template_type',	'wp-page'),
(375,	90,	'_elementor_version',	'3.11.1'),
(376,	90,	'_elementor_pro_version',	'3.11.1'),
(377,	90,	'_wp_page_template',	'elementor_theme'),
(378,	90,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(379,	90,	'_elementor_page_assets',	'a:0:{}'),
(381,	91,	'_elementor_edit_mode',	'builder'),
(382,	91,	'_elementor_template_type',	'wp-page'),
(383,	91,	'_elementor_version',	'3.11.1'),
(384,	91,	'_elementor_pro_version',	'3.11.1'),
(385,	91,	'_wp_page_template',	'elementor_theme'),
(386,	91,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(387,	91,	'_elementor_page_assets',	'a:0:{}'),
(389,	92,	'_elementor_edit_mode',	'builder'),
(390,	92,	'_elementor_template_type',	'wp-page'),
(391,	92,	'_elementor_version',	'3.11.1'),
(392,	92,	'_elementor_pro_version',	'3.11.1'),
(393,	92,	'_wp_page_template',	'elementor_theme'),
(394,	92,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(395,	92,	'_elementor_page_assets',	'a:0:{}'),
(397,	93,	'_elementor_edit_mode',	'builder'),
(398,	93,	'_elementor_template_type',	'wp-page'),
(399,	93,	'_elementor_version',	'3.11.1'),
(400,	93,	'_elementor_pro_version',	'3.11.1'),
(401,	93,	'_wp_page_template',	'elementor_theme'),
(402,	93,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d22cd04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1459a15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8985549\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">We build purposeful brands that connect<\\/span><\\/p><p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">with their audience.<\\/span><span style=\\\"color: var( --e-global-color-text ); background-color: var(--wp--preset--color--background);\\\"><\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d804fe8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry.<span class=\\\"Apple-converted-space\\\">\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a17398\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"21\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"15ce941\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fad32fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b05fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,&nbsp;<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.&nbsp;<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"80a0964\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"5365c11\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cf67bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"38c5014\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"202a7da\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47f628c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"32\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[{\"id\":\"39c378f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d4363f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99955ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ba3a41e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0a52525\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(403,	93,	'_elementor_page_assets',	'a:0:{}'),
(407,	94,	'_elementor_edit_mode',	'builder'),
(408,	94,	'_elementor_template_type',	'header'),
(409,	94,	'_elementor_version',	'3.11.1'),
(410,	94,	'_elementor_pro_version',	'3.11.1'),
(411,	94,	'_wp_page_template',	'default'),
(412,	94,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(413,	94,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(414,	94,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(417,	95,	'_elementor_edit_mode',	'builder'),
(418,	95,	'_elementor_template_type',	'footer'),
(419,	96,	'_elementor_edit_mode',	'builder'),
(420,	96,	'_elementor_template_type',	'footer'),
(421,	95,	'_elementor_version',	'3.11.4'),
(422,	95,	'_elementor_pro_version',	'3.11.5'),
(423,	95,	'_edit_lock',	'1678699594:1'),
(424,	95,	'_wp_page_template',	'default'),
(425,	95,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\",\"__dynamic__\":{\"background_color\":\"[elementor-tag id=\\\"96b7364\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848840f52d%3Anews_ticker_bg_color%22%7D\\\"]\"},\"z_index\":3},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"1002bb0\\\" name=\\\"dce-dynamic-tag-php\\\" settings=\\\"%7B%22custom_php%22%3A%22%24colored%20%3D%20get_field(\'news_ticker_underline\')%3B%5Cnecho%20\'%3Cu%20style%3D%5C%22color%3A\'.%24colored.\'!important%3B%5C%22%3EContact%20Us%3C%2Fu%3E%3C%2Fu%3E\'%3B%22%7D\\\"]\"}},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\",\"marquee_item_color\":\"#FFFFFF\",\"__dynamic__\":{\"marquee_item_color\":\"[elementor-tag id=\\\"abf267b\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848be0f52e%3Anews_ticker_text_color%22%7D\\\"]\"},\"marquee_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"marquee_item_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}],\"flex_wrap_tablet\":\"wrap\",\"_flex_align_self_tablet\":\"flex-start\",\"_flex_size_tablet\":\"shrink\"},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222<br>\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-end\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380,\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580,\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.05,\"sizes\":[]},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"flex_align_items_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(426,	97,	'_elementor_edit_mode',	'builder'),
(427,	97,	'_elementor_template_type',	'footer'),
(428,	97,	'_elementor_version',	'3.11.1'),
(429,	97,	'_elementor_pro_version',	'3.11.1'),
(430,	97,	'_wp_page_template',	'default'),
(431,	97,	'_elementor_data',	'[{\"id\":\"c13a12d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"093ecd7\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fc23dc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Faction-White.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"140\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46d990\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5df3a3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e8bdd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Company No. 11113333<\\/p><p>Billericay, Essex, United Kingdom<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"43ddc3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"022f1f5\",\"elType\":\"widget\",\"settings\":{\"menu\":\"legalmenu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"bf89fdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"525709d\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(432,	95,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(433,	95,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(435,	98,	'_elementor_edit_mode',	'builder'),
(436,	98,	'_elementor_template_type',	'footer'),
(437,	98,	'_elementor_version',	'3.11.1'),
(438,	98,	'_elementor_pro_version',	'3.11.1'),
(439,	98,	'_wp_page_template',	'default'),
(440,	98,	'_elementor_data',	'[{\"id\":\"c13a12d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"093ecd7\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fc23dc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Faction-White.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"140\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46d990\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5df3a3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e8bdd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Company No. 11113333<\\/p><p>Billericay, Essex, United Kingdom<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"43ddc3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"022f1f5\",\"elType\":\"widget\",\"settings\":{\"menu\":\"legalmenu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"bf89fdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"525709d\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(441,	98,	'_elementor_page_assets',	'a:0:{}'),
(442,	98,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(443,	99,	'_elementor_edit_mode',	'builder'),
(444,	99,	'_elementor_template_type',	'footer'),
(445,	99,	'_elementor_version',	'3.11.1'),
(446,	99,	'_elementor_pro_version',	'3.11.1'),
(447,	99,	'_wp_page_template',	'default'),
(448,	99,	'_elementor_data',	'[{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24.964},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":46},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(449,	99,	'_elementor_page_assets',	'a:0:{}'),
(450,	99,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(451,	100,	'_elementor_edit_mode',	'builder'),
(452,	100,	'_elementor_template_type',	'footer'),
(453,	100,	'_elementor_version',	'3.11.1'),
(454,	100,	'_elementor_pro_version',	'3.11.1'),
(455,	100,	'_wp_page_template',	'default'),
(456,	100,	'_elementor_data',	'[{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24.964},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":46},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"align_items\":\"justify\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(457,	100,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(458,	100,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(460,	101,	'_elementor_edit_mode',	'builder'),
(461,	101,	'_elementor_template_type',	'footer'),
(462,	101,	'_elementor_version',	'3.11.1'),
(463,	101,	'_elementor_pro_version',	'3.11.1'),
(464,	101,	'_wp_page_template',	'default'),
(465,	101,	'_elementor_data',	'[{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24.964},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":46},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"align_items\":\"justify\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"text-decoration: underline;\\\">Contact us<\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(466,	101,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(467,	101,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(469,	102,	'_elementor_edit_mode',	'builder'),
(470,	102,	'_elementor_template_type',	'footer'),
(471,	102,	'_elementor_version',	'3.11.1'),
(472,	102,	'_elementor_pro_version',	'3.11.1'),
(473,	102,	'_wp_page_template',	'default'),
(474,	102,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"text-decoration: underline;\\\">Contact us<\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24.964},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":46},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"align_items\":\"justify\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(475,	102,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(476,	102,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(477,	103,	'_elementor_edit_mode',	'builder'),
(478,	103,	'_elementor_template_type',	'footer'),
(479,	103,	'_elementor_version',	'3.11.1'),
(480,	103,	'_elementor_pro_version',	'3.11.1'),
(481,	103,	'_wp_page_template',	'default'),
(482,	103,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24.964},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":46},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"align_items\":\"justify\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(483,	103,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(484,	103,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(485,	104,	'_elementor_edit_mode',	'builder'),
(486,	104,	'_elementor_template_type',	'footer'),
(487,	104,	'_elementor_version',	'3.11.1'),
(488,	104,	'_elementor_pro_version',	'3.11.1'),
(489,	104,	'_wp_page_template',	'default'),
(490,	104,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"5\",\"bottom\":\"1\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24.964},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":46},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"align_items\":\"justify\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(491,	104,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(492,	104,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(493,	105,	'_elementor_edit_mode',	'builder'),
(494,	105,	'_elementor_template_type',	'footer'),
(495,	105,	'_elementor_version',	'3.11.1'),
(496,	105,	'_elementor_pro_version',	'3.11.1'),
(497,	105,	'_wp_page_template',	'default'),
(498,	105,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24.964},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":46},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"align_items\":\"justify\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(499,	105,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(500,	105,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(501,	106,	'_elementor_edit_mode',	'builder'),
(502,	106,	'_elementor_template_type',	'footer'),
(503,	106,	'_elementor_version',	'3.11.1'),
(504,	106,	'_elementor_pro_version',	'3.11.1'),
(505,	106,	'_wp_page_template',	'default'),
(506,	106,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24.964},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":46},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"align_items\":\"justify\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(507,	106,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(508,	106,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(509,	107,	'_menu_item_type',	'post_type'),
(510,	107,	'_menu_item_menu_item_parent',	'0'),
(511,	107,	'_menu_item_object_id',	'25'),
(512,	107,	'_menu_item_object',	'page'),
(513,	107,	'_menu_item_target',	''),
(514,	107,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(515,	107,	'_menu_item_xfn',	''),
(516,	107,	'_menu_item_url',	''),
(518,	108,	'_menu_item_type',	'post_type'),
(519,	108,	'_menu_item_menu_item_parent',	'0'),
(520,	108,	'_menu_item_object_id',	'85'),
(521,	108,	'_menu_item_object',	'page'),
(522,	108,	'_menu_item_target',	''),
(523,	108,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(524,	108,	'_menu_item_xfn',	''),
(525,	108,	'_menu_item_url',	''),
(527,	109,	'_menu_item_type',	'post_type'),
(528,	109,	'_menu_item_menu_item_parent',	'0'),
(529,	109,	'_menu_item_object_id',	'42'),
(530,	109,	'_menu_item_object',	'page'),
(531,	109,	'_menu_item_target',	''),
(532,	109,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(533,	109,	'_menu_item_xfn',	''),
(534,	109,	'_menu_item_url',	''),
(536,	110,	'_menu_item_type',	'custom'),
(537,	110,	'_menu_item_menu_item_parent',	'0'),
(538,	110,	'_menu_item_object_id',	'110'),
(539,	110,	'_menu_item_object',	'custom'),
(540,	110,	'_menu_item_target',	''),
(541,	110,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(542,	110,	'_menu_item_xfn',	''),
(543,	110,	'_menu_item_url',	'/fweb/services/'),
(545,	111,	'_menu_item_type',	'custom'),
(546,	111,	'_menu_item_menu_item_parent',	'0'),
(547,	111,	'_menu_item_object_id',	'111'),
(548,	111,	'_menu_item_object',	'custom'),
(549,	111,	'_menu_item_target',	''),
(550,	111,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(551,	111,	'_menu_item_xfn',	''),
(552,	111,	'_menu_item_url',	'/fweb/projects/'),
(563,	113,	'_menu_item_type',	'custom'),
(564,	113,	'_menu_item_menu_item_parent',	'0'),
(565,	113,	'_menu_item_object_id',	'113'),
(566,	113,	'_menu_item_object',	'custom'),
(567,	113,	'_menu_item_target',	''),
(568,	113,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(569,	113,	'_menu_item_xfn',	''),
(570,	113,	'_menu_item_url',	'/fweb/contact-us/'),
(573,	95,	'_edit_last',	'1'),
(574,	114,	'_elementor_edit_mode',	'builder'),
(575,	114,	'_elementor_template_type',	'footer'),
(576,	114,	'_elementor_version',	'3.11.1'),
(577,	114,	'_elementor_pro_version',	'3.11.1'),
(578,	114,	'_wp_page_template',	'default'),
(579,	114,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24.964},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":46},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"align_items\":\"justify\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(580,	114,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(581,	114,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(583,	115,	'_elementor_edit_mode',	'builder'),
(584,	115,	'_elementor_template_type',	'wp-page'),
(585,	115,	'_elementor_version',	'3.11.1'),
(586,	115,	'_elementor_pro_version',	'3.11.1'),
(587,	115,	'_wp_page_template',	'elementor_theme'),
(588,	115,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d22cd04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1459a15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8985549\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">We build purposeful brands that connect<\\/span><\\/p><p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">with their audience.<\\/span><span style=\\\"color: var( --e-global-color-text ); background-color: var(--wp--preset--color--background);\\\"><\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d804fe8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry.<span class=\\\"Apple-converted-space\\\">\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a17398\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"21\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"15ce941\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fad32fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b05fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,&nbsp;<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.&nbsp;<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"80a0964\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"5365c11\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cf67bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"38c5014\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"202a7da\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47f628c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"32\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[{\"id\":\"39c378f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d4363f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99955ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ba3a41e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0a52525\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(589,	115,	'_elementor_page_assets',	'a:0:{}'),
(591,	116,	'_elementor_edit_mode',	'builder'),
(592,	116,	'_elementor_template_type',	'wp-page'),
(593,	116,	'_elementor_version',	'3.11.1'),
(594,	116,	'_elementor_pro_version',	'3.11.1'),
(595,	116,	'_wp_page_template',	'elementor_theme'),
(596,	116,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d22cd04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1459a15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8985549\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">We build purposeful brands that connect<\\/span><\\/p><p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">with their audience.<\\/span><span style=\\\"color: var( --e-global-color-text ); background-color: var(--wp--preset--color--background);\\\"><\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d804fe8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry.<span class=\\\"Apple-converted-space\\\">\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a17398\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"21\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"15ce941\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fad32fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b05fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,&nbsp;<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.&nbsp;<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"80a0964\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"5365c11\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cf67bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"38c5014\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"202a7da\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47f628c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"32\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[{\"id\":\"39c378f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d4363f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99955ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ba3a41e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0a52525\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(597,	116,	'_elementor_page_assets',	'a:0:{}'),
(599,	117,	'_elementor_edit_mode',	'builder'),
(600,	117,	'_elementor_template_type',	'wp-page'),
(601,	117,	'_elementor_version',	'3.11.1'),
(602,	117,	'_elementor_pro_version',	'3.11.1'),
(603,	117,	'_wp_page_template',	'elementor_theme'),
(604,	117,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d22cd04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1459a15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8985549\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">We build purposeful brands that connect<\\/span><\\/p><p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">with their audience.<\\/span><span style=\\\"color: var( --e-global-color-text ); background-color: var(--wp--preset--color--background);\\\"><\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d804fe8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry.<span class=\\\"Apple-converted-space\\\">\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a17398\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"21\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"15ce941\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fad32fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b05fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,&nbsp;<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.&nbsp;<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"80a0964\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"5365c11\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cf67bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"38c5014\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"202a7da\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47f628c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"32\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[{\"id\":\"39c378f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d4363f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99955ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ba3a41e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0a52525\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(605,	117,	'_elementor_page_assets',	'a:0:{}'),
(607,	118,	'_elementor_edit_mode',	'builder'),
(608,	118,	'_elementor_template_type',	'wp-page'),
(609,	118,	'_elementor_version',	'3.11.1'),
(610,	118,	'_elementor_pro_version',	'3.11.1'),
(611,	118,	'_wp_page_template',	'elementor_theme'),
(612,	118,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d22cd04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1459a15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8985549\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">We build purposeful brands that connect<\\/span><\\/p><p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">with their audience.<\\/span><span style=\\\"color: var( --e-global-color-text ); background-color: var(--wp--preset--color--background);\\\"><\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d804fe8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry.<span class=\\\"Apple-converted-space\\\">\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a17398\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"21\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"15ce941\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fad32fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b05fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,&nbsp;<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.&nbsp;<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"80a0964\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"5365c11\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cf67bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"38c5014\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"202a7da\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47f628c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"32\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[{\"id\":\"39c378f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d4363f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99955ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ba3a41e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0a52525\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(613,	118,	'_elementor_page_assets',	'a:0:{}'),
(615,	119,	'_elementor_edit_mode',	'builder'),
(616,	119,	'_elementor_template_type',	'wp-page'),
(617,	119,	'_elementor_version',	'3.11.1'),
(618,	119,	'_elementor_pro_version',	'3.11.1'),
(619,	119,	'_wp_page_template',	'elementor_theme'),
(620,	119,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d22cd04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1459a15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8985549\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">We build purposeful brands that connect<\\/span><\\/p><p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">with their audience.<\\/span><span style=\\\"color: var( --e-global-color-text ); background-color: var(--wp--preset--color--background);\\\"><\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d804fe8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry.<span class=\\\"Apple-converted-space\\\">\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a17398\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"21\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"15ce941\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fad32fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b05fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,&nbsp;<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.&nbsp;<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"80a0964\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"5365c11\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cf67bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"38c5014\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"202a7da\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47f628c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"32\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[{\"id\":\"39c378f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d4363f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99955ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ba3a41e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0a52525\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(621,	119,	'_elementor_page_assets',	'a:0:{}'),
(623,	120,	'_elementor_edit_mode',	'builder'),
(624,	120,	'_elementor_template_type',	'wp-page'),
(625,	120,	'_elementor_version',	'3.11.1'),
(626,	120,	'_elementor_pro_version',	'3.11.1'),
(627,	120,	'_wp_page_template',	'elementor_theme'),
(628,	120,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d22cd04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1459a15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8985549\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">We build purposeful brands that connect<\\/span><\\/p><p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">with their audience.<\\/span><span style=\\\"color: var( --e-global-color-text ); background-color: var(--wp--preset--color--background);\\\"><\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d804fe8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry.<span class=\\\"Apple-converted-space\\\">\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(629,	120,	'_elementor_page_assets',	'a:0:{}'),
(631,	121,	'_elementor_edit_mode',	'builder'),
(632,	121,	'_elementor_template_type',	'wp-page'),
(633,	121,	'_elementor_version',	'3.11.1'),
(634,	121,	'_elementor_pro_version',	'3.11.1'),
(635,	121,	'_wp_page_template',	'elementor_theme'),
(636,	121,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d22cd04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1459a15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8985549\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">We build purposeful brands that connect<\\/span><\\/p><p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">with their audience.<\\/span><span style=\\\"color: var( --e-global-color-text ); background-color: var(--wp--preset--color--background);\\\"><\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d804fe8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry.<span class=\\\"Apple-converted-space\\\">\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(637,	121,	'_elementor_page_assets',	'a:0:{}'),
(639,	122,	'_elementor_edit_mode',	'builder'),
(640,	122,	'_elementor_template_type',	'wp-page'),
(641,	122,	'_elementor_version',	'3.11.1'),
(642,	122,	'_elementor_pro_version',	'3.11.1'),
(643,	122,	'_wp_page_template',	'elementor_theme'),
(644,	122,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d22cd04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1459a15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8985549\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">We build purposeful brands that connect<\\/span><\\/p><p style=\\\"margin: 0px; font-stretch: normal; line-height: normal;\\\"><span style=\\\"color: var( --e-global-color-text ); background-color: var( --e-global-color-primary );\\\">with their audience.<\\/span><span style=\\\"color: var( --e-global-color-text ); background-color: var(--wp--preset--color--background);\\\"><\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d804fe8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry.<span class=\\\"Apple-converted-space\\\">\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(645,	122,	'_elementor_page_assets',	'a:0:{}'),
(647,	123,	'_elementor_edit_mode',	'builder'),
(648,	123,	'_elementor_template_type',	'wp-page'),
(649,	123,	'_elementor_version',	'3.11.1'),
(650,	123,	'_elementor_pro_version',	'3.11.1'),
(651,	123,	'_wp_page_template',	'elementor_theme'),
(652,	123,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a22578\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build purposeful brands that connect with their audience.\\n\\n\\u200b\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(653,	123,	'_elementor_page_assets',	'a:0:{}'),
(655,	124,	'_elementor_edit_mode',	'builder'),
(656,	124,	'_elementor_template_type',	'wp-page'),
(657,	124,	'_elementor_version',	'3.11.1'),
(658,	124,	'_elementor_pro_version',	'3.11.1'),
(659,	124,	'_wp_page_template',	'elementor_theme'),
(660,	124,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a22578\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build purposeful brands that connect with their audience.\\n\\n\\u200b\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(661,	124,	'_elementor_page_assets',	'a:0:{}'),
(663,	125,	'_elementor_edit_mode',	'builder'),
(664,	125,	'_elementor_template_type',	'wp-page'),
(665,	125,	'_elementor_version',	'3.11.1'),
(666,	125,	'_elementor_pro_version',	'3.11.1'),
(667,	125,	'_wp_page_template',	'elementor_theme'),
(668,	125,	'_elementor_data',	'[{\"id\":\"af481a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}]},\"elements\":[{\"id\":\"a1f86af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a22578\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build purposeful brands that connect with their audience.\\n\\n\\u200b\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(669,	125,	'_elementor_page_assets',	'a:0:{}'),
(671,	126,	'_elementor_edit_mode',	'builder'),
(672,	126,	'_elementor_template_type',	'wp-page'),
(673,	126,	'_elementor_version',	'3.11.1'),
(674,	126,	'_elementor_pro_version',	'3.11.1'),
(675,	126,	'_wp_page_template',	'elementor_theme'),
(676,	126,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a22578\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build purposeful brands that connect with their audience.\\n\\n\\u200b\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(677,	126,	'_elementor_page_assets',	'a:0:{}'),
(680,	127,	'_elementor_source',	'post'),
(681,	127,	'_elementor_edit_mode',	'builder'),
(682,	127,	'_elementor_template_type',	'popup'),
(683,	127,	'_elementor_version',	'3.11.2'),
(684,	127,	'_elementor_pro_version',	'3.11.3'),
(688,	127,	'_edit_lock',	'1677872718:1'),
(690,	128,	'_elementor_source',	'post'),
(691,	128,	'_elementor_edit_mode',	'builder'),
(692,	128,	'_elementor_template_type',	'popup'),
(693,	128,	'_elementor_version',	'3.11.2'),
(694,	128,	'_elementor_pro_version',	'3.11.1'),
(695,	127,	'_wp_page_template',	'default'),
(696,	127,	'_elementor_page_settings',	'a:26:{s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:12:\"slideInRight\";s:14:\"exit_animation\";s:12:\"slideInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:6:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";s:24:\"close_button_hover_color\";s:22:\"globals/colors?id=text\";s:35:\"close_button_hover_background_color\";s:24:\"globals/colors?id=accent\";s:12:\"border_color\";s:25:\"globals/colors?id=0ca11c5\";}s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.68;s:5:\"sizes\";a:0:{}}s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:12:\"border_color\";s:7:\"#EFEBEA\";s:18:\"close_button_color\";s:7:\"#111414\";s:29:\"close_button_background_color\";s:7:\"#FFFFFF\";s:24:\"close_button_hover_color\";s:7:\"#FFFFFF\";s:35:\"close_button_hover_background_color\";s:7:\"#FF7C1C\";s:13:\"open_selector\";s:9:\".openmenu\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:540;s:5:\"sizes\";a:0:{}}s:16:\"content_position\";s:6:\"center\";}'),
(697,	127,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=primary\"},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72fa9a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9fa4711\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6ac7d44\"}],\"animation_duration\":\"slow\",\"animation_delay\":400},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b546551\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1c35391\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8902cc4\"}]},\"elements\":[{\"id\":\"bbd6ff5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"_animation_delay\":280,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fd1bf6d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0602b6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c39de9f\"}]},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"_animation_delay\":480},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(698,	129,	'_elementor_source',	'post'),
(699,	129,	'_elementor_edit_mode',	'builder'),
(700,	129,	'_elementor_template_type',	'popup'),
(701,	129,	'_elementor_version',	'3.11.2'),
(702,	129,	'_elementor_pro_version',	'3.11.1'),
(703,	129,	'_wp_page_template',	'default'),
(704,	129,	'_elementor_page_settings',	'a:13:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:500;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:11:\"fadeInRight\";s:14:\"exit_animation\";s:11:\"fadeInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:11:\"__globals__\";a:3:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";}}'),
(705,	129,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),
(706,	127,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(707,	127,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(708,	127,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(709,	130,	'_elementor_edit_mode',	'builder'),
(710,	130,	'_elementor_template_type',	'header'),
(711,	130,	'_elementor_version',	'3.11.1'),
(712,	130,	'_elementor_pro_version',	'3.11.1'),
(713,	130,	'_wp_page_template',	'default'),
(714,	130,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"b92e7ab\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22127%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(715,	130,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(716,	130,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(720,	131,	'_elementor_edit_mode',	'builder'),
(721,	131,	'_elementor_template_type',	'footer'),
(722,	131,	'_elementor_version',	'3.11.1'),
(723,	131,	'_elementor_pro_version',	'3.11.1'),
(724,	131,	'_wp_page_template',	'default'),
(725,	131,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24.964},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":46},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"align_items\":\"justify\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(726,	131,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(727,	131,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(739,	133,	'_elementor_source',	'post'),
(740,	133,	'_elementor_edit_mode',	'builder'),
(741,	133,	'_elementor_template_type',	'popup'),
(742,	133,	'_elementor_version',	'3.11.2'),
(743,	133,	'_elementor_pro_version',	'3.11.1'),
(744,	133,	'_wp_page_template',	'default'),
(745,	133,	'_elementor_page_settings',	'a:14:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:500;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:11:\"fadeInRight\";s:14:\"exit_animation\";s:11:\"fadeInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:11:\"__globals__\";a:3:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";}}'),
(746,	133,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),
(747,	133,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(748,	133,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(749,	133,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(751,	134,	'_elementor_source',	'post'),
(752,	134,	'_elementor_edit_mode',	'builder'),
(753,	134,	'_elementor_template_type',	'popup'),
(754,	134,	'_elementor_version',	'3.11.2'),
(755,	134,	'_elementor_pro_version',	'3.11.1'),
(756,	134,	'_wp_page_template',	'default'),
(757,	134,	'_elementor_page_settings',	'a:16:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:11:\"fadeInRight\";s:14:\"exit_animation\";s:11:\"fadeInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";}}'),
(758,	134,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),
(759,	134,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(760,	134,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(761,	134,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(765,	135,	'_elementor_edit_mode',	'builder'),
(766,	135,	'_elementor_template_type',	'loop-item'),
(767,	136,	'_elementor_edit_mode',	'builder'),
(768,	136,	'_elementor_template_type',	'loop-item'),
(769,	135,	'_elementor_version',	'3.11.2'),
(770,	135,	'_elementor_pro_version',	'3.11.1'),
(771,	135,	'_elementor_source',	'post'),
(772,	135,	'_wp_page_template',	'default'),
(773,	135,	'_elementor_page_settings',	'a:2:{s:12:\"preview_type\";s:23:\"single/faction_projects\";s:10:\"preview_id\";s:0:\"\";}'),
(775,	137,	'_elementor_edit_mode',	'builder'),
(776,	137,	'_elementor_template_type',	'wp-page'),
(777,	137,	'_elementor_version',	'3.11.1'),
(778,	137,	'_elementor_pro_version',	'3.11.1'),
(779,	137,	'_wp_page_template',	'elementor_theme'),
(780,	137,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a22578\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build purposeful brands that connect with their audience.\\n\\n\\u200b\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(781,	137,	'_elementor_page_assets',	'a:0:{}'),
(783,	138,	'_elementor_edit_mode',	'builder'),
(784,	138,	'_elementor_template_type',	'wp-page'),
(785,	138,	'_elementor_version',	'3.11.1'),
(786,	138,	'_elementor_pro_version',	'3.11.1'),
(787,	138,	'_wp_page_template',	'elementor_theme'),
(788,	138,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a22578\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build purposeful brands that connect with their audience.\\n\\n\\u200b\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(789,	138,	'_elementor_page_assets',	'a:0:{}'),
(791,	139,	'_elementor_edit_mode',	'builder'),
(792,	139,	'_elementor_template_type',	'wp-page'),
(793,	139,	'_elementor_version',	'3.11.1'),
(794,	139,	'_elementor_pro_version',	'3.11.1'),
(795,	139,	'_wp_page_template',	'elementor_theme'),
(796,	139,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a22578\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build purposeful brands that connect with their audience.\\n\\n\\u200b\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d459e1b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a1b70c2\",\"elType\":\"widget\",\"settings\":{\"template_id\":135,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}]'),
(797,	139,	'_elementor_page_assets',	'a:0:{}'),
(800,	135,	'_edit_lock',	'1677093657:1'),
(810,	141,	'_elementor_edit_mode',	'builder'),
(811,	141,	'_elementor_template_type',	'loop-item'),
(812,	141,	'_elementor_version',	'3.11.2'),
(813,	141,	'_elementor_pro_version',	'3.11.1'),
(814,	141,	'_elementor_source',	'post'),
(815,	141,	'_wp_page_template',	'default'),
(816,	141,	'_elementor_page_settings',	'a:1:{s:6:\"source\";s:4:\"post\";}'),
(817,	135,	'_elementor_data',	'[{\"id\":\"415ce0d\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fda0cfa\",\"elType\":\"widget\",\"settings\":{\"skin\":\"cover\",\"title\":\"This is the heading\",\"description\":\"\",\"button\":\"Click Here\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"d2d4f80\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\",\"bg_image\":\"[elementor-tag id=\\\"d18128f\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2Fflag-joint-mockup-3.png%22%2C%22id%22%3A64%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":false}]'),
(818,	142,	'_elementor_edit_mode',	'builder'),
(819,	142,	'_elementor_template_type',	'loop-item'),
(820,	142,	'_elementor_version',	'3.11.2'),
(821,	142,	'_elementor_pro_version',	'3.11.1'),
(822,	142,	'_elementor_source',	'post'),
(823,	142,	'_wp_page_template',	'default'),
(824,	142,	'_elementor_page_settings',	'a:2:{s:12:\"preview_type\";s:23:\"single/faction_projects\";s:10:\"preview_id\";s:0:\"\";}'),
(825,	142,	'_elementor_data',	'[{\"id\":\"415ce0d\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fda0cfa\",\"elType\":\"widget\",\"settings\":{\"skin\":\"cover\",\"title\":\"This is the heading\",\"description\":\"\",\"button\":\"Click Here\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"d2d4f80\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\",\"bg_image\":\"[elementor-tag id=\\\"d18128f\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2Fflag-joint-mockup-3.png%22%2C%22id%22%3A64%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":false}]'),
(826,	135,	'_elementor_page_assets',	'a:0:{}'),
(836,	144,	'_elementor_source',	'post'),
(837,	144,	'_elementor_edit_mode',	'builder'),
(838,	144,	'_elementor_template_type',	'popup'),
(839,	144,	'_elementor_version',	'3.11.2'),
(840,	144,	'_elementor_pro_version',	'3.11.1'),
(841,	144,	'_wp_page_template',	'default'),
(842,	144,	'_elementor_page_settings',	'a:16:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:11:\"fadeInRight\";s:14:\"exit_animation\";s:11:\"fadeInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";}}'),
(843,	144,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),
(844,	144,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(845,	144,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(846,	144,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(848,	145,	'_elementor_source',	'post'),
(849,	145,	'_elementor_edit_mode',	'builder'),
(850,	145,	'_elementor_template_type',	'popup'),
(851,	145,	'_elementor_version',	'3.11.2'),
(852,	145,	'_elementor_pro_version',	'3.11.1'),
(853,	145,	'_wp_page_template',	'default'),
(854,	145,	'_elementor_page_settings',	'a:16:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:11:\"fadeInRight\";s:14:\"exit_animation\";s:11:\"fadeInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";}}'),
(855,	145,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),
(856,	145,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(857,	145,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(858,	145,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(870,	147,	'_wp_attached_file',	'2023/02/isnta.svg'),
(871,	147,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:1197;s:5:\"width\";i:32;s:6:\"height\";i:32;}'),
(873,	148,	'_wp_attached_file',	'2023/02/fb.svg'),
(874,	148,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:376;s:5:\"width\";i:32;s:6:\"height\";i:32;}'),
(876,	149,	'_wp_attached_file',	'2023/02/be.svg'),
(877,	149,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:1478;s:5:\"width\";i:32;s:6:\"height\";i:32;}'),
(879,	150,	'_wp_attached_file',	'2023/02/g.svg'),
(880,	150,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:4749;s:5:\"width\";i:32;s:6:\"height\";i:32;}'),
(882,	151,	'_wp_attached_file',	'2023/02/LinkedIn.svg'),
(883,	151,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:476;s:5:\"width\";i:32;s:6:\"height\";i:32;}'),
(885,	152,	'_wp_attached_file',	'2023/02/gggg.svg'),
(886,	152,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:4749;s:5:\"width\";i:32;s:6:\"height\";i:32;}'),
(888,	153,	'_elementor_source',	'post'),
(889,	153,	'_elementor_edit_mode',	'builder'),
(890,	153,	'_elementor_template_type',	'popup'),
(891,	153,	'_elementor_version',	'3.11.2'),
(892,	153,	'_elementor_pro_version',	'3.11.1'),
(893,	153,	'_wp_page_template',	'default'),
(894,	153,	'_elementor_page_settings',	'a:16:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:11:\"fadeInRight\";s:14:\"exit_animation\";s:11:\"fadeInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";}}'),
(895,	153,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\"},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\",\"_flex_order\":\"end\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(896,	153,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(897,	153,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(898,	153,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(899,	154,	'_elementor_source',	'post'),
(900,	154,	'_elementor_edit_mode',	'builder'),
(901,	154,	'_elementor_template_type',	'popup'),
(902,	154,	'_elementor_version',	'3.11.2'),
(903,	154,	'_elementor_pro_version',	'3.11.1'),
(904,	154,	'_wp_page_template',	'default'),
(905,	154,	'_elementor_page_settings',	'a:16:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:11:\"fadeInRight\";s:14:\"exit_animation\";s:11:\"fadeInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";}}'),
(906,	154,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\"},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(907,	154,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),
(908,	154,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(909,	154,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(921,	156,	'_elementor_source',	'post'),
(922,	156,	'_elementor_edit_mode',	'builder'),
(923,	156,	'_elementor_template_type',	'popup'),
(924,	156,	'_elementor_version',	'3.11.2'),
(925,	156,	'_elementor_pro_version',	'3.11.1'),
(926,	156,	'_wp_page_template',	'default'),
(927,	156,	'_elementor_page_settings',	'a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:12:\"slideInRight\";s:14:\"exit_animation\";s:11:\"slideInDown\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";}s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.88;s:5:\"sizes\";a:0:{}}}'),
(928,	156,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"bbd6ff5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(929,	156,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),
(930,	156,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(931,	156,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(932,	157,	'_elementor_source',	'post'),
(933,	157,	'_elementor_edit_mode',	'builder'),
(934,	157,	'_elementor_template_type',	'popup'),
(935,	157,	'_elementor_version',	'3.11.2'),
(936,	157,	'_elementor_pro_version',	'3.11.1'),
(937,	157,	'_wp_page_template',	'default'),
(938,	157,	'_elementor_page_settings',	'a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:12:\"slideInRight\";s:14:\"exit_animation\";s:11:\"slideInDown\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:5:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";s:24:\"close_button_hover_color\";s:22:\"globals/colors?id=text\";s:35:\"close_button_hover_background_color\";s:24:\"globals/colors?id=accent\";}s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.88;s:5:\"sizes\";a:0:{}}}'),
(939,	157,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"bbd6ff5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(940,	157,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(941,	157,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(942,	157,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(943,	158,	'_elementor_source',	'post'),
(944,	158,	'_elementor_edit_mode',	'builder'),
(945,	158,	'_elementor_template_type',	'popup'),
(946,	158,	'_elementor_version',	'3.11.2'),
(947,	158,	'_elementor_pro_version',	'3.11.1'),
(948,	158,	'_wp_page_template',	'default'),
(949,	158,	'_elementor_page_settings',	'a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:12:\"slideInRight\";s:14:\"exit_animation\";s:11:\"slideInDown\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:5:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";s:24:\"close_button_hover_color\";s:22:\"globals/colors?id=text\";s:35:\"close_button_hover_background_color\";s:24:\"globals/colors?id=accent\";}s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.88;s:5:\"sizes\";a:0:{}}}'),
(950,	158,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"bbd6ff5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(951,	158,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(952,	158,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(953,	158,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(954,	159,	'_elementor_edit_mode',	'builder'),
(955,	159,	'_elementor_template_type',	'footer'),
(956,	159,	'_elementor_version',	'3.11.2'),
(957,	159,	'_elementor_pro_version',	'3.11.1'),
(958,	159,	'_wp_page_template',	'default'),
(959,	159,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24.964},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":46},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"legalmenu\",\"align_items\":\"justify\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(960,	159,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(961,	159,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(963,	160,	'_elementor_edit_mode',	'builder'),
(964,	160,	'_elementor_template_type',	'footer'),
(965,	160,	'_elementor_version',	'3.11.2'),
(966,	160,	'_elementor_pro_version',	'3.11.1'),
(967,	160,	'_wp_page_template',	'default'),
(968,	160,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\"},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"legalmenu\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(969,	160,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(970,	160,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(971,	161,	'_elementor_edit_mode',	'builder'),
(972,	161,	'_elementor_template_type',	'wp-page'),
(973,	161,	'_elementor_version',	'3.11.2'),
(974,	161,	'_elementor_pro_version',	'3.11.1'),
(975,	161,	'_wp_page_template',	'elementor_theme'),
(976,	161,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a22578\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build purposeful brands that connect with their audience.\\n\\n\\u200b\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d459e1b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a1b70c2\",\"elType\":\"widget\",\"settings\":{\"template_id\":135,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}]'),
(977,	161,	'_elementor_page_assets',	'a:0:{}'),
(979,	162,	'_elementor_edit_mode',	'builder'),
(980,	162,	'_elementor_template_type',	'wp-page'),
(981,	162,	'_elementor_version',	'3.11.2'),
(982,	162,	'_elementor_pro_version',	'3.11.1'),
(983,	162,	'_wp_page_template',	'elementor_theme'),
(984,	162,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a22578\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build purposeful brands that connect with their audience.\\n\\n\\u200b\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d459e1b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a1b70c2\",\"elType\":\"widget\",\"settings\":{\"template_id\":135,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}]'),
(985,	162,	'_elementor_page_assets',	'a:0:{}'),
(987,	163,	'_elementor_edit_mode',	'builder'),
(988,	163,	'_elementor_template_type',	'wp-page'),
(989,	163,	'_elementor_version',	'3.11.2'),
(990,	163,	'_elementor_pro_version',	'3.11.1'),
(991,	163,	'_wp_page_template',	'elementor_theme'),
(992,	163,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a22578\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build purposeful brands that connect with their audience.\\n\\n\\u200b\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(993,	163,	'_elementor_page_assets',	'a:0:{}'),
(996,	164,	'_elementor_edit_mode',	'builder'),
(997,	164,	'_elementor_template_type',	'wp-page'),
(998,	164,	'_elementor_version',	'3.11.2'),
(999,	164,	'_elementor_pro_version',	'3.11.1'),
(1000,	164,	'_wp_page_template',	'elementor_theme'),
(1001,	164,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a22578\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build purposeful brands that connect with their audience.\\n\\n\\u200b\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1002,	164,	'_elementor_page_assets',	'a:0:{}'),
(1004,	165,	'_elementor_edit_mode',	'builder'),
(1005,	165,	'_elementor_template_type',	'wp-page'),
(1006,	165,	'_elementor_version',	'3.11.2'),
(1007,	165,	'_elementor_pro_version',	'3.11.1'),
(1008,	165,	'_wp_page_template',	'elementor_theme'),
(1009,	165,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a22578\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build purposeful brands that connect with their audience.\\n\\n\\u200b\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1010,	165,	'_elementor_page_assets',	'a:0:{}'),
(1012,	166,	'_elementor_edit_mode',	'builder'),
(1013,	166,	'_elementor_template_type',	'wp-page'),
(1014,	166,	'_elementor_version',	'3.11.2'),
(1015,	166,	'_elementor_pro_version',	'3.11.1'),
(1016,	166,	'_wp_page_template',	'elementor_theme'),
(1017,	166,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build purposeful \",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false}]'),
(1018,	166,	'_elementor_page_assets',	'a:0:{}'),
(1020,	167,	'_elementor_edit_mode',	'builder'),
(1021,	167,	'_elementor_template_type',	'wp-page'),
(1022,	167,	'_elementor_version',	'3.11.2'),
(1023,	167,	'_elementor_pro_version',	'3.11.1'),
(1024,	167,	'_wp_page_template',	'elementor_theme'),
(1025,	167,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build purposeful \",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false}]'),
(1026,	167,	'_elementor_page_assets',	'a:0:{}'),
(1028,	168,	'_elementor_edit_mode',	'builder'),
(1029,	168,	'_elementor_template_type',	'wp-page'),
(1030,	168,	'_elementor_version',	'3.11.2'),
(1031,	168,	'_elementor_pro_version',	'3.11.1'),
(1032,	168,	'_wp_page_template',	'elementor_theme'),
(1033,	168,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build purposeful \",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false}]'),
(1034,	168,	'_elementor_page_assets',	'a:0:{}'),
(1036,	25,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1037,	169,	'_elementor_edit_mode',	'builder'),
(1038,	169,	'_elementor_template_type',	'wp-page'),
(1039,	169,	'_elementor_version',	'3.11.2'),
(1040,	169,	'_elementor_pro_version',	'3.11.1'),
(1041,	169,	'_wp_page_template',	'elementor_theme'),
(1042,	169,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false}]'),
(1043,	169,	'_elementor_page_assets',	'a:0:{}'),
(1045,	169,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1059,	170,	'_elementor_edit_mode',	'builder'),
(1060,	170,	'_elementor_template_type',	'wp-page'),
(1061,	170,	'_elementor_version',	'3.11.2'),
(1062,	170,	'_elementor_pro_version',	'3.11.1'),
(1063,	170,	'_wp_page_template',	'elementor_theme'),
(1064,	170,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false}]'),
(1065,	170,	'_elementor_page_assets',	'a:0:{}'),
(1066,	170,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1068,	171,	'_elementor_edit_mode',	'builder'),
(1069,	171,	'_elementor_template_type',	'wp-page'),
(1070,	171,	'_elementor_version',	'3.11.2'),
(1071,	171,	'_elementor_pro_version',	'3.11.1'),
(1072,	171,	'_wp_page_template',	'elementor_theme'),
(1073,	171,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false}]'),
(1074,	171,	'_elementor_page_assets',	'a:0:{}'),
(1075,	171,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1077,	172,	'_elementor_edit_mode',	'builder'),
(1078,	172,	'_elementor_template_type',	'wp-page'),
(1079,	172,	'_elementor_version',	'3.11.2'),
(1080,	172,	'_elementor_pro_version',	'3.11.1'),
(1081,	172,	'_wp_page_template',	'elementor_theme'),
(1082,	172,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1083,	172,	'_elementor_page_assets',	'a:0:{}'),
(1084,	172,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1086,	173,	'_elementor_edit_mode',	'builder'),
(1087,	173,	'_elementor_template_type',	'wp-page'),
(1088,	173,	'_elementor_version',	'3.11.2'),
(1089,	173,	'_elementor_pro_version',	'3.11.1'),
(1090,	173,	'_wp_page_template',	'elementor_theme'),
(1091,	173,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1092,	173,	'_elementor_page_assets',	'a:0:{}'),
(1093,	173,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1095,	174,	'_elementor_edit_mode',	'builder'),
(1096,	174,	'_elementor_template_type',	'wp-page'),
(1097,	174,	'_elementor_version',	'3.11.2'),
(1098,	174,	'_elementor_pro_version',	'3.11.1'),
(1099,	174,	'_wp_page_template',	'elementor_theme'),
(1100,	174,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":1129,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":\"29\",\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG-1-scaled-1.jpg\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1101,	174,	'_elementor_page_assets',	'a:0:{}'),
(1102,	174,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1104,	175,	'_elementor_edit_mode',	'builder'),
(1105,	175,	'_elementor_template_type',	'wp-page'),
(1106,	175,	'_elementor_version',	'3.11.2'),
(1107,	175,	'_elementor_pro_version',	'3.11.1'),
(1108,	175,	'_wp_page_template',	'elementor_theme'),
(1109,	175,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1110,	175,	'_elementor_page_assets',	'a:0:{}'),
(1111,	175,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1114,	176,	'_elementor_edit_mode',	'builder'),
(1115,	176,	'_elementor_template_type',	'wp-page'),
(1116,	176,	'_elementor_version',	'3.11.2'),
(1117,	176,	'_elementor_pro_version',	'3.11.1'),
(1118,	176,	'_wp_page_template',	'elementor_theme'),
(1119,	176,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1120,	176,	'_elementor_page_assets',	'a:0:{}'),
(1121,	176,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1123,	177,	'_elementor_edit_mode',	'builder'),
(1124,	177,	'_elementor_template_type',	'wp-page'),
(1125,	177,	'_elementor_version',	'3.11.2'),
(1126,	177,	'_elementor_pro_version',	'3.11.1'),
(1127,	177,	'_wp_page_template',	'elementor_theme'),
(1128,	177,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1129,	177,	'_elementor_page_assets',	'a:0:{}'),
(1130,	177,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1132,	178,	'_elementor_edit_mode',	'builder'),
(1133,	178,	'_elementor_template_type',	'wp-page'),
(1134,	178,	'_elementor_version',	'3.11.2'),
(1135,	178,	'_elementor_pro_version',	'3.11.1'),
(1136,	178,	'_wp_page_template',	'elementor_theme'),
(1137,	178,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document.ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"particles-js\\\", configz);\\n});\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1138,	178,	'_elementor_page_assets',	'a:0:{}'),
(1139,	178,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1142,	179,	'_elementor_edit_mode',	'builder'),
(1143,	179,	'_elementor_template_type',	'wp-page'),
(1144,	179,	'_elementor_version',	'3.11.2'),
(1145,	179,	'_elementor_pro_version',	'3.11.1'),
(1146,	179,	'_wp_page_template',	'elementor_theme'),
(1147,	179,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document.ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"particles-js\\\", configz);\\n});\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1148,	179,	'_elementor_page_assets',	'a:0:{}'),
(1149,	179,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1151,	180,	'_elementor_edit_mode',	'builder'),
(1152,	180,	'_elementor_template_type',	'wp-page'),
(1153,	180,	'_elementor_version',	'3.11.2'),
(1154,	180,	'_elementor_pro_version',	'3.11.1'),
(1155,	180,	'_wp_page_template',	'elementor_theme'),
(1156,	180,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document.ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"particles-js\\\", configz);\\n});\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1157,	180,	'_elementor_page_assets',	'a:0:{}'),
(1158,	180,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1160,	181,	'_elementor_edit_mode',	'builder'),
(1161,	181,	'_elementor_template_type',	'wp-page'),
(1162,	181,	'_elementor_version',	'3.11.2'),
(1163,	181,	'_elementor_pro_version',	'3.11.1'),
(1164,	181,	'_wp_page_template',	'elementor_theme'),
(1165,	181,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document.ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"particles-js\\\", configz);\\n}));\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1166,	181,	'_elementor_page_assets',	'a:0:{}'),
(1167,	181,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1170,	182,	'_elementor_edit_mode',	'builder'),
(1171,	182,	'_elementor_template_type',	'wp-page'),
(1172,	182,	'_elementor_version',	'3.11.2'),
(1173,	182,	'_elementor_pro_version',	'3.11.1'),
(1174,	182,	'_wp_page_template',	'elementor_theme'),
(1175,	182,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document.ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"particles-js\\\", configz);\\n}));\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1176,	182,	'_elementor_page_assets',	'a:0:{}'),
(1177,	182,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1179,	183,	'_elementor_edit_mode',	'builder'),
(1180,	183,	'_elementor_template_type',	'wp-page'),
(1181,	183,	'_elementor_version',	'3.11.2'),
(1182,	183,	'_elementor_pro_version',	'3.11.1'),
(1183,	183,	'_wp_page_template',	'elementor_theme'),
(1184,	183,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document.ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"particles-js\\\", configz);\\n}));\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1185,	183,	'_elementor_page_assets',	'a:0:{}'),
(1186,	183,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1188,	184,	'_elementor_edit_mode',	'builder'),
(1189,	184,	'_elementor_template_type',	'wp-page'),
(1190,	184,	'_elementor_version',	'3.11.2'),
(1191,	184,	'_elementor_pro_version',	'3.11.1'),
(1192,	184,	'_wp_page_template',	'elementor_theme'),
(1193,	184,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document).ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"particles-js\\\", configz);\\n}));\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1194,	184,	'_elementor_page_assets',	'a:0:{}'),
(1195,	184,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1198,	185,	'_elementor_edit_mode',	'builder'),
(1199,	185,	'_elementor_template_type',	'wp-page'),
(1200,	185,	'_elementor_version',	'3.11.2'),
(1201,	185,	'_elementor_pro_version',	'3.11.1'),
(1202,	185,	'_wp_page_template',	'elementor_theme'),
(1203,	185,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document).ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"particles-js\\\", configz);\\n}));\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1204,	185,	'_elementor_page_assets',	'a:0:{}'),
(1205,	185,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1207,	186,	'_elementor_edit_mode',	'builder'),
(1208,	186,	'_elementor_template_type',	'wp-page'),
(1209,	186,	'_elementor_version',	'3.11.2'),
(1210,	186,	'_elementor_pro_version',	'3.11.1'),
(1211,	186,	'_wp_page_template',	'elementor_theme'),
(1212,	186,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document).ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"particles-js\\\", configz);\\n}));\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1213,	186,	'_elementor_page_assets',	'a:0:{}'),
(1214,	186,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1216,	187,	'_elementor_edit_mode',	'builder'),
(1217,	187,	'_elementor_template_type',	'wp-page'),
(1218,	187,	'_elementor_version',	'3.11.2'),
(1219,	187,	'_elementor_pro_version',	'3.11.1'),
(1220,	187,	'_wp_page_template',	'elementor_theme'),
(1221,	187,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document).ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"particles-js\\\", configz);\\n});\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1222,	187,	'_elementor_page_assets',	'a:0:{}'),
(1223,	187,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1226,	188,	'_elementor_edit_mode',	'builder'),
(1227,	188,	'_elementor_template_type',	'wp-page'),
(1228,	188,	'_elementor_version',	'3.11.2'),
(1229,	188,	'_elementor_pro_version',	'3.11.1'),
(1230,	188,	'_wp_page_template',	'elementor_theme'),
(1231,	188,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document).ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"particles-js\\\", configz);\\n});\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1232,	188,	'_elementor_page_assets',	'a:0:{}'),
(1233,	188,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1235,	189,	'_elementor_edit_mode',	'builder'),
(1236,	189,	'_elementor_template_type',	'wp-page'),
(1237,	189,	'_elementor_version',	'3.11.2'),
(1238,	189,	'_elementor_pro_version',	'3.11.1'),
(1239,	189,	'_wp_page_template',	'elementor_theme'),
(1240,	189,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document).ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"particles-js\\\", configz);\\n});\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1241,	189,	'_elementor_page_assets',	'a:0:{}'),
(1242,	189,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1244,	190,	'_elementor_edit_mode',	'builder'),
(1245,	190,	'_elementor_template_type',	'wp-page'),
(1246,	190,	'_elementor_version',	'3.11.2'),
(1247,	190,	'_elementor_pro_version',	'3.11.1'),
(1248,	190,	'_wp_page_template',	'elementor_theme'),
(1249,	190,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document).ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"#particles-js\\\", configz);\\n});\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1250,	190,	'_elementor_page_assets',	'a:0:{}'),
(1251,	190,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1254,	191,	'_elementor_edit_mode',	'builder'),
(1255,	191,	'_elementor_template_type',	'wp-page'),
(1256,	191,	'_elementor_version',	'3.11.2'),
(1257,	191,	'_elementor_pro_version',	'3.11.1'),
(1258,	191,	'_wp_page_template',	'elementor_theme'),
(1259,	191,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document).ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"#particles-js\\\", configz);\\n});\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1260,	191,	'_elementor_page_assets',	'a:0:{}'),
(1261,	191,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1263,	192,	'_elementor_edit_mode',	'builder'),
(1264,	192,	'_elementor_template_type',	'wp-page'),
(1265,	192,	'_elementor_version',	'3.11.2'),
(1266,	192,	'_elementor_pro_version',	'3.11.1'),
(1267,	192,	'_wp_page_template',	'elementor_theme'),
(1268,	192,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"_element_id\":\"particle-js\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document).ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"#particles-js\\\", configz);\\n});\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1269,	192,	'_elementor_page_assets',	'a:0:{}'),
(1270,	192,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1272,	193,	'_elementor_edit_mode',	'builder'),
(1273,	193,	'_elementor_template_type',	'wp-page'),
(1274,	193,	'_elementor_version',	'3.11.2'),
(1275,	193,	'_elementor_pro_version',	'3.11.1'),
(1276,	193,	'_wp_page_template',	'elementor_theme'),
(1277,	193,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document).ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"#particles-js\\\", configz);\\n});\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"e4ab756\",\"elType\":\"widget\",\"settings\":{\"html\":\"a\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_id\":\"particle-js\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1278,	193,	'_elementor_page_assets',	'a:0:{}'),
(1279,	193,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1282,	194,	'_elementor_edit_mode',	'builder'),
(1283,	194,	'_elementor_template_type',	'wp-page'),
(1284,	194,	'_elementor_version',	'3.11.2'),
(1285,	194,	'_elementor_pro_version',	'3.11.1'),
(1286,	194,	'_wp_page_template',	'elementor_theme'),
(1287,	194,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document).ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"#particles-js\\\", configz);\\n});\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"e4ab756\",\"elType\":\"widget\",\"settings\":{\"html\":\"a\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_id\":\"particle-js\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1288,	194,	'_elementor_page_assets',	'a:0:{}'),
(1289,	194,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1291,	195,	'_elementor_edit_mode',	'builder'),
(1292,	195,	'_elementor_template_type',	'wp-page'),
(1293,	195,	'_elementor_version',	'3.11.2'),
(1294,	195,	'_elementor_pro_version',	'3.11.1'),
(1295,	195,	'_wp_page_template',	'elementor_theme'),
(1296,	195,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"302c075\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- particles.js container --> <!-- stats - count particles --> <div class=\\\"count-particles\\\"> <span class=\\\"js-count-particles\\\">--<\\/span> particles <\\/div> <!-- particles.js lib - https:\\/\\/github.com\\/VincentGarreau\\/particles.js --> <script src=\\\"http:\\/\\/cdn.jsdelivr.net\\/particles.js\\/2.0.0\\/particles.min.js\\\"><\\/script> <!-- stats.js lib --> <script src=\\\"http:\\/\\/threejs.org\\/examples\\/js\\/libs\\/stats.min.js\\\"><\\/script>\\n<script>\\njQuery(document).ready(function(){\\nvar configz = {\\n  particles: {\\n    number: {\\n      value: 35,\\n      density: {\\n        enable: true,\\n        value_area: 2583.5826639087988\\n      }\\n    },\\n    color: {\\n      value: [\\n        \\\"#f26752\\\",\\n        \\\"#dde776\\\",\\n        \\\"#d0e22c\\\",\\n        \\\"#ef833a\\\",\\n        \\\"#d1a0f9\\\",\\n        \\\"#61d9e9\\\",\\n        \\\"#efebea\\\",\\n        \\\"#606e71\\\",\\n        \\\"#9a3d00\\\",\\n        \\\"#5a8aa1\\\",\\n        \\\"#e58c7a\\\",\\n        \\\"#9edeea\\\",\\n        \\\"#006d8e\\\",\\n        \\\"#324b4f\\\"\\n      ]\\n    },\\n    shape: {\\n      type: \\\"circle\\\",\\n      stroke: {\\n        width: 0,\\n        color: [\\n          \\\"#f26752\\\",\\n          \\\"#dde776\\\",\\n          \\\"#d0e22c\\\",\\n          \\\"#ef833a\\\",\\n          \\\"#d1a0f9\\\",\\n          \\\"#61d9e9\\\",\\n          \\\"#efebea\\\",\\n          \\\"#606e71\\\",\\n          \\\"#9a3d00\\\",\\n          \\\"#5a8aa1\\\",\\n          \\\"#e58c7a\\\",\\n          \\\"#9edeea\\\",\\n          \\\"#006d8e\\\",\\n          \\\"#324b4f\\\"\\n        ]\\n      },\\n      polygon: {\\n        nb_sides: 5\\n      },\\n      image: {\\n        src: \\\"img\\/github.svg\\\",\\n        width: 100,\\n        height: 100\\n      }\\n    },\\n    opacity: {\\n      value: 1,\\n      random: false,\\n      anim: {\\n        enable: false,\\n        speed: 1,\\n        opacity_min: 0.1,\\n        sync: true\\n      }\\n    },\\n    size: {\\n      value: 53.403120289774996,\\n      random: true,\\n      anim: {\\n        enable: false,\\n        speed: 80,\\n        size_min: 10,\\n        sync: false\\n      }\\n    },\\n    line_linked: {\\n      enable: false,\\n      distance: 128.27296486924183,\\n      color: \\\"#ffffff\\\",\\n      opacity: 0,\\n      width: 1\\n    },\\n    move: {\\n      enable: true,\\n      speed: 8.017060304327615,\\n      direction: \\\"none\\\",\\n      random: true,\\n      straight: true,\\n      out_mode: \\\"out\\\",\\n      bounce: false,\\n      attract: {\\n        enable: true,\\n        rotateX: 6573.989449548644,\\n        rotateY: 2164.606282168456\\n      }\\n    }\\n  },\\n  interactivity: {\\n    detect_on: \\\"canvas\\\",\\n    events: {\\n      onhover: {\\n        enable: true,\\n        mode: \\\"repulse\\\"\\n      },\\n      onclick: {\\n        enable: true,\\n        mode: \\\"push\\\"\\n      },\\n      resize: true\\n    },\\n    modes: {\\n      grab: {\\n        distance: 400,\\n        line_linked: {\\n          opacity: 1\\n        }\\n      },\\n      bubble: {\\n        distance: 937.9491802080536,\\n        size: 462.88401101176675,\\n        duration: 2,\\n        opacity: 8,\\n        speed: 3\\n      },\\n      repulse: {\\n        distance: 48.72463273808071,\\n        duration: 0.4\\n      },\\n      push: {\\n        particles_nb: 4\\n      },\\n      remove: {\\n        particles_nb: 2\\n      }\\n    }\\n  },\\n  retina_detect: true\\n};\\nparticlesJS(\\\"#particles-js\\\", configz);\\n});\\n<\\/script>\\n\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"e4ab756\",\"elType\":\"widget\",\"settings\":{\"html\":\"a\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_id\":\"particle-js\",\"custom_css\":\"#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } \\/* ---- stats.js ---- *\\/ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(1297,	195,	'_elementor_page_assets',	'a:0:{}'),
(1298,	195,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1300,	196,	'_elementor_edit_mode',	'builder'),
(1301,	196,	'_elementor_template_type',	'wp-page'),
(1302,	196,	'_elementor_version',	'3.11.2'),
(1303,	196,	'_elementor_pro_version',	'3.11.1'),
(1304,	196,	'_wp_page_template',	'elementor_theme'),
(1305,	196,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1306,	196,	'_elementor_page_assets',	'a:0:{}'),
(1307,	196,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1319,	197,	'_elementor_edit_mode',	'builder'),
(1320,	197,	'_elementor_template_type',	'wp-page'),
(1321,	197,	'_elementor_version',	'3.11.2'),
(1322,	197,	'_elementor_pro_version',	'3.11.1'),
(1323,	197,	'_wp_page_template',	'elementor_theme'),
(1324,	197,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1325,	197,	'_elementor_page_assets',	'a:0:{}'),
(1326,	197,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1328,	198,	'_elementor_edit_mode',	'builder'),
(1329,	198,	'_elementor_template_type',	'wp-page'),
(1330,	198,	'_elementor_version',	'3.11.2'),
(1331,	198,	'_elementor_pro_version',	'3.11.1'),
(1332,	198,	'_wp_page_template',	'elementor_theme'),
(1333,	198,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1334,	198,	'_elementor_page_assets',	'a:0:{}'),
(1335,	198,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1337,	199,	'_elementor_edit_mode',	'builder'),
(1338,	199,	'_elementor_template_type',	'wp-page'),
(1339,	199,	'_elementor_version',	'3.11.2'),
(1340,	199,	'_elementor_pro_version',	'3.11.1'),
(1341,	199,	'_wp_page_template',	'elementor_theme'),
(1342,	199,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}]},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1343,	199,	'_elementor_page_assets',	'a:0:{}'),
(1344,	199,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1346,	200,	'_elementor_edit_mode',	'builder'),
(1347,	200,	'_elementor_template_type',	'header'),
(1348,	200,	'_elementor_version',	'3.11.2'),
(1349,	200,	'_elementor_pro_version',	'3.11.1'),
(1350,	200,	'_wp_page_template',	'default'),
(1351,	200,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"b92e7ab\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22127%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(1352,	200,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(1353,	200,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(1357,	201,	'_elementor_edit_mode',	'builder'),
(1358,	201,	'_elementor_template_type',	'header'),
(1359,	201,	'_elementor_version',	'3.11.2'),
(1360,	201,	'_elementor_pro_version',	'3.11.1'),
(1361,	201,	'_wp_page_template',	'default'),
(1362,	201,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"b92e7ab\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22127%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(1363,	201,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(1364,	201,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(1377,	202,	'_elementor_edit_mode',	'builder'),
(1378,	202,	'_elementor_template_type',	'wp-page'),
(1379,	202,	'_elementor_version',	'3.11.2'),
(1380,	202,	'_elementor_pro_version',	'3.11.1'),
(1381,	202,	'_wp_page_template',	'elementor_theme'),
(1382,	202,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}]},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1383,	202,	'_elementor_page_assets',	'a:0:{}'),
(1384,	202,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1386,	203,	'_elementor_edit_mode',	'builder'),
(1387,	203,	'_elementor_template_type',	'wp-page'),
(1388,	203,	'_elementor_version',	'3.11.2'),
(1389,	203,	'_elementor_pro_version',	'3.11.1'),
(1390,	203,	'_wp_page_template',	'elementor_theme'),
(1391,	203,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}]},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1392,	203,	'_elementor_page_assets',	'a:0:{}'),
(1393,	203,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1395,	204,	'_elementor_edit_mode',	'builder'),
(1396,	204,	'_elementor_template_type',	'wp-page'),
(1397,	204,	'_elementor_version',	'3.11.2'),
(1398,	204,	'_elementor_pro_version',	'3.11.1'),
(1399,	204,	'_wp_page_template',	'elementor_theme'),
(1400,	204,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}]},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1401,	204,	'_elementor_page_assets',	'a:0:{}'),
(1402,	204,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1404,	205,	'_elementor_edit_mode',	'builder'),
(1405,	205,	'_elementor_template_type',	'wp-page'),
(1406,	205,	'_elementor_version',	'3.11.2'),
(1407,	205,	'_elementor_pro_version',	'3.11.1'),
(1408,	205,	'_wp_page_template',	'elementor_theme'),
(1409,	205,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}]},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1410,	205,	'_elementor_page_assets',	'a:0:{}'),
(1411,	205,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1413,	206,	'_elementor_edit_mode',	'builder'),
(1414,	206,	'_elementor_template_type',	'wp-page'),
(1415,	206,	'_elementor_version',	'3.11.2'),
(1416,	206,	'_elementor_pro_version',	'3.11.1'),
(1417,	206,	'_wp_page_template',	'elementor_theme'),
(1418,	206,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}]},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1419,	206,	'_elementor_page_assets',	'a:0:{}'),
(1420,	206,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1422,	207,	'_elementor_edit_mode',	'builder'),
(1423,	207,	'_elementor_template_type',	'wp-page'),
(1424,	207,	'_elementor_version',	'3.11.2'),
(1425,	207,	'_elementor_pro_version',	'3.11.1'),
(1426,	207,	'_wp_page_template',	'elementor_theme'),
(1427,	207,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}]},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1428,	207,	'_elementor_page_assets',	'a:0:{}'),
(1429,	207,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1441,	209,	'_elementor_edit_mode',	'builder'),
(1442,	209,	'_elementor_template_type',	'wp-page'),
(1443,	209,	'_elementor_version',	'3.11.2'),
(1444,	209,	'_elementor_pro_version',	'3.11.1'),
(1445,	209,	'_wp_page_template',	'elementor_theme'),
(1446,	209,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}]},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1447,	209,	'_elementor_page_assets',	'a:0:{}'),
(1448,	209,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1450,	210,	'_elementor_edit_mode',	'builder'),
(1451,	210,	'_elementor_template_type',	'wp-page'),
(1452,	210,	'_elementor_version',	'3.11.2'),
(1453,	210,	'_elementor_pro_version',	'3.11.1'),
(1454,	210,	'_wp_page_template',	'elementor_theme'),
(1455,	210,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}]},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1456,	210,	'_elementor_page_assets',	'a:0:{}'),
(1457,	210,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1459,	211,	'_elementor_edit_mode',	'builder'),
(1460,	211,	'_elementor_template_type',	'wp-page'),
(1461,	211,	'_elementor_version',	'3.11.2'),
(1462,	211,	'_elementor_pro_version',	'3.11.1'),
(1463,	211,	'_wp_page_template',	'elementor_theme'),
(1464,	211,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1465,	211,	'_elementor_page_assets',	'a:0:{}'),
(1466,	211,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1468,	212,	'_elementor_edit_mode',	'builder'),
(1469,	212,	'_elementor_template_type',	'wp-page'),
(1470,	212,	'_elementor_version',	'3.11.2'),
(1471,	212,	'_elementor_pro_version',	'3.11.1'),
(1472,	212,	'_wp_page_template',	'elementor_theme'),
(1473,	212,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1474,	212,	'_elementor_page_assets',	'a:0:{}'),
(1475,	212,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1477,	213,	'_elementor_edit_mode',	'builder'),
(1478,	213,	'_elementor_template_type',	'wp-page'),
(1479,	213,	'_elementor_version',	'3.11.2'),
(1480,	213,	'_elementor_pro_version',	'3.11.1'),
(1481,	213,	'_wp_page_template',	'elementor_theme'),
(1482,	213,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1483,	213,	'_elementor_page_assets',	'a:0:{}'),
(1484,	213,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1486,	214,	'_elementor_edit_mode',	'builder'),
(1487,	214,	'_elementor_template_type',	'wp-page'),
(1488,	214,	'_elementor_version',	'3.11.2'),
(1489,	214,	'_elementor_pro_version',	'3.11.1'),
(1490,	214,	'_wp_page_template',	'elementor_theme'),
(1491,	214,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1492,	214,	'_elementor_page_assets',	'a:0:{}'),
(1493,	214,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1497,	215,	'_wp_attached_file',	'2023/02/Biennale-Regular1.ttf'),
(1498,	215,	'_wp_attachment_metadata',	'a:1:{s:8:\"filesize\";i:82972;}'),
(1509,	216,	'_elementor_edit_mode',	'builder'),
(1510,	216,	'_elementor_template_type',	'footer'),
(1511,	216,	'_elementor_version',	'3.11.2'),
(1512,	216,	'_elementor_pro_version',	'3.11.1'),
(1513,	216,	'_wp_page_template',	'default'),
(1514,	216,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}]},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}]},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"legalmenu\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1515,	216,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(1516,	216,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(1528,	218,	'_elementor_edit_mode',	'builder'),
(1529,	218,	'_elementor_template_type',	'footer'),
(1530,	218,	'_elementor_version',	'3.11.2'),
(1531,	218,	'_elementor_pro_version',	'3.11.1'),
(1532,	218,	'_wp_page_template',	'default'),
(1533,	218,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}]},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}]},\"elements\":[{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"legalmenu\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1534,	218,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(1535,	218,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(1537,	219,	'_elementor_edit_mode',	'builder'),
(1538,	219,	'_elementor_template_type',	'wp-page'),
(1539,	219,	'_elementor_version',	'3.11.2'),
(1540,	219,	'_elementor_pro_version',	'3.11.1'),
(1541,	219,	'_wp_page_template',	'elementor_theme'),
(1542,	219,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1543,	219,	'_elementor_page_assets',	'a:0:{}'),
(1544,	219,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1546,	220,	'_elementor_edit_mode',	'builder'),
(1547,	220,	'_elementor_template_type',	'wp-page'),
(1548,	220,	'_elementor_version',	'3.11.2'),
(1549,	220,	'_elementor_pro_version',	'3.11.1'),
(1550,	220,	'_wp_page_template',	'elementor_theme'),
(1551,	220,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1552,	220,	'_elementor_page_assets',	'a:0:{}'),
(1553,	220,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1555,	221,	'_elementor_edit_mode',	'builder'),
(1556,	221,	'_elementor_template_type',	'wp-page'),
(1557,	221,	'_elementor_version',	'3.11.2'),
(1558,	221,	'_elementor_pro_version',	'3.11.1'),
(1559,	221,	'_wp_page_template',	'elementor_theme');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1560,	221,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1561,	221,	'_elementor_page_assets',	'a:0:{}'),
(1562,	221,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1564,	25,	'_yoast_wpseo_content_score',	'60'),
(1578,	223,	'_elementor_source',	'post'),
(1579,	223,	'_elementor_edit_mode',	'builder'),
(1580,	223,	'_elementor_template_type',	'popup'),
(1581,	223,	'_elementor_version',	'3.11.2'),
(1582,	223,	'_elementor_pro_version',	'3.11.1'),
(1583,	223,	'_wp_page_template',	'default'),
(1584,	223,	'_elementor_page_settings',	'a:25:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:12:\"slideInRight\";s:14:\"exit_animation\";s:12:\"slideInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:6:{s:16:\"background_color\";s:0:\"\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";s:24:\"close_button_hover_color\";s:22:\"globals/colors?id=text\";s:35:\"close_button_hover_background_color\";s:24:\"globals/colors?id=accent\";s:12:\"border_color\";s:25:\"globals/colors?id=0ca11c5\";}s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.88;s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:7:\"#EFEBEA\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:12:\"border_color\";s:7:\"#EFEBEA\";s:18:\"close_button_color\";s:7:\"#111414\";s:29:\"close_button_background_color\";s:7:\"#FFFFFF\";s:24:\"close_button_hover_color\";s:7:\"#FFFFFF\";s:35:\"close_button_hover_background_color\";s:7:\"#FF7C1C\";}'),
(1585,	223,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=primary\"},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72fa9a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9fa4711\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6ac7d44\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":400},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b546551\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1c35391\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8902cc4\"}]},\"elements\":[{\"id\":\"bbd6ff5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fd1bf6d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0602b6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c39de9f\"}]},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1586,	223,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(1587,	223,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(1588,	223,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(1590,	224,	'_elementor_edit_mode',	'builder'),
(1591,	224,	'_elementor_template_type',	'loop-item'),
(1592,	225,	'_elementor_edit_mode',	'builder'),
(1593,	225,	'_elementor_template_type',	'loop-item'),
(1594,	224,	'_elementor_version',	'3.11.2'),
(1595,	224,	'_elementor_pro_version',	'3.11.3'),
(1596,	224,	'_elementor_source',	'post'),
(1597,	224,	'_wp_page_template',	'default'),
(1600,	226,	'_elementor_edit_mode',	'builder'),
(1601,	226,	'_elementor_template_type',	'wp-page'),
(1602,	226,	'_elementor_version',	'3.11.2'),
(1603,	226,	'_elementor_pro_version',	'3.11.1'),
(1604,	226,	'_wp_page_template',	'elementor_theme'),
(1605,	226,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1606,	226,	'_elementor_page_assets',	'a:0:{}'),
(1607,	226,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1609,	227,	'_elementor_edit_mode',	'builder'),
(1610,	227,	'_elementor_template_type',	'wp-page'),
(1611,	227,	'_elementor_version',	'3.11.2'),
(1612,	227,	'_elementor_pro_version',	'3.11.1'),
(1613,	227,	'_wp_page_template',	'elementor_theme'),
(1614,	227,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1615,	227,	'_elementor_page_assets',	'a:0:{}'),
(1616,	227,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1618,	228,	'_elementor_edit_mode',	'builder'),
(1619,	228,	'_elementor_template_type',	'wp-page'),
(1620,	228,	'_elementor_version',	'3.11.2'),
(1621,	228,	'_elementor_pro_version',	'3.11.1'),
(1622,	228,	'_wp_page_template',	'elementor_theme'),
(1623,	228,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1624,	228,	'_elementor_page_assets',	'a:0:{}'),
(1625,	228,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1628,	224,	'_edit_lock',	'1677876844:1'),
(1631,	229,	'_elementor_edit_mode',	'builder'),
(1632,	229,	'_elementor_template_type',	'loop-item'),
(1633,	229,	'_elementor_version',	'3.11.2'),
(1634,	229,	'_elementor_pro_version',	'3.11.1'),
(1635,	229,	'_elementor_source',	'post'),
(1636,	229,	'_wp_page_template',	'default'),
(1637,	229,	'_elementor_page_settings',	'a:1:{s:6:\"source\";s:4:\"post\";}'),
(1638,	224,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"animation_duration\":\"slow\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ec15b0a\",\"elType\":\"widget\",\"settings\":{\"skin\":\"cover\",\"title\":\"This is the heading\",\"description\":\"\",\"button\":\"\",\"link_click\":\"box\",\"min-height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"title_color\":\"#02010100\",\"description_color\":\"#02010100\",\"button_color\":\"#02010100\",\"__dynamic__\":{\"bg_image\":\"[elementor-tag id=\\\"b69c063\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63fcdc69ddf2f%3Aproject_homepage_grid_image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"c03f98f\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\",\"description\":\"[elementor-tag id=\\\"8d49e4c\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"b1894a2\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color_hover\":\"globals\\/colors?id=text\"},\"events_tracker_for_elementor_gtag\":\"yes\",\"events_tracker_for_elementor_gtag_category\":\"Website internal\",\"events_tracker_for_elementor_gtag_action\":\"portfolio-click\",\"events_tracker_for_elementor_gtag_label\":\"Website\",\"vertical_position\":\"middle\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":false}]'),
(1639,	230,	'_elementor_edit_mode',	'builder'),
(1640,	230,	'_elementor_template_type',	'loop-item'),
(1641,	230,	'_elementor_version',	'3.11.2'),
(1642,	230,	'_elementor_pro_version',	'3.11.1'),
(1643,	230,	'_elementor_source',	'post'),
(1644,	230,	'_wp_page_template',	'default'),
(1645,	230,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}]},\"elements\":[{\"id\":\"8f01c82\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":30,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":50,\"sizes\":[]},\"height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}]'),
(1646,	224,	'_elementor_page_assets',	'a:0:{}'),
(1648,	231,	'_elementor_edit_mode',	'builder'),
(1649,	231,	'_elementor_template_type',	'wp-page'),
(1650,	231,	'_elementor_version',	'3.11.2'),
(1651,	231,	'_elementor_pro_version',	'3.11.1'),
(1652,	231,	'_wp_page_template',	'elementor_theme'),
(1653,	231,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1654,	231,	'_elementor_page_assets',	'a:0:{}'),
(1655,	231,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1657,	232,	'_elementor_edit_mode',	'builder'),
(1658,	232,	'_elementor_template_type',	'wp-page'),
(1659,	232,	'_elementor_version',	'3.11.2'),
(1660,	232,	'_elementor_pro_version',	'3.11.1'),
(1661,	232,	'_wp_page_template',	'elementor_theme'),
(1662,	232,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1663,	232,	'_elementor_page_assets',	'a:0:{}'),
(1664,	232,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1666,	233,	'_elementor_edit_mode',	'builder'),
(1667,	233,	'_elementor_template_type',	'wp-page'),
(1668,	233,	'_elementor_version',	'3.11.2'),
(1669,	233,	'_elementor_pro_version',	'3.11.1'),
(1670,	233,	'_wp_page_template',	'elementor_theme'),
(1671,	233,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"masonry\":\"yes\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1672,	233,	'_elementor_page_assets',	'a:0:{}'),
(1673,	233,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1676,	234,	'_elementor_edit_mode',	'builder'),
(1677,	234,	'_elementor_template_type',	'loop-item'),
(1678,	234,	'_elementor_version',	'3.11.2'),
(1679,	234,	'_elementor_pro_version',	'3.11.1'),
(1680,	234,	'_elementor_source',	'post'),
(1681,	234,	'_wp_page_template',	'default'),
(1682,	234,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}]},\"elements\":[{\"id\":\"8f01c82\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"f506375\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}]'),
(1683,	234,	'_elementor_page_assets',	'a:0:{}'),
(1685,	235,	'_elementor_edit_mode',	'builder'),
(1686,	235,	'_elementor_template_type',	'loop-item'),
(1687,	235,	'_elementor_version',	'3.11.2'),
(1688,	235,	'_elementor_pro_version',	'3.11.1'),
(1689,	235,	'_elementor_source',	'post'),
(1690,	235,	'_wp_page_template',	'default'),
(1691,	235,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8f01c82\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"f506375\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}]'),
(1692,	235,	'_elementor_page_assets',	'a:0:{}'),
(1693,	236,	'_elementor_edit_mode',	'builder'),
(1694,	236,	'_elementor_template_type',	'loop-item'),
(1695,	236,	'_elementor_version',	'3.11.2'),
(1696,	236,	'_elementor_pro_version',	'3.11.1'),
(1697,	236,	'_elementor_source',	'post'),
(1698,	236,	'_wp_page_template',	'default'),
(1699,	236,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8f01c82\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"f506375\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}]'),
(1700,	236,	'_elementor_page_assets',	'a:0:{}'),
(1702,	237,	'_elementor_edit_mode',	'builder'),
(1703,	237,	'_elementor_template_type',	'wp-page'),
(1704,	237,	'_elementor_version',	'3.11.2'),
(1705,	237,	'_elementor_pro_version',	'3.11.1'),
(1706,	237,	'_wp_page_template',	'elementor_theme'),
(1707,	237,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"masonry\":\"yes\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1708,	237,	'_elementor_page_assets',	'a:0:{}'),
(1709,	237,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1711,	238,	'_elementor_edit_mode',	'builder'),
(1712,	238,	'_elementor_template_type',	'wp-page'),
(1713,	238,	'_elementor_version',	'3.11.2'),
(1714,	238,	'_elementor_pro_version',	'3.11.1'),
(1715,	238,	'_wp_page_template',	'elementor_theme'),
(1716,	238,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"masonry\":\"yes\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1717,	238,	'_elementor_page_assets',	'a:0:{}'),
(1718,	238,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1720,	239,	'_elementor_edit_mode',	'builder'),
(1721,	239,	'_elementor_template_type',	'wp-page'),
(1722,	239,	'_elementor_version',	'3.11.2'),
(1723,	239,	'_elementor_pro_version',	'3.11.1'),
(1724,	239,	'_wp_page_template',	'elementor_theme'),
(1725,	239,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1726,	239,	'_elementor_page_assets',	'a:0:{}'),
(1727,	239,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1729,	240,	'_elementor_edit_mode',	'builder'),
(1730,	240,	'_elementor_template_type',	'loop-item'),
(1731,	240,	'_elementor_version',	'3.11.2'),
(1732,	240,	'_elementor_pro_version',	'3.11.1'),
(1733,	240,	'_elementor_source',	'post'),
(1734,	240,	'_wp_page_template',	'default'),
(1735,	240,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8f01c82\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"f506375\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"_mask_shape\":\"flower\",\"_mask_size\":\"cover\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_repeat\":\"repeat-x\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}]'),
(1736,	240,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1738,	241,	'_elementor_edit_mode',	'builder'),
(1739,	241,	'_elementor_template_type',	'wp-page'),
(1740,	241,	'_elementor_version',	'3.11.2'),
(1741,	241,	'_elementor_pro_version',	'3.11.1'),
(1742,	241,	'_wp_page_template',	'elementor_theme'),
(1743,	241,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1744,	241,	'_elementor_page_assets',	'a:0:{}'),
(1745,	241,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1747,	242,	'_elementor_edit_mode',	'builder'),
(1748,	242,	'_elementor_template_type',	'wp-page'),
(1749,	242,	'_elementor_version',	'3.11.2'),
(1750,	242,	'_elementor_pro_version',	'3.11.1'),
(1751,	242,	'_wp_page_template',	'elementor_theme'),
(1752,	242,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1753,	242,	'_elementor_page_assets',	'a:0:{}'),
(1754,	242,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1756,	243,	'_elementor_edit_mode',	'builder'),
(1757,	243,	'_elementor_template_type',	'wp-page'),
(1758,	243,	'_elementor_version',	'3.11.2'),
(1759,	243,	'_elementor_pro_version',	'3.11.1'),
(1760,	243,	'_wp_page_template',	'elementor_theme'),
(1761,	243,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1762,	243,	'_elementor_page_assets',	'a:0:{}'),
(1763,	243,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1765,	244,	'_elementor_edit_mode',	'builder'),
(1766,	244,	'_elementor_template_type',	'loop-item'),
(1767,	244,	'_elementor_version',	'3.11.2'),
(1768,	244,	'_elementor_pro_version',	'3.11.1'),
(1769,	244,	'_elementor_source',	'post'),
(1770,	244,	'_wp_page_template',	'default'),
(1771,	244,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8f01c82\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"f506375\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"_mask_shape\":\"flower\",\"_mask_size\":\"cover\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_repeat\":\"repeat-x\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}]'),
(1772,	244,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1775,	245,	'_elementor_edit_mode',	'builder'),
(1776,	245,	'_elementor_template_type',	'wp-page'),
(1777,	245,	'_elementor_version',	'3.11.2'),
(1778,	245,	'_elementor_pro_version',	'3.11.1'),
(1779,	245,	'_wp_page_template',	'elementor_theme'),
(1780,	245,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1781,	245,	'_elementor_page_assets',	'a:0:{}'),
(1782,	245,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1784,	246,	'_elementor_edit_mode',	'builder'),
(1785,	246,	'_elementor_template_type',	'wp-page'),
(1786,	246,	'_elementor_version',	'3.11.2'),
(1787,	246,	'_elementor_pro_version',	'3.11.1'),
(1788,	246,	'_wp_page_template',	'elementor_theme'),
(1789,	246,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1790,	246,	'_elementor_page_assets',	'a:0:{}'),
(1791,	246,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1793,	247,	'_elementor_edit_mode',	'builder'),
(1794,	247,	'_elementor_template_type',	'wp-page'),
(1795,	247,	'_elementor_version',	'3.11.2'),
(1796,	247,	'_elementor_pro_version',	'3.11.1'),
(1797,	247,	'_wp_page_template',	'elementor_theme'),
(1798,	247,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1799,	247,	'_elementor_page_assets',	'a:0:{}'),
(1800,	247,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(1803,	248,	'_elementor_source',	'post'),
(1804,	248,	'_elementor_edit_mode',	'builder'),
(1805,	248,	'_elementor_template_type',	'popup'),
(1806,	248,	'_elementor_version',	'3.11.2'),
(1807,	248,	'_elementor_pro_version',	'3.11.1'),
(1808,	248,	'_wp_page_template',	'default'),
(1809,	248,	'_elementor_page_settings',	'a:25:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:12:\"slideInRight\";s:14:\"exit_animation\";s:12:\"slideInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:6:{s:16:\"background_color\";s:0:\"\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";s:24:\"close_button_hover_color\";s:22:\"globals/colors?id=text\";s:35:\"close_button_hover_background_color\";s:24:\"globals/colors?id=accent\";s:12:\"border_color\";s:25:\"globals/colors?id=0ca11c5\";}s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.88;s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:7:\"#EFEBEA\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:12:\"border_color\";s:7:\"#EFEBEA\";s:18:\"close_button_color\";s:7:\"#111414\";s:29:\"close_button_background_color\";s:7:\"#FFFFFF\";s:24:\"close_button_hover_color\";s:7:\"#FFFFFF\";s:35:\"close_button_hover_background_color\";s:7:\"#FF7C1C\";}'),
(1810,	248,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=primary\"},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72fa9a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9fa4711\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6ac7d44\"}],\"animation_duration\":\"slow\",\"animation_delay\":400},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b546551\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1c35391\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8902cc4\"}]},\"elements\":[{\"id\":\"bbd6ff5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fd1bf6d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0602b6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c39de9f\"}]},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1811,	248,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:8:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";}}'),
(1812,	248,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(1813,	248,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(1815,	249,	'_elementor_source',	'post'),
(1816,	249,	'_elementor_edit_mode',	'builder'),
(1817,	249,	'_elementor_template_type',	'popup'),
(1818,	249,	'_elementor_version',	'3.11.2'),
(1819,	249,	'_elementor_pro_version',	'3.11.1'),
(1820,	249,	'_wp_page_template',	'default'),
(1821,	249,	'_elementor_page_settings',	'a:24:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:12:\"slideInRight\";s:14:\"exit_animation\";s:12:\"slideInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:6:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";s:24:\"close_button_hover_color\";s:22:\"globals/colors?id=text\";s:35:\"close_button_hover_background_color\";s:24:\"globals/colors?id=accent\";s:12:\"border_color\";s:25:\"globals/colors?id=0ca11c5\";}s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.88;s:5:\"sizes\";a:0:{}}s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:12:\"border_color\";s:7:\"#EFEBEA\";s:18:\"close_button_color\";s:7:\"#111414\";s:29:\"close_button_background_color\";s:7:\"#FFFFFF\";s:24:\"close_button_hover_color\";s:7:\"#FFFFFF\";s:35:\"close_button_hover_background_color\";s:7:\"#FF7C1C\";}'),
(1822,	249,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=primary\"},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72fa9a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9fa4711\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6ac7d44\"}],\"animation_duration\":\"slow\",\"animation_delay\":400},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b546551\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1c35391\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8902cc4\"}]},\"elements\":[{\"id\":\"bbd6ff5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fd1bf6d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0602b6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c39de9f\"}]},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1823,	249,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(1824,	249,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(1825,	249,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(1826,	250,	'_elementor_source',	'post'),
(1827,	250,	'_elementor_edit_mode',	'builder'),
(1828,	250,	'_elementor_template_type',	'popup'),
(1829,	250,	'_elementor_version',	'3.11.2'),
(1830,	250,	'_elementor_pro_version',	'3.11.1'),
(1831,	250,	'_wp_page_template',	'default'),
(1832,	250,	'_elementor_page_settings',	'a:24:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:12:\"slideInRight\";s:14:\"exit_animation\";s:12:\"slideInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:6:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";s:24:\"close_button_hover_color\";s:22:\"globals/colors?id=text\";s:35:\"close_button_hover_background_color\";s:24:\"globals/colors?id=accent\";s:12:\"border_color\";s:25:\"globals/colors?id=0ca11c5\";}s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.88;s:5:\"sizes\";a:0:{}}s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:12:\"border_color\";s:7:\"#EFEBEA\";s:18:\"close_button_color\";s:7:\"#111414\";s:29:\"close_button_background_color\";s:7:\"#FFFFFF\";s:24:\"close_button_hover_color\";s:7:\"#FFFFFF\";s:35:\"close_button_hover_background_color\";s:7:\"#FF7C1C\";}'),
(1833,	250,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=primary\"},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72fa9a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9fa4711\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6ac7d44\"}],\"animation_duration\":\"slow\",\"animation_delay\":400},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b546551\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1c35391\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8902cc4\"}]},\"elements\":[{\"id\":\"bbd6ff5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fd1bf6d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0602b6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c39de9f\"}]},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1834,	250,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(1835,	250,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(1836,	250,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(1841,	252,	'_elementor_edit_mode',	'builder'),
(1842,	252,	'_elementor_template_type',	'archive'),
(1843,	253,	'_elementor_edit_mode',	'builder'),
(1844,	253,	'_elementor_template_type',	'archive'),
(1845,	252,	'_elementor_version',	'3.11.4'),
(1846,	252,	'_elementor_pro_version',	'3.11.5'),
(1847,	252,	'_edit_lock',	'1678699835:1'),
(1848,	254,	'_edit_lock',	'1678744635:1'),
(1849,	254,	'_edit_last',	'1'),
(1850,	254,	'_yoast_wpseo_estimated-reading-time-minutes',	'3'),
(1851,	254,	'_yoast_wpseo_wordproof_timestamp',	''),
(1852,	256,	'_edit_lock',	'1678697653:1'),
(1853,	256,	'_edit_last',	'1'),
(1854,	256,	'_yoast_wpseo_estimated-reading-time-minutes',	'2'),
(1855,	256,	'_yoast_wpseo_wordproof_timestamp',	''),
(1856,	258,	'_edit_lock',	'1678697841:1'),
(1857,	258,	'_edit_last',	'1'),
(1858,	258,	'_yoast_wpseo_estimated-reading-time-minutes',	'2'),
(1859,	258,	'_yoast_wpseo_wordproof_timestamp',	''),
(1865,	261,	'_elementor_is_screenshot',	'1'),
(1866,	261,	'_wp_attached_file',	'elementor/screenshots/Elementor-post-screenshot_135_2023-02-27-13-38-36_2adffb6.png'),
(1867,	135,	'_elementor_screenshot',	'a:2:{s:2:\"id\";i:261;s:3:\"url\";s:131:\"https://www.scriptin.me/fweb/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_135_2023-02-27-13-38-36_2adffb6.png\";}'),
(1868,	262,	'_wp_attached_file',	'2023/02/Relive.jpg'),
(1869,	262,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:902;s:6:\"height\";i:584;s:4:\"file\";s:18:\"2023/02/Relive.jpg\";s:8:\"filesize\";i:318262;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Relive-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10043;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Relive-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4596;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Relive-768x497.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65243;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1870,	263,	'_wp_attached_file',	'2023/02/Screenshot-2022-12-14-at-14.39.54.jpg'),
(1871,	263,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:826;s:6:\"height\";i:1376;s:4:\"file\";s:45:\"2023/02/Screenshot-2022-12-14-at-14.39.54.jpg\";s:8:\"filesize\";i:476061;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2022-12-14-at-14.39.54-180x300.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7539;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2022-12-14-at-14.39.54-615x1024.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60585;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2022-12-14-at-14.39.54-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4803;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2022-12-14-at-14.39.54-768x1279.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1279;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89559;}s:24:\"elementor_custom_667x467\";a:4:{s:4:\"file\";s:97:\"elementor/thumbs/Screenshot-2022-12-14-at-14.39.54-q2s2v84ghs5hjr4aook71k1i9ejf922k343isq4xz2.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_667x367\";a:4:{s:4:\"file\";s:97:\"elementor/thumbs/Screenshot-2022-12-14-at-14.39.54-q2s2v84ghs4x35s0clvqig7hvk37z63dhmlorrlyxi.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_567x867\";a:4:{s:4:\"file\";s:97:\"elementor/thumbs/Screenshot-2022-12-14-at-14.39.54-q2s2v84f9xfw8pnzy53bl0d75aksyqqr6qzis4al5q.jpg\";s:5:\"width\";i:567;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_367x667\";a:4:{s:4:\"file\";s:97:\"elementor/thumbs/Screenshot-2022-12-14-at-14.39.54-q2s2v84cu7v10pcj4bczcuoh2m5jn8bbf5t6hbc53i.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_467x767\";a:4:{s:4:\"file\";s:97:\"elementor/thumbs/Screenshot-2022-12-14-at-14.39.54-q2s2v84e22ngmpi9j885gxiu3yd6azj1ayecmptd4m.jpg\";s:5:\"width\";i:467;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1872,	264,	'_wp_attached_file',	'2023/02/VEGAN_NOMS_JULY21-41.jpg'),
(1873,	264,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:902;s:6:\"height\";i:584;s:4:\"file\";s:32:\"2023/02/VEGAN_NOMS_JULY21-41.jpg\";s:8:\"filesize\";i:325565;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"VEGAN_NOMS_JULY21-41-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"VEGAN_NOMS_JULY21-41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6371;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"VEGAN_NOMS_JULY21-41-768x497.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1878,	266,	'_wp_attached_file',	'2023/02/14.jpg'),
(1879,	266,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:450;s:4:\"file\";s:14:\"2023/02/14.jpg\";s:8:\"filesize\";i:321908;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"14-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7927;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"14-1024x421.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5229;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"14-768x316.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37650;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1880,	267,	'_elementor_edit_mode',	'builder'),
(1881,	267,	'_elementor_template_type',	'archive'),
(1882,	268,	'_elementor_edit_mode',	'builder'),
(1883,	268,	'_elementor_template_type',	'archive'),
(1884,	267,	'_elementor_version',	'3.11.2'),
(1885,	267,	'_elementor_pro_version',	'3.11.3'),
(1886,	269,	'_wp_attached_file',	'2023/02/AfterJam-test-2-1.jpg'),
(1887,	269,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1661;s:6:\"height\";i:796;s:4:\"file\";s:29:\"2023/02/AfterJam-test-2-1.jpg\";s:8:\"filesize\";i:313448;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"AfterJam-test-2-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5793;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"AfterJam-test-2-1-1024x491.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33014;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"AfterJam-test-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4388;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"AfterJam-test-2-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22099;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"AfterJam-test-2-1-1536x736.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58147;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1888,	267,	'_edit_lock',	'1678698560:1'),
(1889,	270,	'_wp_attached_file',	'2023/02/Blog-e1677514421540.jpg'),
(1890,	270,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:769;s:6:\"height\";i:559;s:4:\"file\";s:31:\"2023/02/Blog-e1677514421540.jpg\";s:8:\"filesize\";i:129294;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Blog-e1677514421540-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10733;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Blog-e1677514421540-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4991;}s:13:\"tp-image-grid\";a:5:{s:4:\"file\";s:31:\"Blog-e1677514421540-700x559.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35922;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1891,	271,	'_wp_attached_file',	'2023/02/CARNIVALRUM_PRODUCTSHOOT_FINALS-21.jpg'),
(1892,	271,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:598;s:6:\"height\";i:769;s:4:\"file\";s:46:\"2023/02/CARNIVALRUM_PRODUCTSHOOT_FINALS-21.jpg\";s:8:\"filesize\";i:352570;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"CARNIVALRUM_PRODUCTSHOOT_FINALS-21-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15942;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"CARNIVALRUM_PRODUCTSHOOT_FINALS-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6466;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1893,	252,	'_wp_page_template',	'default'),
(1894,	252,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(1895,	252,	'_elementor_data',	'[{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02e57eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"1dd9efe\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_box_border_color\":\"#000000\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#006F90\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_color\":\"#FF7C1C\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n.faction-posts article .elementor-post__thumbnail ,.faction-posts article .elementor-post__text{\\nmargin:0px 26px;\\n}\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\\n.faction-posts article:nth-child(2) .elementor-post__text .elementor-post__title a {\\n    color: #D99CFF!important;\\n    \\n}\\n.faction-posts article:nth-child(3) .elementor-post__text .elementor-post__title a {\\n    color: #FF5B46!important;\\n    \\n}\\n.faction-posts article:first-child .elementor-post__text .elementor-post__title a {\\n    color:var(--e-global-color-secondary)!important;\\n    \\n}\\n   \\n    \",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"\",\"classic_read_more_color\":\"globals\\/colors?id=accent\",\"classic_box_bg_color\":\"\"},\"classic_posts_per_page\":3,\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1896,	252,	'_elementor_page_assets',	'a:0:{}'),
(1906,	273,	'_wp_attached_file',	'2023/02/Faction-Web.pdf'),
(1907,	273,	'_wp_attachment_metadata',	'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"Faction-Web-pdf.jpg\";s:5:\"width\";i:3413;s:6:\"height\";i:9675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1867805;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Faction-Web-pdf-106x300.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8798;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Faction-Web-pdf-361x1024.jpg\";s:5:\"width\";i:361;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56372;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Faction-Web-pdf-53x150.jpg\";s:5:\"width\";i:53;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3367;}}s:8:\"filesize\";i:40533245;}'),
(1908,	274,	'_wp_attached_file',	'2023/02/fb-banner.jpg'),
(1909,	274,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2023/02/fb-banner.jpg\";s:8:\"filesize\";i:152665;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"fb-banner-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8514;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"fb-banner-1024x421.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40438;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"fb-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4482;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"fb-banner-768x316.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1910,	275,	'_wp_attached_file',	'2023/02/fe0e5440cd526638e76a69ff8f0c0543-e1677514344601.jpg'),
(1911,	275,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:825;s:6:\"height\";i:1131;s:4:\"file\";s:59:\"2023/02/fe0e5440cd526638e76a69ff8f0c0543-e1677514344601.jpg\";s:8:\"filesize\";i:256674;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"fe0e5440cd526638e76a69ff8f0c0543-e1677514344601-219x300.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10863;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"fe0e5440cd526638e76a69ff8f0c0543-e1677514344601-747x1024.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54122;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"fe0e5440cd526638e76a69ff8f0c0543-e1677514344601-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5511;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"fe0e5440cd526638e76a69ff8f0c0543-e1677514344601-768x1053.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1053;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56456;}s:13:\"tp-image-grid\";a:5:{s:4:\"file\";s:59:\"fe0e5440cd526638e76a69ff8f0c0543-e1677514344601-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39853;}s:24:\"elementor_custom_467x767\";a:4:{s:4:\"file\";s:111:\"elementor/thumbs/fe0e5440cd526638e76a69ff8f0c0543-e1677514344601-q2s9k0g0s89qqnr1ib5n763obbk43pfoeqm4cgsr7a.jpg\";s:5:\"width\";i:467;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1912,	276,	'_wp_attached_file',	'2023/02/Group-149.png'),
(1913,	276,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:837;s:6:\"height\";i:1298;s:4:\"file\";s:21:\"2023/02/Group-149.png\";s:8:\"filesize\";i:173029;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Group-149-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20408;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Group-149-660x1024.png\";s:5:\"width\";i:660;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101215;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Group-149-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12124;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Group-149-768x1191.png\";s:5:\"width\";i:768;s:6:\"height\";i:1191;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123279;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1914,	277,	'_wp_attached_file',	'2023/02/JPG.jpg'),
(1915,	277,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:977;s:4:\"file\";s:15:\"2023/02/JPG.jpg\";s:8:\"filesize\";i:122021;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"JPG-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6185;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"JPG-1024x521.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24911;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"JPG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4015;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"JPG-768x391.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18245;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"JPG-1536x782.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39049;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1916,	278,	'_wp_attached_file',	'2023/02/Orland-Group.jpg'),
(1917,	278,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:902;s:6:\"height\";i:584;s:4:\"file\";s:24:\"2023/02/Orland-Group.jpg\";s:8:\"filesize\";i:149612;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Orland-Group-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10864;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Orland-Group-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4254;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Orland-Group-768x497.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37555;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1918,	279,	'_elementor_edit_mode',	'builder'),
(1919,	279,	'_elementor_template_type',	'archive'),
(1920,	279,	'_elementor_version',	'3.11.2'),
(1921,	279,	'_elementor_pro_version',	'3.11.3'),
(1922,	279,	'_wp_page_template',	'default'),
(1923,	279,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(1924,	279,	'_elementor_data',	'[{\"id\":\"06db3d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4236c0b\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5ffcd1c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8962fb2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4215cf2\"}]},\"elements\":[{\"id\":\"12f4486\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b226de6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"da0764f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1b508ee\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1925,	279,	'_elementor_page_assets',	'a:0:{}'),
(1926,	280,	'_elementor_edit_mode',	'builder'),
(1927,	280,	'_elementor_template_type',	'archive'),
(1928,	280,	'_elementor_version',	'3.11.2'),
(1929,	280,	'_elementor_pro_version',	'3.11.3'),
(1930,	280,	'_wp_page_template',	'default'),
(1931,	280,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(1932,	280,	'_elementor_data',	'[{\"id\":\"06db3d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1933,	280,	'_elementor_page_assets',	'a:0:{}'),
(1934,	252,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}'),
(1935,	281,	'_elementor_edit_mode',	'builder'),
(1936,	281,	'_elementor_template_type',	'archive'),
(1937,	281,	'_elementor_version',	'3.11.2'),
(1938,	281,	'_elementor_pro_version',	'3.11.3'),
(1939,	281,	'_wp_page_template',	'default'),
(1940,	281,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(1941,	281,	'_elementor_data',	'[{\"id\":\"06db3d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02e57eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"1dd9efe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"full_content\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"1536x1536\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(1942,	281,	'_elementor_page_assets',	'a:0:{}'),
(1943,	281,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}'),
(1944,	254,	'_thumbnail_id',	'274'),
(1945,	256,	'_thumbnail_id',	'266'),
(1947,	256,	'_elementor_edit_mode',	'builder'),
(1948,	256,	'_elementor_template_type',	'wp-post'),
(1949,	256,	'_elementor_version',	'3.11.2'),
(1950,	256,	'_elementor_pro_version',	'3.11.3'),
(1959,	284,	'_thumbnail_id',	'266'),
(1960,	284,	'_elementor_edit_mode',	'builder'),
(1961,	284,	'_elementor_template_type',	'wp-post'),
(1962,	284,	'_elementor_version',	'3.11.2'),
(1963,	284,	'_elementor_pro_version',	'3.11.3'),
(1964,	285,	'_thumbnail_id',	'266'),
(1965,	285,	'_elementor_edit_mode',	'builder'),
(1966,	285,	'_elementor_template_type',	'wp-post'),
(1967,	285,	'_elementor_version',	'3.11.2'),
(1968,	285,	'_elementor_pro_version',	'3.11.3'),
(1969,	256,	'_wp_page_template',	'elementor_header_footer'),
(1970,	256,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bespoke, branded websites that<br \\/>convert sales and look great.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1971,	286,	'_thumbnail_id',	'266'),
(1972,	286,	'_elementor_edit_mode',	'builder'),
(1973,	286,	'_elementor_template_type',	'wp-post'),
(1974,	286,	'_elementor_version',	'3.11.2'),
(1975,	286,	'_elementor_pro_version',	'3.11.3'),
(1976,	286,	'_wp_page_template',	'elementor_theme'),
(1977,	286,	'_elementor_data',	'[{\"id\":\"18365be\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"598ed79\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6255ab8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"596f60c\"}]},\"elements\":[{\"id\":\"501b15ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"67e745c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"21b4883\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"344974e\"}]},\"elements\":[{\"id\":\"76fc2954\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1979,	256,	'_elementor_page_assets',	'a:0:{}'),
(1981,	287,	'_wp_attached_file',	'2023/02/collage.jpg'),
(1982,	287,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2023/02/collage.jpg\";s:8:\"filesize\";i:310379;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"collage-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9682;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"collage-1024x421.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65270;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"collage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3948;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"collage-768x316.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42026;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1983,	258,	'_thumbnail_id',	'287'),
(1984,	258,	'_yoast_wpseo_content_score',	'60'),
(1985,	258,	'_elementor_edit_mode',	'builder'),
(1986,	258,	'_elementor_template_type',	'wp-post'),
(1987,	258,	'_elementor_version',	'3.11.2'),
(1988,	258,	'_elementor_pro_version',	'3.11.3'),
(1989,	254,	'_yoast_wpseo_content_score',	'30'),
(1990,	254,	'_elementor_edit_mode',	'builder'),
(1991,	254,	'_elementor_template_type',	'wp-post'),
(1992,	254,	'_elementor_version',	'3.11.4'),
(1993,	254,	'_elementor_pro_version',	'3.11.5'),
(2002,	292,	'_thumbnail_id',	'287'),
(2003,	292,	'_elementor_edit_mode',	'builder'),
(2004,	292,	'_elementor_template_type',	'wp-post'),
(2005,	292,	'_elementor_version',	'3.11.2'),
(2006,	292,	'_elementor_pro_version',	'3.11.3'),
(2007,	293,	'_thumbnail_id',	'287'),
(2008,	293,	'_elementor_edit_mode',	'builder'),
(2009,	293,	'_elementor_template_type',	'wp-post'),
(2010,	293,	'_elementor_version',	'3.11.2'),
(2011,	293,	'_elementor_pro_version',	'3.11.3'),
(2012,	258,	'_wp_page_template',	'elementor_header_footer'),
(2013,	258,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Designing with purpose, intent<br \\/>and creativity, of course.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2014,	294,	'_thumbnail_id',	'287'),
(2015,	294,	'_elementor_edit_mode',	'builder'),
(2016,	294,	'_elementor_template_type',	'wp-post'),
(2017,	294,	'_elementor_version',	'3.11.2'),
(2018,	294,	'_elementor_pro_version',	'3.11.3'),
(2019,	294,	'_wp_page_template',	'elementor_theme'),
(2020,	294,	'_elementor_data',	'[{\"id\":\"7e935619\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"2e01114\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8cb2388\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bb1d603\"}]},\"elements\":[{\"id\":\"25364cd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1ea9bdc\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0476157\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ddee478\"}]},\"elements\":[{\"id\":\"31fb8878\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2022,	258,	'_elementor_page_assets',	'a:0:{}'),
(2024,	295,	'_elementor_edit_mode',	'builder'),
(2025,	295,	'_elementor_template_type',	'archive'),
(2026,	295,	'_elementor_version',	'3.11.2'),
(2027,	295,	'_elementor_pro_version',	'3.11.3'),
(2028,	295,	'_wp_page_template',	'default'),
(2029,	295,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(2030,	295,	'_elementor_data',	'[{\"id\":\"06db3d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02e57eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"1dd9efe\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.44,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row-reverse;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2031,	295,	'_elementor_page_assets',	'a:0:{}'),
(2032,	295,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}'),
(2041,	267,	'_wp_page_template',	'default'),
(2042,	267,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(2043,	267,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":12,\"posts_avoid_duplicates\":\"yes\",\"posts_orderby\":\"menu_order\",\"taxonomy\":\"project_cat\",\"column_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"color_background\":\"#111414E0\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"},\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"_css_classes\":\"mehhe\",\"custom_css\":\".mehhe  .elementor-portfolio-item__overlay {\\n    border-radius: 0!important;\\n}\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2044,	267,	'_elementor_page_assets',	'a:0:{}'),
(2045,	297,	'_elementor_edit_mode',	'builder'),
(2046,	297,	'_elementor_template_type',	'archive'),
(2047,	297,	'_elementor_version',	'3.11.2'),
(2048,	297,	'_elementor_pro_version',	'3.11.3'),
(2049,	297,	'_wp_page_template',	'default'),
(2050,	297,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(2051,	297,	'_elementor_data',	'[{\"id\":\"06db3d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02e57eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"1dd9efe\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.36,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"classic_box_border_color\":\"#11141440\",\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n\\n\",\"__globals__\":{\"classic_box_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2052,	297,	'_elementor_page_assets',	'a:0:{}'),
(2053,	297,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}'),
(2054,	298,	'_elementor_edit_mode',	'builder'),
(2055,	298,	'_elementor_template_type',	'archive'),
(2056,	298,	'_elementor_version',	'3.11.2'),
(2057,	298,	'_elementor_pro_version',	'3.11.3'),
(2058,	298,	'_wp_page_template',	'default'),
(2059,	298,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(2060,	298,	'_elementor_data',	'[{\"id\":\"06db3d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02e57eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"1dd9efe\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.36,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"classic_box_border_color\":\"#11141440\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"globals\\/colors?id=accent\",\"classic_read_more_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2061,	298,	'_elementor_page_assets',	'a:0:{}'),
(2062,	298,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}'),
(2063,	299,	'_elementor_edit_mode',	'builder'),
(2064,	299,	'_elementor_template_type',	'archive'),
(2065,	299,	'_elementor_version',	'3.11.2'),
(2066,	299,	'_elementor_pro_version',	'3.11.3'),
(2067,	299,	'_wp_page_template',	'default'),
(2068,	299,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(2069,	299,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7102c7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbbc1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2070,	299,	'_elementor_page_assets',	'a:0:{}'),
(2073,	300,	'_elementor_edit_mode',	'builder'),
(2074,	300,	'_elementor_template_type',	'archive'),
(2075,	300,	'_elementor_version',	'3.11.2'),
(2076,	300,	'_elementor_pro_version',	'3.11.3'),
(2077,	300,	'_wp_page_template',	'default'),
(2078,	300,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(2079,	300,	'_elementor_data',	'[{\"id\":\"06db3d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02e57eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"1dd9efe\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.36,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"classic_box_border_color\":\"#11141440\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\\n.faction-posts article:nth-child(2) .elementor-post__text .elementor-post__title a {\\n    color: var(--e-global-color-6f91da7)!important;\\n    \\n}\\n.faction-posts article:nth-child(3) .elementor-post__text .elementor-post__title a {\\n    color:  var(--e-global-color-accent)!important;\\n    \\n}\\n.faction-posts article:first-child .elementor-post__text .elementor-post__title a {\\n    color:var(--e-global-color-secondary)!important;\\n    \\n}\\n   \\n    \",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"globals\\/colors?id=accent\",\"classic_read_more_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2080,	300,	'_elementor_page_assets',	'a:0:{}'),
(2081,	300,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}'),
(2083,	301,	'_elementor_edit_mode',	'builder'),
(2084,	301,	'_elementor_template_type',	'archive'),
(2085,	301,	'_elementor_version',	'3.11.2'),
(2086,	301,	'_elementor_pro_version',	'3.11.3'),
(2087,	301,	'_wp_page_template',	'default'),
(2088,	301,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(2089,	301,	'_elementor_data',	'[{\"id\":\"06db3d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02e57eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"1dd9efe\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.36,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_box_border_color\":\"#000000\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#FF7C1C\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_color\":\"#FF7C1C\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n.faction-posts article .elementor-post__thumbnail ,.faction-posts article .elementor-post__text{\\nmargin:0px 26px;\\n}\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\\n.faction-posts article:nth-child(2) .elementor-post__text .elementor-post__title a {\\n    color: var(--e-global-color-6f91da7)!important;\\n    \\n}\\n.faction-posts article:nth-child(3) .elementor-post__text .elementor-post__title a {\\n    color:  var(--e-global-color-accent)!important;\\n    \\n}\\n.faction-posts article:first-child .elementor-post__text .elementor-post__title a {\\n    color:var(--e-global-color-secondary)!important;\\n    \\n}\\n   \\n    \",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"globals\\/colors?id=accent\",\"classic_read_more_color\":\"globals\\/colors?id=accent\",\"classic_box_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2090,	301,	'_elementor_page_assets',	'a:0:{}'),
(2091,	301,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}'),
(2092,	302,	'_elementor_edit_mode',	'builder'),
(2093,	302,	'_elementor_template_type',	'archive'),
(2094,	302,	'_elementor_version',	'3.11.2'),
(2095,	302,	'_elementor_pro_version',	'3.11.3'),
(2096,	302,	'_wp_page_template',	'default'),
(2097,	302,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(2098,	302,	'_elementor_data',	'[{\"id\":\"06db3d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02e57eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"1dd9efe\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.36,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_box_border_color\":\"#000000\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#FF7C1C\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_color\":\"#FF7C1C\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n.faction-posts article .elementor-post__thumbnail ,.faction-posts article .elementor-post__text{\\nmargin:0px 26px;\\n}\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\\n.faction-posts article:nth-child(2) .elementor-post__text .elementor-post__title a {\\n    color: var(--e-global-color-6f91da7)!important;\\n    \\n}\\n.faction-posts article:nth-child(3) .elementor-post__text .elementor-post__title a {\\n    color:  var(--e-global-color-accent)!important;\\n    \\n}\\n.faction-posts article:first-child .elementor-post__text .elementor-post__title a {\\n    color:var(--e-global-color-secondary)!important;\\n    \\n}\\n   \\n    \",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"globals\\/colors?id=accent\",\"classic_read_more_color\":\"globals\\/colors?id=accent\",\"classic_box_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2099,	302,	'_elementor_page_assets',	'a:0:{}'),
(2100,	302,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}'),
(2101,	303,	'_elementor_edit_mode',	'builder'),
(2102,	303,	'_elementor_template_type',	'archive'),
(2103,	303,	'_elementor_version',	'3.11.2'),
(2104,	303,	'_elementor_pro_version',	'3.11.3'),
(2105,	303,	'_wp_page_template',	'default'),
(2106,	303,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(2107,	303,	'_elementor_data',	'[{\"id\":\"06db3d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02e57eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"1dd9efe\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_box_border_color\":\"#000000\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#FF7C1C\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_color\":\"#FF7C1C\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n.faction-posts article .elementor-post__thumbnail ,.faction-posts article .elementor-post__text{\\nmargin:0px 26px;\\n}\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\\n.faction-posts article:nth-child(2) .elementor-post__text .elementor-post__title a {\\n    color: var(--e-global-color-6f91da7)!important;\\n    \\n}\\n.faction-posts article:nth-child(3) .elementor-post__text .elementor-post__title a {\\n    color:  var(--e-global-color-accent)!important;\\n    \\n}\\n.faction-posts article:first-child .elementor-post__text .elementor-post__title a {\\n    color:var(--e-global-color-secondary)!important;\\n    \\n}\\n   \\n    \",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"globals\\/colors?id=accent\",\"classic_read_more_color\":\"globals\\/colors?id=accent\",\"classic_box_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2108,	303,	'_elementor_page_assets',	'a:0:{}'),
(2109,	303,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}'),
(2110,	304,	'_elementor_edit_mode',	'builder'),
(2111,	304,	'_elementor_template_type',	'archive'),
(2112,	304,	'_elementor_version',	'3.11.2'),
(2113,	304,	'_elementor_pro_version',	'3.11.3'),
(2114,	304,	'_wp_page_template',	'default'),
(2115,	304,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(2116,	304,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2117,	304,	'_elementor_page_assets',	'a:0:{}'),
(2118,	304,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(2119,	305,	'_elementor_edit_mode',	'builder'),
(2120,	305,	'_elementor_template_type',	'archive'),
(2121,	305,	'_elementor_version',	'3.11.2'),
(2122,	305,	'_elementor_pro_version',	'3.11.3'),
(2123,	305,	'_wp_page_template',	'default'),
(2124,	305,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(2125,	305,	'_elementor_data',	'[{\"id\":\"06db3d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02e57eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"1dd9efe\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_box_border_color\":\"#000000\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#FF7C1C\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_color\":\"#FF7C1C\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n.faction-posts article .elementor-post__thumbnail ,.faction-posts article .elementor-post__text{\\nmargin:0px 26px;\\n}\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\\n.faction-posts article:nth-child(2) .elementor-post__text .elementor-post__title a {\\n    color: var(--e-global-color-6f91da7)!important;\\n    \\n}\\n.faction-posts article:nth-child(3) .elementor-post__text .elementor-post__title a {\\n    color:  var(--e-global-color-accent)!important;\\n    \\n}\\n.faction-posts article:first-child .elementor-post__text .elementor-post__title a {\\n    color:var(--e-global-color-secondary)!important;\\n    \\n}\\n   \\n    \",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"globals\\/colors?id=accent\",\"classic_read_more_color\":\"globals\\/colors?id=accent\",\"classic_box_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2126,	305,	'_elementor_page_assets',	'a:0:{}'),
(2127,	305,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}'),
(2128,	306,	'_elementor_edit_mode',	'builder'),
(2129,	306,	'_elementor_template_type',	'header'),
(2130,	306,	'_elementor_version',	'3.11.2'),
(2131,	306,	'_elementor_pro_version',	'3.11.1'),
(2132,	306,	'_wp_page_template',	'default'),
(2133,	306,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"b92e7ab\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22127%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<a href=\\\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEyNyIsInRvZ2dsZSI6ZmFsc2V9\\\"><\\/a><div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/a>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(2134,	306,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2135,	306,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2137,	306,	'_elementor_screenshot_failed',	'2023-02-27 13:38:28'),
(2138,	307,	'_thumbnail_id',	'274'),
(2139,	307,	'_elementor_edit_mode',	'builder'),
(2140,	307,	'_elementor_template_type',	'wp-post'),
(2141,	307,	'_elementor_version',	'3.11.2'),
(2142,	307,	'_elementor_pro_version',	'3.11.3'),
(2143,	308,	'_thumbnail_id',	'274'),
(2144,	308,	'_elementor_edit_mode',	'builder'),
(2145,	308,	'_elementor_template_type',	'wp-post'),
(2146,	308,	'_elementor_version',	'3.11.2'),
(2147,	308,	'_elementor_pro_version',	'3.11.3'),
(2148,	254,	'_wp_page_template',	'elementor_header_footer'),
(2149,	254,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2150,	309,	'_thumbnail_id',	'274'),
(2151,	309,	'_elementor_edit_mode',	'builder'),
(2152,	309,	'_elementor_template_type',	'wp-post'),
(2153,	309,	'_elementor_version',	'3.11.2'),
(2154,	309,	'_elementor_pro_version',	'3.11.3'),
(2155,	309,	'_wp_page_template',	'elementor_theme'),
(2156,	309,	'_elementor_data',	'[{\"id\":\"766324d0\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e10dd4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"50b1203\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db6faed\"}]},\"elements\":[{\"id\":\"37ff7cc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c673f3d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"04378c3\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b0a50ee\"}]},\"elements\":[{\"id\":\"43b56ce0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2158,	254,	'_elementor_page_assets',	'a:0:{}'),
(2161,	310,	'_elementor_edit_mode',	'builder'),
(2162,	310,	'_elementor_template_type',	'header'),
(2163,	310,	'_elementor_version',	'3.11.2'),
(2164,	310,	'_elementor_pro_version',	'3.11.3'),
(2165,	310,	'_wp_page_template',	'default'),
(2166,	310,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"b92e7ab\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22127%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<a class=\\\"elementor-button-link elementor-button elementor-size-sm\\\" href=\\\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEyNyIsInRvZ2dsZSI6ZmFsc2V9\\\"><\\/a><div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/a>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(2167,	310,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2168,	310,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2170,	311,	'_elementor_edit_mode',	'builder'),
(2171,	311,	'_elementor_template_type',	'header'),
(2172,	311,	'_elementor_version',	'3.11.2'),
(2173,	311,	'_elementor_pro_version',	'3.11.3'),
(2174,	311,	'_wp_page_template',	'default'),
(2175,	311,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"b92e7ab\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22127%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<a class=\\\"openmenu\\\" href=\\\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEyNyIsInRvZ2dsZSI6ZmFsc2V9\\\"><\\/a><div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/a>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(2176,	311,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2177,	311,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2178,	312,	'_elementor_edit_mode',	'builder'),
(2179,	312,	'_elementor_template_type',	'header'),
(2180,	312,	'_elementor_version',	'3.11.2'),
(2181,	312,	'_elementor_pro_version',	'3.11.3'),
(2182,	312,	'_wp_page_template',	'default'),
(2183,	312,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"tEMP mENU\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"b92e7ab\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22127%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<a class=\\\"openmenu\\\" href=\\\"#\\\"><\\/a><div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/a>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(2184,	312,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2185,	312,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2199,	313,	'_elementor_edit_mode',	'builder'),
(2200,	313,	'_elementor_template_type',	'header'),
(2201,	313,	'_elementor_version',	'3.11.2'),
(2202,	313,	'_elementor_pro_version',	'3.11.3'),
(2203,	313,	'_wp_page_template',	'default'),
(2204,	313,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"2b0d0a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> <\\/a> <script> function myFunction(x) {   x.classList.toggle(\\\"change\\\"); } <\\/script>\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"b92e7ab\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22127%22%7D\\\"]\"},\"button_text_color\":\"#02010100\",\"background_color\":\"#02010100\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<a class=\\\"openmenu\\\" href=\\\"#\\\"><div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/a>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(2205,	313,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2206,	313,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2209,	314,	'_elementor_edit_mode',	'builder'),
(2210,	314,	'_elementor_template_type',	'header'),
(2211,	314,	'_elementor_version',	'3.11.2'),
(2212,	314,	'_elementor_pro_version',	'3.11.3'),
(2213,	314,	'_wp_page_template',	'default'),
(2214,	314,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<a class=\\\"openmenu\\\" href=\\\"#\\\"><div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/a>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(2215,	314,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2216,	314,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2218,	315,	'_elementor_edit_mode',	'builder'),
(2219,	315,	'_elementor_template_type',	'header'),
(2220,	315,	'_elementor_version',	'3.11.2'),
(2221,	315,	'_elementor_pro_version',	'3.11.3'),
(2222,	315,	'_wp_page_template',	'default'),
(2223,	315,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<a class=\\\"openmenu\\\" href=\\\"#\\\"><div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/a>\\r\\n<script>\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(2224,	315,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2225,	315,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2227,	316,	'_elementor_edit_mode',	'builder'),
(2228,	316,	'_elementor_template_type',	'header'),
(2229,	316,	'_elementor_version',	'3.11.2'),
(2230,	316,	'_elementor_pro_version',	'3.11.3'),
(2231,	316,	'_wp_page_template',	'default'),
(2232,	316,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<a class=\\\"openmenu\\\" href=\\\"#\\\"><div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/a>\\r\\n<script>\\r\\n\\r\\njQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){\\r\\n    jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\")\\r\\n});\\r\\n\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(2233,	316,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2234,	316,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2237,	317,	'_elementor_edit_mode',	'builder'),
(2238,	317,	'_elementor_template_type',	'header'),
(2239,	317,	'_elementor_version',	'3.11.2'),
(2240,	317,	'_elementor_pro_version',	'3.11.3'),
(2241,	317,	'_wp_page_template',	'default'),
(2242,	317,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> <\\/a> <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {   x.classList.toggle(\\\"change\\\"); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<a class=\\\"openmenu\\\" href=\\\"#\\\"><div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/a>\\r\\n<script>\\r\\n\\r\\njQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){\\r\\n    jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\")\\r\\n});\\r\\n\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(2243,	317,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2244,	317,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2247,	318,	'_elementor_edit_mode',	'builder'),
(2248,	318,	'_elementor_template_type',	'header'),
(2249,	318,	'_elementor_version',	'3.11.2'),
(2250,	318,	'_elementor_pro_version',	'3.11.3'),
(2251,	318,	'_wp_page_template',	'default'),
(2252,	318,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> <\\/a> <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {   x.classList.toggle(\\\"change\\\");  x.classList.toggle(\\\"change\\\"); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<a class=\\\"openmenu\\\" href=\\\"#\\\"><div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/a>\\r\\n<script>\\r\\n\\r\\njQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){\\r\\n    jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\")\\r\\n});\\r\\n\\r\\nfunction myFunction(x) {\\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(2253,	318,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2254,	318,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2257,	319,	'_elementor_edit_mode',	'builder'),
(2258,	319,	'_elementor_template_type',	'header'),
(2259,	319,	'_elementor_version',	'3.11.2'),
(2260,	319,	'_elementor_pro_version',	'3.11.3'),
(2261,	319,	'_wp_page_template',	'default'),
(2262,	319,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> <\\/a> <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {   x.classList.toggle(\\\"change\\\");  x.classList.toggle(\\\"change\\\"); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"312f5d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<a class=\\\"openmenu\\\" href=\\\"#\\\"><div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">\\r\\n  <div class=\\\"bar1\\\"><\\/div>\\r\\n\\r\\n  <div class=\\\"bar3\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/a>\\r\\n<script>\\r\\n\\r\\njQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){\\r\\n    jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\")\\r\\n});\\r\\n\\r\\nfunction myFunction(x) {\\r\\n    \\r\\n  x.classList.toggle(\\\"change\\\");\\r\\n  setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500);\\r\\n}\\r\\n<\\/script>\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":1.715},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"custom_css\":\".container22 {\\r\\n  display: inline-block;\\r\\n  cursor: pointer;\\r\\n  transition: scale 280ms ease-in-out 300ms;\\r\\n  width:100px;\\r\\n  text-align:center;\\r\\n  \\r\\n \\r\\n}\\r\\n\\r\\n.bar1, .bar2, .bar3 {\\r\\n    width: 25px;\\r\\n    height: 25px;\\r\\n    text-align: center;\\r\\n    background-color: #fff;\\r\\n    margin: 8px auto;\\r\\n    transition: 0.4s;\\r\\n    border-radius: 100%;\\r\\n}\\r\\n\\r\\n.change .bar1 {\\r\\n  transform: translate(0, 15px) rotate(-45deg);\\r\\n}\\r\\n\\r\\n.change .bar2 {opacity: 0;}\\r\\n\\r\\n.change .bar3 {\\r\\n  transform: translate(0, -15px) rotate(45deg);\\r\\n}\\r\\n.container22.change {\\r\\ntransform:scale(2);\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(2263,	319,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2264,	319,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2267,	17,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:1425:\".container22 {\r\n  display:inline-block;\r\n  cursor: pointer;\r\n  transition: scale 180ms ease-in-out 500ms, transform 280ms ease-in-out 350ms;\r\n  width:75px;\r\n  height:55px;\r\n  text-align:center;\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n  \r\n transform:scale(1);\r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 20px;\r\n    height: 20px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n      transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover:after {\r\n    content:\'MENU\';\r\n    position: absolute;\r\n    transform: translate(-50%,0%);\r\n    left:50%;\r\n    top:50%;\r\n    font-size: 8px;\r\n    line-height: 1;\r\n    width: auto;\r\nmargin:0 auto;\r\n    \r\n}\r\n.container22:hover{\r\n    transform: scale(3) translate(0px, -6%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover .bar1 {\r\n      transform: translate(0,72.5%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover .bar3 {\r\n  transform: translate(0, -72.5%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n\r\n.container22.change{\r\ntransform:scale(1.75);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\";}'),
(2268,	320,	'_elementor_edit_mode',	'builder'),
(2269,	320,	'_elementor_template_type',	'header'),
(2270,	320,	'_elementor_version',	'3.11.2'),
(2271,	320,	'_elementor_pro_version',	'3.11.3'),
(2272,	320,	'_wp_page_template',	'default'),
(2273,	320,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2274,	320,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2275,	320,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2277,	320,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(2279,	321,	'_elementor_edit_mode',	'builder'),
(2280,	321,	'_elementor_template_type',	'header'),
(2281,	321,	'_elementor_version',	'3.11.2'),
(2282,	321,	'_elementor_pro_version',	'3.11.3'),
(2283,	321,	'_wp_page_template',	'default'),
(2284,	321,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2285,	321,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2286,	321,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2287,	321,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(2289,	322,	'_elementor_edit_mode',	'builder'),
(2290,	322,	'_elementor_template_type',	'header'),
(2291,	322,	'_elementor_version',	'3.11.2'),
(2292,	322,	'_elementor_pro_version',	'3.11.3'),
(2293,	322,	'_wp_page_template',	'default'),
(2294,	322,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#02010100\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2295,	322,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2296,	322,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2297,	322,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(2300,	323,	'_elementor_edit_mode',	'builder'),
(2301,	323,	'_elementor_template_type',	'single-post'),
(2302,	324,	'_elementor_edit_mode',	'builder'),
(2303,	324,	'_elementor_template_type',	'single-post'),
(2304,	323,	'_elementor_version',	'3.11.2'),
(2305,	323,	'_elementor_pro_version',	'3.11.3'),
(2306,	323,	'_edit_lock',	'1677877401:1'),
(2307,	323,	'_wp_page_template',	'default'),
(2308,	323,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(2309,	323,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_wrap_tablet\":\"wrap\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-start\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-e1677514421540.jpg%22%2C%22id%22%3A270%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"object-fit\":\"fill\",\"_padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"05\",\"bottom\":\"25\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2310,	323,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2312,	325,	'_elementor_edit_mode',	'builder'),
(2313,	325,	'_elementor_template_type',	'single-post'),
(2314,	325,	'_elementor_version',	'3.11.2'),
(2315,	325,	'_elementor_pro_version',	'3.11.3'),
(2316,	325,	'_wp_page_template',	'default'),
(2317,	325,	'_elementor_page_settings',	'a:2:{s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(2318,	325,	'_elementor_data',	'[{\"id\":\"8ae62e0\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}]},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false},{\"id\":\"02dc4bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}]},\"elements\":[{\"id\":\"85fa28c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}]},\"elements\":[{\"id\":\"b43e1fc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"fcd1afe\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2319,	325,	'_elementor_page_assets',	'a:0:{}'),
(2320,	326,	'_elementor_edit_mode',	'builder'),
(2321,	326,	'_elementor_template_type',	'single-post'),
(2322,	326,	'_elementor_version',	'3.11.2'),
(2323,	326,	'_elementor_pro_version',	'3.11.3'),
(2324,	326,	'_wp_page_template',	'default'),
(2325,	326,	'_elementor_page_settings',	'a:2:{s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(2326,	326,	'_elementor_data',	'[{\"id\":\"8ae62e0\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_parent\":\"yes\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"36\",\"bottom\":\"36\",\"left\":\"36\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2327,	326,	'_elementor_page_assets',	'a:0:{}'),
(2328,	323,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(2329,	327,	'_elementor_edit_mode',	'builder'),
(2330,	327,	'_elementor_template_type',	'single-post'),
(2331,	327,	'_elementor_version',	'3.11.2'),
(2332,	327,	'_elementor_pro_version',	'3.11.3'),
(2333,	327,	'_wp_page_template',	'default'),
(2334,	327,	'_elementor_page_settings',	'a:2:{s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(2335,	327,	'_elementor_data',	'[{\"id\":\"8ae62e0\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_parent\":\"yes\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"36\",\"bottom\":\"36\",\"left\":\"36\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2336,	327,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2337,	327,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(2338,	328,	'_elementor_edit_mode',	'builder'),
(2339,	328,	'_elementor_template_type',	'single-post'),
(2340,	328,	'_elementor_version',	'3.11.2'),
(2341,	328,	'_elementor_pro_version',	'3.11.3'),
(2342,	328,	'_wp_page_template',	'default'),
(2343,	328,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(2344,	328,	'_elementor_data',	'[{\"id\":\"8ae62e0\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_parent\":\"yes\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"36\",\"bottom\":\"36\",\"left\":\"36\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2345,	328,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2346,	328,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(2348,	329,	'_elementor_edit_mode',	'builder'),
(2349,	329,	'_elementor_template_type',	'single-post'),
(2350,	329,	'_elementor_version',	'3.11.2'),
(2351,	329,	'_elementor_pro_version',	'3.11.3'),
(2352,	329,	'_wp_page_template',	'default'),
(2353,	329,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(2354,	329,	'_elementor_data',	'[{\"id\":\"8ae62e0\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_parent\":\"yes\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"36\",\"bottom\":\"36\",\"left\":\"36\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2355,	329,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2356,	329,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(2359,	1,	'_edit_lock',	'1677519622:1'),
(2360,	1,	'_wp_page_template',	'default'),
(2361,	1,	'_wp_page_template',	'default'),
(2362,	1,	'_elementor_edit_mode',	'builder'),
(2363,	1,	'_elementor_template_type',	'wp-post'),
(2364,	1,	'_elementor_version',	'3.11.2'),
(2365,	1,	'_elementor_pro_version',	'3.11.3'),
(2366,	330,	'_wp_attached_file',	'2023/02/Main-blue-x2.jpg'),
(2367,	330,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:595;s:6:\"height\";i:322;s:4:\"file\";s:24:\"2023/02/Main-blue-x2.jpg\";s:8:\"filesize\";i:19900;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Main-blue-x2-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2886;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Main-blue-x2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2013;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2369,	331,	'_wp_page_template',	'elementor_theme'),
(2370,	331,	'_elementor_edit_mode',	'builder'),
(2371,	331,	'_elementor_template_type',	'wp-post'),
(2372,	331,	'_elementor_version',	'3.11.2'),
(2373,	331,	'_elementor_pro_version',	'3.11.3'),
(2374,	332,	'_wp_page_template',	'elementor_theme'),
(2375,	332,	'_elementor_edit_mode',	'builder'),
(2376,	332,	'_elementor_template_type',	'wp-post'),
(2377,	332,	'_elementor_version',	'3.11.2'),
(2378,	332,	'_elementor_pro_version',	'3.11.3'),
(2379,	1,	'_elementor_data',	'[{\"id\":\"0aae66c\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0879f58\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b8a79c6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"44f2bde\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9821570\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f3a5c96\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a835033\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"efb97b6\"}],\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-start\",\"html_tag\":\"article\"},\"elements\":[{\"id\":\"494f8be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"152d8f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Main-blue-x2.jpg\",\"id\":330,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a2add1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2380,	333,	'_wp_page_template',	'elementor_theme'),
(2381,	333,	'_elementor_edit_mode',	'builder'),
(2382,	333,	'_elementor_template_type',	'wp-post'),
(2383,	333,	'_elementor_version',	'3.11.2'),
(2384,	333,	'_elementor_pro_version',	'3.11.3'),
(2385,	333,	'_elementor_data',	'[{\"id\":\"0aae66c\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0879f58\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b8a79c6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"44f2bde\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9821570\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f3a5c96\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a835033\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"efb97b6\"}],\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-start\",\"html_tag\":\"article\"},\"elements\":[{\"id\":\"494f8be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"152d8f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Main-blue-x2.jpg\",\"id\":330,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a2add1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2387,	1,	'_elementor_page_assets',	'a:0:{}'),
(2388,	1,	'_yoast_wpseo_content_score',	'30'),
(2389,	1,	'_yoast_wpseo_estimated-reading-time-minutes',	'3'),
(2391,	334,	'_elementor_edit_mode',	'builder'),
(2392,	334,	'_elementor_template_type',	'single-post'),
(2393,	334,	'_elementor_version',	'3.11.2'),
(2394,	334,	'_elementor_pro_version',	'3.11.3'),
(2395,	334,	'_wp_page_template',	'default'),
(2396,	334,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(2397,	334,	'_elementor_data',	'[{\"id\":\"8ae62e0\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_parent\":\"yes\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"36\",\"bottom\":\"156\",\"left\":\"36\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2398,	334,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2399,	334,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(2402,	335,	'_elementor_edit_mode',	'builder'),
(2403,	335,	'_elementor_template_type',	'single-post'),
(2404,	335,	'_elementor_version',	'3.11.2'),
(2405,	335,	'_elementor_pro_version',	'3.11.3'),
(2406,	335,	'_wp_page_template',	'default'),
(2407,	335,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(2408,	335,	'_elementor_data',	'[{\"id\":\"8ae62e0\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"36\",\"bottom\":\"156\",\"left\":\"36\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2409,	335,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2410,	335,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(2414,	336,	'_elementor_edit_mode',	'builder'),
(2415,	336,	'_elementor_template_type',	'header'),
(2416,	336,	'_elementor_version',	'3.11.2'),
(2417,	336,	'_elementor_pro_version',	'3.11.3'),
(2418,	336,	'_wp_page_template',	'default'),
(2419,	336,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2420,	336,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2421,	336,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2422,	336,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(2424,	336,	'_elementor_screenshot_failed',	'2023-02-27 14:33:49'),
(2425,	337,	'_elementor_edit_mode',	'builder'),
(2426,	337,	'_elementor_template_type',	'header'),
(2427,	337,	'_elementor_version',	'3.11.2'),
(2428,	337,	'_elementor_pro_version',	'3.11.3'),
(2429,	337,	'_wp_page_template',	'default'),
(2430,	337,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2431,	337,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2432,	337,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2433,	337,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(2446,	338,	'_elementor_edit_mode',	'builder'),
(2447,	338,	'_elementor_template_type',	'header'),
(2448,	338,	'_elementor_version',	'3.11.2'),
(2449,	338,	'_elementor_pro_version',	'3.11.3'),
(2450,	338,	'_wp_page_template',	'default'),
(2451,	338,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"position\":\"fixed\",\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2452,	338,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2453,	338,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2454,	338,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(2469,	340,	'_elementor_edit_mode',	'builder'),
(2470,	340,	'_elementor_template_type',	'wp-page'),
(2471,	340,	'_elementor_version',	'3.11.2'),
(2472,	340,	'_elementor_pro_version',	'3.11.3'),
(2473,	340,	'_wp_page_template',	'default'),
(2474,	340,	'_elementor_data',	'[]'),
(2475,	340,	'_elementor_page_assets',	'a:0:{}'),
(2476,	341,	'_elementor_edit_mode',	'builder'),
(2477,	341,	'_elementor_template_type',	'wp-page'),
(2478,	341,	'_elementor_version',	'3.11.2'),
(2479,	341,	'_elementor_pro_version',	'3.11.3'),
(2480,	341,	'_wp_page_template',	'default'),
(2481,	341,	'_elementor_data',	'[]'),
(2482,	341,	'_elementor_page_assets',	'a:0:{}'),
(2483,	342,	'_elementor_edit_mode',	'builder'),
(2484,	342,	'_elementor_template_type',	'wp-page'),
(2485,	342,	'_elementor_version',	'3.11.2'),
(2486,	342,	'_elementor_pro_version',	'3.11.3'),
(2487,	342,	'_wp_page_template',	'default'),
(2488,	342,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"8a599b0\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"f05e88b\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2489,	342,	'_elementor_page_assets',	'a:0:{}'),
(2491,	26,	'_yoast_wpseo_content_score',	'90'),
(2493,	343,	'_elementor_edit_mode',	'builder'),
(2494,	343,	'_elementor_template_type',	'wp-page'),
(2495,	343,	'_elementor_version',	'3.11.2'),
(2496,	343,	'_elementor_pro_version',	'3.11.3'),
(2497,	343,	'_wp_page_template',	'default'),
(2498,	343,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"8a599b0\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"f05e88b\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2499,	343,	'_elementor_page_assets',	'a:0:{}'),
(2501,	344,	'_elementor_edit_mode',	'builder'),
(2502,	344,	'_elementor_template_type',	'wp-page'),
(2503,	344,	'_elementor_version',	'3.11.2'),
(2504,	344,	'_elementor_pro_version',	'3.11.3'),
(2505,	344,	'_wp_page_template',	'default'),
(2506,	344,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"8a599b0\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"f05e88b\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2507,	344,	'_elementor_page_assets',	'a:0:{}'),
(2509,	345,	'_elementor_edit_mode',	'builder'),
(2510,	345,	'_elementor_template_type',	'wp-page'),
(2511,	345,	'_elementor_version',	'3.11.2'),
(2512,	345,	'_elementor_pro_version',	'3.11.3'),
(2513,	345,	'_wp_page_template',	'default'),
(2514,	345,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2515,	345,	'_elementor_page_assets',	'a:0:{}'),
(2517,	346,	'_elementor_edit_mode',	'builder'),
(2518,	346,	'_elementor_template_type',	'wp-page'),
(2519,	346,	'_elementor_version',	'3.11.2'),
(2520,	346,	'_elementor_pro_version',	'3.11.3'),
(2521,	346,	'_wp_page_template',	'default'),
(2522,	346,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2523,	346,	'_elementor_page_assets',	'a:0:{}'),
(2525,	347,	'_elementor_edit_mode',	'builder'),
(2526,	347,	'_elementor_template_type',	'wp-page'),
(2527,	347,	'_elementor_version',	'3.11.2'),
(2528,	347,	'_elementor_pro_version',	'3.11.3'),
(2529,	347,	'_wp_page_template',	'default'),
(2530,	347,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2531,	347,	'_elementor_page_assets',	'a:0:{}'),
(2533,	348,	'_elementor_edit_mode',	'builder'),
(2534,	348,	'_elementor_template_type',	'wp-page'),
(2535,	348,	'_elementor_version',	'3.11.2'),
(2536,	348,	'_elementor_pro_version',	'3.11.3'),
(2537,	348,	'_wp_page_template',	'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2538,	348,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2539,	348,	'_elementor_page_assets',	'a:0:{}'),
(2541,	349,	'_elementor_edit_mode',	'builder'),
(2542,	349,	'_elementor_template_type',	'wp-page'),
(2543,	349,	'_elementor_version',	'3.11.2'),
(2544,	349,	'_elementor_pro_version',	'3.11.3'),
(2545,	349,	'_wp_page_template',	'default'),
(2546,	349,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2547,	349,	'_elementor_page_assets',	'a:0:{}'),
(2549,	350,	'_elementor_edit_mode',	'builder'),
(2550,	350,	'_elementor_template_type',	'wp-page'),
(2551,	350,	'_elementor_version',	'3.11.2'),
(2552,	350,	'_elementor_pro_version',	'3.11.3'),
(2553,	350,	'_wp_page_template',	'default'),
(2554,	350,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2555,	350,	'_elementor_page_assets',	'a:0:{}'),
(2557,	351,	'_elementor_edit_mode',	'builder'),
(2558,	351,	'_elementor_template_type',	'wp-page'),
(2559,	351,	'_elementor_version',	'3.11.2'),
(2560,	351,	'_elementor_pro_version',	'3.11.3'),
(2561,	351,	'_wp_page_template',	'default'),
(2562,	351,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2563,	351,	'_elementor_page_assets',	'a:0:{}'),
(2565,	352,	'_elementor_edit_mode',	'builder'),
(2566,	352,	'_elementor_template_type',	'wp-page'),
(2567,	352,	'_elementor_version',	'3.11.2'),
(2568,	352,	'_elementor_pro_version',	'3.11.3'),
(2569,	352,	'_wp_page_template',	'default'),
(2570,	352,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2571,	352,	'_elementor_page_assets',	'a:0:{}'),
(2573,	353,	'_elementor_edit_mode',	'builder'),
(2574,	353,	'_elementor_template_type',	'wp-page'),
(2575,	353,	'_elementor_version',	'3.11.2'),
(2576,	353,	'_elementor_pro_version',	'3.11.3'),
(2577,	353,	'_wp_page_template',	'default'),
(2578,	353,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2579,	353,	'_elementor_page_assets',	'a:0:{}'),
(2581,	354,	'_elementor_edit_mode',	'builder'),
(2582,	354,	'_elementor_template_type',	'wp-page'),
(2583,	354,	'_elementor_version',	'3.11.2'),
(2584,	354,	'_elementor_pro_version',	'3.11.3'),
(2585,	354,	'_wp_page_template',	'default'),
(2586,	354,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2587,	354,	'_elementor_page_assets',	'a:0:{}'),
(2589,	355,	'_elementor_edit_mode',	'builder'),
(2590,	355,	'_elementor_template_type',	'wp-page'),
(2591,	355,	'_elementor_version',	'3.11.2'),
(2592,	355,	'_elementor_pro_version',	'3.11.3'),
(2593,	355,	'_wp_page_template',	'default'),
(2594,	355,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2595,	355,	'_elementor_page_assets',	'a:0:{}'),
(2597,	356,	'_elementor_edit_mode',	'builder'),
(2598,	356,	'_elementor_template_type',	'wp-page'),
(2599,	356,	'_elementor_version',	'3.11.2'),
(2600,	356,	'_elementor_pro_version',	'3.11.3'),
(2601,	356,	'_wp_page_template',	'default'),
(2602,	356,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2603,	356,	'_elementor_page_assets',	'a:0:{}'),
(2605,	357,	'_elementor_edit_mode',	'builder'),
(2606,	357,	'_elementor_template_type',	'wp-page'),
(2607,	357,	'_elementor_version',	'3.11.2'),
(2608,	357,	'_elementor_pro_version',	'3.11.3'),
(2609,	357,	'_wp_page_template',	'default'),
(2610,	357,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2611,	357,	'_elementor_page_assets',	'a:0:{}'),
(2613,	358,	'_elementor_edit_mode',	'builder'),
(2614,	358,	'_elementor_template_type',	'wp-page'),
(2615,	358,	'_elementor_version',	'3.11.2'),
(2616,	358,	'_elementor_pro_version',	'3.11.3'),
(2617,	358,	'_wp_page_template',	'default'),
(2618,	358,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2619,	358,	'_elementor_page_assets',	'a:0:{}'),
(2621,	359,	'_elementor_edit_mode',	'builder'),
(2622,	359,	'_elementor_template_type',	'wp-page'),
(2623,	359,	'_elementor_version',	'3.11.2'),
(2624,	359,	'_elementor_pro_version',	'3.11.3'),
(2625,	359,	'_wp_page_template',	'default'),
(2626,	359,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2627,	359,	'_elementor_page_assets',	'a:0:{}'),
(2629,	360,	'_elementor_edit_mode',	'builder'),
(2630,	360,	'_elementor_template_type',	'wp-page'),
(2631,	360,	'_elementor_version',	'3.11.2'),
(2632,	360,	'_elementor_pro_version',	'3.11.3'),
(2633,	360,	'_wp_page_template',	'default'),
(2634,	360,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2635,	360,	'_elementor_page_assets',	'a:0:{}'),
(2647,	362,	'_elementor_edit_mode',	'builder'),
(2648,	362,	'_elementor_template_type',	'wp-page'),
(2649,	362,	'_elementor_version',	'3.11.2'),
(2650,	362,	'_elementor_pro_version',	'3.11.3'),
(2651,	362,	'_wp_page_template',	'default'),
(2652,	362,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2653,	362,	'_elementor_page_assets',	'a:0:{}'),
(2655,	363,	'_elementor_edit_mode',	'builder'),
(2656,	363,	'_elementor_template_type',	'wp-page'),
(2657,	363,	'_elementor_version',	'3.11.2'),
(2658,	363,	'_elementor_pro_version',	'3.11.3'),
(2659,	363,	'_wp_page_template',	'default'),
(2660,	363,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2661,	363,	'_elementor_page_assets',	'a:0:{}'),
(2663,	364,	'_elementor_edit_mode',	'builder'),
(2664,	364,	'_elementor_template_type',	'wp-page'),
(2665,	364,	'_elementor_version',	'3.11.2'),
(2666,	364,	'_elementor_pro_version',	'3.11.3'),
(2667,	364,	'_wp_page_template',	'elementor_theme'),
(2668,	364,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2669,	364,	'_elementor_page_assets',	'a:0:{}'),
(2671,	365,	'_elementor_edit_mode',	'builder'),
(2672,	365,	'_elementor_template_type',	'wp-page'),
(2673,	365,	'_elementor_version',	'3.11.2'),
(2674,	365,	'_elementor_pro_version',	'3.11.3'),
(2675,	365,	'_wp_page_template',	'elementor_theme'),
(2676,	365,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2677,	365,	'_elementor_page_assets',	'a:0:{}'),
(2679,	366,	'_elementor_edit_mode',	'builder'),
(2680,	366,	'_elementor_template_type',	'wp-page'),
(2681,	366,	'_elementor_version',	'3.11.2'),
(2682,	366,	'_elementor_pro_version',	'3.11.3'),
(2683,	366,	'_wp_page_template',	'elementor_theme'),
(2684,	366,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2685,	366,	'_elementor_page_assets',	'a:0:{}'),
(2687,	367,	'_elementor_edit_mode',	'builder'),
(2688,	367,	'_elementor_template_type',	'wp-page'),
(2689,	367,	'_elementor_version',	'3.11.2'),
(2690,	367,	'_elementor_pro_version',	'3.11.3'),
(2691,	367,	'_wp_page_template',	'elementor_theme'),
(2692,	367,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}],\"min_height\":{\"unit\":\"px\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2693,	367,	'_elementor_page_assets',	'a:0:{}'),
(2695,	107,	'_wp_old_date',	'2023-02-22'),
(2696,	111,	'_wp_old_date',	'2023-02-22'),
(2697,	110,	'_wp_old_date',	'2023-02-22'),
(2698,	109,	'_wp_old_date',	'2023-02-22'),
(2699,	108,	'_wp_old_date',	'2023-02-22'),
(2700,	113,	'_wp_old_date',	'2023-02-22'),
(2702,	42,	'_elementor_edit_mode',	'builder'),
(2703,	42,	'_elementor_template_type',	'wp-page'),
(2704,	42,	'_elementor_version',	'3.11.4'),
(2705,	42,	'_elementor_pro_version',	'3.11.5'),
(2713,	369,	'_elementor_edit_mode',	'builder'),
(2714,	369,	'_elementor_template_type',	'wp-page'),
(2715,	369,	'_elementor_version',	'3.11.2'),
(2716,	369,	'_elementor_pro_version',	'3.11.3'),
(2717,	370,	'_elementor_edit_mode',	'builder'),
(2718,	370,	'_elementor_template_type',	'wp-page'),
(2719,	370,	'_elementor_version',	'3.11.2'),
(2720,	370,	'_elementor_pro_version',	'3.11.3'),
(2721,	42,	'_wp_page_template',	'elementor_theme'),
(2722,	42,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column-reverse\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"56\",\"left\":\"00\",\"isLinked\":false}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":-25,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2723,	371,	'_elementor_edit_mode',	'builder'),
(2724,	371,	'_elementor_template_type',	'wp-page'),
(2725,	371,	'_elementor_version',	'3.11.2'),
(2726,	371,	'_elementor_pro_version',	'3.11.3'),
(2727,	371,	'_wp_page_template',	'elementor_theme'),
(2728,	371,	'_elementor_data',	'[]'),
(2729,	42,	'_elementor_page_assets',	'a:0:{}'),
(2730,	372,	'_elementor_edit_mode',	'builder'),
(2731,	372,	'_elementor_template_type',	'wp-page'),
(2732,	372,	'_elementor_version',	'3.11.2'),
(2733,	372,	'_elementor_pro_version',	'3.11.3'),
(2734,	372,	'_wp_page_template',	'elementor_theme'),
(2735,	372,	'_elementor_data',	'[]'),
(2736,	372,	'_elementor_page_assets',	'a:0:{}'),
(2737,	373,	'_elementor_edit_mode',	'builder'),
(2738,	373,	'_elementor_template_type',	'wp-page'),
(2739,	373,	'_elementor_version',	'3.11.2'),
(2740,	373,	'_elementor_pro_version',	'3.11.3'),
(2741,	373,	'_wp_page_template',	'elementor_theme'),
(2742,	373,	'_elementor_data',	'[]'),
(2743,	373,	'_elementor_page_assets',	'a:0:{}'),
(2744,	374,	'_elementor_edit_mode',	'builder'),
(2745,	374,	'_elementor_template_type',	'wp-page'),
(2746,	374,	'_elementor_version',	'3.11.2'),
(2747,	374,	'_elementor_pro_version',	'3.11.3'),
(2748,	374,	'_wp_page_template',	'elementor_theme'),
(2749,	374,	'_elementor_data',	'[{\"id\":\"7f42a5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4229de7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"00cfc67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4b92761\"}]},\"elements\":[],\"isInner\":false}]'),
(2750,	374,	'_elementor_page_assets',	'a:0:{}'),
(2752,	375,	'_elementor_edit_mode',	'builder'),
(2753,	375,	'_elementor_template_type',	'wp-page'),
(2754,	375,	'_elementor_version',	'3.11.2'),
(2755,	375,	'_elementor_pro_version',	'3.11.3'),
(2756,	375,	'_wp_page_template',	'elementor_theme'),
(2757,	375,	'_elementor_data',	'[{\"id\":\"7f42a5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4229de7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"00cfc67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4b92761\"}]},\"elements\":[],\"isInner\":false}]'),
(2758,	375,	'_elementor_page_assets',	'a:0:{}'),
(2760,	376,	'_elementor_edit_mode',	'builder'),
(2761,	376,	'_elementor_template_type',	'wp-page'),
(2762,	376,	'_elementor_version',	'3.11.2'),
(2763,	376,	'_elementor_pro_version',	'3.11.3'),
(2764,	376,	'_wp_page_template',	'elementor_theme'),
(2765,	376,	'_elementor_data',	'[{\"id\":\"7f42a5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4229de7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"00cfc67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4b92761\"}]},\"elements\":[],\"isInner\":false}]'),
(2766,	376,	'_elementor_page_assets',	'a:0:{}'),
(2768,	377,	'_elementor_edit_mode',	'builder'),
(2769,	377,	'_elementor_template_type',	'wp-page'),
(2770,	377,	'_elementor_version',	'3.11.2'),
(2771,	377,	'_elementor_pro_version',	'3.11.3'),
(2772,	377,	'_wp_page_template',	'elementor_theme'),
(2773,	377,	'_elementor_data',	'[{\"id\":\"7f42a5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4229de7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"00cfc67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4b92761\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2774,	377,	'_elementor_page_assets',	'a:0:{}'),
(2779,	378,	'_wp_attached_file',	'2023/02/Component-6-–-1.png'),
(2780,	378,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:880;s:6:\"height\";i:1115;s:4:\"file\";s:29:\"2023/02/Component-6-–-1.png\";s:8:\"filesize\";i:198840;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Component-6-–-1-237x300.png\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31353;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Component-6-–-1-808x1024.png\";s:5:\"width\";i:808;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152589;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Component-6-–-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:16051;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Component-6-–-1-768x973.png\";s:5:\"width\";i:768;s:6:\"height\";i:973;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143475;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2781,	379,	'_elementor_edit_mode',	'builder'),
(2782,	379,	'_elementor_template_type',	'wp-page'),
(2783,	379,	'_elementor_version',	'3.11.2'),
(2784,	379,	'_elementor_pro_version',	'3.11.3'),
(2785,	379,	'_wp_page_template',	'elementor_theme'),
(2786,	379,	'_elementor_data',	'[{\"id\":\"7f42a5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4229de7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"00cfc67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4b92761\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2787,	379,	'_elementor_page_assets',	'a:0:{}'),
(2789,	380,	'_elementor_edit_mode',	'builder'),
(2790,	380,	'_elementor_template_type',	'wp-page'),
(2791,	380,	'_elementor_version',	'3.11.2'),
(2792,	380,	'_elementor_pro_version',	'3.11.3'),
(2793,	380,	'_wp_page_template',	'elementor_theme'),
(2794,	380,	'_elementor_data',	'[{\"id\":\"7f42a5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4229de7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"00cfc67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4b92761\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2795,	380,	'_elementor_page_assets',	'a:0:{}'),
(2797,	381,	'_elementor_edit_mode',	'builder'),
(2798,	381,	'_elementor_template_type',	'wp-page'),
(2799,	381,	'_elementor_version',	'3.11.2'),
(2800,	381,	'_elementor_pro_version',	'3.11.3'),
(2801,	381,	'_wp_page_template',	'elementor_theme'),
(2802,	381,	'_elementor_data',	'[{\"id\":\"7f42a5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4229de7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"00cfc67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4b92761\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2803,	381,	'_elementor_page_assets',	'a:0:{}'),
(2805,	42,	'_yoast_wpseo_content_score',	'60'),
(2807,	382,	'_elementor_edit_mode',	'builder'),
(2808,	382,	'_elementor_template_type',	'wp-page'),
(2809,	382,	'_elementor_version',	'3.11.2'),
(2810,	382,	'_elementor_pro_version',	'3.11.3'),
(2811,	382,	'_wp_page_template',	'elementor_theme'),
(2812,	382,	'_elementor_data',	'[{\"id\":\"7f42a5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4229de7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"00cfc67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4b92761\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2813,	382,	'_elementor_page_assets',	'a:0:{}'),
(2815,	383,	'_elementor_edit_mode',	'builder'),
(2816,	383,	'_elementor_template_type',	'wp-page'),
(2817,	383,	'_elementor_version',	'3.11.2'),
(2818,	383,	'_elementor_pro_version',	'3.11.3'),
(2819,	383,	'_wp_page_template',	'elementor_theme'),
(2820,	383,	'_elementor_data',	'[{\"id\":\"7f42a5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4229de7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"00cfc67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4b92761\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2821,	383,	'_elementor_page_assets',	'a:0:{}'),
(2823,	384,	'_elementor_edit_mode',	'builder'),
(2824,	384,	'_elementor_template_type',	'wp-page'),
(2825,	384,	'_elementor_version',	'3.11.2'),
(2826,	384,	'_elementor_pro_version',	'3.11.3'),
(2827,	384,	'_wp_page_template',	'elementor_theme'),
(2828,	384,	'_elementor_data',	'[{\"id\":\"7f42a5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4229de7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"00cfc67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4b92761\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2829,	384,	'_elementor_page_assets',	'a:0:{}'),
(2833,	385,	'_elementor_edit_mode',	'builder'),
(2834,	385,	'_elementor_template_type',	'archive'),
(2835,	385,	'_elementor_version',	'3.11.2'),
(2836,	385,	'_elementor_pro_version',	'3.11.3'),
(2837,	386,	'_elementor_edit_mode',	'builder'),
(2838,	386,	'_elementor_template_type',	'archive'),
(2839,	386,	'_elementor_version',	'3.11.2'),
(2840,	386,	'_elementor_pro_version',	'3.11.3'),
(2841,	385,	'_wp_page_template',	'default'),
(2842,	385,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(2843,	385,	'_elementor_data',	'[{\"id\":\"5c4dbb52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"402e1b39\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"21a60448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6cc293ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6afbb0a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2db148e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"21d01e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30d079be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72d554\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205d0f2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"348cfea0\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_box_border_color\":\"#000000\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#FF7C1C\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_color\":\"#FF7C1C\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n.faction-posts article .elementor-post__thumbnail ,.faction-posts article .elementor-post__text{\\nmargin:0px 26px;\\n}\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\\n.faction-posts article:nth-child(2) .elementor-post__text .elementor-post__title a {\\n    color: var(--e-global-color-6f91da7)!important;\\n    \\n}\\n.faction-posts article:nth-child(3) .elementor-post__text .elementor-post__title a {\\n    color:  var(--e-global-color-accent)!important;\\n    \\n}\\n.faction-posts article:first-child .elementor-post__text .elementor-post__title a {\\n    color:var(--e-global-color-secondary)!important;\\n    \\n}\\n   \\n    \",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"globals\\/colors?id=accent\",\"classic_read_more_color\":\"globals\\/colors?id=accent\",\"classic_box_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2844,	387,	'_elementor_edit_mode',	'builder'),
(2845,	387,	'_elementor_template_type',	'archive'),
(2846,	387,	'_elementor_version',	'3.11.2'),
(2847,	387,	'_elementor_pro_version',	'3.11.3'),
(2848,	387,	'_wp_page_template',	'default'),
(2849,	387,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(2850,	387,	'_elementor_data',	'[{\"id\":\"5c4dbb52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"402e1b39\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"21a60448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6cc293ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6afbb0a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2db148e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"21d01e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30d079be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72d554\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205d0f2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"348cfea0\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_box_border_color\":\"#000000\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#FF7C1C\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_color\":\"#FF7C1C\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n.faction-posts article .elementor-post__thumbnail ,.faction-posts article .elementor-post__text{\\nmargin:0px 26px;\\n}\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\\n.faction-posts article:nth-child(2) .elementor-post__text .elementor-post__title a {\\n    color: var(--e-global-color-6f91da7)!important;\\n    \\n}\\n.faction-posts article:nth-child(3) .elementor-post__text .elementor-post__title a {\\n    color:  var(--e-global-color-accent)!important;\\n    \\n}\\n.faction-posts article:first-child .elementor-post__text .elementor-post__title a {\\n    color:var(--e-global-color-secondary)!important;\\n    \\n}\\n   \\n    \",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"globals\\/colors?id=accent\",\"classic_read_more_color\":\"globals\\/colors?id=accent\",\"classic_box_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2851,	385,	'_elementor_page_assets',	'a:0:{}'),
(2853,	388,	'_elementor_edit_mode',	'builder'),
(2854,	388,	'_elementor_template_type',	'archive'),
(2855,	389,	'_elementor_edit_mode',	'builder'),
(2856,	389,	'_elementor_template_type',	'archive'),
(2857,	388,	'_elementor_version',	'3.11.2'),
(2858,	388,	'_elementor_pro_version',	'3.11.3'),
(2859,	388,	'_edit_lock',	'1677872455:1'),
(2860,	388,	'_wp_page_template',	'elementor_theme'),
(2861,	388,	'_elementor_page_settings',	'a:3:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(2862,	388,	'_elementor_data',	'[{\"id\":\"f2df065\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"514e79e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d8a520f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"b4090a7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f879192\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#EFEBEA\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c114111\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0f60da6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ef294e4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"45846d4\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":10,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"pagination_type\":\"load_more_on_click\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2863,	388,	'_elementor_page_assets',	'a:0:{}'),
(2864,	390,	'_elementor_edit_mode',	'builder'),
(2865,	390,	'_elementor_template_type',	'archive'),
(2866,	390,	'_elementor_version',	'3.11.2'),
(2867,	390,	'_elementor_pro_version',	'3.11.3'),
(2868,	390,	'_wp_page_template',	'default'),
(2869,	390,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(2870,	390,	'_elementor_data',	'[{\"id\":\"66ed1f9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"77b99130\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"6e30054b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5415a128\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"41c17ec3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"51134d50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"69237d14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e78ef0d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"387d5a17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"779e8af3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6c91a8a9\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_box_border_color\":\"#000000\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#FF7C1C\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_color\":\"#FF7C1C\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n.faction-posts article .elementor-post__thumbnail ,.faction-posts article .elementor-post__text{\\nmargin:0px 26px;\\n}\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\\n.faction-posts article:nth-child(2) .elementor-post__text .elementor-post__title a {\\n    color: var(--e-global-color-6f91da7)!important;\\n    \\n}\\n.faction-posts article:nth-child(3) .elementor-post__text .elementor-post__title a {\\n    color:  var(--e-global-color-accent)!important;\\n    \\n}\\n.faction-posts article:first-child .elementor-post__text .elementor-post__title a {\\n    color:var(--e-global-color-secondary)!important;\\n    \\n}\\n   \\n    \",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"globals\\/colors?id=accent\",\"classic_read_more_color\":\"globals\\/colors?id=accent\",\"classic_box_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2871,	390,	'_elementor_page_assets',	'a:0:{}'),
(2872,	391,	'_elementor_edit_mode',	'builder'),
(2873,	391,	'_elementor_template_type',	'archive'),
(2874,	391,	'_elementor_version',	'3.11.2'),
(2875,	391,	'_elementor_pro_version',	'3.11.3'),
(2876,	391,	'_wp_page_template',	'default'),
(2877,	391,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(2878,	391,	'_elementor_data',	'[{\"id\":\"66ed1f9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"77b99130\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"6e30054b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5415a128\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"41c17ec3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"51134d50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"69237d14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e78ef0d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"387d5a17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"779e8af3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6c91a8a9\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_box_border_color\":\"#000000\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#FF7C1C\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_color\":\"#FF7C1C\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n.faction-posts article .elementor-post__thumbnail ,.faction-posts article .elementor-post__text{\\nmargin:0px 26px;\\n}\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\\n.faction-posts article:nth-child(2) .elementor-post__text .elementor-post__title a {\\n    color: var(--e-global-color-6f91da7)!important;\\n    \\n}\\n.faction-posts article:nth-child(3) .elementor-post__text .elementor-post__title a {\\n    color:  var(--e-global-color-accent)!important;\\n    \\n}\\n.faction-posts article:first-child .elementor-post__text .elementor-post__title a {\\n    color:var(--e-global-color-secondary)!important;\\n    \\n}\\n   \\n    \",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"globals\\/colors?id=accent\",\"classic_read_more_color\":\"globals\\/colors?id=accent\",\"classic_box_bg_color\":\"\"},\"_skin\":\"cards\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2879,	391,	'_elementor_page_assets',	'a:0:{}'),
(2884,	392,	'_elementor_edit_mode',	'builder'),
(2885,	392,	'_elementor_template_type',	'wp-page'),
(2886,	392,	'_elementor_version',	'3.11.2'),
(2887,	392,	'_elementor_pro_version',	'3.11.1'),
(2888,	392,	'_wp_page_template',	'elementor_theme'),
(2889,	392,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2890,	392,	'_elementor_page_assets',	'a:0:{}'),
(2891,	392,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(2893,	393,	'_elementor_edit_mode',	'builder'),
(2894,	393,	'_elementor_template_type',	'wp-page'),
(2895,	393,	'_elementor_version',	'3.11.2'),
(2896,	393,	'_elementor_pro_version',	'3.11.1'),
(2897,	393,	'_wp_page_template',	'elementor_theme'),
(2898,	393,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a6d4242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"f9f8bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1977893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}]},\"elements\":[{\"id\":\"af67abf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"3cc479c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"4561bf4\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2899,	393,	'_elementor_page_assets',	'a:0:{}'),
(2900,	393,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(2902,	394,	'_elementor_edit_mode',	'builder'),
(2903,	394,	'_elementor_template_type',	'wp-page'),
(2904,	394,	'_elementor_version',	'3.11.2'),
(2905,	394,	'_elementor_pro_version',	'3.11.1'),
(2906,	394,	'_wp_page_template',	'elementor_theme'),
(2907,	394,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2908,	394,	'_elementor_page_assets',	'a:0:{}'),
(2909,	394,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(2912,	395,	'_elementor_edit_mode',	'builder'),
(2913,	395,	'_elementor_template_type',	'wp-page'),
(2914,	395,	'_elementor_version',	'3.11.2'),
(2915,	395,	'_elementor_pro_version',	'3.11.3'),
(2916,	395,	'_wp_page_template',	'elementor_theme'),
(2917,	395,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2918,	395,	'_elementor_page_assets',	'a:0:{}'),
(2919,	395,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(2921,	396,	'_elementor_edit_mode',	'builder'),
(2922,	396,	'_elementor_template_type',	'wp-page'),
(2923,	396,	'_elementor_version',	'3.11.2'),
(2924,	396,	'_elementor_pro_version',	'3.11.3'),
(2925,	396,	'_wp_page_template',	'elementor_theme'),
(2926,	396,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[{\"id\":\"20d50be\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#DADADA\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c531fc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1786711\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0fa6032\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b53b615\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"a6980a8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"b93cb5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f18fe89\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"263b34c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"303239c\"}]},\"elements\":[{\"id\":\"6c62a8e\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":1},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"404a742\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4262c87\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"f7ec6a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"_flex_align_self\":\"stretch\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"a2d0435\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":3,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"797b44f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27.5},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}],\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fea3b58\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"item_ratio\":{\"unit\":\"px\",\"size\":0.83,\"sizes\":[]},\"posts_post_type\":\"faction_projects\",\"posts_offset\":2,\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2927,	396,	'_elementor_page_assets',	'a:0:{}'),
(2928,	396,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(2930,	397,	'_elementor_edit_mode',	'builder'),
(2931,	397,	'_elementor_template_type',	'wp-page'),
(2932,	397,	'_elementor_version',	'3.11.2'),
(2933,	397,	'_elementor_pro_version',	'3.11.3'),
(2934,	397,	'_wp_page_template',	'elementor_theme'),
(2935,	397,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2936,	397,	'_elementor_page_assets',	'a:0:{}'),
(2937,	397,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(2962,	399,	'_elementor_edit_mode',	'builder'),
(2963,	399,	'_elementor_template_type',	'single-post'),
(2964,	399,	'_elementor_version',	'3.11.2'),
(2965,	399,	'_elementor_pro_version',	'3.11.3'),
(2966,	399,	'_wp_page_template',	'default'),
(2967,	399,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(2968,	399,	'_elementor_data',	'[{\"id\":\"8ae62e0\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"36\",\"bottom\":\"156\",\"left\":\"36\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2969,	399,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2970,	399,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(2972,	400,	'_elementor_edit_mode',	'builder'),
(2973,	400,	'_elementor_template_type',	'header'),
(2974,	400,	'_elementor_version',	'3.11.2'),
(2975,	400,	'_elementor_pro_version',	'3.11.3'),
(2976,	400,	'_wp_page_template',	'default'),
(2977,	400,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2978,	400,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2979,	400,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(2980,	400,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(2983,	401,	'_elementor_edit_mode',	'builder'),
(2984,	401,	'_elementor_template_type',	'single-post'),
(2985,	401,	'_elementor_version',	'3.11.2'),
(2986,	401,	'_elementor_pro_version',	'3.11.3'),
(2987,	401,	'_wp_page_template',	'default'),
(2988,	401,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(2989,	401,	'_elementor_data',	'[{\"id\":\"8ae62e0\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"36\",\"bottom\":\"156\",\"left\":\"36\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2990,	401,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(2991,	401,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(2992,	402,	'_elementor_edit_mode',	'builder'),
(2993,	402,	'_elementor_template_type',	'single-post'),
(2994,	402,	'_elementor_version',	'3.11.2'),
(2995,	402,	'_elementor_pro_version',	'3.11.3'),
(2996,	402,	'_wp_page_template',	'default'),
(2997,	402,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(2998,	402,	'_elementor_data',	'[{\"id\":\"8ae62e0\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"96\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(2999,	402,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3000,	402,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3001,	403,	'_elementor_edit_mode',	'builder'),
(3002,	403,	'_elementor_template_type',	'single-post'),
(3003,	403,	'_elementor_version',	'3.11.2'),
(3004,	403,	'_elementor_pro_version',	'3.11.3'),
(3005,	403,	'_wp_page_template',	'default'),
(3006,	403,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(3007,	403,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"96\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3008,	403,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3009,	403,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3010,	404,	'_elementor_edit_mode',	'builder'),
(3011,	404,	'_elementor_template_type',	'header'),
(3012,	404,	'_elementor_version',	'3.11.2'),
(3013,	404,	'_elementor_pro_version',	'3.11.3'),
(3014,	404,	'_wp_page_template',	'default'),
(3015,	404,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(3016,	404,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3017,	404,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(3018,	404,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(3023,	405,	'_elementor_edit_mode',	'builder'),
(3024,	405,	'_elementor_template_type',	'single-post'),
(3025,	406,	'_elementor_edit_mode',	'builder'),
(3026,	406,	'_elementor_template_type',	'single-post'),
(3027,	405,	'_elementor_version',	'3.11.4'),
(3028,	405,	'_elementor_pro_version',	'3.11.5'),
(3029,	405,	'_edit_lock',	'1678736036:1'),
(3036,	408,	'_elementor_edit_mode',	'builder'),
(3037,	408,	'_elementor_template_type',	'footer'),
(3038,	408,	'_elementor_version',	'3.11.2'),
(3039,	408,	'_elementor_pro_version',	'3.11.1'),
(3040,	408,	'_wp_page_template',	'default'),
(3041,	408,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}]},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}]},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"layout\":\"vertical\"},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"2a57224\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(3042,	408,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3043,	408,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(3044,	408,	'_elementor_screenshot',	'a:2:{s:2:\"id\";i:260;s:3:\"url\";s:131:\"https://www.scriptin.me/fweb/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_95_2023-02-27-13-38-32_19742e67.png\";}'),
(3046,	409,	'_elementor_edit_mode',	'builder'),
(3047,	409,	'_elementor_template_type',	'footer'),
(3048,	409,	'_elementor_version',	'3.11.2'),
(3049,	409,	'_elementor_pro_version',	'3.11.3'),
(3050,	409,	'_wp_page_template',	'default'),
(3051,	409,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}]},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}]},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00e9451\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=41b3d80\",\"color_menu_item\":\"globals\\/colors?id=accent\",\"color_menu_item_hover\":\"globals\\/colors?id=1243b68\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"layout\":\"vertical\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"70\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa5398d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"05f3248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0685fd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"52097f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(3052,	409,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3053,	409,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(3055,	410,	'_elementor_edit_mode',	'builder'),
(3056,	410,	'_elementor_template_type',	'footer'),
(3057,	410,	'_elementor_version',	'3.11.2'),
(3058,	410,	'_elementor_pro_version',	'3.11.3'),
(3059,	410,	'_wp_page_template',	'default'),
(3060,	410,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}]},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}]},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"70\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa5398d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"05f3248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0685fd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"52097f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(3061,	410,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(3062,	410,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(3065,	411,	'_edit_lock',	'1677513796:1'),
(3067,	412,	'_wp_attached_file',	'2023/02/Highlight-2.png'),
(3068,	412,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:598;s:6:\"height\";i:769;s:4:\"file\";s:23:\"2023/02/Highlight-2.png\";s:8:\"filesize\";i:82014;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Highlight-2-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19530;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Highlight-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8836;}s:13:\"tp-image-grid\";a:5:{s:4:\"file\";s:23:\"Highlight-2-598x700.png\";s:5:\"width\";i:598;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52755;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3069,	411,	'_thumbnail_id',	'412'),
(3070,	411,	'_edit_last',	'1'),
(3071,	411,	'_yoast_wpseo_estimated-reading-time-minutes',	'1'),
(3072,	411,	'_yoast_wpseo_wordproof_timestamp',	''),
(3073,	414,	'_menu_item_type',	'post_type_archive'),
(3074,	414,	'_menu_item_menu_item_parent',	'0'),
(3075,	414,	'_menu_item_object_id',	'-30'),
(3076,	414,	'_menu_item_object',	'faction_projects'),
(3077,	414,	'_menu_item_target',	''),
(3078,	414,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(3079,	414,	'_menu_item_xfn',	''),
(3080,	414,	'_menu_item_url',	''),
(3082,	415,	'_menu_item_type',	'post_type_archive'),
(3083,	415,	'_menu_item_menu_item_parent',	'0'),
(3084,	415,	'_menu_item_object_id',	'-18'),
(3085,	415,	'_menu_item_object',	'faction_services'),
(3086,	415,	'_menu_item_target',	''),
(3087,	415,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(3088,	415,	'_menu_item_xfn',	''),
(3089,	415,	'_menu_item_url',	''),
(3091,	416,	'_menu_item_type',	'post_type'),
(3092,	416,	'_menu_item_menu_item_parent',	'0'),
(3093,	416,	'_menu_item_object_id',	'42'),
(3094,	416,	'_menu_item_object',	'page'),
(3095,	416,	'_menu_item_target',	''),
(3096,	416,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(3097,	416,	'_menu_item_xfn',	''),
(3098,	416,	'_menu_item_url',	''),
(3100,	417,	'_menu_item_type',	'post_type'),
(3101,	417,	'_menu_item_menu_item_parent',	'0'),
(3102,	417,	'_menu_item_object_id',	'85'),
(3103,	417,	'_menu_item_object',	'page'),
(3104,	417,	'_menu_item_target',	''),
(3105,	417,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(3106,	417,	'_menu_item_xfn',	''),
(3107,	417,	'_menu_item_url',	''),
(3109,	418,	'_edit_lock',	'1677513809:1'),
(3110,	419,	'_wp_attached_file',	'2023/02/image-1.jpg'),
(3111,	419,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1188;s:6:\"height\";i:769;s:4:\"file\";s:19:\"2023/02/image-1.jpg\";s:8:\"filesize\";i:693585;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16055;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-1-1024x663.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118441;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7087;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-1-768x497.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75347;}s:13:\"tp-image-grid\";a:5:{s:4:\"file\";s:19:\"image-1-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85678;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3112,	418,	'_thumbnail_id',	'419'),
(3113,	418,	'_edit_last',	'1'),
(3114,	418,	'_yoast_wpseo_content_score',	'90'),
(3115,	418,	'_yoast_wpseo_estimated-reading-time-minutes',	'1'),
(3116,	418,	'_yoast_wpseo_wordproof_timestamp',	''),
(3117,	44,	'_thumbnail_id',	'30'),
(3118,	44,	'_yoast_wpseo_content_score',	'60'),
(3119,	44,	'_yoast_wpseo_primary_project_cat',	'15'),
(3120,	45,	'_thumbnail_id',	'271'),
(3121,	45,	'_yoast_wpseo_content_score',	'90'),
(3122,	46,	'_thumbnail_id',	'278'),
(3123,	46,	'_yoast_wpseo_content_score',	'90'),
(3124,	45,	'_yoast_wpseo_primary_project_cat',	'16'),
(3125,	46,	'_yoast_wpseo_primary_project_cat',	'15'),
(3126,	47,	'_thumbnail_id',	'262'),
(3127,	47,	'_yoast_wpseo_content_score',	'90'),
(3128,	48,	'_thumbnail_id',	'264'),
(3129,	48,	'_yoast_wpseo_content_score',	'90'),
(3130,	48,	'theplus_transient_widgets',	'a:0:{}'),
(3131,	429,	'_wp_attached_file',	'2023/02/test-cultured-noise.jpg'),
(3132,	429,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:598;s:6:\"height\";i:769;s:4:\"file\";s:31:\"2023/02/test-cultured-noise.jpg\";s:8:\"filesize\";i:127689;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"test-cultured-noise-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6566;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"test-cultured-noise-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3179;}s:13:\"tp-image-grid\";a:5:{s:4:\"file\";s:31:\"test-cultured-noise-598x700.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23405;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3133,	49,	'_thumbnail_id',	'429'),
(3135,	49,	'_yoast_wpseo_primary_project_cat',	'15'),
(3136,	47,	'_yoast_wpseo_primary_project_cat',	'16'),
(3137,	411,	'_yoast_wpseo_content_score',	'90'),
(3138,	95,	'theplus_transient_widgets',	'a:0:{}'),
(3139,	25,	'theplus_transient_widgets',	'a:0:{}'),
(3140,	432,	'_elementor_edit_mode',	'builder'),
(3141,	432,	'_elementor_template_type',	'archive'),
(3142,	432,	'_elementor_version',	'3.11.2'),
(3143,	432,	'_elementor_pro_version',	'3.11.3'),
(3144,	432,	'_wp_page_template',	'default'),
(3145,	432,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(3146,	432,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":-1,\"show_title\":\"\",\"posts_avoid_duplicates\":\"yes\",\"show_filter_bar\":\"yes\",\"taxonomy\":\"project_cat\",\"color_background\":\"#006F90\",\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"color_background\":\"globals\\/colors?id=23116df\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\"}},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3147,	432,	'_elementor_page_assets',	'a:0:{}'),
(3148,	432,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(3150,	433,	'_elementor_edit_mode',	'builder'),
(3151,	433,	'_elementor_template_type',	'archive'),
(3152,	433,	'_elementor_version',	'3.11.2'),
(3153,	433,	'_elementor_pro_version',	'3.11.3'),
(3154,	433,	'_wp_page_template',	'default'),
(3155,	433,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(3156,	433,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":-1,\"show_title\":\"\",\"posts_avoid_duplicates\":\"yes\",\"show_filter_bar\":\"yes\",\"taxonomy\":\"project_cat\",\"color_background\":\"#006F90\",\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"globals\\/colors?id=23116df\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\"}},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3157,	433,	'_elementor_page_assets',	'a:0:{}'),
(3158,	433,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(3159,	434,	'_elementor_edit_mode',	'builder'),
(3160,	434,	'_elementor_template_type',	'archive'),
(3161,	434,	'_elementor_version',	'3.11.2'),
(3162,	434,	'_elementor_pro_version',	'3.11.3'),
(3163,	434,	'_wp_page_template',	'default'),
(3164,	434,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(3165,	434,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":-1,\"posts_avoid_duplicates\":\"yes\",\"show_filter_bar\":\"yes\",\"taxonomy\":\"project_cat\",\"color_background\":\"#111414CC\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"}},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3166,	434,	'_elementor_page_assets',	'a:0:{}'),
(3167,	434,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(3168,	435,	'_elementor_edit_mode',	'builder'),
(3169,	435,	'_elementor_template_type',	'archive'),
(3170,	435,	'_elementor_version',	'3.11.2'),
(3171,	435,	'_elementor_pro_version',	'3.11.3'),
(3172,	435,	'_wp_page_template',	'default'),
(3173,	435,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(3174,	435,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":-1,\"posts_avoid_duplicates\":\"yes\",\"show_filter_bar\":\"yes\",\"taxonomy\":\"project_cat\",\"color_background\":\"#111414E0\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"}},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3175,	435,	'_elementor_page_assets',	'a:0:{}'),
(3176,	435,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(3177,	436,	'_elementor_edit_mode',	'builder'),
(3178,	436,	'_elementor_template_type',	'archive'),
(3179,	436,	'_elementor_version',	'3.11.2'),
(3180,	436,	'_elementor_pro_version',	'3.11.3'),
(3181,	436,	'_wp_page_template',	'default'),
(3182,	436,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(3183,	436,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":-1,\"posts_avoid_duplicates\":\"yes\",\"show_filter_bar\":\"yes\",\"taxonomy\":\"project_cat\",\"color_background\":\"#111414E0\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"}},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3184,	436,	'_elementor_page_assets',	'a:0:{}'),
(3185,	436,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(3186,	437,	'_elementor_edit_mode',	'builder'),
(3187,	437,	'_elementor_template_type',	'archive'),
(3188,	437,	'_elementor_version',	'3.11.2'),
(3189,	437,	'_elementor_pro_version',	'3.11.3'),
(3190,	437,	'_wp_page_template',	'default'),
(3191,	437,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(3192,	437,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":12,\"posts_avoid_duplicates\":\"yes\",\"posts_orderby\":\"menu_order\",\"show_filter_bar\":\"yes\",\"taxonomy\":\"project_cat\",\"column_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_background\":\"#111414E0\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"}},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3193,	437,	'_elementor_page_assets',	'a:0:{}'),
(3194,	437,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(3195,	438,	'_edit_lock',	'1677518197:1'),
(3196,	439,	'_wp_attached_file',	'2023/02/1V6A8090.jpg'),
(3197,	439,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:594;s:6:\"height\";i:370;s:4:\"file\";s:20:\"2023/02/1V6A8090.jpg\";s:8:\"filesize\";i:104008;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"1V6A8090-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"1V6A8090-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4927;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3198,	438,	'_thumbnail_id',	'439'),
(3199,	438,	'_edit_last',	'1'),
(3200,	438,	'_yoast_wpseo_primary_project_cat',	'16'),
(3201,	438,	'_yoast_wpseo_content_score',	'60'),
(3202,	438,	'_yoast_wpseo_estimated-reading-time-minutes',	'1'),
(3203,	438,	'_yoast_wpseo_wordproof_timestamp',	''),
(3204,	1,	'_edit_last',	'1'),
(3206,	441,	'_wp_page_template',	'elementor_theme'),
(3207,	441,	'_elementor_edit_mode',	'builder'),
(3208,	441,	'_elementor_template_type',	'wp-post'),
(3209,	441,	'_elementor_version',	'3.11.2'),
(3210,	441,	'_elementor_pro_version',	'3.11.3'),
(3211,	441,	'_elementor_data',	'[{\"id\":\"0aae66c\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0879f58\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b8a79c6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"44f2bde\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9821570\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f3a5c96\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a835033\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"efb97b6\"}],\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-start\",\"html_tag\":\"article\"},\"elements\":[{\"id\":\"494f8be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"152d8f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Main-blue-x2.jpg\",\"id\":330,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a2add1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3212,	441,	'_elementor_page_assets',	'a:0:{}'),
(3214,	1,	'_wp_old_slug',	'hello-world'),
(3216,	442,	'_edit_lock',	'1677514354:1'),
(3217,	442,	'_wp_page_template',	'elementor_theme'),
(3218,	275,	'_wp_attachment_backup_sizes',	'a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:826;s:6:\"height\";i:1376;s:4:\"file\";s:36:\"fe0e5440cd526638e76a69ff8f0c0543.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:44:\"fe0e5440cd526638e76a69ff8f0c0543-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5043;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:44:\"fe0e5440cd526638e76a69ff8f0c0543-180x300.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9013;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:45:\"fe0e5440cd526638e76a69ff8f0c0543-768x1279.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1279;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59023;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:45:\"fe0e5440cd526638e76a69ff8f0c0543-615x1024.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44027;}}'),
(3220,	442,	'_thumbnail_id',	'275'),
(3221,	442,	'_edit_last',	'1'),
(3223,	442,	'review_rating',	'5'),
(3224,	442,	'_review_rating',	'field_63d258dc22e81'),
(3225,	443,	'review_rating',	'5'),
(3226,	443,	'_review_rating',	'field_63d258dc22e81'),
(3227,	442,	'_yoast_wpseo_primary_category',	'17'),
(3228,	442,	'_yoast_wpseo_content_score',	'60'),
(3229,	442,	'_yoast_wpseo_estimated-reading-time-minutes',	'1'),
(3230,	442,	'_yoast_wpseo_wordproof_timestamp',	''),
(3231,	444,	'_edit_lock',	'1677514391:1'),
(3232,	444,	'_wp_page_template',	'elementor_theme'),
(3234,	444,	'_thumbnail_id',	'263'),
(3235,	444,	'_edit_last',	'1'),
(3237,	444,	'review_rating',	'5'),
(3238,	444,	'_review_rating',	'field_63d258dc22e81'),
(3239,	445,	'review_rating',	'5'),
(3240,	445,	'_review_rating',	'field_63d258dc22e81'),
(3241,	444,	'_yoast_wpseo_primary_category',	'19'),
(3242,	444,	'_yoast_wpseo_content_score',	'90'),
(3243,	444,	'_yoast_wpseo_estimated-reading-time-minutes',	'1'),
(3244,	444,	'_yoast_wpseo_wordproof_timestamp',	''),
(3245,	270,	'_wp_attachment_backup_sizes',	'a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:769;s:6:\"height\";i:688;s:4:\"file\";s:8:\"Blog.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:16:\"Blog-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4889;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:16:\"Blog-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11418;}}'),
(3254,	447,	'_wp_attached_file',	'2023/02/Blog-1.jpg'),
(3255,	447,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2023/02/Blog-1.jpg\";s:8:\"filesize\";i:528080;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Blog-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24400;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Blog-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76263;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Blog-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19100;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Blog-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55930;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"Blog-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120567;}s:13:\"tp-image-grid\";a:5:{s:4:\"file\";s:18:\"Blog-1-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65152;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3257,	448,	'_wp_page_template',	'default'),
(3258,	448,	'_elementor_edit_mode',	'builder'),
(3259,	448,	'_elementor_template_type',	'wp-post'),
(3260,	448,	'_elementor_version',	'3.11.2'),
(3261,	448,	'_elementor_pro_version',	'3.11.3'),
(3262,	448,	'_elementor_data',	'[{\"id\":\"0aae66c\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0879f58\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b8a79c6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"44f2bde\"}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9821570\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f3a5c96\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a835033\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"efb97b6\"}],\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-start\",\"html_tag\":\"article\"},\"elements\":[{\"id\":\"494f8be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"152d8f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Main-blue-x2.jpg\",\"id\":330,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a2add1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3263,	448,	'_elementor_page_assets',	'a:0:{}'),
(3265,	1,	'_thumbnail_id',	'447'),
(3267,	1,	'review_rating',	'5'),
(3268,	1,	'_review_rating',	'field_63d258dc22e81'),
(3269,	448,	'review_rating',	'5'),
(3270,	448,	'_review_rating',	'field_63d258dc22e81'),
(3271,	1,	'_yoast_wpseo_primary_category',	'17'),
(3272,	1,	'_yoast_wpseo_wordproof_timestamp',	''),
(3273,	1,	'_encloseme',	'1'),
(3275,	418,	'theplus_transient_widgets',	'a:0:{}'),
(3276,	449,	'_elementor_edit_mode',	'builder'),
(3277,	449,	'_elementor_template_type',	'archive'),
(3278,	449,	'_elementor_version',	'3.11.2'),
(3279,	449,	'_elementor_pro_version',	'3.11.3'),
(3280,	449,	'_wp_page_template',	'default'),
(3281,	449,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(3282,	449,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":12,\"posts_avoid_duplicates\":\"yes\",\"posts_orderby\":\"menu_order\",\"show_filter_bar\":\"yes\",\"taxonomy\":\"project_cat\",\"column_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"color_background\":\"#111414E0\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"}},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3283,	449,	'_elementor_page_assets',	'a:0:{}'),
(3284,	449,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(3286,	44,	'theplus_transient_widgets',	'a:0:{}'),
(3288,	405,	'theplus_transient_widgets',	'a:0:{}'),
(3289,	323,	'theplus_transient_widgets',	'a:0:{}'),
(3293,	1,	'theplus_transient_widgets',	'a:0:{}'),
(3294,	451,	'_elementor_edit_mode',	'builder'),
(3295,	451,	'_elementor_template_type',	'single-post'),
(3296,	451,	'_elementor_version',	'3.11.2'),
(3297,	451,	'_elementor_pro_version',	'3.11.3'),
(3298,	451,	'_wp_page_template',	'default'),
(3299,	451,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(3300,	451,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"96\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3301,	451,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3302,	451,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3304,	452,	'_elementor_edit_mode',	'builder'),
(3305,	452,	'_elementor_template_type',	'single-post'),
(3306,	452,	'_elementor_version',	'3.11.2'),
(3307,	452,	'_elementor_pro_version',	'3.11.3'),
(3308,	452,	'_wp_page_template',	'default'),
(3309,	452,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(3310,	452,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"96\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3311,	452,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3312,	452,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3313,	453,	'_elementor_edit_mode',	'builder'),
(3314,	453,	'_elementor_template_type',	'single-post'),
(3315,	453,	'_elementor_version',	'3.11.2'),
(3316,	453,	'_elementor_pro_version',	'3.11.3'),
(3317,	453,	'_wp_page_template',	'default'),
(3318,	453,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(3319,	453,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"96\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3320,	453,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3321,	453,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3322,	405,	'_wp_page_template',	'elementor_header_footer'),
(3323,	405,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:23:\"single/faction_projects\";s:10:\"preview_id\";s:0:\"\";}'),
(3324,	405,	'_elementor_data',	'[{\"id\":\"1b60a968\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"46b8a41c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"21c4502c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\",\"__dynamic__\":[]},\"elements\":[{\"id\":\"e14bf8a\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"label_color\":\"#111414\",\"__globals__\":{\"label_color\":\"\",\"arrow_color\":\"globals\\/colors?id=primary\"},\"show_label\":\"\",\"arrow\":\"fa fa-long-arrow-left\",\"in_same_term\":[\"faction_projects\"],\"faction_projects_taxonomy\":\"project_service_cat\",\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false},{\"id\":\"5e1a54a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"6c15d70\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63d8d2d3ba973%3Aservice_page_top_header_image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2Fcomputer-mockup-copy.webp%22%2C%22id%22%3A629%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ad3027f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"574aaf9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6a5a613d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"58613934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"c6ca744\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b5dd84f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"d11a857\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%2C%22link%22%3A%22%22%2C%22fallback%22%3A%22Category%20fallback%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"420c45cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"4b6d2c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bca2f30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"14cfce0\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A40%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e88eee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"656b5345\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9a7870b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3325,	405,	'_elementor_page_assets',	'a:0:{}'),
(3326,	454,	'_elementor_edit_mode',	'builder'),
(3327,	454,	'_elementor_template_type',	'single-post'),
(3328,	454,	'_elementor_version',	'3.11.2'),
(3329,	454,	'_elementor_pro_version',	'3.11.3'),
(3330,	454,	'_wp_page_template',	'default'),
(3331,	454,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:23:\"single/faction_projects\";s:10:\"preview_id\";s:0:\"\";}'),
(3332,	454,	'_elementor_data',	'[]'),
(3333,	454,	'_elementor_page_assets',	'a:0:{}'),
(3334,	405,	'_elementor_conditions',	'a:1:{i:0;s:33:\"include/singular/faction_projects\";}'),
(3336,	252,	'theplus_transient_widgets',	'a:0:{}'),
(3341,	456,	'_elementor_edit_mode',	'builder'),
(3342,	456,	'_elementor_template_type',	'single-post'),
(3343,	457,	'_elementor_edit_mode',	'builder'),
(3344,	457,	'_elementor_template_type',	'single-post'),
(3345,	456,	'_elementor_version',	'3.11.2'),
(3346,	456,	'_elementor_pro_version',	'3.11.3'),
(3347,	456,	'_edit_lock',	'1677859663:1'),
(3348,	456,	'_wp_page_template',	'default'),
(3349,	456,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:23:\"single/faction_services\";s:10:\"preview_id\";s:0:\"\";}'),
(3350,	456,	'_elementor_data',	'[]'),
(3351,	456,	'_elementor_page_assets',	'a:0:{}'),
(3352,	458,	'_elementor_edit_mode',	'builder'),
(3353,	458,	'_elementor_template_type',	'single-post'),
(3354,	458,	'_elementor_version',	'3.11.2'),
(3355,	458,	'_elementor_pro_version',	'3.11.3'),
(3356,	458,	'_wp_page_template',	'default'),
(3357,	458,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:23:\"single/faction_projects\";s:10:\"preview_id\";s:0:\"\";}'),
(3358,	458,	'_elementor_data',	'[]'),
(3359,	458,	'_elementor_page_assets',	'a:0:{}'),
(3360,	459,	'_elementor_edit_mode',	'builder'),
(3361,	459,	'_elementor_template_type',	'single-post'),
(3362,	459,	'_elementor_version',	'3.11.2'),
(3363,	459,	'_elementor_pro_version',	'3.11.3'),
(3364,	459,	'_wp_page_template',	'default'),
(3365,	459,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:23:\"single/faction_projects\";s:10:\"preview_id\";s:0:\"\";}'),
(3366,	459,	'_elementor_data',	'[]'),
(3367,	459,	'_elementor_page_assets',	'a:0:{}'),
(3368,	456,	'_wp_old_slug',	'elementor-single-post-456'),
(3369,	460,	'_elementor_edit_mode',	'builder'),
(3370,	460,	'_elementor_template_type',	'single-post'),
(3371,	460,	'_elementor_version',	'3.11.2'),
(3372,	460,	'_elementor_pro_version',	'3.11.3'),
(3373,	460,	'_wp_page_template',	'default'),
(3374,	460,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:23:\"single/faction_services\";s:10:\"preview_id\";s:0:\"\";}'),
(3375,	460,	'_elementor_data',	'[]'),
(3376,	460,	'_elementor_page_assets',	'a:0:{}'),
(3378,	442,	'theplus_transient_widgets',	'a:0:{}'),
(3379,	461,	'_elementor_edit_mode',	'builder'),
(3380,	461,	'_elementor_template_type',	'single-post'),
(3381,	461,	'_elementor_version',	'3.11.2'),
(3382,	461,	'_elementor_pro_version',	'3.11.3'),
(3383,	461,	'_wp_page_template',	'default'),
(3384,	461,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(3385,	461,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"096\",\"bottom\":\"96\",\"left\":\"56\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3386,	461,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3387,	461,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3390,	462,	'_elementor_edit_mode',	'builder'),
(3391,	462,	'_elementor_template_type',	'single-post'),
(3392,	462,	'_elementor_version',	'3.11.2'),
(3393,	462,	'_elementor_pro_version',	'3.11.3'),
(3394,	462,	'_wp_page_template',	'default'),
(3395,	462,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:0:\"\";}'),
(3396,	462,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"096\",\"bottom\":\"96\",\"left\":\"56\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3397,	462,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3398,	462,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3412,	464,	'_elementor_edit_mode',	'builder'),
(3413,	464,	'_elementor_template_type',	'single-post'),
(3414,	464,	'_elementor_version',	'3.11.2'),
(3415,	464,	'_elementor_pro_version',	'3.11.3'),
(3416,	464,	'_wp_page_template',	'default'),
(3417,	464,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(3418,	464,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"096\",\"bottom\":\"96\",\"left\":\"56\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3419,	464,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3420,	464,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3423,	465,	'_elementor_edit_mode',	'builder'),
(3424,	465,	'_elementor_template_type',	'single-post'),
(3425,	465,	'_elementor_version',	'3.11.2'),
(3426,	465,	'_elementor_pro_version',	'3.11.3'),
(3427,	465,	'_wp_page_template',	'default'),
(3428,	465,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(3429,	465,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"096\",\"bottom\":\"96\",\"left\":\"56\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3430,	465,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3431,	465,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3434,	466,	'_elementor_edit_mode',	'builder'),
(3435,	466,	'_elementor_template_type',	'single-post'),
(3436,	466,	'_elementor_version',	'3.11.2'),
(3437,	466,	'_elementor_pro_version',	'3.11.3'),
(3438,	466,	'_wp_page_template',	'default'),
(3439,	466,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(3440,	466,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"096\",\"bottom\":\"96\",\"left\":\"56\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3441,	466,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3442,	466,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3445,	467,	'_elementor_edit_mode',	'builder'),
(3446,	467,	'_elementor_template_type',	'single-post'),
(3447,	467,	'_elementor_version',	'3.11.2'),
(3448,	467,	'_elementor_pro_version',	'3.11.3'),
(3449,	467,	'_wp_page_template',	'default'),
(3450,	467,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(3451,	467,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"096\",\"bottom\":\"96\",\"left\":\"56\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3452,	467,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3453,	467,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3456,	468,	'_elementor_edit_mode',	'builder'),
(3457,	468,	'_elementor_template_type',	'single-post'),
(3458,	468,	'_elementor_version',	'3.11.2'),
(3459,	468,	'_elementor_pro_version',	'3.11.3'),
(3460,	468,	'_wp_page_template',	'default'),
(3461,	468,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(3462,	468,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-e1677514421540.jpg%22%2C%22id%22%3A270%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"096\",\"bottom\":\"96\",\"left\":\"56\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3463,	468,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3464,	468,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3467,	469,	'_elementor_edit_mode',	'builder'),
(3468,	469,	'_elementor_template_type',	'single-post'),
(3469,	469,	'_elementor_version',	'3.11.2'),
(3470,	469,	'_elementor_pro_version',	'3.11.3'),
(3471,	469,	'_wp_page_template',	'default'),
(3472,	469,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(3473,	469,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-e1677514421540.jpg%22%2C%22id%22%3A270%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"096\",\"bottom\":\"96\",\"left\":\"56\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3474,	469,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3475,	469,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3478,	470,	'_elementor_edit_mode',	'builder'),
(3479,	470,	'_elementor_template_type',	'single-post'),
(3480,	470,	'_elementor_version',	'3.11.2'),
(3481,	470,	'_elementor_pro_version',	'3.11.3'),
(3482,	470,	'_wp_page_template',	'default'),
(3483,	470,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(3484,	470,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-start\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-e1677514421540.jpg%22%2C%22id%22%3A270%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"center\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"096\",\"bottom\":\"96\",\"left\":\"56\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3485,	470,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3486,	470,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3489,	471,	'_elementor_edit_mode',	'builder'),
(3490,	471,	'_elementor_template_type',	'single-post'),
(3491,	471,	'_elementor_version',	'3.11.2'),
(3492,	471,	'_elementor_pro_version',	'3.11.3'),
(3493,	471,	'_wp_page_template',	'default'),
(3494,	471,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(3495,	471,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-start\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-e1677514421540.jpg%22%2C%22id%22%3A270%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"center\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"096\",\"bottom\":\"96\",\"left\":\"56\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3496,	471,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(3497,	471,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(3501,	45,	'theplus_transient_widgets',	'a:0:{}'),
(3502,	472,	'_elementor_edit_mode',	'builder'),
(3503,	472,	'_elementor_template_type',	'loop-item'),
(3504,	472,	'_elementor_version',	'3.11.2'),
(3505,	472,	'_elementor_pro_version',	'3.11.1'),
(3506,	472,	'_elementor_source',	'post'),
(3507,	472,	'_wp_page_template',	'default'),
(3508,	472,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8f01c82\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"f506375\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"image_size\":\"1536x1536\",\"link_to\":\"custom\",\"_mask_shape\":\"flower\",\"_mask_size\":\"cover\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_repeat\":\"repeat-x\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}]'),
(3509,	472,	'_elementor_page_assets',	'a:0:{}'),
(3510,	472,	'_elementor_screenshot',	'a:2:{s:2:\"id\";i:265;s:3:\"url\";s:132:\"https://www.scriptin.me/fweb/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_224_2023-02-27-13-38-45_38267d8d.png\";}'),
(3512,	473,	'_elementor_edit_mode',	'builder'),
(3513,	473,	'_elementor_template_type',	'loop-item'),
(3514,	473,	'_elementor_version',	'3.11.2'),
(3515,	473,	'_elementor_pro_version',	'3.11.3'),
(3516,	473,	'_elementor_source',	'post'),
(3517,	473,	'_wp_page_template',	'default'),
(3518,	473,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8f01c82\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"f506375\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"image_size\":\"1536x1536\",\"link_to\":\"custom\",\"_mask_shape\":\"flower\",\"_mask_size\":\"cover\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_repeat\":\"repeat-x\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}]'),
(3519,	473,	'_elementor_page_assets',	'a:0:{}'),
(3520,	474,	'_elementor_edit_mode',	'builder'),
(3521,	474,	'_elementor_template_type',	'loop-item'),
(3522,	474,	'_elementor_version',	'3.11.2'),
(3523,	474,	'_elementor_pro_version',	'3.11.3'),
(3524,	474,	'_elementor_source',	'post'),
(3525,	474,	'_wp_page_template',	'default'),
(3526,	474,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"animation_duration\":\"slow\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"8f01c82\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FAfterJam-test-2.jpg%22%2C%22id%22%3A30%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"f506375\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"image_size\":\"1536x1536\",\"link_to\":\"custom\",\"_mask_shape\":\"flower\",\"_mask_size\":\"cover\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_repeat\":\"repeat-x\",\"align\":\"left\",\"object-fit\":\"contain\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}]'),
(3527,	474,	'_elementor_page_assets',	'a:0:{}'),
(3529,	475,	'_edit_last',	'1'),
(3530,	475,	'_edit_lock',	'1678735249:1'),
(3531,	479,	'_wp_attached_file',	'2023/02/CARNIVALRUM_PRODUCTSHOOT_FINALS-21-1.jpg'),
(3532,	479,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:48:\"2023/02/CARNIVALRUM_PRODUCTSHOOT_FINALS-21-1.jpg\";s:8:\"filesize\";i:308170;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"CARNIVALRUM_PRODUCTSHOOT_FINALS-21-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35474;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"CARNIVALRUM_PRODUCTSHOOT_FINALS-21-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152344;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"CARNIVALRUM_PRODUCTSHOOT_FINALS-21-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24141;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"CARNIVALRUM_PRODUCTSHOOT_FINALS-21-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101664;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"CARNIVALRUM_PRODUCTSHOOT_FINALS-21-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276361;}s:13:\"tp-image-grid\";a:5:{s:4:\"file\";s:48:\"CARNIVALRUM_PRODUCTSHOOT_FINALS-21-1-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120463;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3533,	45,	'Project Featured Image',	'271'),
(3534,	45,	'_Project Featured Image',	'field_63fcdc9cddf31'),
(3535,	45,	'project_homepage_grid_image',	'479'),
(3536,	45,	'_project_homepage_grid_image',	'field_63fcdc69ddf2f'),
(3537,	45,	'Project Archive Masonry Image',	'271'),
(3538,	45,	'_Project Archive Masonry Image',	'field_63fcdc85ddf30'),
(3539,	480,	'Project Featured Image',	'271'),
(3540,	480,	'_Project Featured Image',	'field_63fcdc9cddf31'),
(3541,	480,	'project_homepage_grid_image',	'479'),
(3542,	480,	'_project_homepage_grid_image',	'field_63fcdc69ddf2f'),
(3543,	480,	'Project Archive Masonry Image',	'271'),
(3544,	480,	'_Project Archive Masonry Image',	'field_63fcdc85ddf30'),
(3545,	224,	'theplus_transient_widgets',	'a:0:{}'),
(3546,	481,	'_elementor_edit_mode',	'builder'),
(3547,	481,	'_elementor_template_type',	'loop-item'),
(3548,	481,	'_elementor_version',	'3.11.2'),
(3549,	481,	'_elementor_pro_version',	'3.11.3'),
(3550,	481,	'_elementor_source',	'post'),
(3551,	481,	'_wp_page_template',	'default'),
(3552,	481,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"animation_duration\":\"slow\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ddd61fc\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"link_to\":\"custom\",\"cei_image_custom_class\":\"faction-project-link\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"3bad044\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63fcdc69ddf2f%3Aproject_homepage_grid_image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FJPG.jpg%22%2C%22id%22%3A277%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"752d761\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f01c82\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"f506375\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"image_size\":\"1536x1536\",\"link_to\":\"custom\",\"_mask_shape\":\"flower\",\"_mask_size\":\"cover\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_repeat\":\"repeat-x\",\"align\":\"left\",\"object-fit\":\"contain\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}]'),
(3553,	481,	'_elementor_page_assets',	'a:0:{}'),
(3555,	482,	'_elementor_edit_mode',	'builder'),
(3556,	482,	'_elementor_template_type',	'loop-item'),
(3557,	482,	'_elementor_version',	'3.11.2'),
(3558,	482,	'_elementor_pro_version',	'3.11.3'),
(3559,	482,	'_elementor_source',	'post'),
(3560,	482,	'_wp_page_template',	'default'),
(3561,	482,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"animation_duration\":\"slow\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ddd61fc\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"link_to\":\"custom\",\"cei_image_custom_class\":\"faction-project-link\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"3bad044\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63fcdc69ddf2f%3Aproject_homepage_grid_image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FJPG.jpg%22%2C%22id%22%3A277%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"752d761\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]'),
(3562,	482,	'_elementor_page_assets',	'a:0:{}'),
(3563,	483,	'_elementor_edit_mode',	'builder'),
(3564,	483,	'_elementor_template_type',	'loop-item'),
(3565,	483,	'_elementor_version',	'3.11.2'),
(3566,	483,	'_elementor_pro_version',	'3.11.3'),
(3567,	483,	'_elementor_source',	'post'),
(3568,	483,	'_wp_page_template',	'default'),
(3569,	483,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"animation_duration\":\"slow\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ec15b0a\",\"elType\":\"widget\",\"settings\":{\"skin\":\"cover\",\"bg_image_size\":\"full\",\"title\":\"This is the heading\",\"description\":\"\",\"button\":\"Read More\",\"link_click\":\"box\",\"min-height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"title_color\":\"#02010100\",\"description_color\":\"#02010100\",\"button_color\":\"#02010100\",\"__dynamic__\":{\"bg_image\":\"[elementor-tag id=\\\"b69c063\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63fcdc69ddf2f%3Aproject_homepage_grid_image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"c03f98f\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\",\"description\":\"[elementor-tag id=\\\"8d49e4c\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"b1894a2\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color_hover\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":false}]'),
(3570,	483,	'_elementor_page_assets',	'a:0:{}'),
(3572,	438,	'theplus_transient_widgets',	'a:0:{}'),
(3573,	46,	'theplus_transient_widgets',	'a:0:{}'),
(3574,	44,	'Project Featured Image',	'30'),
(3575,	44,	'_Project Featured Image',	'field_63fcdc9cddf31'),
(3576,	44,	'project_homepage_grid_image',	'269'),
(3577,	44,	'_project_homepage_grid_image',	'field_63fcdc69ddf2f'),
(3578,	44,	'Project Archive Masonry Image',	'269'),
(3579,	44,	'_Project Archive Masonry Image',	'field_63fcdc85ddf30'),
(3580,	484,	'Project Featured Image',	'30'),
(3581,	484,	'_Project Featured Image',	'field_63fcdc9cddf31'),
(3582,	484,	'project_homepage_grid_image',	'269'),
(3583,	484,	'_project_homepage_grid_image',	'field_63fcdc69ddf2f'),
(3584,	484,	'Project Archive Masonry Image',	'269'),
(3585,	484,	'_Project Archive Masonry Image',	'field_63fcdc85ddf30'),
(3586,	438,	'Project Featured Image',	'439'),
(3587,	438,	'_Project Featured Image',	'field_63fcdc9cddf31'),
(3588,	438,	'project_homepage_grid_image',	'439'),
(3589,	438,	'_project_homepage_grid_image',	'field_63fcdc69ddf2f'),
(3590,	438,	'Project Archive Masonry Image',	'439'),
(3591,	438,	'_Project Archive Masonry Image',	'field_63fcdc85ddf30'),
(3592,	485,	'Project Featured Image',	'439'),
(3593,	485,	'_Project Featured Image',	'field_63fcdc9cddf31'),
(3594,	485,	'project_homepage_grid_image',	'439'),
(3595,	485,	'_project_homepage_grid_image',	'field_63fcdc69ddf2f'),
(3596,	485,	'Project Archive Masonry Image',	'439'),
(3597,	485,	'_Project Archive Masonry Image',	'field_63fcdc85ddf30'),
(3598,	46,	'Project Featured Image',	'278'),
(3599,	46,	'_Project Featured Image',	'field_63fcdc9cddf31'),
(3600,	46,	'project_homepage_grid_image',	'278'),
(3601,	46,	'_project_homepage_grid_image',	'field_63fcdc69ddf2f'),
(3602,	46,	'Project Archive Masonry Image',	'278'),
(3603,	46,	'_Project Archive Masonry Image',	'field_63fcdc85ddf30'),
(3604,	486,	'Project Featured Image',	'278'),
(3605,	486,	'_Project Featured Image',	'field_63fcdc9cddf31'),
(3606,	486,	'project_homepage_grid_image',	'278'),
(3607,	486,	'_project_homepage_grid_image',	'field_63fcdc69ddf2f'),
(3608,	486,	'Project Archive Masonry Image',	'278'),
(3609,	486,	'_Project Archive Masonry Image',	'field_63fcdc85ddf30'),
(3612,	487,	'_elementor_edit_mode',	'builder'),
(3613,	487,	'_elementor_template_type',	'loop-item'),
(3614,	488,	'_elementor_edit_mode',	'builder'),
(3615,	488,	'_elementor_template_type',	'loop-item'),
(3616,	487,	'_elementor_version',	'3.11.2'),
(3617,	487,	'_elementor_pro_version',	'3.11.3'),
(3618,	487,	'_elementor_source',	'post'),
(3619,	487,	'_wp_page_template',	'default'),
(3622,	489,	'_elementor_edit_mode',	'builder'),
(3623,	489,	'_elementor_template_type',	'archive'),
(3624,	489,	'_elementor_version',	'3.11.2'),
(3625,	489,	'_elementor_pro_version',	'3.11.3'),
(3626,	489,	'_wp_page_template',	'default'),
(3627,	489,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(3628,	489,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"02247c4\",\"elType\":\"widget\",\"settings\":{\"template_id\":487,\"columns\":2,\"posts_per_page\":13,\"masonry\":\"yes\",\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"column_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"},{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":12,\"posts_avoid_duplicates\":\"yes\",\"posts_orderby\":\"menu_order\",\"show_filter_bar\":\"yes\",\"taxonomy\":\"project_cat\",\"column_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"color_background\":\"#111414E0\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"}},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3629,	489,	'_elementor_page_assets',	'a:0:{}'),
(3630,	489,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(3632,	487,	'_edit_lock',	'1677518107:1'),
(3634,	490,	'_elementor_edit_mode',	'builder'),
(3635,	490,	'_elementor_template_type',	'loop-item'),
(3636,	490,	'_elementor_version',	'3.11.2'),
(3637,	490,	'_elementor_pro_version',	'3.11.3'),
(3638,	490,	'_elementor_source',	'post'),
(3639,	490,	'_wp_page_template',	'default'),
(3640,	490,	'_elementor_page_settings',	'a:1:{s:6:\"source\";s:4:\"post\";}'),
(3641,	490,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(3642,	487,	'_elementor_data',	'[{\"id\":\"f72a4a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56a4498\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5620a0\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9efefed\"}]},\"elements\":[{\"id\":\"24eaa93\",\"elType\":\"widget\",\"settings\":{\"bg_image_size\":\"full\",\"title\":\"\",\"description\":\"\",\"button\":\"\",\"link_click\":\"box\",\"vertical_position\":\"middle\",\"image_min_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_min_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_min_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"bg_image\":\"[elementor-tag id=\\\"d15819e\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63fcdc85ddf30%3AProject%20Archive%20Masonry%20Image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"b1e7158\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"call-to-action\"},{\"id\":\"e93c77d\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"link_to\":\"custom\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"e3d00f2\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63fcdc85ddf30%3AProject%20Archive%20Masonry%20Image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"21c276a\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]'),
(3643,	491,	'_elementor_edit_mode',	'builder'),
(3644,	491,	'_elementor_template_type',	'loop-item'),
(3645,	491,	'_elementor_version',	'3.11.2'),
(3646,	491,	'_elementor_pro_version',	'3.11.3'),
(3647,	491,	'_elementor_source',	'post'),
(3648,	491,	'_wp_page_template',	'default'),
(3649,	491,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(3650,	491,	'_elementor_data',	'[{\"id\":\"f72a4a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56a4498\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5620a0\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9efefed\"}]},\"elements\":[{\"id\":\"c50be53\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4b33c83\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"cei_image_custom_class\":\"faction-porject-box-image\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}]'),
(3651,	487,	'_elementor_page_assets',	'a:0:{}'),
(3653,	492,	'_elementor_edit_mode',	'builder'),
(3654,	492,	'_elementor_template_type',	'loop-item'),
(3655,	492,	'_elementor_version',	'3.11.2'),
(3656,	492,	'_elementor_pro_version',	'3.11.3'),
(3657,	492,	'_elementor_source',	'post'),
(3658,	492,	'_wp_page_template',	'default'),
(3659,	492,	'_elementor_data',	'[{\"id\":\"f72a4a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56a4498\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5620a0\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9efefed\"}]},\"elements\":[{\"id\":\"e93c77d\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"link_to\":\"custom\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"e3d00f2\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63fcdc85ddf30%3AProject%20Archive%20Masonry%20Image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"21c276a\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]'),
(3660,	492,	'_elementor_page_assets',	'a:0:{}'),
(3663,	493,	'_elementor_edit_mode',	'builder'),
(3664,	493,	'_elementor_template_type',	'loop-item'),
(3665,	493,	'_elementor_version',	'3.11.2'),
(3666,	493,	'_elementor_pro_version',	'3.11.3'),
(3667,	493,	'_elementor_source',	'post'),
(3668,	493,	'_wp_page_template',	'default'),
(3669,	493,	'_elementor_data',	'[{\"id\":\"f72a4a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56a4498\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5620a0\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9efefed\"}]},\"elements\":[{\"id\":\"24eaa93\",\"elType\":\"widget\",\"settings\":{\"bg_image_size\":\"full\",\"title\":\"\",\"description\":\"\",\"button\":\"\",\"link_click\":\"box\",\"vertical_position\":\"middle\",\"image_min_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_min_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_min_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"bg_image\":\"[elementor-tag id=\\\"d15819e\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63fcdc85ddf30%3AProject%20Archive%20Masonry%20Image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"b1e7158\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"call-to-action\"},{\"id\":\"e93c77d\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"link_to\":\"custom\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"e3d00f2\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63fcdc85ddf30%3AProject%20Archive%20Masonry%20Image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"21c276a\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]'),
(3670,	493,	'_elementor_page_assets',	'a:0:{}'),
(3673,	494,	'_elementor_edit_mode',	'builder'),
(3674,	494,	'_elementor_template_type',	'archive'),
(3675,	494,	'_elementor_version',	'3.11.2'),
(3676,	494,	'_elementor_pro_version',	'3.11.3'),
(3677,	494,	'_wp_page_template',	'default'),
(3678,	494,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(3679,	494,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":12,\"posts_avoid_duplicates\":\"yes\",\"posts_orderby\":\"menu_order\",\"show_filter_bar\":\"yes\",\"taxonomy\":\"project_cat\",\"column_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"color_background\":\"#111414E0\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"}},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3680,	494,	'_elementor_page_assets',	'a:0:{}'),
(3681,	267,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(3684,	267,	'theplus_transient_widgets',	'a:0:{}'),
(3685,	495,	'_elementor_edit_mode',	'builder'),
(3686,	495,	'_elementor_template_type',	'loop-item'),
(3687,	496,	'_elementor_edit_mode',	'builder'),
(3688,	496,	'_elementor_template_type',	'loop-item'),
(3689,	495,	'_elementor_version',	'3.11.2'),
(3690,	495,	'_elementor_pro_version',	'3.11.3'),
(3691,	495,	'_elementor_source',	'post'),
(3692,	495,	'_wp_page_template',	'default'),
(3695,	497,	'_elementor_edit_mode',	'builder'),
(3696,	497,	'_elementor_template_type',	'wp-page'),
(3697,	497,	'_elementor_version',	'3.11.2'),
(3698,	497,	'_elementor_pro_version',	'3.11.3'),
(3699,	497,	'_wp_page_template',	'elementor_theme'),
(3700,	497,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3701,	497,	'_elementor_page_assets',	'a:0:{}'),
(3702,	497,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3704,	498,	'_elementor_edit_mode',	'builder'),
(3705,	498,	'_elementor_template_type',	'wp-page'),
(3706,	498,	'_elementor_version',	'3.11.2'),
(3707,	498,	'_elementor_pro_version',	'3.11.3'),
(3708,	498,	'_wp_page_template',	'elementor_theme'),
(3709,	498,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3710,	498,	'_elementor_page_assets',	'a:0:{}'),
(3711,	498,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3713,	499,	'_elementor_edit_mode',	'builder'),
(3714,	499,	'_elementor_template_type',	'wp-page'),
(3715,	499,	'_elementor_version',	'3.11.2'),
(3716,	499,	'_elementor_pro_version',	'3.11.3'),
(3717,	499,	'_wp_page_template',	'elementor_theme'),
(3718,	499,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3719,	499,	'_elementor_page_assets',	'a:0:{}'),
(3720,	499,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3725,	495,	'_edit_lock',	'1677872558:1'),
(3728,	385,	'theplus_transient_widgets',	'a:0:{}'),
(3729,	385,	'_elementor_screenshot_failed',	'2023-02-27 17:17:50'),
(3730,	388,	'theplus_transient_widgets',	'a:0:{}'),
(3734,	456,	'theplus_transient_widgets',	'a:0:{}'),
(3735,	456,	'_elementor_screenshot_failed',	'2023-02-27 17:18:43'),
(3736,	487,	'theplus_transient_widgets',	'a:0:{}'),
(3737,	487,	'_elementor_screenshot_failed',	'2023-02-27 17:19:01'),
(3738,	500,	'_elementor_edit_mode',	'builder'),
(3739,	500,	'_elementor_template_type',	'loop-item'),
(3740,	500,	'_elementor_version',	'3.11.2'),
(3741,	500,	'_elementor_pro_version',	'3.11.3'),
(3742,	500,	'_elementor_source',	'post'),
(3743,	500,	'_wp_page_template',	'default'),
(3744,	500,	'_elementor_page_settings',	'a:1:{s:6:\"source\";s:4:\"post\";}'),
(3746,	495,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"min_height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-start\",\"background_color\":\"#FFFFFF\",\"html_tag\":\"article\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"title|Blog article,alt|Blog article entry\"},\"__dynamic__\":[]},\"elements\":[{\"id\":\"62f6215\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"html_tag\":\"a\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c97e3dd\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"49a2f7c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"287c155\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"d0ee9f0\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\",\"align\":\"center\",\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A20%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}],\"isInner\":false}]'),
(3747,	501,	'_elementor_edit_mode',	'builder'),
(3748,	501,	'_elementor_template_type',	'loop-item'),
(3749,	501,	'_elementor_version',	'3.11.2'),
(3750,	501,	'_elementor_pro_version',	'3.11.3'),
(3751,	501,	'_elementor_source',	'post'),
(3752,	501,	'_wp_page_template',	'default'),
(3754,	501,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"image_size\":\"medium_large\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"08\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"026\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}]'),
(3755,	495,	'_elementor_page_assets',	'a:0:{}'),
(3757,	502,	'_elementor_edit_mode',	'builder'),
(3758,	502,	'_elementor_template_type',	'wp-page'),
(3759,	502,	'_elementor_version',	'3.11.2'),
(3760,	502,	'_elementor_pro_version',	'3.11.3'),
(3761,	502,	'_wp_page_template',	'elementor_theme'),
(3762,	502,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3763,	502,	'_elementor_page_assets',	'a:0:{}'),
(3764,	502,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3766,	503,	'_elementor_edit_mode',	'builder'),
(3767,	503,	'_elementor_template_type',	'wp-page'),
(3768,	503,	'_elementor_version',	'3.11.2'),
(3769,	503,	'_elementor_pro_version',	'3.11.3'),
(3770,	503,	'_wp_page_template',	'elementor_theme'),
(3771,	503,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3772,	503,	'_elementor_page_assets',	'a:0:{}'),
(3773,	503,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3775,	504,	'_elementor_edit_mode',	'builder'),
(3776,	504,	'_elementor_template_type',	'wp-page'),
(3777,	504,	'_elementor_version',	'3.11.2'),
(3778,	504,	'_elementor_pro_version',	'3.11.3'),
(3779,	504,	'_wp_page_template',	'elementor_theme'),
(3780,	504,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3781,	504,	'_elementor_page_assets',	'a:0:{}'),
(3782,	504,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3785,	505,	'_elementor_edit_mode',	'builder'),
(3786,	505,	'_elementor_template_type',	'wp-page'),
(3787,	505,	'_elementor_version',	'3.11.2'),
(3788,	505,	'_elementor_pro_version',	'3.11.3'),
(3789,	505,	'_wp_page_template',	'elementor_theme'),
(3790,	505,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3791,	505,	'_elementor_page_assets',	'a:0:{}'),
(3792,	505,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3794,	506,	'_elementor_edit_mode',	'builder'),
(3795,	506,	'_elementor_template_type',	'wp-page'),
(3796,	506,	'_elementor_version',	'3.11.2'),
(3797,	506,	'_elementor_pro_version',	'3.11.3'),
(3798,	506,	'_wp_page_template',	'elementor_theme'),
(3799,	506,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3800,	506,	'_elementor_page_assets',	'a:0:{}'),
(3801,	506,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3803,	507,	'_elementor_edit_mode',	'builder'),
(3804,	507,	'_elementor_template_type',	'wp-page'),
(3805,	507,	'_elementor_version',	'3.11.2'),
(3806,	507,	'_elementor_pro_version',	'3.11.3'),
(3807,	507,	'_wp_page_template',	'elementor_theme');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3808,	507,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3809,	507,	'_elementor_page_assets',	'a:0:{}'),
(3810,	507,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3812,	508,	'_wp_attached_file',	'2023/02/03.svg'),
(3813,	508,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:260;s:5:\"width\";i:108;s:6:\"height\";i:133;}'),
(3815,	509,	'_wp_attached_file',	'2023/02/02.svg'),
(3816,	509,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:260;s:5:\"width\";i:108;s:6:\"height\";i:133;}'),
(3818,	510,	'_wp_attached_file',	'2023/02/01.svg'),
(3819,	510,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:260;s:5:\"width\";i:108;s:6:\"height\";i:133;}'),
(3829,	512,	'_elementor_edit_mode',	'builder'),
(3830,	512,	'_elementor_template_type',	'wp-page'),
(3831,	512,	'_elementor_version',	'3.11.2'),
(3832,	512,	'_elementor_pro_version',	'3.11.3'),
(3833,	512,	'_wp_page_template',	'elementor_theme'),
(3834,	512,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3835,	512,	'_elementor_page_assets',	'a:0:{}'),
(3836,	512,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3838,	513,	'_elementor_edit_mode',	'builder'),
(3839,	513,	'_elementor_template_type',	'wp-page'),
(3840,	513,	'_elementor_version',	'3.11.2'),
(3841,	513,	'_elementor_pro_version',	'3.11.3'),
(3842,	513,	'_wp_page_template',	'elementor_theme'),
(3843,	513,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"1aae0c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[{\"id\":\"172d364\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":3},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false},{\"id\":\"84cee65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":67},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"bc57aaf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ac99e9a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b525474\"}]},\"elements\":[{\"id\":\"5a1e640\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"posts_per_page\":1,\"posts_post_type\":\"faction_services\",\"posts_offset\":2},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3844,	513,	'_elementor_page_assets',	'a:0:{}'),
(3845,	513,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3847,	514,	'_elementor_edit_mode',	'builder'),
(3848,	514,	'_elementor_template_type',	'wp-page'),
(3849,	514,	'_elementor_version',	'3.11.2'),
(3850,	514,	'_elementor_pro_version',	'3.11.3'),
(3851,	514,	'_wp_page_template',	'elementor_theme'),
(3852,	514,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3853,	514,	'_elementor_page_assets',	'a:0:{}'),
(3854,	514,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3856,	515,	'_elementor_edit_mode',	'builder'),
(3857,	515,	'_elementor_template_type',	'wp-page'),
(3858,	515,	'_elementor_version',	'3.11.2'),
(3859,	515,	'_elementor_pro_version',	'3.11.3'),
(3860,	515,	'_wp_page_template',	'elementor_theme'),
(3861,	515,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3862,	515,	'_elementor_page_assets',	'a:0:{}'),
(3863,	515,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3865,	516,	'_elementor_edit_mode',	'builder'),
(3866,	516,	'_elementor_template_type',	'wp-page'),
(3867,	516,	'_elementor_version',	'3.11.2'),
(3868,	516,	'_elementor_pro_version',	'3.11.3'),
(3869,	516,	'_wp_page_template',	'elementor_theme'),
(3870,	516,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3871,	516,	'_elementor_page_assets',	'a:0:{}'),
(3872,	516,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3874,	517,	'_elementor_edit_mode',	'builder'),
(3875,	517,	'_elementor_template_type',	'wp-page'),
(3876,	517,	'_elementor_version',	'3.11.2'),
(3877,	517,	'_elementor_pro_version',	'3.11.3'),
(3878,	517,	'_wp_page_template',	'elementor_theme'),
(3879,	517,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3880,	517,	'_elementor_page_assets',	'a:0:{}'),
(3881,	517,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3883,	518,	'_elementor_edit_mode',	'builder'),
(3884,	518,	'_elementor_template_type',	'wp-page'),
(3885,	518,	'_elementor_version',	'3.11.2'),
(3886,	518,	'_elementor_pro_version',	'3.11.3'),
(3887,	518,	'_wp_page_template',	'elementor_theme'),
(3888,	518,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3889,	518,	'_elementor_page_assets',	'a:0:{}'),
(3890,	518,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3892,	519,	'_elementor_edit_mode',	'builder'),
(3893,	519,	'_elementor_template_type',	'wp-page'),
(3894,	519,	'_elementor_version',	'3.11.2'),
(3895,	519,	'_elementor_pro_version',	'3.11.3'),
(3896,	519,	'_wp_page_template',	'elementor_theme'),
(3897,	519,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3898,	519,	'_elementor_page_assets',	'a:0:{}'),
(3899,	519,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3901,	520,	'_elementor_edit_mode',	'builder'),
(3902,	520,	'_elementor_template_type',	'wp-page'),
(3903,	520,	'_elementor_version',	'3.11.2'),
(3904,	520,	'_elementor_pro_version',	'3.11.3'),
(3905,	520,	'_wp_page_template',	'elementor_theme'),
(3906,	520,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3907,	520,	'_elementor_page_assets',	'a:0:{}'),
(3908,	520,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3910,	521,	'_elementor_edit_mode',	'builder'),
(3911,	521,	'_elementor_template_type',	'loop-item'),
(3912,	521,	'_elementor_version',	'3.11.2'),
(3913,	521,	'_elementor_pro_version',	'3.11.3'),
(3914,	521,	'_elementor_source',	'post'),
(3915,	521,	'_wp_page_template',	'default'),
(3916,	521,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"animation_duration\":\"slow\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ec15b0a\",\"elType\":\"widget\",\"settings\":{\"skin\":\"cover\",\"title\":\"This is the heading\",\"description\":\"\",\"button\":\"Read More\",\"link_click\":\"box\",\"min-height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"title_color\":\"#02010100\",\"description_color\":\"#02010100\",\"button_color\":\"#02010100\",\"__dynamic__\":{\"bg_image\":\"[elementor-tag id=\\\"b69c063\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63fcdc69ddf2f%3Aproject_homepage_grid_image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"c03f98f\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\",\"description\":\"[elementor-tag id=\\\"8d49e4c\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"b1894a2\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color_hover\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":false}]'),
(3917,	521,	'_elementor_page_assets',	'a:0:{}'),
(3919,	521,	'_elementor_screenshot_failed',	'2023-02-27 17:16:56'),
(3922,	522,	'_elementor_edit_mode',	'builder'),
(3923,	522,	'_elementor_template_type',	'wp-page'),
(3924,	522,	'_elementor_version',	'3.11.2'),
(3925,	522,	'_elementor_pro_version',	'3.11.3'),
(3926,	522,	'_wp_page_template',	'elementor_theme'),
(3927,	522,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3928,	522,	'_elementor_page_assets',	'a:0:{}'),
(3929,	522,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3931,	523,	'_elementor_edit_mode',	'builder'),
(3932,	523,	'_elementor_template_type',	'wp-page'),
(3933,	523,	'_elementor_version',	'3.11.2'),
(3934,	523,	'_elementor_pro_version',	'3.11.3'),
(3935,	523,	'_wp_page_template',	'elementor_theme'),
(3936,	523,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3937,	523,	'_elementor_page_assets',	'a:0:{}'),
(3938,	523,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3940,	524,	'_elementor_edit_mode',	'builder'),
(3941,	524,	'_elementor_template_type',	'wp-page'),
(3942,	524,	'_elementor_version',	'3.11.2'),
(3943,	524,	'_elementor_pro_version',	'3.11.3'),
(3944,	524,	'_wp_page_template',	'elementor_theme'),
(3945,	524,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3946,	524,	'_elementor_page_assets',	'a:0:{}'),
(3947,	524,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3949,	525,	'_elementor_edit_mode',	'builder'),
(3950,	525,	'_elementor_template_type',	'loop-item'),
(3951,	525,	'_elementor_version',	'3.11.2'),
(3952,	525,	'_elementor_pro_version',	'3.11.3'),
(3953,	525,	'_elementor_source',	'post'),
(3954,	525,	'_wp_page_template',	'default'),
(3955,	525,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"image_size\":\"medium_large\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"08\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A15%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"026\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}]'),
(3956,	525,	'_elementor_page_assets',	'a:0:{}'),
(3958,	526,	'_elementor_edit_mode',	'builder'),
(3959,	526,	'_elementor_template_type',	'loop-item'),
(3960,	526,	'_elementor_version',	'3.11.2'),
(3961,	526,	'_elementor_pro_version',	'3.11.3'),
(3962,	526,	'_elementor_source',	'post'),
(3963,	526,	'_wp_page_template',	'default'),
(3964,	526,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A15%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}]'),
(3965,	526,	'_elementor_page_assets',	'a:0:{}'),
(3967,	527,	'_elementor_edit_mode',	'builder'),
(3968,	527,	'_elementor_template_type',	'wp-page'),
(3969,	527,	'_elementor_version',	'3.11.2'),
(3970,	527,	'_elementor_pro_version',	'3.11.3'),
(3971,	527,	'_wp_page_template',	'elementor_theme'),
(3972,	527,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3973,	527,	'_elementor_page_assets',	'a:0:{}'),
(3974,	527,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3976,	528,	'_elementor_edit_mode',	'builder'),
(3977,	528,	'_elementor_template_type',	'wp-page'),
(3978,	528,	'_elementor_version',	'3.11.2'),
(3979,	528,	'_elementor_pro_version',	'3.11.3'),
(3980,	528,	'_wp_page_template',	'elementor_theme'),
(3981,	528,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3982,	528,	'_elementor_page_assets',	'a:0:{}'),
(3983,	528,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3985,	529,	'_elementor_edit_mode',	'builder'),
(3986,	529,	'_elementor_template_type',	'wp-page'),
(3987,	529,	'_elementor_version',	'3.11.2'),
(3988,	529,	'_elementor_pro_version',	'3.11.3'),
(3989,	529,	'_wp_page_template',	'elementor_theme'),
(3990,	529,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(3991,	529,	'_elementor_page_assets',	'a:0:{}'),
(3992,	529,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(3995,	530,	'_elementor_edit_mode',	'builder'),
(3996,	530,	'_elementor_template_type',	'loop-item'),
(3997,	530,	'_elementor_version',	'3.11.2'),
(3998,	530,	'_elementor_pro_version',	'3.11.3'),
(3999,	530,	'_elementor_source',	'post'),
(4000,	530,	'_wp_page_template',	'default'),
(4001,	530,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\",\"align\":\"center\",\"height\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A15%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}]'),
(4002,	530,	'_elementor_page_assets',	'a:0:{}'),
(4004,	531,	'_elementor_edit_mode',	'builder'),
(4005,	531,	'_elementor_template_type',	'loop-item'),
(4006,	531,	'_elementor_version',	'3.11.2'),
(4007,	531,	'_elementor_pro_version',	'3.11.3'),
(4008,	531,	'_elementor_source',	'post'),
(4009,	531,	'_wp_page_template',	'default'),
(4010,	531,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"min_height\":{\"unit\":\"px\",\"size\":625,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-start\"},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\",\"align\":\"center\",\"height\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A15%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}]'),
(4011,	531,	'_elementor_page_assets',	'a:0:{}'),
(4013,	532,	'_elementor_edit_mode',	'builder'),
(4014,	532,	'_elementor_template_type',	'loop-item'),
(4015,	532,	'_elementor_version',	'3.11.2'),
(4016,	532,	'_elementor_pro_version',	'3.11.3'),
(4017,	532,	'_elementor_source',	'post'),
(4018,	532,	'_wp_page_template',	'default'),
(4019,	532,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"min_height\":{\"unit\":\"px\",\"size\":625,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-start\"},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\",\"align\":\"center\",\"height\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A15%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}]'),
(4020,	532,	'_elementor_page_assets',	'a:0:{}'),
(4024,	533,	'_elementor_edit_mode',	'builder'),
(4025,	533,	'_elementor_template_type',	'wp-page'),
(4026,	533,	'_elementor_version',	'3.11.2'),
(4027,	533,	'_elementor_pro_version',	'3.11.3'),
(4028,	533,	'_wp_page_template',	'elementor_theme'),
(4029,	533,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4030,	533,	'_elementor_page_assets',	'a:0:{}'),
(4031,	533,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4033,	534,	'_elementor_edit_mode',	'builder'),
(4034,	534,	'_elementor_template_type',	'wp-page'),
(4035,	534,	'_elementor_version',	'3.11.2'),
(4036,	534,	'_elementor_pro_version',	'3.11.3'),
(4037,	534,	'_wp_page_template',	'elementor_theme'),
(4038,	534,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4039,	534,	'_elementor_page_assets',	'a:0:{}'),
(4040,	534,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4042,	535,	'_elementor_edit_mode',	'builder'),
(4043,	535,	'_elementor_template_type',	'wp-page'),
(4044,	535,	'_elementor_version',	'3.11.2'),
(4045,	535,	'_elementor_pro_version',	'3.11.3'),
(4046,	535,	'_wp_page_template',	'elementor_theme'),
(4047,	535,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":1,\"columns\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"},{\"id\":\"8bcdd7a\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":2,\"columns\":2,\"post_query_offset\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4048,	535,	'_elementor_page_assets',	'a:0:{}'),
(4049,	535,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4052,	536,	'_elementor_edit_mode',	'builder'),
(4053,	536,	'_elementor_template_type',	'loop-item'),
(4054,	536,	'_elementor_version',	'3.11.2'),
(4055,	536,	'_elementor_pro_version',	'3.11.3'),
(4056,	536,	'_elementor_source',	'post'),
(4057,	536,	'_wp_page_template',	'default'),
(4058,	536,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"min_height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-start\"},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\",\"align\":\"center\",\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A15%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}]'),
(4059,	536,	'_elementor_page_assets',	'a:0:{}'),
(4062,	537,	'_elementor_edit_mode',	'builder'),
(4063,	537,	'_elementor_template_type',	'wp-page'),
(4064,	537,	'_elementor_version',	'3.11.2'),
(4065,	537,	'_elementor_pro_version',	'3.11.3'),
(4066,	537,	'_wp_page_template',	'elementor_theme'),
(4067,	537,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":1,\"columns\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"},{\"id\":\"8bcdd7a\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":2,\"columns\":2,\"post_query_offset\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4068,	537,	'_elementor_page_assets',	'a:0:{}'),
(4069,	537,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4071,	538,	'_elementor_edit_mode',	'builder'),
(4072,	538,	'_elementor_template_type',	'wp-page'),
(4073,	538,	'_elementor_version',	'3.11.2'),
(4074,	538,	'_elementor_pro_version',	'3.11.3'),
(4075,	538,	'_wp_page_template',	'elementor_theme'),
(4076,	538,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":1,\"columns\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"},{\"id\":\"8bcdd7a\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":2,\"columns\":2,\"post_query_offset\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4077,	538,	'_elementor_page_assets',	'a:0:{}'),
(4078,	538,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4080,	539,	'_elementor_edit_mode',	'builder'),
(4081,	539,	'_elementor_template_type',	'wp-page'),
(4082,	539,	'_elementor_version',	'3.11.2'),
(4083,	539,	'_elementor_pro_version',	'3.11.3'),
(4084,	539,	'_wp_page_template',	'elementor_theme'),
(4085,	539,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":1,\"columns\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"},{\"id\":\"8bcdd7a\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":2,\"columns\":2,\"post_query_offset\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4086,	539,	'_elementor_page_assets',	'a:0:{}'),
(4087,	539,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4090,	540,	'_elementor_edit_mode',	'builder'),
(4091,	540,	'_elementor_template_type',	'loop-item'),
(4092,	540,	'_elementor_version',	'3.11.2'),
(4093,	540,	'_elementor_pro_version',	'3.11.3'),
(4094,	540,	'_elementor_source',	'post'),
(4095,	540,	'_wp_page_template',	'default'),
(4096,	540,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"min_height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-start\"},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\",\"align\":\"center\",\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A20%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}]'),
(4097,	540,	'_elementor_page_assets',	'a:0:{}'),
(4101,	541,	'_elementor_edit_mode',	'builder'),
(4102,	541,	'_elementor_template_type',	'wp-page'),
(4103,	541,	'_elementor_version',	'3.11.2'),
(4104,	541,	'_elementor_pro_version',	'3.11.3'),
(4105,	541,	'_wp_page_template',	'elementor_theme'),
(4106,	541,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":1,\"columns\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"},{\"id\":\"8bcdd7a\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":2,\"columns\":2,\"post_query_offset\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4107,	541,	'_elementor_page_assets',	'a:0:{}'),
(4108,	541,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4110,	542,	'_elementor_edit_mode',	'builder'),
(4111,	542,	'_elementor_template_type',	'wp-page'),
(4112,	542,	'_elementor_version',	'3.11.2'),
(4113,	542,	'_elementor_pro_version',	'3.11.3'),
(4114,	542,	'_wp_page_template',	'elementor_theme'),
(4115,	542,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":1,\"columns\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"},{\"id\":\"8bcdd7a\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":2,\"columns\":2,\"post_query_offset\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4116,	542,	'_elementor_page_assets',	'a:0:{}'),
(4117,	542,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4119,	543,	'_elementor_edit_mode',	'builder'),
(4120,	543,	'_elementor_template_type',	'wp-page'),
(4121,	543,	'_elementor_version',	'3.11.2'),
(4122,	543,	'_elementor_pro_version',	'3.11.3'),
(4123,	543,	'_wp_page_template',	'elementor_theme'),
(4124,	543,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":1,\"columns\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"},{\"id\":\"8bcdd7a\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":2,\"columns\":2,\"post_query_offset\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4125,	543,	'_elementor_page_assets',	'a:0:{}'),
(4126,	543,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4129,	544,	'_elementor_edit_mode',	'builder'),
(4130,	544,	'_elementor_template_type',	'loop-item'),
(4131,	544,	'_elementor_version',	'3.11.2'),
(4132,	544,	'_elementor_pro_version',	'3.11.3'),
(4133,	544,	'_elementor_source',	'post'),
(4134,	544,	'_wp_page_template',	'default'),
(4135,	544,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"min_height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-start\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\",\"align\":\"center\",\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A20%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}]'),
(4136,	544,	'_elementor_page_assets',	'a:0:{}'),
(4139,	545,	'_elementor_edit_mode',	'builder'),
(4140,	545,	'_elementor_template_type',	'wp-page'),
(4141,	545,	'_elementor_version',	'3.11.2'),
(4142,	545,	'_elementor_pro_version',	'3.11.3'),
(4143,	545,	'_wp_page_template',	'elementor_theme'),
(4144,	545,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":1,\"columns\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"},{\"id\":\"8bcdd7a\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":2,\"columns\":2,\"post_query_offset\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4145,	545,	'_elementor_page_assets',	'a:0:{}'),
(4146,	545,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4148,	546,	'_elementor_edit_mode',	'builder'),
(4149,	546,	'_elementor_template_type',	'wp-page'),
(4150,	546,	'_elementor_version',	'3.11.2'),
(4151,	546,	'_elementor_pro_version',	'3.11.3'),
(4152,	546,	'_wp_page_template',	'elementor_theme'),
(4153,	546,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":1,\"columns\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"},{\"id\":\"8bcdd7a\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":2,\"columns\":2,\"post_query_offset\":1,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4154,	546,	'_elementor_page_assets',	'a:0:{}'),
(4155,	546,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4157,	547,	'_elementor_edit_mode',	'builder'),
(4158,	547,	'_elementor_template_type',	'wp-page'),
(4159,	547,	'_elementor_version',	'3.11.2'),
(4160,	547,	'_elementor_pro_version',	'3.11.3'),
(4161,	547,	'_wp_page_template',	'elementor_theme'),
(4162,	547,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4163,	547,	'_elementor_page_assets',	'a:0:{}'),
(4164,	547,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4166,	548,	'_elementor_edit_mode',	'builder'),
(4167,	548,	'_elementor_template_type',	'wp-page'),
(4168,	548,	'_elementor_version',	'3.11.2'),
(4169,	548,	'_elementor_pro_version',	'3.11.3'),
(4170,	548,	'_wp_page_template',	'elementor_theme'),
(4171,	548,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4172,	548,	'_elementor_page_assets',	'a:0:{}'),
(4173,	548,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4175,	549,	'_elementor_edit_mode',	'builder'),
(4176,	549,	'_elementor_template_type',	'wp-page'),
(4177,	549,	'_elementor_version',	'3.11.2'),
(4178,	549,	'_elementor_pro_version',	'3.11.3'),
(4179,	549,	'_wp_page_template',	'elementor_theme'),
(4180,	549,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4181,	549,	'_elementor_page_assets',	'a:0:{}'),
(4182,	549,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4184,	550,	'_elementor_edit_mode',	'builder'),
(4185,	550,	'_elementor_template_type',	'wp-page'),
(4186,	550,	'_elementor_version',	'3.11.2'),
(4187,	550,	'_elementor_pro_version',	'3.11.3'),
(4188,	550,	'_wp_page_template',	'elementor_theme'),
(4189,	550,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4190,	550,	'_elementor_page_assets',	'a:0:{}'),
(4191,	550,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4195,	551,	'_elementor_edit_mode',	'builder'),
(4196,	551,	'_elementor_template_type',	'archive'),
(4197,	551,	'_elementor_version',	'3.11.2'),
(4198,	551,	'_elementor_pro_version',	'3.11.3'),
(4199,	551,	'_wp_page_template',	'default'),
(4200,	551,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(4201,	551,	'_elementor_data',	'[{\"id\":\"f2df065\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"514e79e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d8a520f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"b4090a7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f879192\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c114111\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0f60da6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ef294e4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"45846d4\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":10,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"pagination_type\":\"load_more_on_click\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4202,	551,	'_elementor_page_assets',	'a:0:{}'),
(4203,	551,	'_elementor_conditions',	'a:1:{i:0;s:28:\"include/archive/post_archive\";}'),
(4205,	551,	'_elementor_screenshot_failed',	'2023-02-27 17:18:08'),
(4232,	553,	'_elementor_edit_mode',	'builder'),
(4233,	553,	'_elementor_template_type',	'footer'),
(4234,	553,	'_elementor_version',	'3.11.2'),
(4235,	553,	'_elementor_pro_version',	'3.11.3'),
(4236,	553,	'_wp_page_template',	'default'),
(4237,	553,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}]},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"e87ce25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Got a project in mind? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"\\/contact-us\\/\\\"><span style=\\\"text-decoration: underline;\\\">Contact us<\\/span><\\/a><\\/span>. You\'re only a stranger once!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"70\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa5398d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"05f3248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0685fd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"52097f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(4238,	553,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(4239,	553,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(4240,	553,	'_elementor_screenshot',	'a:2:{s:2:\"id\";i:450;s:3:\"url\";s:131:\"https://www.scriptin.me/fweb/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_95_2023-02-27-16-17-44_1f50b14c.png\";}'),
(4242,	554,	'_elementor_edit_mode',	'builder'),
(4243,	554,	'_elementor_template_type',	'wp-page'),
(4244,	554,	'_elementor_version',	'3.11.2'),
(4245,	554,	'_elementor_pro_version',	'3.11.3'),
(4246,	554,	'_wp_page_template',	'elementor_theme'),
(4247,	554,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4248,	554,	'_elementor_page_assets',	'a:0:{}'),
(4249,	554,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4251,	555,	'_elementor_edit_mode',	'builder'),
(4252,	555,	'_elementor_template_type',	'wp-page'),
(4253,	555,	'_elementor_version',	'3.11.2'),
(4254,	555,	'_elementor_pro_version',	'3.11.3'),
(4255,	555,	'_wp_page_template',	'elementor_theme'),
(4256,	555,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4257,	555,	'_elementor_page_assets',	'a:0:{}'),
(4258,	555,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4260,	556,	'_elementor_edit_mode',	'builder'),
(4261,	556,	'_elementor_template_type',	'wp-page'),
(4262,	556,	'_elementor_version',	'3.11.2'),
(4263,	556,	'_elementor_pro_version',	'3.11.3'),
(4264,	556,	'_wp_page_template',	'elementor_theme'),
(4265,	556,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4266,	556,	'_elementor_page_assets',	'a:0:{}'),
(4267,	556,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4274,	411,	'theplus_transient_widgets',	'a:0:{}'),
(4276,	26,	'theplus_transient_widgets',	'a:0:{}'),
(4285,	558,	'_elementor_edit_mode',	'builder'),
(4286,	558,	'_elementor_template_type',	'wp-page'),
(4287,	558,	'_elementor_version',	'3.11.2'),
(4288,	558,	'_elementor_pro_version',	'3.11.3'),
(4289,	558,	'_wp_page_template',	'elementor_theme'),
(4290,	558,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}],\"min_height\":{\"unit\":\"px\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4291,	558,	'_elementor_page_assets',	'a:0:{}'),
(4293,	559,	'_elementor_edit_mode',	'builder'),
(4294,	559,	'_elementor_template_type',	'wp-page'),
(4295,	559,	'_elementor_version',	'3.11.2'),
(4296,	559,	'_elementor_pro_version',	'3.11.3'),
(4297,	559,	'_wp_page_template',	'elementor_theme');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4298,	559,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}],\"min_height\":{\"unit\":\"px\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4299,	559,	'_elementor_page_assets',	'a:0:{}'),
(4301,	560,	'_elementor_edit_mode',	'builder'),
(4302,	560,	'_elementor_template_type',	'wp-page'),
(4303,	560,	'_elementor_version',	'3.11.2'),
(4304,	560,	'_elementor_pro_version',	'3.11.3'),
(4305,	560,	'_wp_page_template',	'elementor_header_footer'),
(4306,	560,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}],\"min_height\":{\"unit\":\"px\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4307,	560,	'_elementor_page_assets',	'a:0:{}'),
(4309,	561,	'_elementor_edit_mode',	'builder'),
(4310,	561,	'_elementor_template_type',	'wp-page'),
(4311,	561,	'_elementor_version',	'3.11.2'),
(4312,	561,	'_elementor_pro_version',	'3.11.3'),
(4313,	561,	'_wp_page_template',	'elementor_header_footer'),
(4314,	561,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}],\"min_height\":{\"unit\":\"px\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4315,	561,	'_elementor_page_assets',	'a:0:{}'),
(4317,	562,	'_elementor_edit_mode',	'builder'),
(4318,	562,	'_elementor_template_type',	'wp-page'),
(4319,	562,	'_elementor_version',	'3.11.2'),
(4320,	562,	'_elementor_pro_version',	'3.11.3'),
(4321,	562,	'_wp_page_template',	'elementor_header_footer'),
(4322,	562,	'_elementor_data',	'[{\"id\":\"e64c52f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0f45ba5\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a5eaec9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fe29cea\"}],\"min_height\":{\"unit\":\"px\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4323,	562,	'_elementor_page_assets',	'a:0:{}'),
(4325,	563,	'_elementor_edit_mode',	'builder'),
(4326,	563,	'_elementor_template_type',	'wp-page'),
(4327,	563,	'_elementor_version',	'3.11.2'),
(4328,	563,	'_elementor_pro_version',	'3.11.3'),
(4329,	563,	'_wp_page_template',	'elementor_header_footer'),
(4330,	563,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4331,	563,	'_elementor_page_assets',	'a:0:{}'),
(4342,	565,	'_elementor_edit_mode',	'builder'),
(4343,	565,	'_elementor_template_type',	'wp-page'),
(4344,	565,	'_elementor_version',	'3.11.2'),
(4345,	565,	'_elementor_pro_version',	'3.11.3'),
(4346,	565,	'_wp_page_template',	'elementor_theme'),
(4347,	565,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4348,	565,	'_elementor_page_assets',	'a:0:{}'),
(4349,	565,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4351,	566,	'_elementor_edit_mode',	'builder'),
(4352,	566,	'_elementor_template_type',	'wp-page'),
(4353,	566,	'_elementor_version',	'3.11.2'),
(4354,	566,	'_elementor_pro_version',	'3.11.3'),
(4355,	566,	'_wp_page_template',	'elementor_theme'),
(4356,	566,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4357,	566,	'_elementor_page_assets',	'a:0:{}'),
(4358,	566,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4360,	567,	'_elementor_edit_mode',	'builder'),
(4361,	567,	'_elementor_template_type',	'wp-page'),
(4362,	567,	'_elementor_version',	'3.11.2'),
(4363,	567,	'_elementor_pro_version',	'3.11.3'),
(4364,	567,	'_wp_page_template',	'elementor_header_footer'),
(4365,	567,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4366,	567,	'_elementor_page_assets',	'a:0:{}'),
(4367,	567,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(4371,	42,	'theplus_transient_widgets',	'a:0:{}'),
(4372,	568,	'_elementor_edit_mode',	'builder'),
(4373,	568,	'_elementor_template_type',	'wp-page'),
(4374,	568,	'_elementor_version',	'3.11.2'),
(4375,	568,	'_elementor_pro_version',	'3.11.3'),
(4376,	568,	'_wp_page_template',	'elementor_theme'),
(4377,	568,	'_elementor_data',	'[{\"id\":\"7f42a5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4229de7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"00cfc67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4b92761\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4378,	568,	'_elementor_page_assets',	'a:0:{}'),
(4380,	569,	'_elementor_edit_mode',	'builder'),
(4381,	569,	'_elementor_template_type',	'wp-page'),
(4382,	569,	'_elementor_version',	'3.11.2'),
(4383,	569,	'_elementor_pro_version',	'3.11.3'),
(4384,	569,	'_wp_page_template',	'elementor_theme'),
(4385,	569,	'_elementor_data',	'[{\"id\":\"7f42a5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4229de7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"00cfc67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4b92761\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4386,	569,	'_elementor_page_assets',	'a:0:{}'),
(4388,	570,	'_elementor_edit_mode',	'builder'),
(4389,	570,	'_elementor_template_type',	'wp-page'),
(4390,	570,	'_elementor_version',	'3.11.2'),
(4391,	570,	'_elementor_pro_version',	'3.11.3'),
(4392,	570,	'_wp_page_template',	'elementor_theme'),
(4393,	570,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4394,	570,	'_elementor_page_assets',	'a:0:{}'),
(4397,	571,	'_elementor_edit_mode',	'builder'),
(4398,	571,	'_elementor_template_type',	'wp-page'),
(4399,	571,	'_elementor_version',	'3.11.2'),
(4400,	571,	'_elementor_pro_version',	'3.11.3'),
(4401,	571,	'_wp_page_template',	'elementor_theme'),
(4402,	571,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4403,	571,	'_elementor_page_assets',	'a:0:{}'),
(4405,	572,	'_elementor_edit_mode',	'builder'),
(4406,	572,	'_elementor_template_type',	'wp-page'),
(4407,	572,	'_elementor_version',	'3.11.2'),
(4408,	572,	'_elementor_pro_version',	'3.11.3'),
(4409,	572,	'_wp_page_template',	'elementor_theme'),
(4410,	572,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4411,	572,	'_elementor_page_assets',	'a:0:{}'),
(4413,	573,	'_elementor_edit_mode',	'builder'),
(4414,	573,	'_elementor_template_type',	'wp-page'),
(4415,	573,	'_elementor_version',	'3.11.2'),
(4416,	573,	'_elementor_pro_version',	'3.11.3'),
(4417,	573,	'_wp_page_template',	'elementor_theme'),
(4418,	573,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4419,	573,	'_elementor_page_assets',	'a:0:{}'),
(4422,	574,	'_elementor_edit_mode',	'builder'),
(4423,	574,	'_elementor_template_type',	'archive'),
(4424,	574,	'_elementor_version',	'3.11.2'),
(4425,	574,	'_elementor_pro_version',	'3.11.3'),
(4426,	574,	'_wp_page_template',	'default'),
(4427,	574,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(4428,	574,	'_elementor_data',	'[{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02e57eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"1dd9efe\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_box_border_color\":\"#000000\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#FF7C1C\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_color\":\"#FF7C1C\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n.faction-posts article .elementor-post__thumbnail ,.faction-posts article .elementor-post__text{\\nmargin:0px 26px;\\n}\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\\n.faction-posts article:nth-child(2) .elementor-post__text .elementor-post__title a {\\n    color: var(--e-global-color-6f91da7)!important;\\n    \\n}\\n.faction-posts article:nth-child(3) .elementor-post__text .elementor-post__title a {\\n    color:  var(--e-global-color-accent)!important;\\n    \\n}\\n.faction-posts article:first-child .elementor-post__text .elementor-post__title a {\\n    color:var(--e-global-color-secondary)!important;\\n    \\n}\\n   \\n    \",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"globals\\/colors?id=accent\",\"classic_read_more_color\":\"globals\\/colors?id=accent\",\"classic_box_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4429,	574,	'_elementor_page_assets',	'a:0:{}'),
(4430,	574,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}'),
(4431,	574,	'_elementor_screenshot',	'a:2:{s:2:\"id\";i:455;s:3:\"url\";s:132:\"https://www.scriptin.me/fweb/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_252_2023-02-27-16-23-10_2428e695.png\";}'),
(4435,	576,	'_elementor_edit_mode',	'builder'),
(4436,	576,	'_elementor_template_type',	'wp-page'),
(4437,	576,	'_elementor_version',	'3.11.2'),
(4438,	576,	'_elementor_pro_version',	'3.11.3'),
(4439,	576,	'_wp_page_template',	'elementor_theme'),
(4440,	576,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4441,	576,	'_elementor_page_assets',	'a:0:{}'),
(4443,	577,	'_elementor_edit_mode',	'builder'),
(4444,	577,	'_elementor_template_type',	'wp-page'),
(4445,	577,	'_elementor_version',	'3.11.2'),
(4446,	577,	'_elementor_pro_version',	'3.11.3'),
(4447,	577,	'_wp_page_template',	'elementor_theme'),
(4448,	577,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4449,	577,	'_elementor_page_assets',	'a:0:{}'),
(4451,	578,	'_elementor_edit_mode',	'builder'),
(4452,	578,	'_elementor_template_type',	'wp-page'),
(4453,	578,	'_elementor_version',	'3.11.2'),
(4454,	578,	'_elementor_pro_version',	'3.11.3'),
(4455,	578,	'_wp_page_template',	'elementor_theme'),
(4456,	578,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4457,	578,	'_elementor_page_assets',	'a:0:{}'),
(4459,	579,	'_elementor_edit_mode',	'builder'),
(4460,	579,	'_elementor_template_type',	'wp-page'),
(4461,	579,	'_elementor_version',	'3.11.2'),
(4462,	579,	'_elementor_pro_version',	'3.11.3'),
(4463,	579,	'_wp_page_template',	'elementor_theme'),
(4464,	579,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4465,	579,	'_elementor_page_assets',	'a:0:{}'),
(4467,	580,	'_elementor_edit_mode',	'builder'),
(4468,	580,	'_elementor_template_type',	'wp-page'),
(4469,	580,	'_elementor_version',	'3.11.2'),
(4470,	580,	'_elementor_pro_version',	'3.11.3'),
(4471,	580,	'_wp_page_template',	'elementor_theme'),
(4472,	580,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4473,	580,	'_elementor_page_assets',	'a:0:{}'),
(4475,	581,	'_elementor_edit_mode',	'builder'),
(4476,	581,	'_elementor_template_type',	'wp-page'),
(4477,	581,	'_elementor_version',	'3.11.2'),
(4478,	581,	'_elementor_pro_version',	'3.11.3'),
(4479,	581,	'_wp_page_template',	'elementor_theme'),
(4480,	581,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4481,	581,	'_elementor_page_assets',	'a:0:{}'),
(4483,	582,	'_elementor_edit_mode',	'builder'),
(4484,	582,	'_elementor_template_type',	'wp-page'),
(4485,	582,	'_elementor_version',	'3.11.2'),
(4486,	582,	'_elementor_pro_version',	'3.11.3'),
(4487,	582,	'_wp_page_template',	'elementor_theme'),
(4488,	582,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4489,	582,	'_elementor_page_assets',	'a:0:{}'),
(4491,	583,	'_elementor_edit_mode',	'builder'),
(4492,	583,	'_elementor_template_type',	'wp-page'),
(4493,	583,	'_elementor_version',	'3.11.2'),
(4494,	583,	'_elementor_pro_version',	'3.11.3'),
(4495,	583,	'_wp_page_template',	'elementor_theme'),
(4496,	583,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4497,	583,	'_elementor_page_assets',	'a:0:{}'),
(4499,	584,	'_elementor_edit_mode',	'builder'),
(4500,	584,	'_elementor_template_type',	'wp-page'),
(4501,	584,	'_elementor_version',	'3.11.2'),
(4502,	584,	'_elementor_pro_version',	'3.11.3'),
(4503,	584,	'_wp_page_template',	'elementor_theme'),
(4504,	584,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4505,	584,	'_elementor_page_assets',	'a:0:{}'),
(4507,	585,	'_elementor_edit_mode',	'builder'),
(4508,	585,	'_elementor_template_type',	'wp-page'),
(4509,	585,	'_elementor_version',	'3.11.2'),
(4510,	585,	'_elementor_pro_version',	'3.11.3'),
(4511,	585,	'_wp_page_template',	'elementor_theme'),
(4512,	585,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4513,	585,	'_elementor_page_assets',	'a:0:{}'),
(4515,	586,	'_elementor_edit_mode',	'builder'),
(4516,	586,	'_elementor_template_type',	'wp-page'),
(4517,	586,	'_elementor_version',	'3.11.2'),
(4518,	586,	'_elementor_pro_version',	'3.11.3'),
(4519,	586,	'_wp_page_template',	'elementor_theme'),
(4520,	586,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4521,	586,	'_elementor_page_assets',	'a:0:{}'),
(4523,	587,	'_elementor_edit_mode',	'builder'),
(4524,	587,	'_elementor_template_type',	'wp-page'),
(4525,	587,	'_elementor_version',	'3.11.2'),
(4526,	587,	'_elementor_pro_version',	'3.11.3'),
(4527,	587,	'_wp_page_template',	'elementor_theme'),
(4528,	587,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4529,	587,	'_elementor_page_assets',	'a:0:{}'),
(4531,	588,	'_elementor_edit_mode',	'builder'),
(4532,	588,	'_elementor_template_type',	'wp-page'),
(4533,	588,	'_elementor_version',	'3.11.2'),
(4534,	588,	'_elementor_pro_version',	'3.11.3'),
(4535,	588,	'_wp_page_template',	'elementor_theme'),
(4536,	588,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4537,	588,	'_elementor_page_assets',	'a:0:{}'),
(4539,	589,	'_elementor_edit_mode',	'builder'),
(4540,	589,	'_elementor_template_type',	'wp-page'),
(4541,	589,	'_elementor_version',	'3.11.2'),
(4542,	589,	'_elementor_pro_version',	'3.11.3'),
(4543,	589,	'_wp_page_template',	'elementor_theme'),
(4544,	589,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4545,	589,	'_elementor_page_assets',	'a:0:{}'),
(4547,	590,	'_elementor_edit_mode',	'builder'),
(4548,	590,	'_elementor_template_type',	'wp-page'),
(4549,	590,	'_elementor_version',	'3.11.2'),
(4550,	590,	'_elementor_pro_version',	'3.11.3'),
(4551,	590,	'_wp_page_template',	'elementor_theme'),
(4552,	590,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4553,	590,	'_elementor_page_assets',	'a:0:{}'),
(4555,	591,	'_elementor_edit_mode',	'builder'),
(4556,	591,	'_elementor_template_type',	'wp-page'),
(4557,	591,	'_elementor_version',	'3.11.2'),
(4558,	591,	'_elementor_pro_version',	'3.11.3'),
(4559,	591,	'_wp_page_template',	'elementor_theme'),
(4560,	591,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4561,	591,	'_elementor_page_assets',	'a:0:{}'),
(4563,	592,	'_elementor_edit_mode',	'builder'),
(4564,	592,	'_elementor_template_type',	'wp-page'),
(4565,	592,	'_elementor_version',	'3.11.2'),
(4566,	592,	'_elementor_pro_version',	'3.11.3'),
(4567,	592,	'_wp_page_template',	'elementor_theme'),
(4568,	592,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4569,	592,	'_elementor_page_assets',	'a:0:{}'),
(4571,	593,	'_elementor_edit_mode',	'builder'),
(4572,	593,	'_elementor_template_type',	'wp-page'),
(4573,	593,	'_elementor_version',	'3.11.2'),
(4574,	593,	'_elementor_pro_version',	'3.11.3'),
(4575,	593,	'_wp_page_template',	'elementor_theme'),
(4576,	593,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4577,	593,	'_elementor_page_assets',	'a:0:{}'),
(4579,	594,	'_elementor_edit_mode',	'builder'),
(4580,	594,	'_elementor_template_type',	'wp-page'),
(4581,	594,	'_elementor_version',	'3.11.2'),
(4582,	594,	'_elementor_pro_version',	'3.11.3'),
(4583,	594,	'_wp_page_template',	'elementor_theme'),
(4584,	594,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4585,	594,	'_elementor_page_assets',	'a:0:{}'),
(4587,	595,	'_elementor_edit_mode',	'builder'),
(4588,	595,	'_elementor_template_type',	'wp-page'),
(4589,	595,	'_elementor_version',	'3.11.2'),
(4590,	595,	'_elementor_pro_version',	'3.11.3'),
(4591,	595,	'_wp_page_template',	'elementor_theme'),
(4592,	595,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4593,	595,	'_elementor_page_assets',	'a:0:{}'),
(4595,	596,	'_elementor_edit_mode',	'builder'),
(4596,	596,	'_elementor_template_type',	'wp-page'),
(4597,	596,	'_elementor_version',	'3.11.2'),
(4598,	596,	'_elementor_pro_version',	'3.11.3'),
(4599,	596,	'_wp_page_template',	'elementor_theme'),
(4600,	596,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe in the power of connection; between people and brand.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4601,	596,	'_elementor_page_assets',	'a:0:{}'),
(4603,	597,	'_elementor_edit_mode',	'builder'),
(4604,	597,	'_elementor_template_type',	'wp-page'),
(4605,	597,	'_elementor_version',	'3.11.2'),
(4606,	597,	'_elementor_pro_version',	'3.11.3'),
(4607,	597,	'_wp_page_template',	'elementor_theme'),
(4608,	597,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe in the power of connection; between people and brand.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4609,	597,	'_elementor_page_assets',	'a:0:{}'),
(4611,	598,	'_elementor_edit_mode',	'builder'),
(4612,	598,	'_elementor_template_type',	'wp-page'),
(4613,	598,	'_elementor_version',	'3.11.2'),
(4614,	598,	'_elementor_pro_version',	'3.11.3'),
(4615,	598,	'_wp_page_template',	'elementor_theme'),
(4616,	598,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe in the power of connection; between people and brand.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4617,	598,	'_elementor_page_assets',	'a:0:{}'),
(4619,	599,	'_elementor_edit_mode',	'builder'),
(4620,	599,	'_elementor_template_type',	'wp-page'),
(4621,	599,	'_elementor_version',	'3.11.2'),
(4622,	599,	'_elementor_pro_version',	'3.11.3'),
(4623,	599,	'_wp_page_template',	'elementor_theme'),
(4624,	599,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe in the power of connection; between people and brand.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4625,	599,	'_elementor_page_assets',	'a:0:{}'),
(4627,	600,	'_elementor_edit_mode',	'builder'),
(4628,	600,	'_elementor_template_type',	'wp-page'),
(4629,	600,	'_elementor_version',	'3.11.2'),
(4630,	600,	'_elementor_pro_version',	'3.11.3'),
(4631,	600,	'_wp_page_template',	'elementor_theme'),
(4632,	600,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe in the power of connection; between people and brand.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4633,	600,	'_elementor_page_assets',	'a:0:{}'),
(4635,	601,	'_elementor_edit_mode',	'builder'),
(4636,	601,	'_elementor_template_type',	'wp-page'),
(4637,	601,	'_elementor_version',	'3.11.2'),
(4638,	601,	'_elementor_pro_version',	'3.11.3'),
(4639,	601,	'_wp_page_template',	'elementor_theme'),
(4640,	601,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe in the power of connection; between people and brand.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4641,	601,	'_elementor_page_assets',	'a:0:{}'),
(4643,	602,	'_elementor_edit_mode',	'builder'),
(4644,	602,	'_elementor_template_type',	'wp-page'),
(4645,	602,	'_elementor_version',	'3.11.2'),
(4646,	602,	'_elementor_pro_version',	'3.11.3'),
(4647,	602,	'_wp_page_template',	'elementor_theme'),
(4648,	602,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe in the power of connection; between people and brand.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4649,	602,	'_elementor_page_assets',	'a:0:{}'),
(4651,	603,	'_elementor_edit_mode',	'builder'),
(4652,	603,	'_elementor_template_type',	'wp-page'),
(4653,	603,	'_elementor_version',	'3.11.2'),
(4654,	603,	'_elementor_pro_version',	'3.11.3'),
(4655,	603,	'_wp_page_template',	'elementor_theme'),
(4656,	603,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe in the power of connection; between people and brand.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4657,	603,	'_elementor_page_assets',	'a:0:{}'),
(4659,	604,	'_elementor_edit_mode',	'builder'),
(4660,	604,	'_elementor_template_type',	'wp-page'),
(4661,	604,	'_elementor_version',	'3.11.2'),
(4662,	604,	'_elementor_pro_version',	'3.11.3'),
(4663,	604,	'_wp_page_template',	'elementor_theme'),
(4664,	604,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe in the power of connection; between people and brand.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4665,	604,	'_elementor_page_assets',	'a:0:{}'),
(4667,	605,	'_elementor_edit_mode',	'builder'),
(4668,	605,	'_elementor_template_type',	'wp-page'),
(4669,	605,	'_elementor_version',	'3.11.2'),
(4670,	605,	'_elementor_pro_version',	'3.11.3'),
(4671,	605,	'_wp_page_template',	'elementor_theme'),
(4672,	605,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4673,	605,	'_elementor_page_assets',	'a:0:{}'),
(4680,	25,	'dce_widgets',	'a:16:{s:15:\"theme-site-logo\";a:3:{s:7:\"5f7660d\";i:1;s:7:\"faf007b\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:2:{s:7:\"ecfc110\";i:1;s:7:\"67ad2ad\";i:1;}s:17:\"animated-headline\";a:2:{s:7:\"7bfefe8\";i:1;s:7:\"38b5f2b\";i:1;}s:7:\"heading\";a:9:{s:7:\"55dad49\";i:1;s:7:\"3b891bb\";i:1;i:3769765;i:1;s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:9:\"loop-grid\";a:2:{s:7:\"298e744\";i:1;s:7:\"eb92275\";i:1;}s:14:\"call-to-action\";a:1:{s:7:\"ec15b0a\";i:4;}s:11:\"text-editor\";a:6:{s:7:\"2caaf31\";i:1;s:7:\"00a5ce2\";i:1;i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"a71e490\";i:1;s:7:\"62e1263\";i:1;}s:8:\"icon-box\";a:3:{s:7:\"23bf273\";i:1;s:7:\"97aa3e3\";i:1;s:7:\"95e7866\";i:1;}s:25:\"theme-post-featured-image\";a:1:{s:7:\"9593d23\";i:3;}s:9:\"post-info\";a:2:{s:7:\"47c4deb\";i:3;s:7:\"844a4ec\";i:3;}s:16:\"theme-post-title\";a:1:{s:7:\"42f723d\";i:3;}s:18:\"theme-post-excerpt\";a:1:{s:7:\"cca636a\";i:3;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4697,	26,	'dce_widgets',	'a:8:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:11:\"text-editor\";a:4:{i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"a71e490\";i:1;s:7:\"62e1263\";i:1;}s:7:\"heading\";a:6:{s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4699,	42,	'dce_widgets',	'a:8:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:11:\"text-editor\";a:4:{i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"a71e490\";i:1;s:7:\"62e1263\";i:1;}s:7:\"heading\";a:6:{s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4701,	388,	'dce_widgets',	'a:13:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:7:\"heading\";a:7:{s:7:\"f879192\";i:1;s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:11:\"text-editor\";a:5:{s:7:\"c114111\";i:1;i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"a71e490\";i:1;s:7:\"62e1263\";i:1;}s:9:\"loop-grid\";a:1:{s:7:\"45846d4\";i:1;}s:25:\"theme-post-featured-image\";a:1:{s:7:\"9593d23\";i:3;}s:9:\"post-info\";a:2:{s:7:\"47c4deb\";i:3;s:7:\"844a4ec\";i:3;}s:16:\"theme-post-title\";a:1:{s:7:\"42f723d\";i:3;}s:18:\"theme-post-excerpt\";a:1:{s:7:\"cca636a\";i:3;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4703,	252,	'dce_widgets',	'a:9:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:7:\"heading\";a:7:{s:7:\"8dd84e2\";i:1;s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:11:\"text-editor\";a:5:{s:7:\"bfb0577\";i:1;i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"a71e490\";i:1;s:7:\"62e1263\";i:1;}s:5:\"posts\";a:1:{s:7:\"1dd9efe\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4705,	267,	'dce_widgets',	'a:9:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:7:\"heading\";a:7:{s:7:\"4f0b2d6\";i:1;s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:9:\"portfolio\";a:1:{s:7:\"ab78753\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:11:\"text-editor\";a:4:{i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"a71e490\";i:1;s:7:\"62e1263\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4706,	95,	'dce_widgets',	'a:5:{s:15:\"theme-site-logo\";a:1:{s:7:\"5f7660d\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:7:\"heading\";a:2:{s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:8:\"nav-menu\";a:1:{s:7:\"4a7708b\";i:1;}s:12:\"social-icons\";a:1:{s:7:\"9c59370\";i:1;}}'),
(4707,	607,	'_elementor_edit_mode',	'builder'),
(4708,	607,	'_elementor_template_type',	'archive'),
(4709,	607,	'_elementor_version',	'3.11.2'),
(4710,	607,	'_elementor_pro_version',	'3.11.3'),
(4711,	607,	'_wp_page_template',	'default'),
(4712,	607,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(4713,	607,	'_elementor_data',	'[{\"id\":\"f2df065\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"514e79e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d8a520f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"b4090a7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f879192\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c114111\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0f60da6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ef294e4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"45846d4\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":10,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"pagination_type\":\"load_more_on_click\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4714,	607,	'_elementor_page_assets',	'a:0:{}'),
(4715,	607,	'_elementor_conditions',	'a:1:{i:0;s:28:\"include/archive/post_archive\";}'),
(4717,	608,	'_elementor_edit_mode',	'builder'),
(4718,	608,	'_elementor_template_type',	'archive'),
(4719,	608,	'_elementor_version',	'3.11.2'),
(4720,	608,	'_elementor_pro_version',	'3.11.3'),
(4721,	608,	'_wp_page_template',	'default'),
(4722,	608,	'_elementor_page_settings',	'a:3:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(4723,	608,	'_elementor_data',	'[{\"id\":\"f2df065\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"514e79e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d8a520f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"b4090a7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f879192\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c114111\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0f60da6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ef294e4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"45846d4\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":10,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"pagination_type\":\"load_more_on_click\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4724,	608,	'_elementor_page_assets',	'a:0:{}'),
(4725,	608,	'_elementor_conditions',	'a:1:{i:0;s:28:\"include/archive/post_archive\";}'),
(4729,	323,	'dce_widgets',	'a:12:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:15:\"post-navigation\";a:1:{s:7:\"0b07f8c\";i:1;}s:25:\"theme-post-featured-image\";a:1:{s:7:\"50e0d39\";i:1;}s:7:\"heading\";a:7:{s:7:\"4a8417e\";i:1;s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:9:\"post-info\";a:1:{s:7:\"d331ace\";i:1;}s:18:\"theme-post-content\";a:1:{s:7:\"a7c60a7\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:11:\"text-editor\";a:4:{i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"a71e490\";i:1;s:7:\"62e1263\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4750,	385,	'dce_widgets',	'a:9:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:7:\"heading\";a:7:{s:8:\"21d01e14\";i:1;s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:11:\"text-editor\";a:4:{s:8:\"30d079be\";i:1;i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"62e1263\";i:1;}s:5:\"posts\";a:1:{s:8:\"348cfea0\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4754,	17,	'dce_widgets',	'a:5:{s:15:\"theme-site-logo\";a:1:{s:7:\"5f7660d\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:7:\"heading\";a:2:{s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:8:\"nav-menu\";a:1:{s:7:\"4a7708b\";i:1;}s:12:\"social-icons\";a:1:{s:7:\"9c59370\";i:1;}}'),
(4757,	610,	'_elementor_edit_mode',	'builder'),
(4758,	610,	'_elementor_template_type',	'archive'),
(4759,	610,	'_elementor_version',	'3.11.2'),
(4760,	610,	'_elementor_pro_version',	'3.11.3'),
(4761,	610,	'_wp_page_template',	'default'),
(4762,	610,	'_elementor_page_settings',	'a:3:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(4763,	610,	'_elementor_data',	'[{\"id\":\"f2df065\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"514e79e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"d8a520f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"b4090a7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f879192\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#EFEBEA\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c114111\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0f60da6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ef294e4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"45846d4\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":10,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"pagination_type\":\"load_more_on_click\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4764,	610,	'_elementor_page_assets',	'a:0:{}'),
(4765,	610,	'_elementor_conditions',	'a:1:{i:0;s:28:\"include/archive/post_archive\";}'),
(4766,	388,	'_edit_last',	'1'),
(4777,	1,	'dce_widgets',	'a:13:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:15:\"post-navigation\";a:1:{s:7:\"0b07f8c\";i:1;}s:25:\"theme-post-featured-image\";a:1:{s:7:\"50e0d39\";i:1;}s:7:\"heading\";a:7:{s:7:\"4a8417e\";i:1;s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:9:\"post-info\";a:1:{s:7:\"d331ace\";i:1;}s:18:\"theme-post-content\";a:1:{s:7:\"a7c60a7\";i:1;}s:11:\"text-editor\";a:5:{s:7:\"494f8be\";i:1;s:7:\"3a2add1\";i:1;i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"62e1263\";i:1;}s:5:\"image\";a:1:{s:7:\"152d8f7\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4781,	254,	'dce_widgets',	'a:12:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:2:{s:7:\"ecfc110\";i:1;s:7:\"5d4215b\";i:1;}s:7:\"heading\";a:13:{s:8:\"3ad6b12c\";i:1;s:8:\"73eb3210\";i:1;s:6:\"1ee72c\";i:1;s:8:\"6c551e62\";i:1;s:8:\"13d265fa\";i:1;s:8:\"32c762c2\";i:1;s:8:\"66a622c7\";i:1;s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:11:\"text-editor\";a:11:{s:8:\"47c3a741\";i:1;s:8:\"1ec42600\";i:1;s:8:\"2e9fdbe0\";i:1;s:8:\"26f23d9a\";i:1;s:8:\"48e90c48\";i:1;s:8:\"5599d1c9\";i:1;s:8:\"5892ccfa\";i:1;i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"a71e490\";i:1;s:7:\"62e1263\";i:1;}s:9:\"icon-list\";a:3:{s:8:\"2753dc9c\";i:1;s:7:\"e5220a3\";i:1;i:561582;i:1;}s:8:\"icon-box\";a:4:{s:8:\"652e7d0e\";i:1;i:19620144;i:1;s:8:\"4c25b597\";i:1;s:8:\"616a9be9\";i:1;}s:7:\"divider\";a:1:{s:7:\"342e861\";i:1;}s:19:\"dce-dynamicposts-v2\";a:1:{s:7:\"1bc2493\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4783,	405,	'dce_widgets',	'a:8:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:11:\"text-editor\";a:4:{i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"a71e490\";i:1;s:7:\"62e1263\";i:1;}s:7:\"heading\";a:6:{s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4785,	256,	'dce_widgets',	'a:11:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:2:{s:7:\"ecfc110\";i:1;s:8:\"2cfbcc07\";i:1;}s:7:\"heading\";a:13:{s:8:\"7fd43451\";i:1;s:7:\"60063b5\";i:1;s:7:\"3049cbe\";i:1;s:7:\"1c64e92\";i:1;s:7:\"6a9005c\";i:1;i:49451794;i:1;s:8:\"2fd5b1e0\";i:1;s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:11:\"text-editor\";a:9:{s:8:\"7c154bfe\";i:1;s:8:\"1fca5e4d\";i:1;s:7:\"9438ccb\";i:1;s:8:\"30747daa\";i:1;s:8:\"15644e31\";i:1;i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"a71e490\";i:1;s:7:\"62e1263\";i:1;}s:9:\"icon-list\";a:3:{s:7:\"0b131ed\";i:1;s:7:\"7de8b5c\";i:1;s:7:\"683a6de\";i:1;}s:8:\"icon-box\";a:3:{s:8:\"1471e05d\";i:1;s:8:\"18d02576\";i:1;s:8:\"6fb70bfb\";i:1;}s:5:\"posts\";a:3:{s:8:\"7a675e57\";i:1;s:8:\"344bba2b\";i:1;s:7:\"f100491\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4787,	258,	'dce_widgets',	'a:11:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:2:{s:7:\"ecfc110\";i:1;s:8:\"723d98a0\";i:1;}s:7:\"heading\";a:13:{i:60771027;i:1;s:7:\"822ba5a\";i:1;s:7:\"050745d\";i:1;s:7:\"df76d02\";i:1;i:4181981;i:1;s:8:\"42f5d807\";i:1;i:66907426;i:1;s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:11:\"text-editor\";a:9:{s:8:\"13deb736\";i:1;s:8:\"714675cf\";i:1;s:7:\"806f5fd\";i:1;s:7:\"ddeb76c\";i:1;s:7:\"195b8f2\";i:1;i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"a71e490\";i:1;s:7:\"62e1263\";i:1;}s:9:\"icon-list\";a:3:{s:7:\"c650891\";i:1;s:7:\"a26971b\";i:1;s:7:\"6b4976c\";i:1;}s:8:\"icon-box\";a:3:{s:8:\"1209621a\";i:1;s:8:\"25da55b6\";i:1;s:8:\"63e77e0f\";i:1;}s:5:\"posts\";a:3:{s:8:\"4f79df0f\";i:1;s:8:\"3507e49c\";i:1;s:8:\"4854a1db\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4788,	456,	'dce_widgets',	'a:7:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:2:{s:7:\"399dbae\";i:1;s:7:\"ecfc110\";i:1;}s:11:\"text-editor\";a:4:{s:7:\"e87ce25\";i:1;i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"62e1263\";i:1;}s:7:\"heading\";a:6:{s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(4789,	224,	'dce_widgets',	'a:4:{s:14:\"call-to-action\";a:1:{s:7:\"ec15b0a\";i:1;}s:7:\"heading\";a:2:{s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:8:\"nav-menu\";a:1:{s:7:\"4a7708b\";i:1;}s:12:\"social-icons\";a:1:{s:7:\"9c59370\";i:1;}}'),
(4800,	614,	'_wp_attached_file',	'2023/03/Carnavalbrand-guide-mockup.jpg'),
(4801,	614,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:413;s:6:\"height\";i:422;s:4:\"file\";s:38:\"2023/03/Carnavalbrand-guide-mockup.jpg\";s:8:\"filesize\";i:72178;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Carnavalbrand-guide-mockup-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Carnavalbrand-guide-mockup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3533;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4802,	615,	'_wp_attached_file',	'2023/03/coasters-2.jpg'),
(4803,	615,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:413;s:6:\"height\";i:502;s:4:\"file\";s:22:\"2023/03/coasters-2.jpg\";s:8:\"filesize\";i:183332;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"coasters-2-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16345;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"coasters-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6044;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4804,	616,	'_wp_attached_file',	'2023/03/Coffee-Bag-Mockup.jpg'),
(4805,	616,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:413;s:6:\"height\";i:502;s:4:\"file\";s:29:\"2023/03/Coffee-Bag-Mockup.jpg\";s:8:\"filesize\";i:55159;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Coffee-Bag-Mockup-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5472;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Coffee-Bag-Mockup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4806,	617,	'_wp_attached_file',	'2023/03/mockup-1.jpg'),
(4807,	617,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:413;s:6:\"height\";i:422;s:4:\"file\";s:20:\"2023/03/mockup-1.jpg\";s:8:\"filesize\";i:96215;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"mockup-1-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9886;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"mockup-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3501;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4808,	618,	'_wp_attached_file',	'2023/03/phone-middle-photo.jpg'),
(4809,	618,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:769;s:6:\"height\";i:502;s:4:\"file\";s:30:\"2023/03/phone-middle-photo.jpg\";s:8:\"filesize\";i:169168;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"phone-middle-photo-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11340;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"phone-middle-photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4294;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4810,	619,	'_wp_attached_file',	'2023/03/Screenshot-2022-12-15-at-17.53.18.jpg'),
(4811,	619,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:413;s:6:\"height\";i:422;s:4:\"file\";s:45:\"2023/03/Screenshot-2022-12-15-at-17.53.18.jpg\";s:8:\"filesize\";i:44043;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2022-12-15-at-17.53.18-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9167;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2022-12-15-at-17.53.18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3776;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4812,	620,	'_wp_attached_file',	'2023/03/sign.jpg'),
(4813,	620,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:413;s:6:\"height\";i:502;s:4:\"file\";s:16:\"2023/03/sign.jpg\";s:8:\"filesize\";i:128322;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"sign-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13316;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"sign-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5350;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4814,	621,	'_wp_attached_file',	'2023/03/Test-1.jpg'),
(4815,	621,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:769;s:6:\"height\";i:502;s:4:\"file\";s:18:\"2023/03/Test-1.jpg\";s:8:\"filesize\";i:249583;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Test-1-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Test-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5329;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4816,	622,	'_wp_attached_file',	'2023/03/11.jpg'),
(4817,	622,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:769;s:6:\"height\";i:502;s:4:\"file\";s:14:\"2023/03/11.jpg\";s:8:\"filesize\";i:183488;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"11-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4183;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4818,	623,	'_thumbnail_id',	'274'),
(4819,	623,	'_elementor_edit_mode',	'builder'),
(4820,	623,	'_elementor_template_type',	'wp-post'),
(4821,	623,	'_elementor_version',	'3.11.2'),
(4822,	623,	'_elementor_pro_version',	'3.11.3'),
(4823,	623,	'_wp_page_template',	'elementor_header_footer'),
(4824,	623,	'_elementor_data',	'[{\"id\":\"766324d0\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e10dd4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"50b1203\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db6faed\"}]},\"elements\":[{\"id\":\"37ff7cc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c673f3d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"04378c3\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b0a50ee\"}]},\"elements\":[{\"id\":\"43b56ce0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4825,	623,	'_elementor_page_assets',	'a:0:{}'),
(4827,	624,	'_thumbnail_id',	'274'),
(4828,	624,	'_elementor_edit_mode',	'builder'),
(4829,	624,	'_elementor_template_type',	'wp-post'),
(4830,	624,	'_elementor_version',	'3.11.2'),
(4831,	624,	'_elementor_pro_version',	'3.11.3'),
(4832,	624,	'_wp_page_template',	'elementor_header_footer'),
(4833,	624,	'_elementor_data',	'[{\"id\":\"766324d0\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e10dd4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"50b1203\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db6faed\"}]},\"elements\":[{\"id\":\"37ff7cc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c673f3d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"04378c3\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b0a50ee\"}]},\"elements\":[{\"id\":\"43b56ce0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4834,	624,	'_elementor_page_assets',	'a:0:{}'),
(4836,	625,	'_thumbnail_id',	'274'),
(4837,	625,	'_elementor_edit_mode',	'builder'),
(4838,	625,	'_elementor_template_type',	'wp-post'),
(4839,	625,	'_elementor_version',	'3.11.2'),
(4840,	625,	'_elementor_pro_version',	'3.11.3'),
(4841,	625,	'_wp_page_template',	'elementor_header_footer'),
(4842,	625,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4843,	625,	'_elementor_page_assets',	'a:0:{}'),
(4855,	627,	'_wp_attached_file',	'2023/02/VEGAN_NOMS_JULY21-46-copy.webp'),
(4856,	627,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2023/02/VEGAN_NOMS_JULY21-46-copy.webp\";s:8:\"filesize\";i:89802;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"VEGAN_NOMS_JULY21-46-copy-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13936;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"VEGAN_NOMS_JULY21-46-copy-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"VEGAN_NOMS_JULY21-46-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8674;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"VEGAN_NOMS_JULY21-46-copy-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43178;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"VEGAN_NOMS_JULY21-46-copy-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100518;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4857,	628,	'_wp_attached_file',	'2023/02/Relive-copy.webp'),
(4858,	628,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2023/02/Relive-copy.webp\";s:8:\"filesize\";i:227182;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Relive-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11886;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Relive-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100342;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Relive-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7412;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Relive-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58716;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"Relive-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:204546;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4859,	629,	'_wp_attached_file',	'2023/02/computer-mockup-copy.webp'),
(4860,	629,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:33:\"2023/02/computer-mockup-copy.webp\";s:8:\"filesize\";i:86822;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"computer-mockup-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12014;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"computer-mockup-copy-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"computer-mockup-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"computer-mockup-copy-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36542;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"computer-mockup-copy-1536x1536.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91260;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4861,	630,	'_wp_attached_file',	'2023/02/VEGAN_NOMS_JULY21-46-copy-1.webp'),
(4862,	630,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"2023/02/VEGAN_NOMS_JULY21-46-copy-1.webp\";s:8:\"filesize\";i:89802;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"VEGAN_NOMS_JULY21-46-copy-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13936;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"VEGAN_NOMS_JULY21-46-copy-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"VEGAN_NOMS_JULY21-46-copy-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:8674;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"VEGAN_NOMS_JULY21-46-copy-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43178;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"VEGAN_NOMS_JULY21-46-copy-1-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100518;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4863,	631,	'_wp_attached_file',	'2023/02/Relive-copy-1.webp'),
(4864,	631,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2023/02/Relive-copy-1.webp\";s:8:\"filesize\";i:227182;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Relive-copy-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11886;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Relive-copy-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100342;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Relive-copy-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:7412;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Relive-copy-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58716;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"Relive-copy-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:204546;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4865,	632,	'_wp_attached_file',	'2023/02/computer-mockup-copy-1.webp'),
(4866,	632,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:35:\"2023/02/computer-mockup-copy-1.webp\";s:8:\"filesize\";i:86822;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"computer-mockup-copy-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12014;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"computer-mockup-copy-1-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"computer-mockup-copy-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:6472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"computer-mockup-copy-1-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36542;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"computer-mockup-copy-1-1536x1536.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91260;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4867,	633,	'_thumbnail_id',	'274'),
(4868,	633,	'_elementor_edit_mode',	'builder'),
(4869,	633,	'_elementor_template_type',	'wp-post'),
(4870,	633,	'_elementor_version',	'3.11.2'),
(4871,	633,	'_elementor_pro_version',	'3.11.3'),
(4872,	633,	'_wp_page_template',	'elementor_header_footer'),
(4873,	633,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4874,	633,	'_elementor_page_assets',	'a:0:{}'),
(4876,	634,	'_thumbnail_id',	'274'),
(4877,	634,	'_elementor_edit_mode',	'builder'),
(4878,	634,	'_elementor_template_type',	'wp-post'),
(4879,	634,	'_elementor_version',	'3.11.2'),
(4880,	634,	'_elementor_pro_version',	'3.11.3'),
(4881,	634,	'_wp_page_template',	'elementor_header_footer'),
(4882,	634,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4883,	634,	'_elementor_page_assets',	'a:0:{}'),
(4885,	635,	'_thumbnail_id',	'274'),
(4886,	635,	'_elementor_edit_mode',	'builder'),
(4887,	635,	'_elementor_template_type',	'wp-post'),
(4888,	635,	'_elementor_version',	'3.11.2'),
(4889,	635,	'_elementor_pro_version',	'3.11.3'),
(4890,	635,	'_wp_page_template',	'elementor_header_footer'),
(4891,	635,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4892,	635,	'_elementor_page_assets',	'a:0:{}'),
(4894,	636,	'_wp_attached_file',	'2023/02/02dark.svg'),
(4895,	636,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:225;s:5:\"width\";i:108;s:6:\"height\";i:133;}'),
(4897,	637,	'_wp_attached_file',	'2023/02/01dark.svg'),
(4898,	637,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:225;s:5:\"width\";i:108;s:6:\"height\";i:133;}'),
(4907,	639,	'_wp_attached_file',	'2023/02/zero4.svg'),
(4909,	639,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:225;s:5:\"width\";i:108;s:6:\"height\";i:133;}'),
(4911,	640,	'_wp_attached_file',	'2023/02/03dark.svg'),
(4912,	640,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:225;s:5:\"width\";i:108;s:6:\"height\";i:133;}'),
(4914,	641,	'_thumbnail_id',	'274'),
(4915,	641,	'_elementor_edit_mode',	'builder'),
(4916,	641,	'_elementor_template_type',	'wp-post'),
(4917,	641,	'_elementor_version',	'3.11.2'),
(4918,	641,	'_elementor_pro_version',	'3.11.3'),
(4919,	641,	'_wp_page_template',	'elementor_header_footer'),
(4920,	641,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4921,	641,	'_elementor_page_assets',	'a:0:{}'),
(4923,	642,	'_thumbnail_id',	'274'),
(4924,	642,	'_elementor_edit_mode',	'builder'),
(4925,	642,	'_elementor_template_type',	'wp-post'),
(4926,	642,	'_elementor_version',	'3.11.2'),
(4927,	642,	'_elementor_pro_version',	'3.11.3'),
(4928,	642,	'_wp_page_template',	'elementor_header_footer'),
(4929,	642,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4930,	642,	'_elementor_page_assets',	'a:0:{}'),
(4932,	643,	'_thumbnail_id',	'274'),
(4933,	643,	'_elementor_edit_mode',	'builder'),
(4934,	643,	'_elementor_template_type',	'wp-post'),
(4935,	643,	'_elementor_version',	'3.11.2'),
(4936,	643,	'_elementor_pro_version',	'3.11.3'),
(4937,	643,	'_wp_page_template',	'elementor_header_footer'),
(4938,	643,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4939,	643,	'_elementor_page_assets',	'a:0:{}'),
(4942,	644,	'_edit_last',	'1'),
(4943,	644,	'_edit_lock',	'1678735236:1'),
(4944,	646,	'_thumbnail_id',	'274'),
(4945,	646,	'_elementor_edit_mode',	'builder'),
(4946,	646,	'_elementor_template_type',	'wp-post'),
(4947,	646,	'_elementor_version',	'3.11.2'),
(4948,	646,	'_elementor_pro_version',	'3.11.3'),
(4949,	646,	'_wp_page_template',	'elementor_header_footer'),
(4950,	646,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4951,	646,	'_elementor_page_assets',	'a:0:{}'),
(4953,	647,	'_thumbnail_id',	'274'),
(4954,	647,	'_elementor_edit_mode',	'builder'),
(4955,	647,	'_elementor_template_type',	'wp-post'),
(4956,	647,	'_elementor_version',	'3.11.2'),
(4957,	647,	'_elementor_pro_version',	'3.11.3'),
(4958,	647,	'_wp_page_template',	'elementor_header_footer'),
(4959,	647,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4960,	647,	'_elementor_page_assets',	'a:0:{}'),
(4962,	254,	'projects',	'a:3:{i:0;s:2:\"44\";i:1;s:2:\"45\";i:2;s:3:\"438\";}'),
(4963,	254,	'_projects',	'field_640065f3e3dfa'),
(4964,	647,	'projects',	'a:2:{i:0;s:2:\"44\";i:1;s:2:\"45\";}'),
(4965,	647,	'_projects',	'field_640065f3e3dfa'),
(4966,	648,	'_thumbnail_id',	'274'),
(4967,	648,	'_elementor_edit_mode',	'builder'),
(4968,	648,	'_elementor_template_type',	'wp-post'),
(4969,	648,	'_elementor_version',	'3.11.2'),
(4970,	648,	'_elementor_pro_version',	'3.11.3'),
(4971,	648,	'_wp_page_template',	'elementor_header_footer'),
(4972,	648,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4973,	648,	'_elementor_page_assets',	'a:0:{}'),
(4975,	648,	'projects',	'a:3:{i:0;s:2:\"44\";i:1;s:2:\"45\";i:2;s:3:\"438\";}'),
(4976,	648,	'_projects',	'field_640065f3e3dfa'),
(4977,	649,	'_thumbnail_id',	'274'),
(4978,	649,	'_elementor_edit_mode',	'builder'),
(4979,	649,	'_elementor_template_type',	'wp-post'),
(4980,	649,	'_elementor_version',	'3.11.2'),
(4981,	649,	'_elementor_pro_version',	'3.11.3'),
(4982,	649,	'_wp_page_template',	'elementor_header_footer'),
(4983,	649,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4984,	649,	'_elementor_page_assets',	'a:0:{}'),
(4986,	650,	'_thumbnail_id',	'274'),
(4987,	650,	'_elementor_edit_mode',	'builder'),
(4988,	650,	'_elementor_template_type',	'wp-post'),
(4989,	650,	'_elementor_version',	'3.11.2'),
(4990,	650,	'_elementor_pro_version',	'3.11.3'),
(4991,	650,	'_wp_page_template',	'elementor_header_footer'),
(4992,	650,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(4993,	650,	'_elementor_page_assets',	'a:0:{}'),
(4995,	650,	'projects',	'a:3:{i:0;s:2:\"44\";i:1;s:2:\"45\";i:2;s:3:\"438\";}'),
(4996,	650,	'_projects',	'field_640065f3e3dfa'),
(4997,	651,	'_elementor_edit_mode',	'builder'),
(4998,	651,	'_elementor_template_type',	'page'),
(4999,	651,	'_elementor_version',	'3.11.2'),
(5000,	651,	'_elementor_pro_version',	'3.11.3'),
(5001,	652,	'_elementor_edit_mode',	'builder'),
(5002,	652,	'_elementor_template_type',	'page'),
(5003,	652,	'_elementor_version',	'3.11.2'),
(5004,	652,	'_elementor_pro_version',	'3.11.3'),
(5005,	651,	'_wp_page_template',	'elementor_header_footer'),
(5006,	651,	'_elementor_data',	'[{\"id\":\"9a75844\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"72d2e61d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1ab90184\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2a9e0187\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"497604b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ff19f7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"6bab6c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"5aec05ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"267ac975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51d34879\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"74e24cc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"122abcf5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"505a2100\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"27d5b948\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"663e512c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"78bdeac5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5e2caa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4288504\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"218afef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31d6a6c4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4bbf4bf8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"999ff0c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(5007,	653,	'_elementor_edit_mode',	'builder'),
(5008,	653,	'_elementor_template_type',	'page'),
(5009,	653,	'_elementor_version',	'3.11.2'),
(5010,	653,	'_elementor_pro_version',	'3.11.3'),
(5011,	653,	'_wp_page_template',	'elementor_header_footer'),
(5012,	653,	'_elementor_data',	'[{\"id\":\"9a75844\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"72d2e61d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1ab90184\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2a9e0187\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"497604b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ff19f7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"6bab6c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"5aec05ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"267ac975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51d34879\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"74e24cc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"122abcf5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"505a2100\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"27d5b948\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"663e512c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"78bdeac5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5e2caa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4288504\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"218afef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31d6a6c4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4bbf4bf8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"999ff0c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(5013,	651,	'_elementor_page_assets',	'a:0:{}'),
(5023,	655,	'_thumbnail_id',	'274'),
(5024,	655,	'_elementor_edit_mode',	'builder'),
(5025,	655,	'_elementor_template_type',	'wp-post'),
(5026,	655,	'_elementor_version',	'3.11.2'),
(5027,	655,	'_elementor_pro_version',	'3.11.3'),
(5028,	655,	'_wp_page_template',	'elementor_header_footer'),
(5029,	655,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(5030,	655,	'_elementor_page_assets',	'a:0:{}'),
(5032,	656,	'_thumbnail_id',	'274'),
(5033,	656,	'_elementor_edit_mode',	'builder'),
(5034,	656,	'_elementor_template_type',	'wp-post'),
(5035,	656,	'_elementor_version',	'3.11.2'),
(5036,	656,	'_elementor_pro_version',	'3.11.3'),
(5037,	656,	'_wp_page_template',	'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5038,	656,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(5039,	656,	'_elementor_page_assets',	'a:0:{}'),
(5041,	657,	'_thumbnail_id',	'274'),
(5042,	657,	'_elementor_edit_mode',	'builder'),
(5043,	657,	'_elementor_template_type',	'wp-post'),
(5044,	657,	'_elementor_version',	'3.11.2'),
(5045,	657,	'_elementor_pro_version',	'3.11.3'),
(5046,	657,	'_wp_page_template',	'elementor_header_footer'),
(5047,	657,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}]},\"elements\":[],\"isInner\":false}]'),
(5048,	657,	'_elementor_page_assets',	'a:0:{}'),
(5051,	44,	'project_service_tag',	'a:2:{i:0;i:22;i:1;i:256;}'),
(5052,	44,	'_project_service_tag',	'field_64006b33f577f'),
(5053,	661,	'Project Featured Image',	'30'),
(5054,	661,	'_Project Featured Image',	'field_63fcdc9cddf31'),
(5055,	661,	'project_homepage_grid_image',	'269'),
(5056,	661,	'_project_homepage_grid_image',	'field_63fcdc69ddf2f'),
(5057,	661,	'Project Archive Masonry Image',	'269'),
(5058,	661,	'_Project Archive Masonry Image',	'field_63fcdc85ddf30'),
(5059,	661,	'project_service_tag',	'a:1:{i:0;s:2:\"22\";}'),
(5060,	661,	'_project_service_tag',	'field_64006b33f577f'),
(5062,	662,	'_thumbnail_id',	'274'),
(5063,	662,	'_elementor_edit_mode',	'builder'),
(5064,	662,	'_elementor_template_type',	'wp-post'),
(5065,	662,	'_elementor_version',	'3.11.2'),
(5066,	662,	'_elementor_pro_version',	'3.11.3'),
(5067,	662,	'_wp_page_template',	'elementor_header_footer'),
(5068,	662,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}]},\"elements\":[],\"isInner\":false}]'),
(5069,	662,	'_elementor_page_assets',	'a:0:{}'),
(5071,	663,	'_thumbnail_id',	'274'),
(5072,	663,	'_elementor_edit_mode',	'builder'),
(5073,	663,	'_elementor_template_type',	'wp-post'),
(5074,	663,	'_elementor_version',	'3.11.2'),
(5075,	663,	'_elementor_pro_version',	'3.11.3'),
(5076,	663,	'_wp_page_template',	'elementor_header_footer'),
(5077,	663,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}]},\"elements\":[],\"isInner\":false}]'),
(5078,	663,	'_elementor_page_assets',	'a:0:{}'),
(5080,	664,	'_thumbnail_id',	'274'),
(5081,	664,	'_elementor_edit_mode',	'builder'),
(5082,	664,	'_elementor_template_type',	'wp-post'),
(5083,	664,	'_elementor_version',	'3.11.2'),
(5084,	664,	'_elementor_pro_version',	'3.11.3'),
(5085,	664,	'_wp_page_template',	'elementor_header_footer'),
(5086,	664,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re in the business of connecting people and brands,\\u00a0helping you find your faction through strategic design.\\u00a0See how we can help you on your next project.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}]},\"elements\":[],\"isInner\":false}]'),
(5087,	664,	'_elementor_page_assets',	'a:0:{}'),
(5089,	665,	'_thumbnail_id',	'274'),
(5090,	665,	'_elementor_edit_mode',	'builder'),
(5091,	665,	'_elementor_template_type',	'wp-post'),
(5092,	665,	'_elementor_version',	'3.11.2'),
(5093,	665,	'_elementor_pro_version',	'3.11.3'),
(5094,	665,	'_wp_page_template',	'elementor_header_footer'),
(5095,	665,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re in the business of connecting people and brands,\\u00a0helping you find your faction through strategic design.\\u00a0See how we can help you on your next project.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}]},\"elements\":[],\"isInner\":false}]'),
(5096,	665,	'_elementor_page_assets',	'a:0:{}'),
(5098,	666,	'_thumbnail_id',	'274'),
(5099,	666,	'_elementor_edit_mode',	'builder'),
(5100,	666,	'_elementor_template_type',	'wp-post'),
(5101,	666,	'_elementor_version',	'3.11.2'),
(5102,	666,	'_elementor_pro_version',	'3.11.3'),
(5103,	666,	'_wp_page_template',	'elementor_header_footer'),
(5104,	666,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re in the business of connecting people and brands,\\u00a0helping you find your faction through strategic design.\\u00a0See how we can help you on your next project.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"958b790\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}]},\"elements\":[],\"isInner\":false}]'),
(5105,	666,	'_elementor_page_assets',	'a:0:{}'),
(5107,	667,	'_thumbnail_id',	'274'),
(5108,	667,	'_elementor_edit_mode',	'builder'),
(5109,	667,	'_elementor_template_type',	'wp-post'),
(5110,	667,	'_elementor_version',	'3.11.2'),
(5111,	667,	'_elementor_pro_version',	'3.11.3'),
(5112,	667,	'_wp_page_template',	'elementor_header_footer'),
(5113,	667,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}]},\"elements\":[],\"isInner\":false}]'),
(5114,	667,	'_elementor_page_assets',	'a:0:{}'),
(5117,	668,	'_thumbnail_id',	'274'),
(5118,	668,	'_elementor_edit_mode',	'builder'),
(5119,	668,	'_elementor_template_type',	'wp-post'),
(5120,	668,	'_elementor_version',	'3.11.2'),
(5121,	668,	'_elementor_pro_version',	'3.11.3'),
(5122,	668,	'_wp_page_template',	'elementor_header_footer'),
(5123,	668,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}]},\"elements\":[],\"isInner\":false}]'),
(5124,	668,	'_elementor_page_assets',	'a:0:{}'),
(5126,	669,	'_thumbnail_id',	'274'),
(5127,	669,	'_elementor_edit_mode',	'builder'),
(5128,	669,	'_elementor_template_type',	'wp-post'),
(5129,	669,	'_elementor_version',	'3.11.2'),
(5130,	669,	'_elementor_pro_version',	'3.11.3'),
(5131,	669,	'_wp_page_template',	'elementor_header_footer'),
(5132,	669,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}]},\"elements\":[],\"isInner\":false}]'),
(5133,	669,	'_elementor_page_assets',	'a:0:{}'),
(5135,	670,	'_thumbnail_id',	'274'),
(5136,	670,	'_elementor_edit_mode',	'builder'),
(5137,	670,	'_elementor_template_type',	'wp-post'),
(5138,	670,	'_elementor_version',	'3.11.2'),
(5139,	670,	'_elementor_pro_version',	'3.11.3'),
(5140,	670,	'_wp_page_template',	'elementor_header_footer'),
(5141,	670,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(5142,	670,	'_elementor_page_assets',	'a:0:{}'),
(5144,	671,	'_thumbnail_id',	'274'),
(5145,	671,	'_elementor_edit_mode',	'builder'),
(5146,	671,	'_elementor_template_type',	'wp-post'),
(5147,	671,	'_elementor_version',	'3.11.2'),
(5148,	671,	'_elementor_pro_version',	'3.11.3'),
(5149,	671,	'_wp_page_template',	'elementor_header_footer'),
(5150,	671,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(5151,	671,	'_elementor_page_assets',	'a:0:{}'),
(5153,	672,	'_thumbnail_id',	'274'),
(5154,	672,	'_elementor_edit_mode',	'builder'),
(5155,	672,	'_elementor_template_type',	'wp-post'),
(5156,	672,	'_elementor_version',	'3.11.2'),
(5157,	672,	'_elementor_pro_version',	'3.11.3'),
(5158,	672,	'_wp_page_template',	'elementor_header_footer'),
(5159,	672,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(5160,	672,	'_elementor_page_assets',	'a:0:{}'),
(5162,	673,	'_thumbnail_id',	'274'),
(5163,	673,	'_elementor_edit_mode',	'builder'),
(5164,	673,	'_elementor_template_type',	'wp-post'),
(5165,	673,	'_elementor_version',	'3.11.2'),
(5166,	673,	'_elementor_pro_version',	'3.11.3'),
(5167,	673,	'_wp_page_template',	'elementor_header_footer'),
(5168,	673,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(5169,	673,	'_elementor_page_assets',	'a:0:{}'),
(5171,	674,	'_thumbnail_id',	'274'),
(5172,	674,	'_elementor_edit_mode',	'builder'),
(5173,	674,	'_elementor_template_type',	'wp-post'),
(5174,	674,	'_elementor_version',	'3.11.2'),
(5175,	674,	'_elementor_pro_version',	'3.11.3'),
(5176,	674,	'_wp_page_template',	'elementor_header_footer'),
(5177,	674,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(5178,	674,	'_elementor_page_assets',	'a:0:{}'),
(5180,	675,	'_thumbnail_id',	'274'),
(5181,	675,	'_elementor_edit_mode',	'builder'),
(5182,	675,	'_elementor_template_type',	'wp-post'),
(5183,	675,	'_elementor_version',	'3.11.2'),
(5184,	675,	'_elementor_pro_version',	'3.11.3'),
(5185,	675,	'_wp_page_template',	'elementor_header_footer'),
(5186,	675,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(5187,	675,	'_elementor_page_assets',	'a:0:{}'),
(5189,	676,	'_thumbnail_id',	'274'),
(5190,	676,	'_elementor_edit_mode',	'builder'),
(5191,	676,	'_elementor_template_type',	'wp-post'),
(5192,	676,	'_elementor_version',	'3.11.2'),
(5193,	676,	'_elementor_pro_version',	'3.11.3'),
(5194,	676,	'_wp_page_template',	'elementor_header_footer'),
(5195,	676,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(5196,	676,	'_elementor_page_assets',	'a:0:{}'),
(5206,	678,	'_thumbnail_id',	'274'),
(5207,	678,	'_elementor_edit_mode',	'builder'),
(5208,	678,	'_elementor_template_type',	'wp-post'),
(5209,	678,	'_elementor_version',	'3.11.2'),
(5210,	678,	'_elementor_pro_version',	'3.11.3'),
(5211,	678,	'_wp_page_template',	'elementor_header_footer'),
(5212,	678,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(5213,	678,	'_elementor_page_assets',	'a:0:{}'),
(5215,	679,	'_thumbnail_id',	'274'),
(5216,	679,	'_elementor_edit_mode',	'builder'),
(5217,	679,	'_elementor_template_type',	'wp-post'),
(5218,	679,	'_elementor_version',	'3.11.2'),
(5219,	679,	'_elementor_pro_version',	'3.11.3'),
(5220,	679,	'_wp_page_template',	'elementor_header_footer'),
(5221,	679,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(5222,	679,	'_elementor_page_assets',	'a:0:{}'),
(5224,	680,	'_thumbnail_id',	'274'),
(5225,	680,	'_elementor_edit_mode',	'builder'),
(5226,	680,	'_elementor_template_type',	'wp-post'),
(5227,	680,	'_elementor_version',	'3.11.2'),
(5228,	680,	'_elementor_pro_version',	'3.11.3'),
(5229,	680,	'_wp_page_template',	'elementor_header_footer'),
(5230,	680,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5231,	680,	'_elementor_page_assets',	'a:0:{}'),
(5233,	681,	'_thumbnail_id',	'274'),
(5234,	681,	'_elementor_edit_mode',	'builder'),
(5235,	681,	'_elementor_template_type',	'wp-post'),
(5236,	681,	'_elementor_version',	'3.11.2'),
(5237,	681,	'_elementor_pro_version',	'3.11.3'),
(5238,	681,	'_wp_page_template',	'elementor_header_footer'),
(5239,	681,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5240,	681,	'_elementor_page_assets',	'a:0:{}'),
(5242,	682,	'_thumbnail_id',	'274'),
(5243,	682,	'_elementor_edit_mode',	'builder'),
(5244,	682,	'_elementor_template_type',	'wp-post'),
(5245,	682,	'_elementor_version',	'3.11.2'),
(5246,	682,	'_elementor_pro_version',	'3.11.3'),
(5247,	682,	'_wp_page_template',	'elementor_header_footer'),
(5248,	682,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5249,	682,	'_elementor_page_assets',	'a:0:{}'),
(5251,	683,	'_thumbnail_id',	'274'),
(5252,	683,	'_elementor_edit_mode',	'builder'),
(5253,	683,	'_elementor_template_type',	'wp-post'),
(5254,	683,	'_elementor_version',	'3.11.2'),
(5255,	683,	'_elementor_pro_version',	'3.11.3'),
(5256,	683,	'_wp_page_template',	'elementor_header_footer'),
(5257,	683,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5258,	683,	'_elementor_page_assets',	'a:0:{}'),
(5260,	684,	'_thumbnail_id',	'274'),
(5261,	684,	'_elementor_edit_mode',	'builder'),
(5262,	684,	'_elementor_template_type',	'wp-post'),
(5263,	684,	'_elementor_version',	'3.11.2'),
(5264,	684,	'_elementor_pro_version',	'3.11.3'),
(5265,	684,	'_wp_page_template',	'elementor_header_footer'),
(5266,	684,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5267,	684,	'_elementor_page_assets',	'a:0:{}'),
(5269,	685,	'_thumbnail_id',	'274'),
(5270,	685,	'_elementor_edit_mode',	'builder'),
(5271,	685,	'_elementor_template_type',	'wp-post'),
(5272,	685,	'_elementor_version',	'3.11.2'),
(5273,	685,	'_elementor_pro_version',	'3.11.3'),
(5274,	685,	'_wp_page_template',	'elementor_header_footer'),
(5275,	685,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5276,	685,	'_elementor_page_assets',	'a:0:{}'),
(5278,	686,	'_thumbnail_id',	'274'),
(5279,	686,	'_elementor_edit_mode',	'builder'),
(5280,	686,	'_elementor_template_type',	'wp-post'),
(5281,	686,	'_elementor_version',	'3.11.2'),
(5282,	686,	'_elementor_pro_version',	'3.11.3'),
(5283,	686,	'_wp_page_template',	'elementor_header_footer'),
(5284,	686,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"8ebf631\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5285,	686,	'_elementor_page_assets',	'a:0:{}'),
(5288,	687,	'_thumbnail_id',	'274'),
(5289,	687,	'_elementor_edit_mode',	'builder'),
(5290,	687,	'_elementor_template_type',	'wp-post'),
(5291,	687,	'_elementor_version',	'3.11.2'),
(5292,	687,	'_elementor_pro_version',	'3.11.3'),
(5293,	687,	'_wp_page_template',	'elementor_header_footer'),
(5294,	687,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"8ebf631\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5295,	687,	'_elementor_page_assets',	'a:0:{}'),
(5297,	688,	'_thumbnail_id',	'274'),
(5298,	688,	'_elementor_edit_mode',	'builder'),
(5299,	688,	'_elementor_template_type',	'wp-post'),
(5300,	688,	'_elementor_version',	'3.11.2'),
(5301,	688,	'_elementor_pro_version',	'3.11.3'),
(5302,	688,	'_wp_page_template',	'elementor_header_footer'),
(5303,	688,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"8ebf631\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5304,	688,	'_elementor_page_assets',	'a:0:{}'),
(5306,	689,	'_thumbnail_id',	'274'),
(5307,	689,	'_elementor_edit_mode',	'builder'),
(5308,	689,	'_elementor_template_type',	'wp-post'),
(5309,	689,	'_elementor_version',	'3.11.2'),
(5310,	689,	'_elementor_pro_version',	'3.11.3'),
(5311,	689,	'_wp_page_template',	'elementor_header_footer'),
(5312,	689,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"8ebf631\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5313,	689,	'_elementor_page_assets',	'a:0:{}'),
(5315,	690,	'_thumbnail_id',	'274'),
(5316,	690,	'_elementor_edit_mode',	'builder'),
(5317,	690,	'_elementor_template_type',	'wp-post'),
(5318,	690,	'_elementor_version',	'3.11.2'),
(5319,	690,	'_elementor_pro_version',	'3.11.3'),
(5320,	690,	'_wp_page_template',	'elementor_header_footer'),
(5321,	690,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"8ebf631\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5322,	690,	'_elementor_page_assets',	'a:0:{}'),
(5324,	691,	'_thumbnail_id',	'274'),
(5325,	691,	'_elementor_edit_mode',	'builder'),
(5326,	691,	'_elementor_template_type',	'wp-post'),
(5327,	691,	'_elementor_version',	'3.11.2'),
(5328,	691,	'_elementor_pro_version',	'3.11.3'),
(5329,	691,	'_wp_page_template',	'elementor_header_footer'),
(5330,	691,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"8ebf631\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5331,	691,	'_elementor_page_assets',	'a:0:{}'),
(5333,	692,	'_thumbnail_id',	'274'),
(5334,	692,	'_elementor_edit_mode',	'builder'),
(5335,	692,	'_elementor_template_type',	'wp-post'),
(5336,	692,	'_elementor_version',	'3.11.2'),
(5337,	692,	'_elementor_pro_version',	'3.11.3'),
(5338,	692,	'_wp_page_template',	'elementor_header_footer'),
(5339,	692,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"8ebf631\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5340,	692,	'_elementor_page_assets',	'a:0:{}'),
(5342,	693,	'_thumbnail_id',	'274'),
(5343,	693,	'_elementor_edit_mode',	'builder'),
(5344,	693,	'_elementor_template_type',	'wp-post'),
(5345,	693,	'_elementor_version',	'3.11.2'),
(5346,	693,	'_elementor_pro_version',	'3.11.3'),
(5347,	693,	'_wp_page_template',	'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5348,	693,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"8ebf631\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5349,	693,	'_elementor_page_assets',	'a:0:{}'),
(5351,	694,	'_thumbnail_id',	'274'),
(5352,	694,	'_elementor_edit_mode',	'builder'),
(5353,	694,	'_elementor_template_type',	'wp-post'),
(5354,	694,	'_elementor_version',	'3.11.2'),
(5355,	694,	'_elementor_pro_version',	'3.11.3'),
(5356,	694,	'_wp_page_template',	'elementor_header_footer'),
(5357,	694,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"8ebf631\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5358,	694,	'_elementor_page_assets',	'a:0:{}'),
(5360,	695,	'_thumbnail_id',	'274'),
(5361,	695,	'_elementor_edit_mode',	'builder'),
(5362,	695,	'_elementor_template_type',	'wp-post'),
(5363,	695,	'_elementor_version',	'3.11.2'),
(5364,	695,	'_elementor_pro_version',	'3.11.3'),
(5365,	695,	'_wp_page_template',	'elementor_header_footer'),
(5366,	695,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"8ebf631\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5367,	695,	'_elementor_page_assets',	'a:0:{}'),
(5370,	696,	'_elementor_edit_mode',	'builder'),
(5371,	696,	'_elementor_template_type',	'header'),
(5372,	696,	'_elementor_version',	'3.11.2'),
(5373,	696,	'_elementor_pro_version',	'3.11.3'),
(5374,	696,	'_wp_page_template',	'default'),
(5375,	696,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"399dbae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(5376,	696,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(5377,	696,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(5378,	696,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(5379,	697,	'_elementor_edit_mode',	'builder'),
(5380,	697,	'_elementor_template_type',	'header'),
(5381,	697,	'_elementor_version',	'3.11.2'),
(5382,	697,	'_elementor_pro_version',	'3.11.3'),
(5383,	698,	'_elementor_edit_mode',	'builder'),
(5384,	698,	'_elementor_template_type',	'header'),
(5385,	698,	'_elementor_version',	'3.11.2'),
(5386,	698,	'_elementor_pro_version',	'3.11.3'),
(5387,	697,	'_wp_page_template',	'default'),
(5388,	697,	'_elementor_data',	'[{\"id\":\"1bcec68b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"58d9af8a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"522d6f90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"28f17b3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"60b9fe2b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c36e3c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(5389,	699,	'_elementor_edit_mode',	'builder'),
(5390,	699,	'_elementor_template_type',	'header'),
(5391,	699,	'_elementor_version',	'3.11.2'),
(5392,	699,	'_elementor_pro_version',	'3.11.3'),
(5393,	699,	'_wp_page_template',	'default'),
(5394,	699,	'_elementor_data',	'[{\"id\":\"1bcec68b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"58d9af8a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"522d6f90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"28f17b3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"60b9fe2b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c36e3c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(5395,	697,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(5396,	258,	'projects',	''),
(5397,	258,	'_projects',	'field_640065f3e3dfa'),
(5398,	294,	'projects',	''),
(5399,	294,	'_projects',	'field_640065f3e3dfa'),
(5400,	256,	'projects',	'a:1:{i:0;s:2:\"44\";}'),
(5401,	256,	'_projects',	'field_640065f3e3dfa'),
(5402,	286,	'projects',	''),
(5403,	286,	'_projects',	'field_640065f3e3dfa'),
(5440,	704,	'_thumbnail_id',	'266'),
(5441,	704,	'_elementor_edit_mode',	'builder'),
(5442,	704,	'_elementor_template_type',	'wp-post'),
(5443,	704,	'_elementor_version',	'3.11.2'),
(5444,	704,	'_elementor_pro_version',	'3.11.3'),
(5445,	704,	'_wp_page_template',	'elementor_header_footer'),
(5446,	704,	'_elementor_data',	'[{\"id\":\"18365be\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"598ed79\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6255ab8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"596f60c\"}]},\"elements\":[{\"id\":\"501b15ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"67e745c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"21b4883\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"344974e\"}]},\"elements\":[{\"id\":\"76fc2954\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5447,	704,	'_elementor_page_assets',	'a:0:{}'),
(5449,	705,	'_thumbnail_id',	'266'),
(5450,	705,	'_elementor_edit_mode',	'builder'),
(5451,	705,	'_elementor_template_type',	'wp-post'),
(5452,	705,	'_elementor_version',	'3.11.2'),
(5453,	705,	'_elementor_pro_version',	'3.11.3'),
(5454,	705,	'_wp_page_template',	'elementor_header_footer'),
(5455,	705,	'_elementor_data',	'[{\"id\":\"18365be\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"598ed79\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6255ab8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"596f60c\"}]},\"elements\":[{\"id\":\"501b15ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"67e745c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"21b4883\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"344974e\"}]},\"elements\":[{\"id\":\"76fc2954\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5456,	705,	'_elementor_page_assets',	'a:0:{}'),
(5458,	706,	'_thumbnail_id',	'266'),
(5459,	706,	'_elementor_edit_mode',	'builder'),
(5460,	706,	'_elementor_template_type',	'wp-post'),
(5461,	706,	'_elementor_version',	'3.11.2'),
(5462,	706,	'_elementor_pro_version',	'3.11.3'),
(5463,	706,	'_wp_page_template',	'elementor_header_footer'),
(5464,	706,	'_elementor_data',	'[{\"id\":\"18365be\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"598ed79\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6255ab8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"596f60c\"}]},\"elements\":[{\"id\":\"501b15ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"67e745c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"21b4883\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"344974e\"}]},\"elements\":[{\"id\":\"76fc2954\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"151569ab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"1af27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"3459e454\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"7c3eb4ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"55f6ba83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"608cefcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c57d816\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"2ecd8c65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"6d547ad0\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"4857758b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"4c12840a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2960bf0c\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(5465,	706,	'_elementor_page_assets',	'a:0:{}'),
(5475,	127,	'dce_widgets',	'a:8:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:11:\"text-editor\";a:3:{i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"62e1263\";i:1;}s:7:\"heading\";a:4:{s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;}s:8:\"nav-menu\";a:1:{s:7:\"9ebfdc0\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:1:{s:7:\"b3dbe1d\";i:1;}}'),
(5477,	708,	'_elementor_source',	'post'),
(5478,	708,	'_elementor_edit_mode',	'builder'),
(5479,	708,	'_elementor_template_type',	'popup'),
(5480,	708,	'_elementor_version',	'3.11.2'),
(5481,	708,	'_elementor_pro_version',	'3.11.3'),
(5482,	708,	'_wp_page_template',	'default'),
(5483,	708,	'_elementor_page_settings',	'a:25:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:12:\"slideInRight\";s:14:\"exit_animation\";s:12:\"slideInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:6:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";s:24:\"close_button_hover_color\";s:22:\"globals/colors?id=text\";s:35:\"close_button_hover_background_color\";s:24:\"globals/colors?id=accent\";s:12:\"border_color\";s:25:\"globals/colors?id=0ca11c5\";}s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.88;s:5:\"sizes\";a:0:{}}s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:12:\"border_color\";s:7:\"#EFEBEA\";s:18:\"close_button_color\";s:7:\"#111414\";s:29:\"close_button_background_color\";s:7:\"#FFFFFF\";s:24:\"close_button_hover_color\";s:7:\"#FFFFFF\";s:35:\"close_button_hover_background_color\";s:7:\"#FF7C1C\";s:13:\"open_selector\";s:9:\".openmenu\";}'),
(5484,	708,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=primary\"},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72fa9a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9fa4711\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6ac7d44\"}],\"animation_duration\":\"slow\",\"animation_delay\":400},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b546551\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1c35391\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8902cc4\"}]},\"elements\":[{\"id\":\"bbd6ff5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fd1bf6d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0602b6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c39de9f\"}]},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(5485,	708,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5486,	708,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(5487,	708,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(5489,	709,	'_elementor_edit_mode',	'builder'),
(5490,	709,	'_elementor_template_type',	'page'),
(5491,	709,	'_elementor_version',	'3.11.2'),
(5492,	709,	'_elementor_pro_version',	'3.11.3'),
(5493,	710,	'_elementor_edit_mode',	'builder'),
(5494,	710,	'_elementor_template_type',	'page'),
(5495,	710,	'_elementor_version',	'3.11.2'),
(5496,	710,	'_elementor_pro_version',	'3.11.3'),
(5497,	709,	'_wp_page_template',	'elementor_header_footer'),
(5498,	709,	'_elementor_data',	'[{\"id\":\"3336c32e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"34fe8283\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"3d54136a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6dd755b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"632570e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39d63515\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"60666c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"1bf98a43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"769c61f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cedc9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7ba21d88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d24b72c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b07b9b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7ae9b4b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6f64e7cb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"b04e693\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11538173\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78fdc1e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"428fd091\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4b71c65e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35ad521\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"137237a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"272625a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"aa9c28a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"8d9eac3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"70b48072\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4c521aa2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"28045df3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5705f9e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"42ab553\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"187a0ef7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"316b78c8\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"76212d16\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"5daa27e\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a267479\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"27859ed5\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c211e5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7a3f8d15\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"3fa8c971\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"393ea262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"143c6a22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5499,	711,	'_elementor_edit_mode',	'builder'),
(5500,	711,	'_elementor_template_type',	'page'),
(5501,	711,	'_elementor_version',	'3.11.2'),
(5502,	711,	'_elementor_pro_version',	'3.11.3'),
(5503,	711,	'_wp_page_template',	'elementor_header_footer'),
(5504,	711,	'_elementor_data',	'[{\"id\":\"3336c32e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"34fe8283\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"3d54136a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6dd755b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"632570e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39d63515\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"60666c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"1bf98a43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"769c61f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cedc9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7ba21d88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d24b72c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b07b9b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7ae9b4b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6f64e7cb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"b04e693\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11538173\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78fdc1e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"428fd091\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4b71c65e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35ad521\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"137237a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"272625a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"aa9c28a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"8d9eac3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"70b48072\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4c521aa2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"28045df3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5705f9e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"42ab553\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"187a0ef7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"316b78c8\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"76212d16\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"5daa27e\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a267479\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"27859ed5\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c211e5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7a3f8d15\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"3fa8c971\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"393ea262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"143c6a22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5505,	709,	'_elementor_page_assets',	'a:0:{}'),
(5507,	712,	'_thumbnail_id',	'266'),
(5508,	712,	'_elementor_edit_mode',	'builder'),
(5509,	712,	'_elementor_template_type',	'wp-post'),
(5510,	712,	'_elementor_version',	'3.11.2'),
(5511,	712,	'_elementor_pro_version',	'3.11.3'),
(5512,	712,	'_wp_page_template',	'elementor_header_footer'),
(5513,	712,	'_elementor_data',	'[{\"id\":\"18365be\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"598ed79\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6255ab8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"596f60c\"}]},\"elements\":[{\"id\":\"501b15ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"67e745c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"21b4883\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"344974e\"}]},\"elements\":[{\"id\":\"76fc2954\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"151569ab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"1af27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"3459e454\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"7c3eb4ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"55f6ba83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"608cefcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c57d816\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"2ecd8c65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"6d547ad0\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"4857758b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"4c12840a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2960bf0c\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(5514,	712,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(5516,	713,	'_thumbnail_id',	'266'),
(5517,	713,	'_elementor_edit_mode',	'builder'),
(5518,	713,	'_elementor_template_type',	'wp-post'),
(5519,	713,	'_elementor_version',	'3.11.2'),
(5520,	713,	'_elementor_pro_version',	'3.11.3'),
(5521,	713,	'_wp_page_template',	'elementor_header_footer'),
(5522,	713,	'_elementor_data',	'[{\"id\":\"18365be\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"598ed79\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6255ab8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"596f60c\"}]},\"elements\":[{\"id\":\"501b15ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"67e745c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"21b4883\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"344974e\"}]},\"elements\":[{\"id\":\"76fc2954\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"151569ab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"1af27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"3459e454\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"7c3eb4ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"55f6ba83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"608cefcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c57d816\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"2ecd8c65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"6d547ad0\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"4857758b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"4c12840a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2960bf0c\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(5523,	713,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(5525,	714,	'_thumbnail_id',	'266'),
(5526,	714,	'_elementor_edit_mode',	'builder'),
(5527,	714,	'_elementor_template_type',	'wp-post'),
(5528,	714,	'_elementor_version',	'3.11.2'),
(5529,	714,	'_elementor_pro_version',	'3.11.3'),
(5530,	714,	'_wp_page_template',	'elementor_header_footer'),
(5531,	714,	'_elementor_data',	'[]'),
(5532,	714,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(5542,	716,	'_thumbnail_id',	'287'),
(5543,	716,	'_elementor_edit_mode',	'builder'),
(5544,	716,	'_elementor_template_type',	'wp-post'),
(5545,	716,	'_elementor_version',	'3.11.2'),
(5546,	716,	'_elementor_pro_version',	'3.11.3'),
(5547,	716,	'_wp_page_template',	'elementor_header_footer'),
(5548,	716,	'_elementor_data',	'[{\"id\":\"7e935619\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"2e01114\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8cb2388\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bb1d603\"}]},\"elements\":[{\"id\":\"25364cd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1ea9bdc\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0476157\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ddee478\"}]},\"elements\":[{\"id\":\"31fb8878\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5549,	716,	'_elementor_page_assets',	'a:0:{}'),
(5551,	717,	'_thumbnail_id',	'287'),
(5552,	717,	'_elementor_edit_mode',	'builder'),
(5553,	717,	'_elementor_template_type',	'wp-post'),
(5554,	717,	'_elementor_version',	'3.11.2'),
(5555,	717,	'_elementor_pro_version',	'3.11.3'),
(5556,	717,	'_wp_page_template',	'elementor_header_footer'),
(5557,	717,	'_elementor_data',	'[{\"id\":\"7e935619\",\"elType\":\"section\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"2e01114\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8cb2388\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bb1d603\"}]},\"elements\":[{\"id\":\"25364cd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1ea9bdc\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0476157\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ddee478\"}]},\"elements\":[{\"id\":\"31fb8878\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5558,	717,	'_elementor_page_assets',	'a:0:{}'),
(5560,	718,	'_thumbnail_id',	'287'),
(5561,	718,	'_elementor_edit_mode',	'builder'),
(5562,	718,	'_elementor_template_type',	'wp-post'),
(5563,	718,	'_elementor_version',	'3.11.2'),
(5564,	718,	'_elementor_pro_version',	'3.11.3'),
(5565,	718,	'_wp_page_template',	'elementor_header_footer'),
(5566,	718,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Designing with purpose, intent<br \\/>and creativity, of course.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy.webp\",\"id\":629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5567,	718,	'_elementor_page_assets',	'a:0:{}'),
(5570,	719,	'_thumbnail_id',	'287'),
(5571,	719,	'_elementor_edit_mode',	'builder'),
(5572,	719,	'_elementor_template_type',	'wp-post'),
(5573,	719,	'_elementor_version',	'3.11.2'),
(5574,	719,	'_elementor_pro_version',	'3.11.3'),
(5575,	719,	'_wp_page_template',	'elementor_header_footer'),
(5576,	719,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Designing with purpose, intent<br \\/>and creativity, of course.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy.webp\",\"id\":629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5577,	719,	'_elementor_page_assets',	'a:0:{}'),
(5579,	720,	'_thumbnail_id',	'287'),
(5580,	720,	'_elementor_edit_mode',	'builder'),
(5581,	720,	'_elementor_template_type',	'wp-post'),
(5582,	720,	'_elementor_version',	'3.11.2'),
(5583,	720,	'_elementor_pro_version',	'3.11.3'),
(5584,	720,	'_wp_page_template',	'elementor_header_footer'),
(5585,	720,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Designing with purpose, intent<br \\/>and creativity, of course.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy.webp\",\"id\":629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5586,	720,	'_elementor_page_assets',	'a:0:{}'),
(5588,	721,	'_thumbnail_id',	'287'),
(5589,	721,	'_elementor_edit_mode',	'builder'),
(5590,	721,	'_elementor_template_type',	'wp-post'),
(5591,	721,	'_elementor_version',	'3.11.2'),
(5592,	721,	'_elementor_pro_version',	'3.11.3'),
(5593,	721,	'_wp_page_template',	'elementor_header_footer'),
(5594,	721,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Designing with purpose, intent<br \\/>and creativity, of course.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5595,	721,	'_elementor_page_assets',	'a:0:{}'),
(5597,	722,	'_thumbnail_id',	'287'),
(5598,	722,	'_elementor_edit_mode',	'builder'),
(5599,	722,	'_elementor_template_type',	'wp-post'),
(5600,	722,	'_elementor_version',	'3.11.2'),
(5601,	722,	'_elementor_pro_version',	'3.11.3'),
(5602,	722,	'_wp_page_template',	'elementor_header_footer'),
(5603,	722,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Designing with purpose, intent<br \\/>and creativity, of course.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5604,	722,	'_elementor_page_assets',	'a:0:{}'),
(5606,	723,	'_thumbnail_id',	'287'),
(5607,	723,	'_elementor_edit_mode',	'builder'),
(5608,	723,	'_elementor_template_type',	'wp-post'),
(5609,	723,	'_elementor_version',	'3.11.2'),
(5610,	723,	'_elementor_pro_version',	'3.11.3'),
(5611,	723,	'_wp_page_template',	'elementor_header_footer'),
(5612,	723,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Designing with purpose, intent<br \\/>and creativity, of course.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5613,	723,	'_elementor_page_assets',	'a:0:{}'),
(5615,	724,	'_thumbnail_id',	'287'),
(5616,	724,	'_elementor_edit_mode',	'builder'),
(5617,	724,	'_elementor_template_type',	'wp-post'),
(5618,	724,	'_elementor_version',	'3.11.2'),
(5619,	724,	'_elementor_pro_version',	'3.11.3'),
(5620,	724,	'_wp_page_template',	'elementor_header_footer'),
(5621,	724,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Designing with purpose, intent<br \\/>and creativity, of course.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5622,	724,	'_elementor_page_assets',	'a:0:{}'),
(5625,	725,	'_thumbnail_id',	'266'),
(5626,	725,	'_elementor_edit_mode',	'builder'),
(5627,	725,	'_elementor_template_type',	'wp-post'),
(5628,	725,	'_elementor_version',	'3.11.2'),
(5629,	725,	'_elementor_pro_version',	'3.11.3'),
(5630,	725,	'_wp_page_template',	'elementor_header_footer'),
(5631,	725,	'_elementor_data',	'[]'),
(5632,	725,	'_elementor_page_assets',	'a:0:{}'),
(5633,	726,	'_thumbnail_id',	'266'),
(5634,	726,	'_elementor_edit_mode',	'builder'),
(5635,	726,	'_elementor_template_type',	'wp-post'),
(5636,	726,	'_elementor_version',	'3.11.2'),
(5637,	726,	'_elementor_pro_version',	'3.11.3'),
(5638,	726,	'_wp_page_template',	'elementor_header_footer'),
(5639,	726,	'_elementor_data',	'[]'),
(5640,	726,	'_elementor_page_assets',	'a:0:{}'),
(5641,	727,	'_thumbnail_id',	'266'),
(5642,	727,	'_elementor_edit_mode',	'builder'),
(5643,	727,	'_elementor_template_type',	'wp-post'),
(5644,	727,	'_elementor_version',	'3.11.2'),
(5645,	727,	'_elementor_pro_version',	'3.11.3'),
(5646,	727,	'_wp_page_template',	'elementor_header_footer'),
(5647,	727,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c99c33c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"68305b09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3a662e22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"26c8637b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"644e21d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3bb8d262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fca2a4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5648,	727,	'_elementor_page_assets',	'a:0:{}'),
(5650,	256,	'_yoast_wpseo_content_score',	'60'),
(5652,	728,	'_thumbnail_id',	'266'),
(5653,	728,	'_elementor_edit_mode',	'builder'),
(5654,	728,	'_elementor_template_type',	'wp-post'),
(5655,	728,	'_elementor_version',	'3.11.2'),
(5656,	728,	'_elementor_pro_version',	'3.11.3'),
(5657,	728,	'_wp_page_template',	'elementor_header_footer'),
(5658,	728,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c99c33c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"68305b09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3a662e22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"26c8637b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"644e21d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3bb8d262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fca2a4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5659,	728,	'_elementor_page_assets',	'a:0:{}'),
(5661,	729,	'_thumbnail_id',	'266'),
(5662,	729,	'_elementor_edit_mode',	'builder'),
(5663,	729,	'_elementor_template_type',	'wp-post'),
(5664,	729,	'_elementor_version',	'3.11.2'),
(5665,	729,	'_elementor_pro_version',	'3.11.3'),
(5666,	729,	'_wp_page_template',	'elementor_header_footer'),
(5667,	729,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c99c33c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"68305b09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3a662e22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"26c8637b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"644e21d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3bb8d262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fca2a4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5668,	729,	'_elementor_page_assets',	'a:0:{}'),
(5670,	730,	'_thumbnail_id',	'266'),
(5671,	730,	'_elementor_edit_mode',	'builder'),
(5672,	730,	'_elementor_template_type',	'wp-post'),
(5673,	730,	'_elementor_version',	'3.11.2'),
(5674,	730,	'_elementor_pro_version',	'3.11.3'),
(5675,	730,	'_wp_page_template',	'elementor_header_footer'),
(5676,	730,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c99c33c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"68305b09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3a662e22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"26c8637b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"644e21d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3bb8d262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fca2a4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5677,	730,	'_elementor_page_assets',	'a:0:{}'),
(5679,	731,	'_thumbnail_id',	'266'),
(5680,	731,	'_elementor_edit_mode',	'builder'),
(5681,	731,	'_elementor_template_type',	'wp-post'),
(5682,	731,	'_elementor_version',	'3.11.2'),
(5683,	731,	'_elementor_pro_version',	'3.11.3'),
(5684,	731,	'_wp_page_template',	'elementor_header_footer'),
(5685,	731,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c99c33c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"68305b09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3a662e22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"26c8637b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"644e21d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3bb8d262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fca2a4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5686,	731,	'_elementor_page_assets',	'a:0:{}'),
(5688,	732,	'_thumbnail_id',	'266'),
(5689,	732,	'_elementor_edit_mode',	'builder'),
(5690,	732,	'_elementor_template_type',	'wp-post'),
(5691,	732,	'_elementor_version',	'3.11.2'),
(5692,	732,	'_elementor_pro_version',	'3.11.3'),
(5693,	732,	'_wp_page_template',	'elementor_header_footer'),
(5694,	732,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c99c33c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"68305b09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3a662e22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"26c8637b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"644e21d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3bb8d262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fca2a4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5695,	732,	'_elementor_page_assets',	'a:0:{}'),
(5697,	733,	'_thumbnail_id',	'266'),
(5698,	733,	'_elementor_edit_mode',	'builder'),
(5699,	733,	'_elementor_template_type',	'wp-post'),
(5700,	733,	'_elementor_version',	'3.11.2'),
(5701,	733,	'_elementor_pro_version',	'3.11.3'),
(5702,	733,	'_wp_page_template',	'elementor_header_footer'),
(5703,	733,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c99c33c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"68305b09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3a662e22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"26c8637b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"644e21d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3bb8d262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fca2a4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5704,	733,	'_elementor_page_assets',	'a:0:{}'),
(5706,	734,	'_elementor_edit_mode',	'builder'),
(5707,	734,	'_elementor_template_type',	'page'),
(5708,	734,	'_elementor_version',	'3.11.2'),
(5709,	734,	'_elementor_pro_version',	'3.11.3'),
(5710,	735,	'_elementor_edit_mode',	'builder'),
(5711,	735,	'_elementor_template_type',	'page'),
(5712,	735,	'_elementor_version',	'3.11.2'),
(5713,	735,	'_elementor_pro_version',	'3.11.3'),
(5714,	734,	'_wp_page_template',	'elementor_header_footer'),
(5715,	734,	'_elementor_data',	'[{\"id\":\"7c472275\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"67086a1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"13491d21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"32ab73e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"66dc3e60\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"192ce461\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"72ac937d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"5e91135\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6046e75a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3df81e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5a1c643a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a21a6e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"68e6394e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"10b1e08f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"6353a847\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70febe87\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2b6ef42a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"622dac60\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c3e923\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"51863920\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"61c3c70e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5f85f1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3e608346\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"5650ecfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"314ba43b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f1742bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"7c47b9d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"2ef02bef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3b0637c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"36a4b82d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57480c04\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1678402\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"127b9668\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6664fe50\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"45f4ad5c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3373d176\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"71630cac\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6a1e698e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"59a3035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6939469b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"194883d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4a2a8ab0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a34854\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"18bf8b7e\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"72c73e0c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"544ceff9\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"57a88ba3\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"7909bee1\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"6a792329\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"62cd6407\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fc28402\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"78d3aaa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"4b6b5cca\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"33a57ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"486fe447\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5716,	736,	'_elementor_edit_mode',	'builder'),
(5717,	736,	'_elementor_template_type',	'page'),
(5718,	736,	'_elementor_version',	'3.11.2'),
(5719,	736,	'_elementor_pro_version',	'3.11.3'),
(5720,	736,	'_wp_page_template',	'elementor_header_footer'),
(5721,	736,	'_elementor_data',	'[{\"id\":\"7c472275\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"67086a1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"13491d21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"32ab73e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"66dc3e60\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"192ce461\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"72ac937d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"5e91135\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6046e75a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3df81e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5a1c643a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a21a6e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"68e6394e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"10b1e08f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"6353a847\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70febe87\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2b6ef42a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"622dac60\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c3e923\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"51863920\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"61c3c70e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5f85f1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3e608346\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"5650ecfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"314ba43b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f1742bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"7c47b9d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"2ef02bef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3b0637c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"36a4b82d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57480c04\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1678402\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"127b9668\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6664fe50\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"45f4ad5c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3373d176\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"71630cac\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6a1e698e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"59a3035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6939469b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"194883d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4a2a8ab0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a34854\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"18bf8b7e\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"72c73e0c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"544ceff9\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"57a88ba3\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"7909bee1\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"6a792329\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"62cd6407\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fc28402\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"78d3aaa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"4b6b5cca\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"33a57ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"486fe447\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5722,	734,	'_elementor_page_assets',	'a:0:{}'),
(5723,	737,	'_thumbnail_id',	'287'),
(5724,	737,	'_elementor_edit_mode',	'builder'),
(5725,	737,	'_elementor_template_type',	'wp-post'),
(5726,	737,	'_elementor_version',	'3.11.2'),
(5727,	737,	'_elementor_pro_version',	'3.11.3'),
(5728,	737,	'_wp_page_template',	'elementor_header_footer'),
(5729,	737,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Designing with purpose, intent<br \\/>and creativity, of course.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5730,	737,	'_elementor_page_assets',	'a:0:{}'),
(5732,	738,	'_thumbnail_id',	'287'),
(5733,	738,	'_elementor_edit_mode',	'builder'),
(5734,	738,	'_elementor_template_type',	'wp-post'),
(5735,	738,	'_elementor_version',	'3.11.2'),
(5736,	738,	'_elementor_pro_version',	'3.11.3'),
(5737,	738,	'_wp_page_template',	'elementor_header_footer'),
(5738,	738,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Designing with purpose, intent<br \\/>and creativity, of course.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5739,	738,	'_elementor_page_assets',	'a:0:{}'),
(5741,	739,	'_thumbnail_id',	'287'),
(5742,	739,	'_elementor_edit_mode',	'builder'),
(5743,	739,	'_elementor_template_type',	'wp-post'),
(5744,	739,	'_elementor_version',	'3.11.2'),
(5745,	739,	'_elementor_pro_version',	'3.11.3'),
(5746,	739,	'_wp_page_template',	'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5747,	739,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Designing with purpose, intent<br \\/>and creativity, of course.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5748,	739,	'_elementor_page_assets',	'a:0:{}'),
(5761,	741,	'_thumbnail_id',	'266'),
(5762,	741,	'_elementor_edit_mode',	'builder'),
(5763,	741,	'_elementor_template_type',	'wp-post'),
(5764,	741,	'_elementor_version',	'3.11.2'),
(5765,	741,	'_elementor_pro_version',	'3.11.3'),
(5766,	741,	'_wp_page_template',	'elementor_header_footer'),
(5767,	741,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c99c33c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"68305b09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3a662e22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"26c8637b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"644e21d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3bb8d262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fca2a4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5768,	741,	'_elementor_page_assets',	'a:0:{}'),
(5770,	742,	'_thumbnail_id',	'266'),
(5771,	742,	'_elementor_edit_mode',	'builder'),
(5772,	742,	'_elementor_template_type',	'wp-post'),
(5773,	742,	'_elementor_version',	'3.11.2'),
(5774,	742,	'_elementor_pro_version',	'3.11.3'),
(5775,	742,	'_wp_page_template',	'elementor_header_footer'),
(5776,	742,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c99c33c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"68305b09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3a662e22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"26c8637b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"644e21d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3bb8d262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fca2a4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5777,	742,	'_elementor_page_assets',	'a:0:{}'),
(5779,	743,	'_thumbnail_id',	'266'),
(5780,	743,	'_elementor_edit_mode',	'builder'),
(5781,	743,	'_elementor_template_type',	'wp-post'),
(5782,	743,	'_elementor_version',	'3.11.2'),
(5783,	743,	'_elementor_pro_version',	'3.11.3'),
(5784,	743,	'_wp_page_template',	'elementor_header_footer'),
(5785,	743,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bespoke, branded websites that\\nconvert sales and look great.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make your website work for you.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"On the World Wide Web there are countless\\nboring and poorly designed websites. We make\\nwebsites that do the heavy lifting for you and\\nfundamentally look good whilst doing it.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c99c33c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"68305b09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3a662e22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"26c8637b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"644e21d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3bb8d262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fca2a4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5786,	743,	'_elementor_page_assets',	'a:0:{}'),
(5788,	744,	'_thumbnail_id',	'266'),
(5789,	744,	'_elementor_edit_mode',	'builder'),
(5790,	744,	'_elementor_template_type',	'wp-post'),
(5791,	744,	'_elementor_version',	'3.11.2'),
(5792,	744,	'_elementor_pro_version',	'3.11.3'),
(5793,	744,	'_wp_page_template',	'elementor_header_footer'),
(5794,	744,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bespoke, branded websites that\\nconvert sales and look great.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make your website work for you.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"On the World Wide Web there are countless\\nboring and poorly designed websites. We make\\nwebsites that do the heavy lifting for you and\\nfundamentally look good whilst doing it.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c99c33c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"68305b09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3a662e22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"26c8637b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"644e21d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3bb8d262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fca2a4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5795,	744,	'_elementor_page_assets',	'a:0:{}'),
(5797,	745,	'_thumbnail_id',	'266'),
(5798,	745,	'_elementor_edit_mode',	'builder'),
(5799,	745,	'_elementor_template_type',	'wp-post'),
(5800,	745,	'_elementor_version',	'3.11.2'),
(5801,	745,	'_elementor_pro_version',	'3.11.3'),
(5802,	745,	'_wp_page_template',	'elementor_header_footer'),
(5803,	745,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bespoke, branded websites that\\nconvert sales and look great.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make your website work for you.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"On the World Wide Web there are countless\\nboring and poorly designed websites. We make\\nwebsites that do the heavy lifting for you and\\nfundamentally look good whilst doing it.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c99c33c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"68305b09\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3a662e22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"26c8637b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"644e21d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3bb8d262\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fca2a4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5804,	745,	'_elementor_page_assets',	'a:0:{}'),
(5806,	746,	'_thumbnail_id',	'266'),
(5807,	746,	'_elementor_edit_mode',	'builder'),
(5808,	746,	'_elementor_template_type',	'wp-post'),
(5809,	746,	'_elementor_version',	'3.11.2'),
(5810,	746,	'_elementor_pro_version',	'3.11.3'),
(5811,	746,	'_wp_page_template',	'elementor_header_footer'),
(5812,	746,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bespoke, branded websites that\\nconvert sales and look great.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make your website work for you.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"On the World Wide Web there are countless\\nboring and poorly designed websites. We make\\nwebsites that do the heavy lifting for you and\\nfundamentally look good whilst doing it.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5813,	746,	'_elementor_page_assets',	'a:0:{}'),
(5826,	748,	'_elementor_edit_mode',	'builder'),
(5827,	748,	'_elementor_template_type',	'single-post'),
(5828,	748,	'_elementor_version',	'3.11.2'),
(5829,	748,	'_elementor_pro_version',	'3.11.3'),
(5830,	748,	'_wp_page_template',	'elementor_header_footer'),
(5831,	748,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:23:\"single/faction_projects\";s:10:\"preview_id\";s:0:\"\";}'),
(5832,	748,	'_elementor_data',	'[{\"id\":\"1b60a968\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"46b8a41c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"21c4502c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ad3027f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"574aaf9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6a5a613d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"58613934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"c6ca744\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b5dd84f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"d11a857\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%2C%22link%22%3A%22%22%2C%22fallback%22%3A%22Category%20fallback%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"420c45cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"4b6d2c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bca2f30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"14cfce0\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A40%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e88eee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"656b5345\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9a7870b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"381af668\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"503e72fb\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"426348b6\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"2c820ba\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"325c3b03\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"4e62f4c8\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7d2672ca\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1376b70f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(5833,	748,	'_elementor_page_assets',	'a:0:{}'),
(5834,	748,	'_elementor_conditions',	'a:1:{i:0;s:33:\"include/singular/faction_projects\";}'),
(5835,	748,	'_elementor_screenshot_failed',	'2023-02-27 17:18:25'),
(5836,	749,	'_elementor_edit_mode',	'builder'),
(5837,	749,	'_elementor_template_type',	'single-post'),
(5838,	749,	'_elementor_version',	'3.11.2'),
(5839,	749,	'_elementor_pro_version',	'3.11.3'),
(5840,	749,	'_wp_page_template',	'elementor_header_footer'),
(5841,	749,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:23:\"single/faction_projects\";s:10:\"preview_id\";s:0:\"\";}'),
(5842,	749,	'_elementor_data',	'[{\"id\":\"1b60a968\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"46b8a41c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"21c4502c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ad3027f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"574aaf9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6a5a613d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"58613934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"c6ca744\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b5dd84f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"d11a857\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%2C%22link%22%3A%22%22%2C%22fallback%22%3A%22Category%20fallback%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"420c45cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"4b6d2c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bca2f30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"14cfce0\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A40%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e88eee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"656b5345\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9a7870b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(5843,	749,	'_elementor_page_assets',	'a:0:{}'),
(5844,	749,	'_elementor_conditions',	'a:1:{i:0;s:33:\"include/singular/faction_projects\";}'),
(5845,	750,	'_elementor_edit_mode',	'builder'),
(5846,	750,	'_elementor_template_type',	'single-post'),
(5847,	750,	'_elementor_version',	'3.11.2'),
(5848,	750,	'_elementor_pro_version',	'3.11.3'),
(5849,	750,	'_wp_page_template',	'elementor_header_footer'),
(5850,	750,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:23:\"single/faction_projects\";s:10:\"preview_id\";s:0:\"\";}'),
(5851,	750,	'_elementor_data',	'[{\"id\":\"1b60a968\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"46b8a41c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"21c4502c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"6c15d70\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63d8d2d3ba973%3Aservice_page_top_header_image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2Fcomputer-mockup-copy.webp%22%2C%22id%22%3A629%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ad3027f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"574aaf9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6a5a613d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"58613934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"c6ca744\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b5dd84f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"d11a857\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%2C%22link%22%3A%22%22%2C%22fallback%22%3A%22Category%20fallback%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"420c45cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"4b6d2c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bca2f30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"14cfce0\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A40%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e88eee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"656b5345\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9a7870b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(5852,	750,	'_elementor_page_assets',	'a:0:{}'),
(5853,	750,	'_elementor_conditions',	'a:1:{i:0;s:33:\"include/singular/faction_projects\";}'),
(5854,	751,	'_elementor_edit_mode',	'builder'),
(5855,	751,	'_elementor_template_type',	'single-post'),
(5856,	751,	'_elementor_version',	'3.11.2'),
(5857,	751,	'_elementor_pro_version',	'3.11.3'),
(5858,	751,	'_wp_page_template',	'elementor_header_footer'),
(5859,	751,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:23:\"single/faction_projects\";s:10:\"preview_id\";s:0:\"\";}'),
(5860,	751,	'_elementor_data',	'[{\"id\":\"1b60a968\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"46b8a41c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"21c4502c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"6c15d70\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63d8d2d3ba973%3Aservice_page_top_header_image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2Fcomputer-mockup-copy.webp%22%2C%22id%22%3A629%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ad3027f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"574aaf9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6a5a613d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"58613934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"c6ca744\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b5dd84f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"d11a857\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%2C%22link%22%3A%22%22%2C%22fallback%22%3A%22Category%20fallback%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"420c45cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"4b6d2c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bca2f30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"14cfce0\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A40%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e88eee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"656b5345\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9a7870b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(5861,	751,	'_elementor_page_assets',	'a:0:{}'),
(5862,	751,	'_elementor_conditions',	'a:1:{i:0;s:33:\"include/singular/faction_projects\";}'),
(5864,	752,	'_elementor_edit_mode',	'builder'),
(5865,	752,	'_elementor_template_type',	'single-post'),
(5866,	752,	'_elementor_version',	'3.11.2'),
(5867,	752,	'_elementor_pro_version',	'3.11.3'),
(5868,	752,	'_wp_page_template',	'elementor_header_footer'),
(5869,	752,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:23:\"single/faction_projects\";s:10:\"preview_id\";s:0:\"\";}'),
(5870,	752,	'_elementor_data',	'[{\"id\":\"1b60a968\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"46b8a41c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"21c4502c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\",\"__dynamic__\":[]},\"elements\":[{\"id\":\"e14bf8a\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"label_color\":\"#111414\",\"__globals__\":{\"label_color\":\"\",\"arrow_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false},{\"id\":\"5e1a54a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"6c15d70\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63d8d2d3ba973%3Aservice_page_top_header_image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2Fcomputer-mockup-copy.webp%22%2C%22id%22%3A629%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ad3027f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"574aaf9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6a5a613d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"58613934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"c6ca744\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b5dd84f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"d11a857\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%2C%22link%22%3A%22%22%2C%22fallback%22%3A%22Category%20fallback%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"420c45cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"4b6d2c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bca2f30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"14cfce0\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A40%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e88eee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"656b5345\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9a7870b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(5871,	752,	'_elementor_page_assets',	'a:0:{}'),
(5872,	752,	'_elementor_conditions',	'a:1:{i:0;s:33:\"include/singular/faction_projects\";}'),
(5875,	753,	'_thumbnail_id',	'274'),
(5876,	753,	'_elementor_edit_mode',	'builder'),
(5877,	753,	'_elementor_template_type',	'wp-post'),
(5878,	753,	'_elementor_version',	'3.11.2'),
(5879,	753,	'_elementor_pro_version',	'3.11.3'),
(5880,	753,	'_wp_page_template',	'elementor_header_footer'),
(5881,	753,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"8ebf631\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5882,	753,	'_elementor_page_assets',	'a:0:{}'),
(5884,	754,	'_thumbnail_id',	'274'),
(5885,	754,	'_elementor_edit_mode',	'builder'),
(5886,	754,	'_elementor_template_type',	'wp-post'),
(5887,	754,	'_elementor_version',	'3.11.2'),
(5888,	754,	'_elementor_pro_version',	'3.11.3'),
(5889,	754,	'_wp_page_template',	'elementor_header_footer'),
(5890,	754,	'_elementor_data',	'[{\"id\":\"e198a71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"8604698\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"5195f06\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8d2c88b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"1f16198\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da49a49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"5f54bb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"18b5dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0fbca49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68178cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"84f71dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c727ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"0fb7fcc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"f15fa2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"0ae24de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"afda62a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef88109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3fc586f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f25e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"24aac66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"09459c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bdf0691\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33b129f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"291b5f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"713a64d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a6df279\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cae4cdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"cd3d707\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb505a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"128b75d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"38a78fe\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"e1fd3b4\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"5bbe48a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"b5a8558\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"81226e2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"8ebf631\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a5dea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"14538e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"97fc3e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"471e2c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"ba5767c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5891,	754,	'_elementor_page_assets',	'a:0:{}'),
(5893,	755,	'_thumbnail_id',	'274'),
(5894,	755,	'_elementor_edit_mode',	'builder'),
(5895,	755,	'_elementor_template_type',	'wp-post'),
(5896,	755,	'_elementor_version',	'3.11.2'),
(5897,	755,	'_elementor_pro_version',	'3.11.3'),
(5898,	755,	'_wp_page_template',	'elementor_header_footer'),
(5899,	755,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5900,	755,	'_elementor_page_assets',	'a:0:{}'),
(5903,	756,	'_thumbnail_id',	'266'),
(5904,	756,	'_elementor_edit_mode',	'builder'),
(5905,	756,	'_elementor_template_type',	'wp-post'),
(5906,	756,	'_elementor_version',	'3.11.2'),
(5907,	756,	'_elementor_pro_version',	'3.11.3'),
(5908,	756,	'_wp_page_template',	'elementor_header_footer'),
(5909,	756,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bespoke, branded websites that\\nconvert sales and look great.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make your website work for you.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"On the World Wide Web there are countless\\nboring and poorly designed websites. We make\\nwebsites that do the heavy lifting for you and\\nfundamentally look good whilst doing it.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5910,	756,	'_elementor_page_assets',	'a:0:{}'),
(5912,	757,	'_thumbnail_id',	'266'),
(5913,	757,	'_elementor_edit_mode',	'builder'),
(5914,	757,	'_elementor_template_type',	'wp-post'),
(5915,	757,	'_elementor_version',	'3.11.2'),
(5916,	757,	'_elementor_pro_version',	'3.11.3'),
(5917,	757,	'_wp_page_template',	'elementor_header_footer'),
(5918,	757,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bespoke, branded websites that\\nconvert sales and look great.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make your website work for you.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"On the World Wide Web there are countless\\nboring and poorly designed websites. We make\\nwebsites that do the heavy lifting for you and\\nfundamentally look good whilst doing it.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5919,	757,	'_elementor_page_assets',	'a:0:{}'),
(5921,	758,	'_thumbnail_id',	'266'),
(5922,	758,	'_elementor_edit_mode',	'builder'),
(5923,	758,	'_elementor_template_type',	'wp-post'),
(5924,	758,	'_elementor_version',	'3.11.2'),
(5925,	758,	'_elementor_pro_version',	'3.11.3'),
(5926,	758,	'_wp_page_template',	'elementor_header_footer'),
(5927,	758,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bespoke, branded websites that\\nconvert sales and look great.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make your website work for you.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"On the World Wide Web there are countless\\nboring and poorly designed websites. We make\\nwebsites that do the heavy lifting for you and\\nfundamentally look good whilst doing it.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5928,	758,	'_elementor_page_assets',	'a:0:{}'),
(5939,	760,	'_thumbnail_id',	'266'),
(5940,	760,	'_elementor_edit_mode',	'builder'),
(5941,	760,	'_elementor_template_type',	'wp-post'),
(5942,	760,	'_elementor_version',	'3.11.2'),
(5943,	760,	'_elementor_pro_version',	'3.11.3'),
(5944,	760,	'_wp_page_template',	'elementor_header_footer'),
(5945,	760,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bespoke, branded websites that\\nconvert sales and look great.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make your website work for you.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"On the World Wide Web there are countless\\nboring and poorly designed websites. We make\\nwebsites that do the heavy lifting for you and\\nfundamentally look good whilst doing it.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5946,	760,	'_elementor_page_assets',	'a:0:{}'),
(5948,	761,	'_thumbnail_id',	'266'),
(5949,	761,	'_elementor_edit_mode',	'builder'),
(5950,	761,	'_elementor_template_type',	'wp-post'),
(5951,	761,	'_elementor_version',	'3.11.2'),
(5952,	761,	'_elementor_pro_version',	'3.11.3'),
(5953,	761,	'_wp_page_template',	'elementor_header_footer'),
(5954,	761,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bespoke, branded websites that\\nconvert sales and look great.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make your website work for you.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"On the World Wide Web there are countless\\nboring and poorly designed websites. We make\\nwebsites that do the heavy lifting for you and\\nfundamentally look good whilst doing it.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5955,	761,	'_elementor_page_assets',	'a:0:{}'),
(5957,	762,	'_thumbnail_id',	'266'),
(5958,	762,	'_elementor_edit_mode',	'builder'),
(5959,	762,	'_elementor_template_type',	'wp-post'),
(5960,	762,	'_elementor_version',	'3.11.2'),
(5961,	762,	'_elementor_pro_version',	'3.11.3'),
(5962,	762,	'_wp_page_template',	'elementor_header_footer'),
(5963,	762,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bespoke, branded websites that\\nconvert sales and look great.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5964,	762,	'_elementor_page_assets',	'a:0:{}'),
(5966,	763,	'_thumbnail_id',	'274'),
(5967,	763,	'_elementor_edit_mode',	'builder'),
(5968,	763,	'_elementor_template_type',	'wp-post'),
(5969,	763,	'_elementor_version',	'3.11.2'),
(5970,	763,	'_elementor_pro_version',	'3.11.3'),
(5971,	763,	'_wp_page_template',	'elementor_header_footer'),
(5972,	763,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5973,	763,	'_elementor_page_assets',	'a:0:{}'),
(5975,	764,	'_thumbnail_id',	'274'),
(5976,	764,	'_elementor_edit_mode',	'builder'),
(5977,	764,	'_elementor_template_type',	'wp-post'),
(5978,	764,	'_elementor_version',	'3.11.2'),
(5979,	764,	'_elementor_pro_version',	'3.11.3'),
(5980,	764,	'_wp_page_template',	'elementor_header_footer'),
(5981,	764,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5982,	764,	'_elementor_page_assets',	'a:0:{}'),
(5984,	765,	'_thumbnail_id',	'274'),
(5985,	765,	'_elementor_edit_mode',	'builder'),
(5986,	765,	'_elementor_template_type',	'wp-post'),
(5987,	765,	'_elementor_version',	'3.11.2'),
(5988,	765,	'_elementor_pro_version',	'3.11.3'),
(5989,	765,	'_wp_page_template',	'elementor_header_footer'),
(5990,	765,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5991,	765,	'_elementor_page_assets',	'a:0:{}'),
(6003,	767,	'_thumbnail_id',	'266'),
(6004,	767,	'_elementor_edit_mode',	'builder'),
(6005,	767,	'_elementor_template_type',	'wp-post'),
(6006,	767,	'_elementor_version',	'3.11.2'),
(6007,	767,	'_elementor_pro_version',	'3.11.3'),
(6008,	767,	'_wp_page_template',	'elementor_header_footer'),
(6009,	767,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bespoke, branded websites that\\nconvert sales and look great.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6010,	767,	'_elementor_page_assets',	'a:0:{}'),
(6012,	768,	'_thumbnail_id',	'266'),
(6013,	768,	'_elementor_edit_mode',	'builder'),
(6014,	768,	'_elementor_template_type',	'wp-post'),
(6015,	768,	'_elementor_version',	'3.11.2'),
(6016,	768,	'_elementor_pro_version',	'3.11.3'),
(6017,	768,	'_wp_page_template',	'elementor_header_footer'),
(6018,	768,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bespoke, branded websites that\\nconvert sales and look great.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6019,	768,	'_elementor_page_assets',	'a:0:{}'),
(6021,	769,	'_thumbnail_id',	'266'),
(6022,	769,	'_elementor_edit_mode',	'builder'),
(6023,	769,	'_elementor_template_type',	'wp-post'),
(6024,	769,	'_elementor_version',	'3.11.2'),
(6025,	769,	'_elementor_pro_version',	'3.11.3'),
(6026,	769,	'_wp_page_template',	'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6027,	769,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bespoke, branded websites that<br \\/>convert sales and look great.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6028,	769,	'_elementor_page_assets',	'a:0:{}'),
(6031,	770,	'_thumbnail_id',	'274'),
(6032,	770,	'_elementor_edit_mode',	'builder'),
(6033,	770,	'_elementor_template_type',	'wp-post'),
(6034,	770,	'_elementor_version',	'3.11.2'),
(6035,	770,	'_elementor_pro_version',	'3.11.3'),
(6036,	770,	'_wp_page_template',	'elementor_header_footer'),
(6037,	770,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6038,	770,	'_elementor_page_assets',	'a:0:{}'),
(6040,	771,	'_thumbnail_id',	'274'),
(6041,	771,	'_elementor_edit_mode',	'builder'),
(6042,	771,	'_elementor_template_type',	'wp-post'),
(6043,	771,	'_elementor_version',	'3.11.2'),
(6044,	771,	'_elementor_pro_version',	'3.11.3'),
(6045,	771,	'_wp_page_template',	'elementor_header_footer'),
(6046,	771,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6047,	771,	'_elementor_page_assets',	'a:0:{}'),
(6049,	772,	'_thumbnail_id',	'274'),
(6050,	772,	'_elementor_edit_mode',	'builder'),
(6051,	772,	'_elementor_template_type',	'wp-post'),
(6052,	772,	'_elementor_version',	'3.11.2'),
(6053,	772,	'_elementor_pro_version',	'3.11.3'),
(6054,	772,	'_wp_page_template',	'elementor_header_footer'),
(6055,	772,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6056,	772,	'_elementor_page_assets',	'a:0:{}'),
(6059,	773,	'_thumbnail_id',	'287'),
(6060,	773,	'_elementor_edit_mode',	'builder'),
(6061,	773,	'_elementor_template_type',	'wp-post'),
(6062,	773,	'_elementor_version',	'3.11.2'),
(6063,	773,	'_elementor_pro_version',	'3.11.3'),
(6064,	773,	'_wp_page_template',	'elementor_header_footer'),
(6065,	773,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Designing with purpose, intent<br \\/>and creativity, of course.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6066,	773,	'_elementor_page_assets',	'a:0:{}'),
(6068,	774,	'_thumbnail_id',	'287'),
(6069,	774,	'_elementor_edit_mode',	'builder'),
(6070,	774,	'_elementor_template_type',	'wp-post'),
(6071,	774,	'_elementor_version',	'3.11.2'),
(6072,	774,	'_elementor_pro_version',	'3.11.3'),
(6073,	774,	'_wp_page_template',	'elementor_header_footer'),
(6074,	774,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Designing with purpose, intent<br \\/>and creativity, of course.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6075,	774,	'_elementor_page_assets',	'a:0:{}'),
(6077,	775,	'_thumbnail_id',	'287'),
(6078,	775,	'_elementor_edit_mode',	'builder'),
(6079,	775,	'_elementor_template_type',	'wp-post'),
(6080,	775,	'_elementor_version',	'3.11.2'),
(6081,	775,	'_elementor_pro_version',	'3.11.3'),
(6082,	775,	'_wp_page_template',	'elementor_header_footer'),
(6083,	775,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Designing with purpose, intent<br \\/>and creativity, of course.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6084,	775,	'_elementor_page_assets',	'a:0:{}'),
(6087,	776,	'_thumbnail_id',	'266'),
(6088,	776,	'_elementor_edit_mode',	'builder'),
(6089,	776,	'_elementor_template_type',	'wp-post'),
(6090,	776,	'_elementor_version',	'3.11.2'),
(6091,	776,	'_elementor_pro_version',	'3.11.3'),
(6092,	776,	'_wp_page_template',	'elementor_header_footer'),
(6093,	776,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bespoke, branded websites that<br \\/>convert sales and look great.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6094,	776,	'_elementor_page_assets',	'a:0:{}'),
(6096,	777,	'_thumbnail_id',	'266'),
(6097,	777,	'_elementor_edit_mode',	'builder'),
(6098,	777,	'_elementor_template_type',	'wp-post'),
(6099,	777,	'_elementor_version',	'3.11.2'),
(6100,	777,	'_elementor_pro_version',	'3.11.3'),
(6101,	777,	'_wp_page_template',	'elementor_header_footer'),
(6102,	777,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bespoke, branded websites that<br \\/>convert sales and look great.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6103,	777,	'_elementor_page_assets',	'a:0:{}'),
(6105,	778,	'_thumbnail_id',	'266'),
(6106,	778,	'_elementor_edit_mode',	'builder'),
(6107,	778,	'_elementor_template_type',	'wp-post'),
(6108,	778,	'_elementor_version',	'3.11.2'),
(6109,	778,	'_elementor_pro_version',	'3.11.3'),
(6110,	778,	'_wp_page_template',	'elementor_header_footer'),
(6111,	778,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bespoke, branded websites that<br \\/>convert sales and look great.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6112,	778,	'_elementor_page_assets',	'a:0:{}'),
(6116,	780,	'_thumbnail_id',	'274'),
(6117,	780,	'_elementor_edit_mode',	'builder'),
(6118,	780,	'_elementor_template_type',	'wp-post'),
(6119,	780,	'_elementor_version',	'3.11.2'),
(6120,	780,	'_elementor_pro_version',	'3.11.3'),
(6121,	780,	'_wp_page_template',	'elementor_header_footer'),
(6122,	780,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6123,	780,	'_elementor_page_assets',	'a:0:{}'),
(6125,	781,	'_thumbnail_id',	'274'),
(6126,	781,	'_elementor_edit_mode',	'builder'),
(6127,	781,	'_elementor_template_type',	'wp-post'),
(6128,	781,	'_elementor_version',	'3.11.2'),
(6129,	781,	'_elementor_pro_version',	'3.11.3'),
(6130,	781,	'_wp_page_template',	'elementor_header_footer'),
(6131,	781,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6132,	781,	'_elementor_page_assets',	'a:0:{}'),
(6134,	782,	'_thumbnail_id',	'274'),
(6135,	782,	'_elementor_edit_mode',	'builder'),
(6136,	782,	'_elementor_template_type',	'wp-post'),
(6137,	782,	'_elementor_version',	'3.11.2'),
(6138,	782,	'_elementor_pro_version',	'3.11.3'),
(6139,	782,	'_wp_page_template',	'elementor_header_footer'),
(6140,	782,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6141,	782,	'_elementor_page_assets',	'a:0:{}'),
(6144,	783,	'_elementor_edit_mode',	'builder'),
(6145,	783,	'_elementor_template_type',	'footer'),
(6146,	783,	'_elementor_version',	'3.11.2'),
(6147,	783,	'_elementor_pro_version',	'3.11.3'),
(6148,	783,	'_wp_page_template',	'default'),
(6149,	783,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}]},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=text\",\"marquee_item_typography_typography\":\"globals\\/typography?id=c2638d5\"}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"70\",\"dce_counter_step\":\"1\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa5398d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"05f3248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0685fd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"52097f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(6150,	783,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(6151,	783,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6153,	783,	'_elementor_screenshot',	'a:2:{s:2:\"id\";i:609;s:3:\"url\";s:131:\"https://www.scriptin.me/fweb/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_95_2023-02-27-18-22-29_59fbfe73.png\";}'),
(6154,	784,	'_elementor_edit_mode',	'builder'),
(6155,	784,	'_elementor_template_type',	'footer'),
(6156,	784,	'_elementor_version',	'3.11.2'),
(6157,	784,	'_elementor_pro_version',	'3.11.3'),
(6158,	784,	'_wp_page_template',	'default'),
(6159,	784,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}]},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"},{\"title\":\"Got a project in mind? Contact Us. You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=text\",\"marquee_item_typography_typography\":\"globals\\/typography?id=c2638d5\"}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"70\",\"dce_counter_step\":\"1\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa5398d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"05f3248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0685fd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"52097f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(6160,	784,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(6161,	784,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6163,	785,	'_elementor_edit_mode',	'builder'),
(6164,	785,	'_elementor_template_type',	'wp-page'),
(6165,	785,	'_elementor_version',	'3.11.2'),
(6166,	785,	'_elementor_pro_version',	'3.11.3'),
(6167,	785,	'_wp_page_template',	'elementor_header_footer'),
(6168,	785,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6169,	785,	'_elementor_page_assets',	'a:0:{}'),
(6170,	785,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(6172,	786,	'_elementor_edit_mode',	'builder'),
(6173,	786,	'_elementor_template_type',	'wp-page'),
(6174,	786,	'_elementor_version',	'3.11.2'),
(6175,	786,	'_elementor_pro_version',	'3.11.3'),
(6176,	786,	'_wp_page_template',	'elementor_header_footer'),
(6177,	786,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6178,	786,	'_elementor_page_assets',	'a:0:{}'),
(6179,	786,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(6181,	787,	'_elementor_edit_mode',	'builder'),
(6182,	787,	'_elementor_template_type',	'wp-page'),
(6183,	787,	'_elementor_version',	'3.11.2'),
(6184,	787,	'_elementor_pro_version',	'3.11.3'),
(6185,	787,	'_wp_page_template',	'elementor_header_footer'),
(6186,	787,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6187,	787,	'_elementor_page_assets',	'a:0:{}'),
(6188,	787,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(6204,	789,	'_elementor_edit_mode',	'builder'),
(6205,	789,	'_elementor_template_type',	'wp-page'),
(6206,	789,	'_elementor_version',	'3.11.2'),
(6207,	789,	'_elementor_pro_version',	'3.11.3'),
(6208,	789,	'_wp_page_template',	'elementor_header_footer'),
(6209,	789,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6210,	789,	'_elementor_page_assets',	'a:0:{}'),
(6211,	789,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(6213,	790,	'_elementor_edit_mode',	'builder'),
(6214,	790,	'_elementor_template_type',	'wp-page'),
(6215,	790,	'_elementor_version',	'3.11.2'),
(6216,	790,	'_elementor_pro_version',	'3.11.3'),
(6217,	790,	'_wp_page_template',	'elementor_header_footer'),
(6218,	790,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6219,	790,	'_elementor_page_assets',	'a:0:{}'),
(6220,	790,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(6222,	791,	'_elementor_edit_mode',	'builder'),
(6223,	791,	'_elementor_template_type',	'wp-page'),
(6224,	791,	'_elementor_version',	'3.11.2'),
(6225,	791,	'_elementor_pro_version',	'3.11.3'),
(6226,	791,	'_wp_page_template',	'elementor_header_footer'),
(6227,	791,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6228,	791,	'_elementor_page_assets',	'a:0:{}'),
(6229,	791,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(6232,	792,	'_edit_last',	'1'),
(6233,	792,	'_edit_lock',	'1677866434:1'),
(6234,	792,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6235,	792,	'_elementor_location',	'elementor_body_end'),
(6236,	792,	'_elementor_priority',	'1'),
(6237,	792,	'_elementor_code',	'<script>\r\njQuery(document).ready(function($){\r\nconst cursor = $(\".cursor\"),\r\n      body = $(\"body\"),\r\n      slider = $(\".slider\"),\r\n      nav = $(\".nav\"),\r\n      fail = $(\".fail\"),\r\n      invert = $(\".elementor-heading-title\"),\r\n      nav_open_menu = $(\".navopen\"),\r\n      wwidth = $(window).width(),\r\n      wheight = $(window).height(),\r\n             \r\ncursorMove = function() {\r\n  var e, n;\r\n  return (\r\n    body.addClass(\"cursor-on\"),\r\n    cursor.css({\r\n      transform: \"matrix(1, 0, 0, 1, \" + wwidth / 2 + \", \" + wheight / 2 + \")\"\r\n    }),\r\n    (e = wheight / 2),\r\n    (n = 0.65 * wwidth / 2),\r\n    n > e ? e : n,\r\n    $(window).on(\"mousemove\", function(e) {\r\n      var n, t;\r\n      if (\r\n        ((window.x = e.clientX),\r\n        (window.y = e.clientY),\r\n        cursor.css({\r\n          transform: \"matrix(1, 0, 0, 1, \" + x + \", \" + y + \")\"\r\n        }),\r\n        !nav.hasClass(\"overlay-visible\"))\r\n      )\r\n        return (\r\n          (n = Math.floor((x - 60) / 5)),\r\n          (t = Math.floor((y - 60) / 5)),\r\n          n < 20 && t < 20\r\n            ? nav_open_menu.addClass(\"magnetize\").css({\r\n                transform: \"scale(1.3) translate3d(\" + n + \"px, \" + t + \"px, 0)\"\r\n              })\r\n            : nav_open_menu.removeClass(\"magnetize\").attr(\"style\", \"\")\r\n        );\r\n    })\r\n  );\r\n};\r\ncursorBind = function() {\r\n    var e, n, t;\r\n    if (\r\n      ((n = cursor.find(\"span\")).removeClass(\"link external new\"),\r\n      (e = $(\".focus\")),\r\n      (t = $(\".slack\")),\r\n      $(window).on({\r\n        mouseenter: function() {\r\n          return n.removeClass(\"off\");\r\n        },\r\n        mouseleave: function() {\r\n          return n.addClass(\"off\");\r\n        }\r\n      }),\r\n      $(\"a, button, .cursor-link, .sort-listing th\").on({\r\n        mouseenter: function() {\r\n          var e;\r\n          return (\r\n            (e = $(this).hasClass(\"external\") ? \"link external\" : \"link\"),\r\n            n.addClass(e)\r\n          );\r\n        },\r\n        mouseleave: function() {\r\n          return n.removeClass(\"link external\");\r\n        }\r\n      }),\r\n      $(\"h1\").on({\r\n        mouseenter: function() {\r\n          var e;\r\n          return (\r\n            (e = $(this).hasClass(\"external\") ? \"invert external\" : \"invert\"),\r\n            n.addClass(e)\r\n          );\r\n        },\r\n        mouseleave: function() {\r\n          return n.removeClass(\"invert external\");\r\n        }\r\n      }),\r\n      e.length &&\r\n        e.find(\"a\").on({\r\n          mouseenter: function() {\r\n            return n.addClass(\"new\");\r\n          },\r\n          mouseleave: function() {\r\n            return n.removeClass(\"new\");\r\n          }\r\n        }),\r\n      slider.length &&\r\n        slider.on({\r\n          mouseenter: function() {\r\n            var e;\r\n            return (\r\n              (e = $(this).hasClass(\"full\") ? \"click\" : \"drag\"), n.addClass(e)\r\n            );\r\n          },\r\n          mouseleave: function() {\r\n            return n.removeClass(\"drag click\");\r\n          }\r\n        }),\r\n      t.length &&\r\n        t.on({\r\n          mouseenter: function() {\r\n            return n.addClass(\"light\");\r\n          },\r\n          mouseleave: function() {\r\n            return n.removeClass(\"light\");\r\n          }\r\n        }),\r\n      fail.length)\r\n    )\r\n      return fail.on({\r\n        mouseover: function() {\r\n          return n.addClass(\"relol\");\r\n        },\r\n        mouseleave: function() {\r\n          return n.removeClass(\"relol\");\r\n        }\r\n      });\r\n  };\r\n\r\ncursorMove();\r\ncursorBind();\r\n});\r\n</script>'),
(6238,	792,	'_elementor_extra_options',	'a:0:{}'),
(6239,	793,	'_edit_last',	'1'),
(6240,	793,	'_edit_lock',	'1677866155:1'),
(6241,	793,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6242,	793,	'_elementor_location',	'elementor_head'),
(6243,	793,	'_elementor_priority',	'1'),
(6244,	793,	'_elementor_code',	'<style>\r\n.cursor-on {\r\n  cursor: none;\r\n}\r\n.cursor-on * {\r\n  cursor: none;\r\n}\r\n.cursor-on .cursor {\r\n  position: fixed;\r\n  z-index: 10;\r\n  pointer-events: none;\r\n  top: -1rem;\r\n  left: -1rem;\r\n}\r\n.cursor-on .cursor > span {\r\n  display: block;\r\n  width: 2rem;\r\n  height: 2rem;\r\n  border-radius: 2rem;\r\n  background: #f8e71c;\r\n  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);\r\n  transform: scale(1);\r\n}\r\n.cursor-on .cursor > span.off {\r\n  transform: scale(0);\r\n}\r\n.cursor-on .cursor > span.link {\r\n  transform: scale(1.5);\r\n  background-color: #0000ed;\r\n}\r\n.cursor-on .cursor > span.link.external:after {\r\n  content: \"↗\";\r\n  display: block;\r\n  white-space: pre;\r\n  color: #ffffff;\r\n  font-weight: 100;\r\n  font-size: 1rem;\r\n  text-align: center;\r\n  width: 100%;\r\n  line-height: 1;\r\n  padding-top: 0.6em;\r\n}\r\n.cursor-on .cursor > span.light {\r\n  background: #fff;\r\n}\r\n.cursor-on .cursor > span.drag, .cursor-on .cursor > span.click, .cursor-on .cursor > span.relol, .cursor-on .cursor > span.new {\r\n  transform: scale(2.5);\r\n}\r\n.cursor-on .cursor > span.drag:after, .cursor-on .cursor > span.click:after, .cursor-on .cursor > span.relol:after, .cursor-on .cursor > span.new:after {\r\n  display: block;\r\n  content: \"\";\r\n  white-space: pre;\r\n  color: #fff;\r\n  font-size: 5px;\r\n  text-align: center;\r\n  width: 100%;\r\n  line-height: 1;\r\n  padding-top: calc((2rem / 2) - 2.5px);\r\n  color: #000000;\r\n}\r\n.cursor-on .cursor > span.drag:after {\r\n  content: \"play\";\r\n}\r\n.cursor-on .cursor > span.click:after {\r\n  content: \"click\\a click\";\r\n}\r\n.cursor-on .cursor > span.relol:after {\r\n  content: \"click\\ame\";\r\n  padding-top: calc((2rem / 2) - 5px);\r\n}\r\n.cursor-on .cursor > span.new:after {\r\n  content: \"new\\anew\";\r\n}\r\n.cursor-on:active .cursor > span {\r\n  transform: scale(0.75);\r\n}\r\n.cursor-on:active .cursor > span.link {\r\n  transform: scale(1);\r\n}\r\n.cursor-on:active .cursor > span.drag, .cursor-on:active .cursor > span.click, .cursor-on:active .cursor > span.relol, .cursor-on:active .cursor > span.new {\r\n  transform: scale(2);\r\n}\r\n\r\n.cursor-on .cursor {\r\n  mix-blend-mode: difference;\r\n}\r\n.cursor-on .cursor > span {\r\n  background: black;\r\n}\r\n.cursor-on .cursor > span.invert {\r\n  transform: scale(2.5);\r\n  mix-blend-mode: difference;\r\n  filter: invert(1) grayscale(1) contrast(2);\r\n}\r\n</style>'),
(6245,	793,	'_elementor_extra_options',	'a:0:{}'),
(6246,	794,	'_edit_last',	'1'),
(6247,	794,	'_edit_lock',	'1677866758:1'),
(6248,	794,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6249,	794,	'_elementor_location',	'elementor_body_start'),
(6250,	794,	'_elementor_priority',	'1'),
(6251,	794,	'_elementor_code',	'<div class=\"cursor\" >\r\n<span class=\"off\"></span>\r\n</div>'),
(6252,	794,	'_elementor_extra_options',	'a:0:{}'),
(6253,	795,	'_elementor_edit_mode',	'builder'),
(6254,	795,	'_elementor_template_type',	'footer'),
(6255,	795,	'_elementor_version',	'3.11.2'),
(6256,	795,	'_elementor_pro_version',	'3.11.3'),
(6257,	795,	'_wp_page_template',	'default'),
(6258,	795,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"},{\"title\":\"Got a project in mind? Contact Us. You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=text\",\"marquee_item_typography_typography\":\"globals\\/typography?id=c2638d5\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"70\",\"dce_counter_step\":\"1\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa5398d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"05f3248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0685fd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"52097f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(6259,	795,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(6260,	795,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6263,	794,	'_wp_trash_meta_status',	'publish'),
(6264,	794,	'_wp_trash_meta_time',	'1677866591'),
(6266,	793,	'_wp_trash_meta_status',	'publish'),
(6267,	793,	'_wp_trash_meta_time',	'1677866591'),
(6268,	793,	'_wp_desired_post_slug',	'trying-adding-css'),
(6269,	792,	'_wp_trash_meta_status',	'publish'),
(6270,	792,	'_wp_trash_meta_time',	'1677866591'),
(6271,	792,	'_wp_desired_post_slug',	'mousecursor-custom-javascript'),
(6272,	798,	'_elementor_edit_mode',	'builder'),
(6273,	798,	'_elementor_template_type',	'container'),
(6274,	798,	'_elementor_version',	'3.11.2'),
(6275,	798,	'_elementor_pro_version',	'3.11.3'),
(6276,	799,	'_elementor_edit_mode',	'builder'),
(6277,	799,	'_elementor_template_type',	'container'),
(6278,	799,	'_elementor_version',	'3.11.2'),
(6279,	799,	'_elementor_pro_version',	'3.11.3'),
(6280,	798,	'_wp_page_template',	'default'),
(6281,	798,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(6282,	798,	'_elementor_data',	'[{\"id\":\"52fa4794\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"4491bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"23281f38\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(6283,	800,	'_elementor_edit_mode',	'builder'),
(6284,	800,	'_elementor_template_type',	'container'),
(6285,	800,	'_elementor_version',	'3.11.2'),
(6286,	800,	'_elementor_pro_version',	'3.11.3'),
(6287,	800,	'_wp_page_template',	'default'),
(6288,	800,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(6289,	800,	'_elementor_data',	'[{\"id\":\"52fa4794\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"4491bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"23281f38\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(6290,	798,	'_elementor_page_assets',	'a:0:{}'),
(6291,	801,	'_elementor_edit_mode',	'builder'),
(6292,	801,	'_elementor_template_type',	'header'),
(6293,	801,	'_elementor_version',	'3.11.2'),
(6294,	801,	'_elementor_pro_version',	'3.11.3'),
(6295,	801,	'_wp_page_template',	'default'),
(6296,	801,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div>  <script>  jQuery(\\\"#elementor-popup-modal-127 a.dialog-close-button\\\").on(\\\"click\\\",function(){     jQuery(\\\"a.openmenu .container22\\\").removeClass(\\\"change\\\") });  function myFunction(x) {        x.classList.toggle(\\\"change\\\");   setTimeout(() => {  x.classList.toggle(\\\"change\\\"); }, 2500); } <\\/script>\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(6297,	801,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6298,	801,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6299,	801,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(6301,	801,	'_elementor_screenshot',	'a:2:{s:2:\"id\";i:703;s:3:\"url\";s:131:\"https://www.scriptin.me/fweb/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_17_2023-03-03-16-08-50_3884084c.png\";}'),
(6302,	802,	'_edit_last',	'1'),
(6303,	802,	'_edit_lock',	'1677866766:1'),
(6304,	802,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6305,	802,	'_elementor_location',	'elementor_body_end'),
(6306,	802,	'_elementor_priority',	'1'),
(6307,	802,	'_elementor_code',	'<script>  \r\njQuery(\"#elementor-popup-modal-127 a.dialog-close-button\").on(\"click\", function () { jQuery(\"a.openmenu .container22\").removeClass(\"change\"); }); function myFunction(x) { x.classList.toggle(\"change\"); setTimeout(() => { x.classList.toggle(\"change\"); }, 2500); }\r\n</script>'),
(6308,	802,	'_elementor_extra_options',	'a:1:{i:0;s:13:\"ensure_jquery\";}'),
(6309,	803,	'_elementor_edit_mode',	'builder'),
(6310,	803,	'_elementor_template_type',	'header'),
(6311,	803,	'_elementor_version',	'3.11.2'),
(6312,	803,	'_elementor_pro_version',	'3.11.3'),
(6313,	803,	'_wp_page_template',	'default'),
(6314,	803,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> \",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(6315,	803,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6316,	803,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6317,	803,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(6318,	794,	'_wp_old_slug',	'adding-cursor-object__trashed'),
(6319,	794,	'_wp_trash_meta_status',	'publish'),
(6320,	794,	'_wp_trash_meta_time',	'1677866906'),
(6321,	794,	'_wp_desired_post_slug',	'adding-cursor-object'),
(6323,	804,	'_elementor_source',	'post'),
(6324,	804,	'_elementor_edit_mode',	'builder'),
(6325,	804,	'_elementor_template_type',	'container'),
(6326,	804,	'_elementor_version',	'3.11.2'),
(6327,	804,	'_elementor_pro_version',	'3.11.3'),
(6328,	804,	'_edit_lock',	'1677872001:1'),
(6329,	804,	'dce_widgets',	'a:8:{s:15:\"theme-site-logo\";a:2:{s:7:\"5f7660d\";i:1;s:7:\"6f69f1e\";i:1;}s:6:\"button\";a:1:{s:7:\"ecfc110\";i:1;}s:20:\"ucaddon_list_marquee\";a:1:{s:7:\"929d7e1\";i:1;}s:11:\"text-editor\";a:3:{i:6625117;i:1;s:7:\"ee53171\";i:1;s:7:\"62e1263\";i:1;}s:7:\"heading\";a:6:{s:7:\"171ab08\";i:1;s:7:\"a5d0f8a\";i:1;s:7:\"4dd9225\";i:1;s:7:\"b562a85\";i:1;s:7:\"bbd6ff5\";i:1;s:7:\"e7f7b06\";i:1;}s:8:\"nav-menu\";a:2:{s:7:\"9ebfdc0\";i:1;s:7:\"4a7708b\";i:1;}s:4:\"form\";a:1:{s:7:\"aa44f10\";i:1;}s:12:\"social-icons\";a:2:{s:7:\"b3dbe1d\";i:1;s:7:\"9c59370\";i:1;}}'),
(6340,	804,	'_wp_page_template',	'default'),
(6341,	804,	'_elementor_data',	'[{\"id\":\"357b830\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"boxed_width\":{\"unit\":\"custom\",\"size\":\"auto\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"html_tag\":\"nav\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d695e27\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31d707a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e85b001\"}],\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"96f8bec\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/03\\/ew.svg\",\"id\":808},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"_css_classes\":\"menu-icon22\",\"_background_color\":\"#111414\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FFFFFF00\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.8,\"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},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"custom_css\":\".menu-icon22:hover g.menu-icon-group path\\n{\\ntransition: translate 380ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s both!important;\\n}\\n.menu-icon22:hover g.menu-icon-group path:first-child {\\n    transform: translate(0px, 30%);\\n\\n}\\n.menu-icon22 g.menu-icon-group {\\n    transition: translate 380ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s both!important;\\n}\\n.menu-icon22:hover g.menu-icon-group {\\n    transform:scale(2.15);\\n            transform-origin: center;\\n            \\n    \\n}\\n.menu-icon22:hover g.menu-icon-group path:last-child {\\n    transform: translate(0px, -30%);\\n\\n}\\n\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"c3f1dba\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"__globals__\":{\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=primary\",\"_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}]'),
(6342,	804,	'_elementor_page_assets',	'a:0:{}'),
(6343,	806,	'_wp_attached_file',	'2023/03/asdasd_animated.svg'),
(6344,	806,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:2717;s:5:\"width\";i:17;s:6:\"height\";i:44;}'),
(6346,	807,	'_wp_attached_file',	'2023/03/asdasd_animated-1.svg'),
(6347,	807,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:2717;s:5:\"width\";i:17;s:6:\"height\";i:44;}'),
(6349,	808,	'_wp_attached_file',	'2023/03/ew.svg'),
(6350,	808,	'_wp_attachment_metadata',	'a:3:{s:8:\"filesize\";i:2717;s:5:\"width\";i:17;s:6:\"height\";i:44;}'),
(6352,	809,	'_elementor_source',	'post'),
(6353,	809,	'_elementor_edit_mode',	'builder'),
(6354,	809,	'_elementor_template_type',	'container'),
(6355,	809,	'_elementor_version',	'3.11.2'),
(6356,	809,	'_elementor_pro_version',	'3.11.3'),
(6357,	809,	'_wp_page_template',	'default'),
(6358,	809,	'_elementor_data',	'[{\"id\":\"357b830\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"boxed_width\":{\"unit\":\"custom\",\"size\":\"auto\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"html_tag\":\"nav\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d695e27\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31d707a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e85b001\"}],\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"96f8bec\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/03\\/asdasd_animated.svg\",\"id\":806},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"_css_classes\":\"menu-icon2\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.78,\"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},\"custom_css\":\".menu-icon2 g.menu-icon-group path,\\n.menu-icon2 g.menu-icon-group,\\n.menu-icon2:hover g.menu-icon-group,\\n.menu-icon2:hover g.menu-icon-group path{\\ntransition: translate 380ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s both!important;\\n}\\n.menu-icon2:hover g.menu-icon-group path:first-child {\\n    transform: translate(0px, 30%);\\n\\n}\\n.menu-icon2:hover g.menu-icon-group {\\n    transform:scale(2.15);\\n            transform-origin: center;\\n    \\n}\\n.menu-icon2:hover g.menu-icon-group path:last-child {\\n    transform: translate(0px, -30%);\\n\\n}\\n\\n@keyframes animate-svg-move-1 {\\n  0% {\\n      transform: translate(0px, 0%);\\n  }\\n\\n  100% {\\n        transform: translate(0px, 30%);\\n  }\\n}\\n@keyframes animate-svg-move-2 {\\n  0% {\\n      transform: translate(0px, 0%);\\n  }\\n\\n  100% {\\n        transform: translate(0px, -30%);\\n  }\\n}\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"c3f1dba\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"__globals__\":{\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=primary\",\"_background_hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}]'),
(6359,	809,	'_elementor_page_assets',	'a:0:{}'),
(6360,	810,	'_elementor_source',	'post'),
(6361,	810,	'_elementor_edit_mode',	'builder'),
(6362,	810,	'_elementor_template_type',	'container'),
(6363,	810,	'_elementor_version',	'3.11.2'),
(6364,	810,	'_elementor_pro_version',	'3.11.3'),
(6365,	810,	'_wp_page_template',	'default'),
(6366,	810,	'_elementor_data',	'[{\"id\":\"357b830\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"boxed_width\":{\"unit\":\"custom\",\"size\":\"auto\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"html_tag\":\"nav\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d695e27\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31d707a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e85b001\"}],\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"shrink\"},\"elements\":[{\"id\":\"96f8bec\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/03\\/ew.svg\",\"id\":808},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"_css_classes\":\"menu-icon22\",\"_background_color\":\"#111414\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FFFFFF00\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.8,\"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},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"custom_css\":\".menu-icon22:hover g.menu-icon-group path\\n{\\ntransition: translate 380ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s both!important;\\n}\\n.menu-icon22:hover g.menu-icon-group path:first-child {\\n    transform: translate(0px, 30%);\\n\\n}\\n.menu-icon22 g.menu-icon-group {\\n    transition: translate 380ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s both!important;\\n}\\n.menu-icon22:hover g.menu-icon-group {\\n    transform:scale(2.15);\\n            transform-origin: center;\\n            \\n    \\n}\\n.menu-icon22:hover g.menu-icon-group path:last-child {\\n    transform: translate(0px, -30%);\\n\\n}\\n\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"c3f1dba\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"__globals__\":{\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=primary\",\"_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}]'),
(6367,	810,	'_elementor_page_assets',	'a:0:{}'),
(6369,	811,	'_elementor_edit_mode',	'builder'),
(6370,	811,	'_elementor_template_type',	'header'),
(6371,	811,	'_elementor_version',	'3.11.2'),
(6372,	811,	'_elementor_pro_version',	'3.11.3'),
(6373,	811,	'_wp_page_template',	'default'),
(6374,	811,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"6014be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/03\\/ew.svg\",\"id\":808},\"library\":\"svg\"},\"_css_classes\":\"menued\",\"custom_css\":\".menued:hover svg.menu-icon332 g path {\\n    transition: transform 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both!important\\n}\\n\\n\\n\\n.menued:hover svg.menu-icon332 g path:first-child {\\n    translate: transform(10px, 10px)!important;\\n}\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> \",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(6375,	811,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6376,	811,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6377,	811,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(6378,	812,	'_elementor_edit_mode',	'builder'),
(6379,	812,	'_elementor_template_type',	'header'),
(6380,	812,	'_elementor_version',	'3.11.2'),
(6381,	812,	'_elementor_pro_version',	'3.11.3'),
(6382,	812,	'_wp_page_template',	'default'),
(6383,	812,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> \",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(6384,	812,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6385,	812,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6386,	812,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:565:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  text-align:center;\r\n  \r\n \r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 25px;\r\n    height: 25px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n.container22.change {\r\ntransform:scale(2);\r\n}\";}'),
(6397,	814,	'_elementor_edit_mode',	'builder'),
(6398,	814,	'_elementor_template_type',	'header'),
(6399,	814,	'_elementor_version',	'3.11.2'),
(6400,	814,	'_elementor_pro_version',	'3.11.3'),
(6401,	814,	'_wp_page_template',	'default'),
(6402,	814,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> \",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(6403,	814,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6404,	814,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6405,	814,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:603:\".container22 {\r\n  display: inline-block;\r\n  cursor: pointer;\r\n  transition: scale 280ms ease-in-out 300ms;\r\n  width:100px;\r\n  height:auto;\r\n  text-align:center;\r\n  \r\n transform:scale(1);\r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 18px;\r\n    height: 18px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n\r\n.container22.change{\r\ntransform:scale(1.5);\r\n}\";}'),
(6408,	815,	'_elementor_source',	'post'),
(6409,	815,	'_elementor_edit_mode',	'builder'),
(6410,	815,	'_elementor_template_type',	'popup'),
(6411,	815,	'_elementor_version',	'3.11.2'),
(6412,	815,	'_elementor_pro_version',	'3.11.3'),
(6413,	815,	'_wp_page_template',	'default'),
(6414,	815,	'_elementor_page_settings',	'a:24:{s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:12:\"slideInRight\";s:14:\"exit_animation\";s:12:\"slideInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:6:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";s:24:\"close_button_hover_color\";s:22:\"globals/colors?id=text\";s:35:\"close_button_hover_background_color\";s:24:\"globals/colors?id=accent\";s:12:\"border_color\";s:25:\"globals/colors?id=0ca11c5\";}s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.88;s:5:\"sizes\";a:0:{}}s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:12:\"border_color\";s:7:\"#EFEBEA\";s:18:\"close_button_color\";s:7:\"#111414\";s:29:\"close_button_background_color\";s:7:\"#FFFFFF\";s:24:\"close_button_hover_color\";s:7:\"#FFFFFF\";s:35:\"close_button_hover_background_color\";s:7:\"#FF7C1C\";s:13:\"open_selector\";s:9:\".openmenu\";}'),
(6415,	815,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=primary\"},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72fa9a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9fa4711\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6ac7d44\"}],\"animation_duration\":\"slow\",\"animation_delay\":400},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b546551\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1c35391\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8902cc4\"}]},\"elements\":[{\"id\":\"bbd6ff5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fd1bf6d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0602b6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c39de9f\"}]},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(6416,	815,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(6417,	815,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6418,	815,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(6420,	816,	'_elementor_source',	'post'),
(6421,	816,	'_elementor_edit_mode',	'builder'),
(6422,	816,	'_elementor_template_type',	'popup'),
(6423,	816,	'_elementor_version',	'3.11.2'),
(6424,	816,	'_elementor_pro_version',	'3.11.3'),
(6425,	816,	'_wp_page_template',	'default'),
(6426,	816,	'_elementor_page_settings',	'a:24:{s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:12:\"slideInRight\";s:14:\"exit_animation\";s:12:\"slideInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:6:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";s:24:\"close_button_hover_color\";s:22:\"globals/colors?id=text\";s:35:\"close_button_hover_background_color\";s:24:\"globals/colors?id=accent\";s:12:\"border_color\";s:25:\"globals/colors?id=0ca11c5\";}s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.88;s:5:\"sizes\";a:0:{}}s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:12:\"border_color\";s:7:\"#EFEBEA\";s:18:\"close_button_color\";s:7:\"#111414\";s:29:\"close_button_background_color\";s:7:\"#FFFFFF\";s:24:\"close_button_hover_color\";s:7:\"#FFFFFF\";s:35:\"close_button_hover_background_color\";s:7:\"#FF7C1C\";s:13:\"open_selector\";s:9:\".openmenu\";}'),
(6427,	816,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=primary\"},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72fa9a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9fa4711\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6ac7d44\"}],\"animation_duration\":\"slow\",\"animation_delay\":400},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b546551\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1c35391\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8902cc4\"}]},\"elements\":[{\"id\":\"bbd6ff5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"_animation_delay\":280,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fd1bf6d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0602b6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c39de9f\"}]},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"_animation_delay\":480},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(6428,	816,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(6429,	816,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6430,	816,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(6433,	817,	'_elementor_edit_mode',	'builder'),
(6434,	817,	'_elementor_template_type',	'archive'),
(6435,	817,	'_elementor_version',	'3.11.2'),
(6436,	817,	'_elementor_pro_version',	'3.11.3'),
(6437,	817,	'_wp_page_template',	'default'),
(6438,	817,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(6439,	817,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":12,\"posts_avoid_duplicates\":\"yes\",\"posts_orderby\":\"menu_order\",\"taxonomy\":\"project_cat\",\"column_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"color_background\":\"#111414E0\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"}},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6440,	817,	'_elementor_page_assets',	'a:0:{}'),
(6441,	817,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(6442,	817,	'_elementor_screenshot_failed',	'2023-02-27 17:17:14'),
(6444,	818,	'_elementor_edit_mode',	'builder'),
(6445,	818,	'_elementor_template_type',	'loop-item'),
(6446,	818,	'_elementor_version',	'3.11.2'),
(6447,	818,	'_elementor_pro_version',	'3.11.3'),
(6448,	818,	'_elementor_source',	'post'),
(6449,	818,	'_wp_page_template',	'default'),
(6450,	818,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"min_height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-start\",\"background_color\":\"#FFFFFF\",\"html_tag\":\"a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"title|Blog article,alt|Blog article entry\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9279008\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\",\"align\":\"center\",\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A20%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}]'),
(6451,	818,	'_elementor_page_assets',	'a:0:{}'),
(6454,	819,	'_elementor_edit_mode',	'builder'),
(6455,	819,	'_elementor_template_type',	'loop-item'),
(6456,	819,	'_elementor_version',	'3.11.2'),
(6457,	819,	'_elementor_pro_version',	'3.11.3'),
(6458,	819,	'_elementor_source',	'post'),
(6459,	819,	'_wp_page_template',	'default'),
(6460,	819,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"min_height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-start\",\"background_color\":\"#FFFFFF\",\"html_tag\":\"article\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"title|Blog article,alt|Blog article entry\"},\"__dynamic__\":[]},\"elements\":[{\"id\":\"62f6215\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-start\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c97e3dd\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"49a2f7c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"287c155\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\"},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\",\"align\":\"center\",\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A20%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}],\"isInner\":false}]'),
(6461,	819,	'_elementor_page_assets',	'a:0:{}'),
(6463,	820,	'_elementor_edit_mode',	'builder'),
(6464,	820,	'_elementor_template_type',	'loop-item'),
(6465,	820,	'_elementor_version',	'3.11.2'),
(6466,	820,	'_elementor_pro_version',	'3.11.3'),
(6467,	820,	'_elementor_source',	'post'),
(6468,	820,	'_wp_page_template',	'default'),
(6469,	820,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"min_height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-start\",\"background_color\":\"#FFFFFF\",\"html_tag\":\"article\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"title|Blog article,alt|Blog article entry\"},\"__dynamic__\":[]},\"elements\":[{\"id\":\"62f6215\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-start\",\"html_tag\":\"a\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c97e3dd\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"49a2f7c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"287c155\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"d0ee9f0\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\",\"align\":\"center\",\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A20%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}],\"isInner\":false}]'),
(6470,	820,	'_elementor_page_assets',	'a:0:{}'),
(6471,	821,	'_elementor_edit_mode',	'builder'),
(6472,	821,	'_elementor_template_type',	'loop-item'),
(6473,	821,	'_elementor_version',	'3.11.2'),
(6474,	821,	'_elementor_pro_version',	'3.11.3'),
(6475,	821,	'_elementor_source',	'post'),
(6476,	821,	'_wp_page_template',	'default'),
(6477,	821,	'_elementor_data',	'[{\"id\":\"ee5b850\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"48c97db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e8c12\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4ab8d06\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"min_height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-start\",\"background_color\":\"#FFFFFF\",\"html_tag\":\"article\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"title|Blog article,alt|Blog article entry\"},\"__dynamic__\":[]},\"elements\":[{\"id\":\"62f6215\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"html_tag\":\"a\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c97e3dd\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"49a2f7c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"287c155\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"d0ee9f0\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"9593d23\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"inherit\",\"align\":\"center\",\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"47c4deb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e0bd73a\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"844a4ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"category\",\"link\":\"\",\"show_icon\":\"none\",\"_id\":\"9816193\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#A73600\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Biennale\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=1fd5ec5\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"42f723d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"8492224\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"inherit\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cca636a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A20%2C%22after%22%3A%22...%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.35,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}],\"isInner\":false}]'),
(6478,	821,	'_elementor_page_assets',	'a:0:{}'),
(6480,	822,	'_elementor_source',	'post'),
(6481,	822,	'_elementor_edit_mode',	'builder'),
(6482,	822,	'_elementor_template_type',	'popup'),
(6483,	822,	'_elementor_version',	'3.11.2'),
(6484,	822,	'_elementor_pro_version',	'3.11.3'),
(6485,	822,	'_wp_page_template',	'default'),
(6486,	822,	'_elementor_page_settings',	'a:26:{s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:5:\"right\";s:18:\"entrance_animation\";s:12:\"slideInRight\";s:14:\"exit_animation\";s:12:\"slideInRight\";s:24:\"content_wrapper_html_tag\";s:5:\"aside\";s:21:\"background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#00000000\";s:21:\"close_button_vertical\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:23:\"close_button_horizontal\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:21:\"avoid_multiple_popups\";s:3:\"yes\";s:10:\"custom_css\";s:88:\".dialog-close-button {\r\n    right: 20%;\r\n    border-radius: 100%;\r\n    padding: 10px;\r\n}\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:6:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";s:18:\"close_button_color\";s:25:\"globals/colors?id=primary\";s:29:\"close_button_background_color\";s:22:\"globals/colors?id=text\";s:24:\"close_button_hover_color\";s:22:\"globals/colors?id=text\";s:35:\"close_button_hover_background_color\";s:24:\"globals/colors?id=accent\";s:12:\"border_color\";s:25:\"globals/colors?id=0ca11c5\";}s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.68;s:5:\"sizes\";a:0:{}}s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:12:\"border_color\";s:7:\"#EFEBEA\";s:18:\"close_button_color\";s:7:\"#111414\";s:29:\"close_button_background_color\";s:7:\"#FFFFFF\";s:24:\"close_button_hover_color\";s:7:\"#FFFFFF\";s:35:\"close_button_hover_background_color\";s:7:\"#FF7C1C\";s:13:\"open_selector\";s:9:\".openmenu\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:540;s:5:\"sizes\";a:0:{}}s:16:\"content_position\";s:6:\"center\";}'),
(6487,	822,	'_elementor_data',	'[{\"id\":\"cfa6fbe\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"flex_align_content\":\"space-between\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=primary\"},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72fa9a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9fa4711\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6ac7d44\"}],\"animation_duration\":\"slow\",\"animation_delay\":400},\"elements\":[{\"id\":\"d0caa3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b546551\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1c35391\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8902cc4\"}]},\"elements\":[{\"id\":\"bbd6ff5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"_animation_delay\":280,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a7708b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"mainmenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"baecc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fd1bf6d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c0602b6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c39de9f\"}]},\"elements\":[{\"id\":\"9c59370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_animation\":\"fadeInDown\",\"_animation_delay\":480},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e7f7b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(6488,	822,	'_elementor_page_assets',	'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(6489,	822,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6490,	822,	'_elementor_popup_display_settings',	'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(6493,	823,	'_elementor_edit_mode',	'builder'),
(6494,	823,	'_elementor_template_type',	'archive'),
(6495,	823,	'_elementor_version',	'3.11.2'),
(6496,	823,	'_elementor_pro_version',	'3.11.3'),
(6497,	823,	'_wp_page_template',	'default'),
(6498,	823,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(6499,	823,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"1536x1536\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":12,\"posts_avoid_duplicates\":\"yes\",\"posts_orderby\":\"menu_order\",\"taxonomy\":\"project_cat\",\"column_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"color_background\":\"#111414E0\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"},\"_css_classes\":\"mehhe\",\"custom_css\":\".mehhe a.elementor-post__thumbnail__link .elementor-portfolio-item__overlay {\\n    border-radius: 0!important;\\n}\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6500,	823,	'_elementor_page_assets',	'a:0:{}'),
(6501,	823,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(6503,	824,	'_elementor_edit_mode',	'builder'),
(6504,	824,	'_elementor_template_type',	'archive'),
(6505,	824,	'_elementor_version',	'3.11.2'),
(6506,	824,	'_elementor_pro_version',	'3.11.3'),
(6507,	824,	'_wp_page_template',	'default'),
(6508,	824,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(6509,	824,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":12,\"posts_avoid_duplicates\":\"yes\",\"posts_orderby\":\"menu_order\",\"taxonomy\":\"project_cat\",\"column_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"color_background\":\"#111414E0\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"},\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"_css_classes\":\"mehhe\",\"custom_css\":\".mehhe a.elementor-post__thumbnail__link .elementor-portfolio-item__overlay {\\n    border-radius: 0!important;\\n}\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6510,	824,	'_elementor_page_assets',	'a:0:{}'),
(6511,	824,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(6512,	825,	'_elementor_edit_mode',	'builder'),
(6513,	825,	'_elementor_template_type',	'archive'),
(6514,	825,	'_elementor_version',	'3.11.2'),
(6515,	825,	'_elementor_pro_version',	'3.11.3'),
(6516,	825,	'_wp_page_template',	'default'),
(6517,	825,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(6518,	825,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":12,\"posts_avoid_duplicates\":\"yes\",\"posts_orderby\":\"menu_order\",\"taxonomy\":\"project_cat\",\"column_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"color_background\":\"#111414E0\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"},\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"_css_classes\":\"mehhe\",\"custom_css\":\".mehhe  .elementor-portfolio-item__overlay {\\n    border-radius: 0!important;\\n}\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6519,	825,	'_elementor_page_assets',	'a:0:{}'),
(6520,	825,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(6521,	826,	'_elementor_edit_mode',	'builder'),
(6522,	826,	'_elementor_template_type',	'footer'),
(6523,	826,	'_elementor_version',	'3.11.2'),
(6524,	826,	'_elementor_pro_version',	'3.11.3'),
(6525,	826,	'_wp_page_template',	'default'),
(6526,	826,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"},{\"title\":\"Got a project in mind? Contact Us. You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=text\",\"marquee_item_typography_typography\":\"globals\\/typography?id=c2638d5\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23.213},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"70\",\"dce_counter_step\":\"1\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa5398d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"05f3248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0685fd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"52097f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(6527,	826,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(6528,	826,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6530,	827,	'_elementor_edit_mode',	'builder'),
(6531,	827,	'_elementor_template_type',	'footer'),
(6532,	827,	'_elementor_version',	'3.11.2'),
(6533,	827,	'_elementor_pro_version',	'3.11.3'),
(6534,	827,	'_wp_page_template',	'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6535,	827,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"},{\"title\":\"Got a project in mind? Contact Us. You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=text\",\"marquee_item_typography_typography\":\"globals\\/typography?id=c2638d5\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23.213},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"70\",\"dce_counter_step\":\"1\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa5398d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"05f3248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0685fd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"52097f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(6536,	827,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(6537,	827,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6538,	828,	'_elementor_edit_mode',	'builder'),
(6539,	828,	'_elementor_template_type',	'footer'),
(6540,	828,	'_elementor_version',	'3.11.2'),
(6541,	828,	'_elementor_pro_version',	'3.11.3'),
(6542,	828,	'_wp_page_template',	'default'),
(6543,	828,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"},{\"title\":\"Got a project in mind? Contact Us. You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=text\",\"marquee_item_typography_typography\":\"globals\\/typography?id=c2638d5\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23.213},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"70\",\"dce_counter_step\":\"1\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa5398d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"05f3248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0685fd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"52097f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(6544,	828,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(6545,	828,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6546,	829,	'_elementor_edit_mode',	'builder'),
(6547,	829,	'_elementor_template_type',	'footer'),
(6548,	829,	'_elementor_version',	'3.11.2'),
(6549,	829,	'_elementor_pro_version',	'3.11.3'),
(6550,	829,	'_wp_page_template',	'default'),
(6551,	829,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"},{\"title\":\"Got a project in mind? <u>Contact Us<\\/u>. You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=0ca11c5\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"marquee_item_color\":\"#FFFFFF\",\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"200\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.16,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\"},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23.213},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"menu_typography_font_weight\":\"200\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"70\",\"dce_counter_step\":\"1\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa5398d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"05f3248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0685fd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"52097f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(6552,	829,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(6553,	829,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6554,	830,	'_elementor_edit_mode',	'builder'),
(6555,	830,	'_elementor_template_type',	'footer'),
(6556,	830,	'_elementor_version',	'3.11.2'),
(6557,	830,	'_elementor_pro_version',	'3.11.3'),
(6558,	830,	'_wp_page_template',	'default'),
(6559,	830,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\"},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=0ca11c5\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"marquee_item_color\":\"#FFFFFF\",\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"200\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.16,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\"},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23.213},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"menu_typography_font_weight\":\"200\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"70\",\"dce_counter_step\":\"1\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa5398d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"05f3248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0685fd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}]},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"52097f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(6560,	830,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(6561,	830,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6564,	831,	'_elementor_edit_mode',	'builder'),
(6565,	831,	'_elementor_template_type',	'single-post'),
(6566,	831,	'_elementor_version',	'3.11.2'),
(6567,	831,	'_elementor_pro_version',	'3.11.3'),
(6568,	831,	'_wp_page_template',	'default'),
(6569,	831,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(6570,	831,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-start\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-e1677514421540.jpg%22%2C%22id%22%3A270%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"center\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"096\",\"bottom\":\"96\",\"left\":\"56\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6571,	831,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6572,	831,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(6573,	831,	'_elementor_screenshot_failed',	'2023-02-27 17:17:32'),
(6575,	832,	'_elementor_edit_mode',	'builder'),
(6576,	832,	'_elementor_template_type',	'single-post'),
(6577,	832,	'_elementor_version',	'3.11.2'),
(6578,	832,	'_elementor_pro_version',	'3.11.3'),
(6579,	832,	'_wp_page_template',	'default'),
(6580,	832,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(6581,	832,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-start\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-e1677514421540.jpg%22%2C%22id%22%3A270%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"center\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6582,	832,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6583,	832,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(6593,	834,	'_elementor_edit_mode',	'builder'),
(6594,	834,	'_elementor_template_type',	'single-post'),
(6595,	834,	'_elementor_version',	'3.11.2'),
(6596,	834,	'_elementor_pro_version',	'3.11.3'),
(6597,	834,	'_wp_page_template',	'default'),
(6598,	834,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(6599,	834,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-start\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-e1677514421540.jpg%22%2C%22id%22%3A270%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":667,\"sizes\":[]},\"object-fit\":\"cover\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6600,	834,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6601,	834,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(6602,	835,	'_elementor_edit_mode',	'builder'),
(6603,	835,	'_elementor_template_type',	'single-post'),
(6604,	835,	'_elementor_version',	'3.11.2'),
(6605,	835,	'_elementor_pro_version',	'3.11.3'),
(6606,	835,	'_wp_page_template',	'default'),
(6607,	835,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(6608,	835,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-start\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-e1677514421540.jpg%22%2C%22id%22%3A270%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"contain\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6609,	835,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6610,	835,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(6611,	836,	'_elementor_edit_mode',	'builder'),
(6612,	836,	'_elementor_template_type',	'single-post'),
(6613,	836,	'_elementor_version',	'3.11.2'),
(6614,	836,	'_elementor_pro_version',	'3.11.3'),
(6615,	836,	'_wp_page_template',	'default'),
(6616,	836,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(6617,	836,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_wrap_tablet\":\"wrap\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-start\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":39.681},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-e1677514421540.jpg%22%2C%22id%22%3A270%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"object-fit\":\"fill\",\"_padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"05\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6618,	836,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6619,	836,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(6620,	837,	'_elementor_edit_mode',	'builder'),
(6621,	837,	'_elementor_template_type',	'single-post'),
(6622,	837,	'_elementor_version',	'3.11.2'),
(6623,	837,	'_elementor_pro_version',	'3.11.3'),
(6624,	837,	'_wp_page_template',	'default'),
(6625,	837,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(6626,	837,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_wrap_tablet\":\"wrap\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-start\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-e1677514421540.jpg%22%2C%22id%22%3A270%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"object-fit\":\"fill\",\"_padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"05\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(6627,	837,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6628,	837,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(6629,	838,	'_elementor_edit_mode',	'builder'),
(6630,	838,	'_elementor_template_type',	'header'),
(6631,	838,	'_elementor_version',	'3.11.2'),
(6632,	838,	'_elementor_pro_version',	'3.11.3'),
(6633,	838,	'_wp_page_template',	'default'),
(6634,	838,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> \",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(6635,	838,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6636,	838,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6637,	838,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:1425:\".container22 {\r\n  display:inline-block;\r\n  cursor: pointer;\r\n  transition: scale 180ms ease-in-out 500ms, transform 280ms ease-in-out 350ms;\r\n  width:75px;\r\n  height:55px;\r\n  text-align:center;\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n  \r\n transform:scale(1);\r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 20px;\r\n    height: 20px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n      transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover:after {\r\n    content:\'MENU\';\r\n    position: absolute;\r\n    transform: translate(-50%,0%);\r\n    left:50%;\r\n    top:50%;\r\n    font-size: 8px;\r\n    line-height: 1;\r\n    width: auto;\r\nmargin:0 auto;\r\n    \r\n}\r\n.container22:hover{\r\n    transform: scale(3) translate(0px, -6%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover .bar1 {\r\n      transform: translate(0,72.5%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover .bar3 {\r\n  transform: translate(0, -72.5%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n\r\n.container22.change{\r\ntransform:scale(1.75);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\";}'),
(6639,	839,	'_elementor_edit_mode',	'builder'),
(6640,	839,	'_elementor_template_type',	'header'),
(6641,	839,	'_elementor_version',	'3.11.2'),
(6642,	839,	'_elementor_pro_version',	'3.11.3'),
(6643,	839,	'_wp_page_template',	'default'),
(6644,	839,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> \",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(6645,	839,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6646,	839,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6647,	839,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:1425:\".container22 {\r\n  display:inline-block;\r\n  cursor: pointer;\r\n  transition: scale 180ms ease-in-out 500ms, transform 280ms ease-in-out 350ms;\r\n  width:75px;\r\n  height:55px;\r\n  text-align:center;\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n  \r\n transform:scale(1);\r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 20px;\r\n    height: 20px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n      transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover:after {\r\n    content:\'MENU\';\r\n    position: absolute;\r\n    transform: translate(-50%,0%);\r\n    left:50%;\r\n    top:50%;\r\n    font-size: 8px;\r\n    line-height: 1;\r\n    width: auto;\r\nmargin:0 auto;\r\n    \r\n}\r\n.container22:hover{\r\n    transform: scale(3) translate(0px, -6%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover .bar1 {\r\n      transform: translate(0,72.5%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover .bar3 {\r\n  transform: translate(0, -72.5%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n\r\n.container22.change{\r\ntransform:scale(1.75);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\";}'),
(6649,	840,	'_elementor_edit_mode',	'builder'),
(6650,	840,	'_elementor_template_type',	'header'),
(6651,	840,	'_elementor_version',	'3.11.2'),
(6652,	840,	'_elementor_pro_version',	'3.11.3'),
(6653,	840,	'_wp_page_template',	'default'),
(6654,	840,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}]},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":38.22,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> \",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(6655,	840,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6656,	840,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6657,	840,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:1425:\".container22 {\r\n  display:inline-block;\r\n  cursor: pointer;\r\n  transition: scale 180ms ease-in-out 500ms, transform 280ms ease-in-out 350ms;\r\n  width:75px;\r\n  height:55px;\r\n  text-align:center;\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n  \r\n transform:scale(1);\r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 20px;\r\n    height: 20px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n      transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover:after {\r\n    content:\'MENU\';\r\n    position: absolute;\r\n    transform: translate(-50%,0%);\r\n    left:50%;\r\n    top:50%;\r\n    font-size: 8px;\r\n    line-height: 1;\r\n    width: auto;\r\nmargin:0 auto;\r\n    \r\n}\r\n.container22:hover{\r\n    transform: scale(3) translate(0px, -6%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover .bar1 {\r\n      transform: translate(0,72.5%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover .bar3 {\r\n  transform: translate(0, -72.5%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n\r\n.container22.change{\r\ntransform:scale(1.75);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\";}'),
(6658,	841,	'_elementor_edit_mode',	'builder'),
(6659,	841,	'_elementor_template_type',	'header'),
(6660,	841,	'_elementor_version',	'3.11.2'),
(6661,	841,	'_elementor_pro_version',	'3.11.3'),
(6662,	841,	'_wp_page_template',	'default'),
(6663,	841,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":38.22,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}]},\"elements\":[{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> \",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(6664,	841,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(6665,	841,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(6666,	841,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:1425:\".container22 {\r\n  display:inline-block;\r\n  cursor: pointer;\r\n  transition: scale 180ms ease-in-out 500ms, transform 280ms ease-in-out 350ms;\r\n  width:75px;\r\n  height:55px;\r\n  text-align:center;\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n  \r\n transform:scale(1);\r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 20px;\r\n    height: 20px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n      transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover:after {\r\n    content:\'MENU\';\r\n    position: absolute;\r\n    transform: translate(-50%,0%);\r\n    left:50%;\r\n    top:50%;\r\n    font-size: 8px;\r\n    line-height: 1;\r\n    width: auto;\r\nmargin:0 auto;\r\n    \r\n}\r\n.container22:hover{\r\n    transform: scale(3) translate(0px, -6%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover .bar1 {\r\n      transform: translate(0,72.5%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover .bar3 {\r\n  transform: translate(0, -72.5%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n\r\n.container22.change{\r\ntransform:scale(1.75);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\";}'),
(6677,	843,	'_thumbnail_id',	'274'),
(6678,	843,	'_elementor_edit_mode',	'builder'),
(6679,	843,	'_elementor_template_type',	'wp-post'),
(6680,	843,	'_elementor_version',	'3.11.2'),
(6681,	843,	'_elementor_pro_version',	'3.11.3'),
(6682,	843,	'_wp_page_template',	'elementor_header_footer'),
(6683,	843,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6684,	843,	'_elementor_page_assets',	'a:0:{}'),
(6686,	844,	'_thumbnail_id',	'274'),
(6687,	844,	'_elementor_edit_mode',	'builder'),
(6688,	844,	'_elementor_template_type',	'wp-post'),
(6689,	844,	'_elementor_version',	'3.11.2'),
(6690,	844,	'_elementor_pro_version',	'3.11.3'),
(6691,	844,	'_wp_page_template',	'elementor_header_footer'),
(6692,	844,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6693,	844,	'_elementor_page_assets',	'a:0:{}'),
(6695,	845,	'_thumbnail_id',	'274'),
(6696,	845,	'_elementor_edit_mode',	'builder'),
(6697,	845,	'_elementor_template_type',	'wp-post'),
(6698,	845,	'_elementor_version',	'3.11.2'),
(6699,	845,	'_elementor_pro_version',	'3.11.3'),
(6700,	845,	'_wp_page_template',	'elementor_header_footer'),
(6701,	845,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"00\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6702,	845,	'_elementor_page_assets',	'a:0:{}'),
(6704,	846,	'_thumbnail_id',	'274'),
(6705,	846,	'_elementor_edit_mode',	'builder'),
(6706,	846,	'_elementor_template_type',	'wp-post'),
(6707,	846,	'_elementor_version',	'3.11.2'),
(6708,	846,	'_elementor_pro_version',	'3.11.3'),
(6709,	846,	'_wp_page_template',	'elementor_header_footer'),
(6710,	846,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"00\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6711,	846,	'_elementor_page_assets',	'a:0:{}'),
(6713,	847,	'_thumbnail_id',	'274'),
(6714,	847,	'_elementor_edit_mode',	'builder'),
(6715,	847,	'_elementor_template_type',	'wp-post'),
(6716,	847,	'_elementor_version',	'3.11.2'),
(6717,	847,	'_elementor_pro_version',	'3.11.3'),
(6718,	847,	'_wp_page_template',	'elementor_header_footer'),
(6719,	847,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"00\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6720,	847,	'_elementor_page_assets',	'a:0:{}'),
(6722,	848,	'_thumbnail_id',	'274'),
(6723,	848,	'_elementor_edit_mode',	'builder'),
(6724,	848,	'_elementor_template_type',	'wp-post'),
(6725,	848,	'_elementor_version',	'3.11.2'),
(6726,	848,	'_elementor_pro_version',	'3.11.3'),
(6727,	848,	'_wp_page_template',	'elementor_header_footer'),
(6728,	848,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6729,	848,	'_elementor_page_assets',	'a:0:{}'),
(6731,	849,	'_thumbnail_id',	'274'),
(6732,	849,	'_elementor_edit_mode',	'builder'),
(6733,	849,	'_elementor_template_type',	'wp-post'),
(6734,	849,	'_elementor_version',	'3.11.2'),
(6735,	849,	'_elementor_pro_version',	'3.11.3'),
(6736,	849,	'_wp_page_template',	'elementor_header_footer'),
(6737,	849,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6738,	849,	'_elementor_page_assets',	'a:0:{}'),
(6740,	850,	'_thumbnail_id',	'274'),
(6741,	850,	'_elementor_edit_mode',	'builder'),
(6742,	850,	'_elementor_template_type',	'wp-post'),
(6743,	850,	'_elementor_version',	'3.11.2'),
(6744,	850,	'_elementor_pro_version',	'3.11.3'),
(6745,	850,	'_wp_page_template',	'elementor_header_footer'),
(6746,	850,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive<br \\/>process that works for everyone. However, we believe<br \\/>that this process yields the best results, Rooted in strategic <br \\/>thinking, our \\u20183F\\u2019 process has been created to position <br \\/>your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6747,	850,	'_elementor_page_assets',	'a:0:{}'),
(6749,	851,	'_thumbnail_id',	'274'),
(6750,	851,	'_elementor_edit_mode',	'builder'),
(6751,	851,	'_elementor_template_type',	'wp-post'),
(6752,	851,	'_elementor_version',	'3.11.2'),
(6753,	851,	'_elementor_pro_version',	'3.11.3'),
(6754,	851,	'_wp_page_template',	'elementor_header_footer'),
(6755,	851,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6756,	851,	'_elementor_page_assets',	'a:0:{}'),
(6758,	852,	'_thumbnail_id',	'274'),
(6759,	852,	'_elementor_edit_mode',	'builder'),
(6760,	852,	'_elementor_template_type',	'wp-post'),
(6761,	852,	'_elementor_version',	'3.11.2'),
(6762,	852,	'_elementor_pro_version',	'3.11.3'),
(6763,	852,	'_wp_page_template',	'elementor_header_footer'),
(6764,	852,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6765,	852,	'_elementor_page_assets',	'a:0:{}'),
(6767,	853,	'_thumbnail_id',	'274'),
(6768,	853,	'_elementor_edit_mode',	'builder'),
(6769,	853,	'_elementor_template_type',	'wp-post'),
(6770,	853,	'_elementor_version',	'3.11.2'),
(6771,	853,	'_elementor_pro_version',	'3.11.3'),
(6772,	853,	'_wp_page_template',	'elementor_header_footer'),
(6773,	853,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6774,	853,	'_elementor_page_assets',	'a:0:{}'),
(6776,	854,	'_thumbnail_id',	'274'),
(6777,	854,	'_elementor_edit_mode',	'builder'),
(6778,	854,	'_elementor_template_type',	'wp-post'),
(6779,	854,	'_elementor_version',	'3.11.2'),
(6780,	854,	'_elementor_pro_version',	'3.11.3'),
(6781,	854,	'_wp_page_template',	'elementor_header_footer'),
(6782,	854,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6783,	854,	'_elementor_page_assets',	'a:0:{}'),
(6785,	855,	'_thumbnail_id',	'274'),
(6786,	855,	'_elementor_edit_mode',	'builder'),
(6787,	855,	'_elementor_template_type',	'wp-post'),
(6788,	855,	'_elementor_version',	'3.11.2'),
(6789,	855,	'_elementor_pro_version',	'3.11.3'),
(6790,	855,	'_wp_page_template',	'elementor_header_footer'),
(6791,	855,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6792,	855,	'_elementor_page_assets',	'a:0:{}'),
(6794,	856,	'_thumbnail_id',	'274'),
(6795,	856,	'_elementor_edit_mode',	'builder'),
(6796,	856,	'_elementor_template_type',	'wp-post'),
(6797,	856,	'_elementor_version',	'3.11.2'),
(6798,	856,	'_elementor_pro_version',	'3.11.3'),
(6799,	856,	'_wp_page_template',	'elementor_header_footer'),
(6800,	856,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same<br \\/>ring to it though does it? It\\u2019s an optional step for those<br \\/>wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6801,	856,	'_elementor_page_assets',	'a:0:{}'),
(6803,	857,	'_thumbnail_id',	'274'),
(6804,	857,	'_elementor_edit_mode',	'builder'),
(6805,	857,	'_elementor_template_type',	'wp-post'),
(6806,	857,	'_elementor_version',	'3.11.2'),
(6807,	857,	'_elementor_pro_version',	'3.11.3'),
(6808,	857,	'_wp_page_template',	'elementor_header_footer'),
(6809,	857,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6810,	857,	'_elementor_page_assets',	'a:0:{}'),
(6812,	858,	'_thumbnail_id',	'274'),
(6813,	858,	'_elementor_edit_mode',	'builder'),
(6814,	858,	'_elementor_template_type',	'wp-post'),
(6815,	858,	'_elementor_version',	'3.11.2'),
(6816,	858,	'_elementor_pro_version',	'3.11.3'),
(6817,	858,	'_wp_page_template',	'elementor_header_footer'),
(6818,	858,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6819,	858,	'_elementor_page_assets',	'a:0:{}'),
(6821,	859,	'_thumbnail_id',	'274'),
(6822,	859,	'_elementor_edit_mode',	'builder'),
(6823,	859,	'_elementor_template_type',	'wp-post'),
(6824,	859,	'_elementor_version',	'3.11.2'),
(6825,	859,	'_elementor_pro_version',	'3.11.3'),
(6826,	859,	'_wp_page_template',	'elementor_header_footer'),
(6827,	859,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"31f07198\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"172b52c2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3ef1e4b2\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"1299e2d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6828,	859,	'_elementor_page_assets',	'a:0:{}'),
(6830,	860,	'_thumbnail_id',	'274'),
(6831,	860,	'_elementor_edit_mode',	'builder'),
(6832,	860,	'_elementor_template_type',	'wp-post'),
(6833,	860,	'_elementor_version',	'3.11.2'),
(6834,	860,	'_elementor_pro_version',	'3.11.3'),
(6835,	860,	'_wp_page_template',	'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6836,	860,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6837,	860,	'_elementor_page_assets',	'a:0:{}'),
(6839,	861,	'_thumbnail_id',	'274'),
(6840,	861,	'_elementor_edit_mode',	'builder'),
(6841,	861,	'_elementor_template_type',	'wp-post'),
(6842,	861,	'_elementor_version',	'3.11.2'),
(6843,	861,	'_elementor_pro_version',	'3.11.3'),
(6844,	861,	'_wp_page_template',	'elementor_header_footer'),
(6845,	861,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6846,	861,	'_elementor_page_assets',	'a:0:{}'),
(6848,	862,	'_thumbnail_id',	'274'),
(6849,	862,	'_elementor_edit_mode',	'builder'),
(6850,	862,	'_elementor_template_type',	'wp-post'),
(6851,	862,	'_elementor_version',	'3.11.2'),
(6852,	862,	'_elementor_pro_version',	'3.11.3'),
(6853,	862,	'_wp_page_template',	'elementor_header_footer'),
(6854,	862,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6855,	862,	'_elementor_page_assets',	'a:0:{}'),
(6857,	863,	'_thumbnail_id',	'274'),
(6858,	863,	'_elementor_edit_mode',	'builder'),
(6859,	863,	'_elementor_template_type',	'wp-post'),
(6860,	863,	'_elementor_version',	'3.11.2'),
(6861,	863,	'_elementor_pro_version',	'3.11.3'),
(6862,	863,	'_wp_page_template',	'elementor_header_footer'),
(6863,	863,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6864,	863,	'_elementor_page_assets',	'a:0:{}'),
(6866,	864,	'_thumbnail_id',	'274'),
(6867,	864,	'_elementor_edit_mode',	'builder'),
(6868,	864,	'_elementor_template_type',	'wp-post'),
(6869,	864,	'_elementor_version',	'3.11.2'),
(6870,	864,	'_elementor_pro_version',	'3.11.3'),
(6871,	864,	'_wp_page_template',	'elementor_header_footer'),
(6872,	864,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6873,	864,	'_elementor_page_assets',	'a:0:{}'),
(6875,	865,	'_thumbnail_id',	'274'),
(6876,	865,	'_elementor_edit_mode',	'builder'),
(6877,	865,	'_elementor_template_type',	'wp-post'),
(6878,	865,	'_elementor_version',	'3.11.2'),
(6879,	865,	'_elementor_pro_version',	'3.11.3'),
(6880,	865,	'_wp_page_template',	'elementor_header_footer'),
(6881,	865,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6882,	865,	'_elementor_page_assets',	'a:0:{}'),
(6884,	866,	'_thumbnail_id',	'274'),
(6885,	866,	'_elementor_edit_mode',	'builder'),
(6886,	866,	'_elementor_template_type',	'wp-post'),
(6887,	866,	'_elementor_version',	'3.11.2'),
(6888,	866,	'_elementor_pro_version',	'3.11.3'),
(6889,	866,	'_wp_page_template',	'elementor_header_footer'),
(6890,	866,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6891,	866,	'_elementor_page_assets',	'a:0:{}'),
(6893,	867,	'_thumbnail_id',	'274'),
(6894,	867,	'_elementor_edit_mode',	'builder'),
(6895,	867,	'_elementor_template_type',	'wp-post'),
(6896,	867,	'_elementor_version',	'3.11.2'),
(6897,	867,	'_elementor_pro_version',	'3.11.3'),
(6898,	867,	'_wp_page_template',	'elementor_header_footer'),
(6899,	867,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6900,	867,	'_elementor_page_assets',	'a:0:{}'),
(6902,	868,	'_thumbnail_id',	'274'),
(6903,	868,	'_elementor_edit_mode',	'builder'),
(6904,	868,	'_elementor_template_type',	'wp-post'),
(6905,	868,	'_elementor_version',	'3.11.2'),
(6906,	868,	'_elementor_pro_version',	'3.11.3'),
(6907,	868,	'_wp_page_template',	'elementor_header_footer'),
(6908,	868,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6909,	868,	'_elementor_page_assets',	'a:0:{}'),
(6911,	869,	'_thumbnail_id',	'274'),
(6912,	869,	'_elementor_edit_mode',	'builder'),
(6913,	869,	'_elementor_template_type',	'wp-post'),
(6914,	869,	'_elementor_version',	'3.11.2'),
(6915,	869,	'_elementor_pro_version',	'3.11.3'),
(6916,	869,	'_wp_page_template',	'elementor_header_footer'),
(6917,	869,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6918,	869,	'_elementor_page_assets',	'a:0:{}'),
(6920,	870,	'_thumbnail_id',	'274'),
(6921,	870,	'_elementor_edit_mode',	'builder'),
(6922,	870,	'_elementor_template_type',	'wp-post'),
(6923,	870,	'_elementor_version',	'3.11.2'),
(6924,	870,	'_elementor_pro_version',	'3.11.3'),
(6925,	870,	'_wp_page_template',	'elementor_header_footer'),
(6926,	870,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6927,	870,	'_elementor_page_assets',	'a:0:{}'),
(6929,	871,	'_thumbnail_id',	'274'),
(6930,	871,	'_elementor_edit_mode',	'builder'),
(6931,	871,	'_elementor_template_type',	'wp-post'),
(6932,	871,	'_elementor_version',	'3.11.2'),
(6933,	871,	'_elementor_pro_version',	'3.11.3'),
(6934,	871,	'_wp_page_template',	'elementor_header_footer'),
(6935,	871,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6936,	871,	'_elementor_page_assets',	'a:0:{}'),
(6938,	872,	'_thumbnail_id',	'274'),
(6939,	872,	'_elementor_edit_mode',	'builder'),
(6940,	872,	'_elementor_template_type',	'wp-post'),
(6941,	872,	'_elementor_version',	'3.11.2'),
(6942,	872,	'_elementor_pro_version',	'3.11.3'),
(6943,	872,	'_wp_page_template',	'elementor_header_footer'),
(6944,	872,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6945,	872,	'_elementor_page_assets',	'a:0:{}'),
(6947,	873,	'_thumbnail_id',	'274'),
(6948,	873,	'_elementor_edit_mode',	'builder'),
(6949,	873,	'_elementor_template_type',	'wp-post'),
(6950,	873,	'_elementor_version',	'3.11.2'),
(6951,	873,	'_elementor_pro_version',	'3.11.3'),
(6952,	873,	'_wp_page_template',	'elementor_header_footer'),
(6953,	873,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6954,	873,	'_elementor_page_assets',	'a:0:{}'),
(6956,	874,	'_thumbnail_id',	'274'),
(6957,	874,	'_elementor_edit_mode',	'builder'),
(6958,	874,	'_elementor_template_type',	'wp-post'),
(6959,	874,	'_elementor_version',	'3.11.2'),
(6960,	874,	'_elementor_pro_version',	'3.11.3'),
(6961,	874,	'_wp_page_template',	'elementor_header_footer'),
(6962,	874,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6963,	874,	'_elementor_page_assets',	'a:0:{}'),
(6965,	875,	'_thumbnail_id',	'274'),
(6966,	875,	'_elementor_edit_mode',	'builder'),
(6967,	875,	'_elementor_template_type',	'wp-post'),
(6968,	875,	'_elementor_version',	'3.11.2'),
(6969,	875,	'_elementor_pro_version',	'3.11.3'),
(6970,	875,	'_wp_page_template',	'elementor_header_footer'),
(6971,	875,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6972,	875,	'_elementor_page_assets',	'a:0:{}'),
(6974,	876,	'_elementor_edit_mode',	'builder'),
(6975,	876,	'_elementor_template_type',	'kit'),
(6976,	876,	'_elementor_version',	'3.11.1'),
(6977,	876,	'_elementor_pro_version',	'3.11.1'),
(6978,	876,	'_wp_page_template',	'default'),
(6979,	876,	'_elementor_page_settings',	'a:22:{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:\"#111414\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#294C50\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF7C1C\";}}s:13:\"custom_colors\";a:24:{i:0;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:1;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:2;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:3;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:5;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:6;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:7;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:8;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:9;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:10;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:11;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:12;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:13;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:14;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:15;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:16;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:17;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:18;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:19;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:20;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:21;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:22;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:23;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}}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:8:\"Biennale\";s:22:\"typography_font_weight\";s:3:\"500\";}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:8:\"Biennale\";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:8:\"Biennale\";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:6:{i:0;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:1;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:2;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:3;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"41b3d80\";s:5:\"title\";s:17:\"FooterText Orange\";}i:4;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a12af8f\";s:5:\"title\";s:20:\"Homepage Section Big\";}i:5;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c2638d5\";s:5:\"title\";s:4:\"dasd\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"42\";s:5:\"right\";s:2:\"42\";s:6:\"bottom\";s:2:\"42\";s:4:\"left\";s:2:\"42\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:8;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:40:\"settings_page_transitions_preloader_type\";s:9:\"animation\";s:50:\"settings_page_transitions_preloader_animation_type\";s:7:\"overlap\";s:40:\"settings_page_transitions_preloader_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:3:{s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=primary\";s:41:\"settings_page_transitions_preloader_color\";s:24:\"globals/colors?id=accent\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:21:\"default_page_template\";s:16:\"elementor_canvas\";s:26:\"body_background_background\";s:7:\"classic\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:9:\"site_name\";s:11:\"Faction web\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:73:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White.png\";s:2:\"id\";i:28;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),
(6980,	876,	'_elementor_data',	'[]'),
(6981,	876,	'_elementor_page_assets',	'a:0:{}'),
(6983,	877,	'_elementor_edit_mode',	'builder'),
(6984,	877,	'_elementor_template_type',	'kit'),
(6985,	877,	'_elementor_version',	'3.11.2'),
(6986,	877,	'_elementor_pro_version',	'3.11.3'),
(6987,	877,	'_wp_page_template',	'default'),
(6988,	877,	'_elementor_page_settings',	'a:26:{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:\"#111414\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#294C50\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF7C1C\";}}s:13:\"custom_colors\";a:24:{i:0;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:1;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:2;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:3;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:5;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:6;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:7;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:8;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:9;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:10;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:11;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:12;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:13;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:14;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:15;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:16;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:17;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:18;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:19;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:20;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:21;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:22;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:23;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}}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:8:\"Biennale\";s:22:\"typography_font_weight\";s:3:\"500\";}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:8:\"Biennale\";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:8:\"Biennale\";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:6:{i:0;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:1;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:2;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:3;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"41b3d80\";s:5:\"title\";s:17:\"FooterText Orange\";}i:4;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a12af8f\";s:5:\"title\";s:20:\"Homepage Section Big\";}i:5;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c2638d5\";s:5:\"title\";s:4:\"dasd\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"42\";s:5:\"right\";s:2:\"42\";s:6:\"bottom\";s:2:\"42\";s:4:\"left\";s:2:\"42\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:8;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:40:\"settings_page_transitions_preloader_type\";s:9:\"animation\";s:50:\"settings_page_transitions_preloader_animation_type\";s:7:\"overlap\";s:40:\"settings_page_transitions_preloader_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:4:{s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=primary\";s:41:\"settings_page_transitions_preloader_color\";s:24:\"globals/colors?id=accent\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";s:10:\"body_color\";s:0:\"\";}s:21:\"default_page_template\";s:23:\"elementor_header_footer\";s:26:\"body_background_background\";s:7:\"classic\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:9:\"site_name\";s:11:\"Faction web\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:73:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White.png\";s:2:\"id\";i:28;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:10:\"body_color\";s:7:\"#111414\";s:21:\"body_background_color\";s:7:\"#111414\";s:42:\"settings_page_transitions_background_color\";s:7:\"#111414\";s:41:\"settings_page_transitions_preloader_color\";s:7:\"#FF7C1C\";}'),
(6989,	877,	'_elementor_data',	'[]'),
(6990,	877,	'_elementor_page_assets',	'a:0:{}'),
(6991,	878,	'_elementor_edit_mode',	'builder'),
(6992,	878,	'_elementor_template_type',	'kit'),
(6993,	878,	'_elementor_version',	'3.11.2'),
(6994,	878,	'_elementor_pro_version',	'3.11.3'),
(6995,	878,	'_wp_page_template',	'default'),
(6996,	878,	'_elementor_page_settings',	'a:26:{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:\"#111414\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#294C50\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF7C1C\";}}s:13:\"custom_colors\";a:24:{i:0;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:1;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:2;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:3;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:5;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:6;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:7;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:8;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:9;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:10;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:11;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:12;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:13;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:14;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:15;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:16;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:17;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:18;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:19;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:20;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:21;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:22;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:23;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}}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:8:\"Biennale\";s:22:\"typography_font_weight\";s:3:\"500\";}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:8:\"Biennale\";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:8:\"Biennale\";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:6:{i:0;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:1;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:2;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:3;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"41b3d80\";s:5:\"title\";s:17:\"FooterText Orange\";}i:4;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a12af8f\";s:5:\"title\";s:20:\"Homepage Section Big\";}i:5;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c2638d5\";s:5:\"title\";s:4:\"dasd\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"42\";s:5:\"right\";s:2:\"42\";s:6:\"bottom\";s:2:\"42\";s:4:\"left\";s:2:\"42\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:8;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:40:\"settings_page_transitions_preloader_type\";s:9:\"animation\";s:50:\"settings_page_transitions_preloader_animation_type\";s:7:\"overlap\";s:40:\"settings_page_transitions_preloader_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:5:{s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=primary\";s:41:\"settings_page_transitions_preloader_color\";s:24:\"globals/colors?id=accent\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";s:10:\"body_color\";s:0:\"\";s:25:\"mobile_browser_background\";s:25:\"globals/colors?id=primary\";}s:21:\"default_page_template\";s:23:\"elementor_header_footer\";s:26:\"body_background_background\";s:7:\"classic\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:9:\"site_name\";s:11:\"Faction web\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:73:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White.png\";s:2:\"id\";i:28;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:10:\"body_color\";s:7:\"#111414\";s:21:\"body_background_color\";s:7:\"#111414\";s:42:\"settings_page_transitions_background_color\";s:7:\"#111414\";s:41:\"settings_page_transitions_preloader_color\";s:7:\"#FF7C1C\";}'),
(6997,	878,	'_elementor_data',	'[]'),
(6998,	878,	'_elementor_page_assets',	'a:0:{}'),
(7003,	879,	'_thumbnail_id',	'274'),
(7004,	879,	'_elementor_edit_mode',	'builder'),
(7005,	879,	'_elementor_template_type',	'wp-post'),
(7006,	879,	'_elementor_version',	'3.11.2'),
(7007,	879,	'_elementor_pro_version',	'3.11.3'),
(7008,	879,	'_wp_page_template',	'elementor_header_footer'),
(7009,	879,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7010,	879,	'_elementor_page_assets',	'a:0:{}'),
(7012,	880,	'_thumbnail_id',	'274'),
(7013,	880,	'_elementor_edit_mode',	'builder'),
(7014,	880,	'_elementor_template_type',	'wp-post'),
(7015,	880,	'_elementor_version',	'3.11.2'),
(7016,	880,	'_elementor_pro_version',	'3.11.3'),
(7017,	880,	'_wp_page_template',	'elementor_header_footer'),
(7018,	880,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7019,	880,	'_elementor_page_assets',	'a:0:{}'),
(7021,	881,	'_thumbnail_id',	'274'),
(7022,	881,	'_elementor_edit_mode',	'builder'),
(7023,	881,	'_elementor_template_type',	'wp-post'),
(7024,	881,	'_elementor_version',	'3.11.2'),
(7025,	881,	'_elementor_pro_version',	'3.11.3'),
(7026,	881,	'_wp_page_template',	'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7027,	881,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7028,	881,	'_elementor_page_assets',	'a:0:{}'),
(7030,	882,	'_elementor_edit_mode',	'builder'),
(7031,	882,	'_elementor_template_type',	'wp-page'),
(7032,	882,	'_elementor_version',	'3.11.2'),
(7033,	882,	'_elementor_pro_version',	'3.11.3'),
(7034,	882,	'_wp_page_template',	'elementor_header_footer'),
(7035,	882,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7036,	882,	'_elementor_page_assets',	'a:0:{}'),
(7037,	882,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(7044,	883,	'_elementor_edit_mode',	'builder'),
(7045,	883,	'_elementor_template_type',	'wp-page'),
(7046,	883,	'_elementor_version',	'3.11.2'),
(7047,	883,	'_elementor_pro_version',	'3.11.3'),
(7048,	883,	'_wp_page_template',	'elementor_header_footer'),
(7049,	883,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7050,	883,	'_elementor_page_assets',	'a:0:{}'),
(7051,	883,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(7053,	884,	'_elementor_edit_mode',	'builder'),
(7054,	884,	'_elementor_template_type',	'wp-page'),
(7055,	884,	'_elementor_version',	'3.11.2'),
(7056,	884,	'_elementor_pro_version',	'3.11.3'),
(7057,	884,	'_wp_page_template',	'elementor_header_footer'),
(7058,	884,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1,\"equal_height\":\"yes\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7059,	884,	'_elementor_page_assets',	'a:0:{}'),
(7060,	884,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(7062,	885,	'_elementor_edit_mode',	'builder'),
(7063,	885,	'_elementor_template_type',	'loop-item'),
(7064,	885,	'_elementor_version',	'3.11.2'),
(7065,	885,	'_elementor_pro_version',	'3.11.3'),
(7066,	885,	'_elementor_source',	'post'),
(7067,	885,	'_wp_page_template',	'default'),
(7068,	885,	'_elementor_data',	'[{\"id\":\"72564f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b90157c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f75a847\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36e69ef\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"animation_duration\":\"slow\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ec15b0a\",\"elType\":\"widget\",\"settings\":{\"skin\":\"cover\",\"title\":\"This is the heading\",\"description\":\"\",\"button\":\"\",\"link_click\":\"box\",\"min-height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"title_color\":\"#02010100\",\"description_color\":\"#02010100\",\"button_color\":\"#02010100\",\"__dynamic__\":{\"bg_image\":\"[elementor-tag id=\\\"b69c063\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63fcdc69ddf2f%3Aproject_homepage_grid_image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-1.jpg%22%2C%22id%22%3A447%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"c03f98f\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\",\"description\":\"[elementor-tag id=\\\"8d49e4c\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"b1894a2\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color_hover\":\"globals\\/colors?id=text\"},\"events_tracker_for_elementor_gtag\":\"yes\",\"events_tracker_for_elementor_gtag_category\":\"Website internal\",\"events_tracker_for_elementor_gtag_action\":\"portfolio-click\",\"events_tracker_for_elementor_gtag_label\":\"Website\",\"vertical_position\":\"middle\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":false}]'),
(7069,	885,	'_elementor_page_assets',	'a:0:{}'),
(7083,	886,	'_elementor_edit_mode',	'builder'),
(7084,	886,	'_elementor_template_type',	'wp-page'),
(7085,	886,	'_elementor_version',	'3.11.2'),
(7086,	886,	'_elementor_pro_version',	'3.11.3'),
(7087,	886,	'_wp_page_template',	'elementor_header_footer'),
(7088,	886,	'_elementor_data',	'[{\"id\":\"def4a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":926,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_enable_particles\":\"yes\",\"eae_particle_json\":\"{\\r\\n  \\\"particles\\\": {\\r\\n    \\\"number\\\": {\\r\\n      \\\"value\\\": 35,\\r\\n      \\\"density\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"value_area\\\": 1683.5826639087988\\r\\n      }\\r\\n    },\\r\\n    \\\"color\\\": {\\r\\n      \\\"value\\\": [\\\"#f26752\\\",\\\"#dde776\\\",\\\"#d0e22c\\\",\\\"#ef833a\\\",\\\"#d1a0f9\\\",\\\"#61d9e9\\\",\\\"#efebea\\\",\\\"#606e71\\\",\\\"#9a3d00\\\",\\\"#5a8aa1\\\",\\\"#e58c7a\\\",\\\"#9edeea\\\",\\\"#006d8e\\\",\\\"#324b4f\\\"]\\r\\n    },\\r\\n    \\\"shape\\\": {\\r\\n      \\\"type\\\": \\\"circle\\\",\\r\\n      \\\"stroke\\\": {\\r\\n        \\\"width\\\": 0,\\r\\n        \\\"color\\\": \\\"#000000\\\"\\r\\n      },\\r\\n      \\\"polygon\\\": {\\r\\n        \\\"nb_sides\\\": 5\\r\\n      },\\r\\n      \\\"image\\\": {\\r\\n        \\\"src\\\": \\\"img\\/github.svg\\\",\\r\\n        \\\"width\\\": 100,\\r\\n        \\\"height\\\": 100\\r\\n      }\\r\\n    },\\r\\n    \\\"opacity\\\": {\\r\\n      \\\"value\\\": 1,\\r\\n      \\\"random\\\": false,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 1,\\r\\n        \\\"opacity_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"size\\\": {\\r\\n      \\\"value\\\": 43.403120289774996,\\r\\n      \\\"random\\\": true,\\r\\n      \\\"anim\\\": {\\r\\n        \\\"enable\\\": false,\\r\\n        \\\"speed\\\": 40,\\r\\n        \\\"size_min\\\": 0.1,\\r\\n        \\\"sync\\\": false\\r\\n      }\\r\\n    },\\r\\n    \\\"line_linked\\\": {\\r\\n      \\\"enable\\\": false,\\r\\n      \\\"distance\\\": 128.27296486924183,\\r\\n      \\\"color\\\": \\\"#ffffff\\\",\\r\\n      \\\"opacity\\\": 1,\\r\\n      \\\"width\\\": 1\\r\\n    },\\r\\n    \\\"move\\\": {\\r\\n      \\\"enable\\\": true,\\r\\n      \\\"speed\\\": 8.017060304327615,\\r\\n      \\\"direction\\\": \\\"none\\\",\\r\\n      \\\"random\\\": false,\\r\\n      \\\"straight\\\": true,\\r\\n      \\\"out_mode\\\": \\\"out\\\",\\r\\n      \\\"bounce\\\": false,\\r\\n      \\\"attract\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"rotateX\\\": 6573.989449548644,\\r\\n        \\\"rotateY\\\": 2164.606282168456\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"interactivity\\\": {\\r\\n    \\\"detect_on\\\": \\\"canvas\\\",\\r\\n    \\\"events\\\": {\\r\\n      \\\"onhover\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"repulse\\\"\\r\\n      },\\r\\n      \\\"onclick\\\": {\\r\\n        \\\"enable\\\": true,\\r\\n        \\\"mode\\\": \\\"push\\\"\\r\\n      },\\r\\n      \\\"resize\\\": true\\r\\n    },\\r\\n    \\\"modes\\\": {\\r\\n      \\\"grab\\\": {\\r\\n        \\\"distance\\\": 400,\\r\\n        \\\"line_linked\\\": {\\r\\n          \\\"opacity\\\": 1\\r\\n        }\\r\\n      },\\r\\n      \\\"bubble\\\": {\\r\\n        \\\"distance\\\": 937.9491802080536,\\r\\n        \\\"size\\\": 462.88401101176675,\\r\\n        \\\"duration\\\": 2,\\r\\n        \\\"opacity\\\": 8,\\r\\n        \\\"speed\\\": 3\\r\\n      },\\r\\n      \\\"repulse\\\": {\\r\\n        \\\"distance\\\": 48.72463273808071,\\r\\n        \\\"duration\\\": 0.4\\r\\n      },\\r\\n      \\\"push\\\": {\\r\\n        \\\"particles_nb\\\": 4\\r\\n      },\\r\\n      \\\"remove\\\": {\\r\\n        \\\"particles_nb\\\": 2\\r\\n      }\\r\\n    }\\r\\n  },\\r\\n  \\\"retina_detect\\\": true\\r\\n}\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"71cca83\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c26f9ad\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48f325f\"}]},\"elements\":[{\"id\":\"f42515e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_flex_size\":\"shrink\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c0972d0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"86e0ca7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d821472\"}]},\"elements\":[{\"id\":\"7bfefe8\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Find your\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"loop\":\"\",\"tag\":\"div\",\"marker_color\":\"#FF7C1C\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#EFEBEA\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_font_weight\":\"200\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"words_color\":\"#FF7C1C\",\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"faf007b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":166,\"sizes\":[]},\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9e7a67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b917ee6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7165470\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"579cd53\"}]},\"elements\":[{\"id\":\"38b5f2b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"We build <span>purposeful <\\/span>\",\"highlighted_text\":\"\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"brands that connect with their audience\",\"tag\":\"h1\",\"stroke_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"faction-heading\",\"__globals__\":{\"marker_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=0ca11c5\",\"title_typography_typography\":\"globals\\/typography?id=a12af8f\",\"words_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"55dad49\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"center\",\"title_color\":\"#EFEBEA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ffc437c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"056\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b91ace2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"298e744\",\"elType\":\"widget\",\"settings\":{\"template_id\":224,\"post_query_post_type\":\"faction_projects\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"columns\":2,\"posts_per_page\":4,\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"post_query_avoid_duplicates\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"columns_tablet\":1,\"equal_height\":\"yes\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false},{\"id\":\"bfc6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4f7d8e3\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"75e4578\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"73853a9\"}]},\"elements\":[{\"id\":\"67ad2ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7fc06a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"6b7b778\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"d2def5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"79b9111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3b891bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2caaf31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eec3d0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"23bf273\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01.svg\",\"id\":510},\"library\":\"svg\"},\"title_text\":\"Strategic Branding\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"97aa3e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Websites\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \\nnisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF7C1C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"95e7866\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Design\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bcf87\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5d0fe4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"388541c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2727ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3769765\",\"elType\":\"widget\",\"settings\":{\"title\":\"The  Latest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=0ca11c5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00a5ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0ca11c5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d220b7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"486e90b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5ee78c4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8c25813\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"3c7eb1d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb92275\",\"elType\":\"widget\",\"settings\":{\"template_id\":495,\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"equal_height\":\"yes\",\"post_query_avoid_duplicates\":\"yes\",\"post_query_ignore_sticky_posts\":\"\",\"posts_per_page\":3,\"columns\":3,\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"post_query_offset\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7089,	886,	'_elementor_page_assets',	'a:0:{}'),
(7090,	886,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:65:\".faction-heading span {\n    color:var(--e-global-color-accent);\n}\";}'),
(7092,	887,	'_elementor_edit_mode',	'builder'),
(7093,	887,	'_elementor_template_type',	'kit'),
(7094,	887,	'_elementor_version',	'3.11.2'),
(7095,	887,	'_elementor_pro_version',	'3.11.3'),
(7096,	887,	'_wp_page_template',	'default'),
(7097,	887,	'_elementor_page_settings',	'a:28:{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:\"#111414\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#294C50\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF7C1C\";}}s:13:\"custom_colors\";a:24:{i:0;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:1;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:2;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:3;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:5;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:6;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:7;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:8;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:9;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:10;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:11;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:12;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:13;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:14;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:15;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}i:16;a:3:{s:3:\"_id\";s:7:\"62484d2\";s:5:\"title\";s:9:\"Turquoise\";s:5:\"color\";s:7:\"#00DBEA\";}i:17;a:3:{s:3:\"_id\";s:7:\"b4d88aa\";s:5:\"title\";s:6:\"Yellow\";s:5:\"color\";s:7:\"#FFCD00\";}i:18;a:3:{s:3:\"_id\";s:7:\"0ca11c5\";s:5:\"title\";s:9:\"Off white\";s:5:\"color\";s:7:\"#EFEBEA\";}i:19;a:3:{s:3:\"_id\";s:7:\"6f91da7\";s:5:\"title\";s:5:\"Lilac\";s:5:\"color\";s:7:\"#D99CFF\";}i:20;a:3:{s:3:\"_id\";s:7:\"1243b68\";s:5:\"title\";s:4:\"Lime\";s:5:\"color\";s:7:\"#CCE200\";}i:21;a:3:{s:3:\"_id\";s:7:\"1fd5ec5\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#A73600\";}i:22;a:3:{s:3:\"_id\";s:7:\"739d787\";s:5:\"title\";s:11:\"New Item #7\";s:5:\"color\";s:7:\"#FF5B46\";}i:23;a:3:{s:3:\"_id\";s:7:\"23116df\";s:5:\"title\";s:11:\"New Item #8\";s:5:\"color\";s:7:\"#006F90\";}}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:8:\"Biennale\";s:22:\"typography_font_weight\";s:3:\"500\";}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:8:\"Biennale\";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:8:\"Biennale\";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:6:{i:0;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:1;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:2;a:3:{s:3:\"_id\";s:7:\"e4777ad\";s:5:\"title\";s:11:\"New Item #1\";s:21:\"typography_typography\";s:6:\"custom\";}i:3;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"41b3d80\";s:5:\"title\";s:17:\"FooterText Orange\";}i:4;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a12af8f\";s:5:\"title\";s:20:\"Homepage Section Big\";}i:5;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:8:\"Biennale\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c2638d5\";s:5:\"title\";s:4:\"dasd\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"42\";s:5:\"right\";s:2:\"42\";s:6:\"bottom\";s:2:\"42\";s:4:\"left\";s:2:\"42\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:8;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:40:\"settings_page_transitions_preloader_type\";s:9:\"animation\";s:50:\"settings_page_transitions_preloader_animation_type\";s:7:\"overlap\";s:40:\"settings_page_transitions_preloader_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:5:{s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=primary\";s:41:\"settings_page_transitions_preloader_color\";s:24:\"globals/colors?id=accent\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";s:10:\"body_color\";s:0:\"\";s:25:\"mobile_browser_background\";s:25:\"globals/colors?id=primary\";}s:21:\"default_page_template\";s:23:\"elementor_header_footer\";s:26:\"body_background_background\";s:7:\"classic\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:9:\"site_name\";s:11:\"Faction web\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:73:\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White.png\";s:2:\"id\";i:28;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:10:\"body_color\";s:7:\"#111414\";s:19:\"image_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"5\";s:5:\"right\";s:1:\"5\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"5\";s:8:\"isLinked\";b:1;}s:13:\"image_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:21:\"body_background_color\";s:7:\"#111414\";s:42:\"settings_page_transitions_background_color\";s:7:\"#111414\";s:41:\"settings_page_transitions_preloader_color\";s:7:\"#FF7C1C\";}'),
(7098,	887,	'_elementor_data',	'[]'),
(7099,	887,	'_elementor_page_assets',	'a:0:{}'),
(7121,	388,	'_elementor_conditions',	'a:1:{i:0;s:28:\"include/archive/post_archive\";}'),
(7123,	888,	'_elementor_edit_mode',	'builder'),
(7124,	888,	'_elementor_template_type',	'single-post'),
(7125,	888,	'_elementor_version',	'3.11.2'),
(7126,	888,	'_elementor_pro_version',	'3.11.3'),
(7127,	888,	'_wp_page_template',	'default'),
(7128,	888,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:11:\"single/post\";s:10:\"preview_id\";s:3:\"442\";}'),
(7129,	888,	'_elementor_data',	'[{\"id\":\"f131995\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e218e2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"31f9d4b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5b390d1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_wrap_tablet\":\"wrap\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"0b07f8c\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"arrow_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"label_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"globals\\/typography?id=accent\",\"label_hover_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=accent\",\"arrow_color\":\"globals\\/colors?id=text\"},\"_z_index\":5,\"borders_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_position\":\"absolute\",\"_css_classes\":\"faction-navv\",\"custom_css\":\".faction-navv .elementor-post-navigation__next .post-navigation__next--label,.faction-navv .elementor-post-navigation__next a *,\\r\\n.faction-navv .elementor-post-navigation .post-navigation__next--label,.faction-navv .elementor-post-navigation .post-navigation__next--title{\\r\\n    color: #000!important;\\r\\n}\\r\\n\\r\\n .elementor-post-navigation__next .post-navigation__next--label:hover {\\r\\n    color: #ff7c1c!important;\\r\\n}\"},\"elements\":[],\"widgetType\":\"post-navigation\"},{\"id\":\"e567682\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9ff22a7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3bb5c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"6994e2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-start\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"7dfd102\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f8fdb5e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1f7139\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f9bef56\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"50e0d39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2FBlog-e1677514421540.jpg%22%2C%22id%22%3A270%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"},\"sticky\":\"top\",\"sticky_on\":[\"desktop\"],\"sticky_offset\":96,\"sticky_effects_offset\":56,\"sticky_parent\":\"yes\",\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"467\",\"height\":\"767\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":467,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":567,\"sizes\":[]},\"object-fit\":\"fill\",\"_padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"05\",\"bottom\":\"25\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"ea8d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9644233\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e766c51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"052ef2e\"}],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"26\",\"bottom\":\"96\",\"left\":\"26\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4a8417e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.\",\"align\":\"left\",\"title_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"db327b9\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d331ace\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"a291d0e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"63ece9c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"acf-field-group-category\",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_align\":\"left\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"a7c60a7\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7130,	888,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(7131,	888,	'_elementor_conditions',	'a:1:{i:0;s:21:\"include/singular/post\";}'),
(7150,	224,	'_elementor_screenshot_failed',	'2023-03-08 08:18:07'),
(7151,	889,	'_elementor_edit_mode',	'builder'),
(7152,	889,	'_elementor_template_type',	'archive'),
(7153,	889,	'_elementor_version',	'3.11.2'),
(7154,	889,	'_elementor_pro_version',	'3.11.3'),
(7155,	889,	'_wp_page_template',	'default'),
(7156,	889,	'_elementor_page_settings',	'a:1:{s:12:\"preview_type\";s:34:\"post_type_archive/faction_projects\";}'),
(7157,	889,	'_elementor_data',	'[{\"id\":\"0aff911\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6e8f6c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"97f798f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"6bffa43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"96723ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4f0b2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fcff0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"ab78753\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"thumbnail_size_size\":\"full\",\"masonry\":\"yes\",\"posts_post_type\":\"faction_projects\",\"posts_per_page\":12,\"posts_avoid_duplicates\":\"yes\",\"posts_orderby\":\"menu_order\",\"taxonomy\":\"project_cat\",\"column_gap\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"color_background\":\"#111414E0\",\"color_title\":\"#EFEBEA\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Biennale\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_filter\":\"#EFEBEA\",\"color_filter_active\":\"#FF7C1C\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Biennale\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_filter_font_weight\":\"400\",\"typography_filter_text_decoration\":\"underline\",\"typography_filter_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_filter_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"filter_spacing\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color_background\":\"\",\"color_filter\":\"globals\\/colors?id=0ca11c5\",\"color_filter_active\":\"globals\\/colors?id=accent\",\"typography_filter_typography\":\"\",\"color_title\":\"globals\\/colors?id=0ca11c5\",\"typography_title_typography\":\"\"},\"item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"_css_classes\":\"mehhe\",\"custom_css\":\".mehhe  .elementor-portfolio-item__overlay {\\n    border-radius: 0!important;\\n}\"},\"elements\":[],\"widgetType\":\"portfolio\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7158,	889,	'_elementor_page_assets',	'a:0:{}'),
(7159,	889,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_projects_archive\";}'),
(7161,	890,	'_elementor_edit_mode',	'builder'),
(7162,	890,	'_elementor_template_type',	'footer'),
(7163,	890,	'_elementor_version',	'3.11.2'),
(7164,	890,	'_elementor_pro_version',	'3.11.3'),
(7165,	890,	'_wp_page_template',	'default'),
(7166,	890,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\"},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=0ca11c5\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"marquee_item_color\":\"#FFFFFF\",\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"200\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.16,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\"},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23.213},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"menu_typography_font_weight\":\"200\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"70\",\"dce_counter_step\":\"1\"}],\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_text_color\":\"#8A8A8A\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"400\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c156588\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"4d3c116\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7ea6439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23.213},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b37e476\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7167,	890,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:2:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";}}'),
(7168,	890,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7170,	890,	'_elementor_screenshot_failed',	'2023-03-08 08:18:00'),
(7171,	891,	'_elementor_edit_mode',	'builder'),
(7172,	891,	'_elementor_template_type',	'footer'),
(7173,	891,	'_elementor_version',	'3.11.2'),
(7174,	891,	'_elementor_pro_version',	'3.11.3'),
(7175,	891,	'_wp_page_template',	'default'),
(7176,	891,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\"},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=0ca11c5\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"marquee_item_color\":\"#FFFFFF\",\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"200\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.16,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\"},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Company No. 11112222<br \\/>Billericay, Essex, United Kingdom<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7177,	891,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:3:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";i:2;s:8:\"e-sticky\";}}'),
(7178,	891,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7179,	892,	'_elementor_edit_mode',	'builder'),
(7180,	892,	'_elementor_template_type',	'footer'),
(7181,	892,	'_elementor_version',	'3.11.2'),
(7182,	892,	'_elementor_pro_version',	'3.11.3'),
(7183,	892,	'_wp_page_template',	'default'),
(7184,	892,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\"},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=0ca11c5\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"marquee_item_color\":\"#FFFFFF\",\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"200\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.16,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\"},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7185,	892,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:3:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";i:2;s:8:\"e-sticky\";}}'),
(7186,	892,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7187,	893,	'_elementor_edit_mode',	'builder'),
(7188,	893,	'_elementor_template_type',	'footer'),
(7189,	893,	'_elementor_version',	'3.11.2'),
(7190,	893,	'_elementor_pro_version',	'3.11.3'),
(7191,	893,	'_wp_page_template',	'default'),
(7192,	893,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\"},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\"},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=text\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\"},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7193,	893,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:3:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";i:2;s:8:\"e-sticky\";}}'),
(7194,	893,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7195,	894,	'_edit_last',	'1'),
(7196,	894,	'_edit_lock',	'1678698003:1'),
(7197,	898,	'_elementor_edit_mode',	'builder'),
(7198,	898,	'_elementor_template_type',	'footer'),
(7199,	898,	'_elementor_version',	'3.11.2'),
(7200,	898,	'_elementor_pro_version',	'3.11.3'),
(7201,	898,	'_wp_page_template',	'default'),
(7202,	898,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\",\"__dynamic__\":{\"background_color\":\"[elementor-tag id=\\\"96b7364\\\" name=\\\"acf-color\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\"},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"globals\\/colors?id=text\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\"},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7203,	898,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:3:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";i:2;s:8:\"e-sticky\";}}'),
(7204,	898,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7213,	900,	'_elementor_edit_mode',	'builder'),
(7214,	900,	'_elementor_template_type',	'footer'),
(7215,	900,	'_elementor_version',	'3.11.2'),
(7216,	900,	'_elementor_pro_version',	'3.11.3'),
(7217,	900,	'_wp_page_template',	'default'),
(7218,	900,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\",\"__dynamic__\":{\"background_color\":\"[elementor-tag id=\\\"96b7364\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848840f52d%3Anews_ticker_bg_color%22%7D\\\"]\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\",\"__dynamic__\":[]},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\",\"marquee_item_color\":\"#FFFFFF\",\"__dynamic__\":{\"marquee_item_color\":\"[elementor-tag id=\\\"abf267b\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848be0f52e%3Anews_ticker_text_color%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7219,	900,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:3:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";i:2;s:8:\"e-sticky\";}}'),
(7220,	900,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7221,	95,	'_elementor_page_settings',	'a:4:{s:10:\"custom_css\";s:91:\".bottom-ticker .ue-marquee-tag u {\n    color: var(--e-global-color-secondary)!Important ;\n}\";s:24:\"content_wrapper_html_tag\";s:6:\"footer\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),
(7222,	901,	'_elementor_edit_mode',	'builder'),
(7223,	901,	'_elementor_template_type',	'footer'),
(7224,	901,	'_elementor_version',	'3.11.2'),
(7225,	901,	'_elementor_pro_version',	'3.11.3'),
(7226,	901,	'_wp_page_template',	'default'),
(7227,	901,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\",\"__dynamic__\":{\"background_color\":\"[elementor-tag id=\\\"96b7364\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848840f52d%3Anews_ticker_bg_color%22%7D\\\"]\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\",\"__dynamic__\":[]},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\",\"marquee_item_color\":\"#FFFFFF\",\"__dynamic__\":{\"marquee_item_color\":\"[elementor-tag id=\\\"abf267b\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848be0f52e%3Anews_ticker_text_color%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7228,	901,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:3:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";i:2;s:8:\"e-sticky\";}}'),
(7229,	901,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7230,	901,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:91:\".bottom-ticker .ue-marquee-tag u {\n    color: var(--e-global-color-secondary)!Important ;\n}\";}'),
(7240,	903,	'_elementor_edit_mode',	'builder'),
(7241,	903,	'_elementor_template_type',	'footer'),
(7242,	903,	'_elementor_version',	'3.11.2'),
(7243,	903,	'_elementor_pro_version',	'3.11.3'),
(7244,	903,	'_wp_page_template',	'default'),
(7245,	903,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\",\"__dynamic__\":{\"background_color\":\"[elementor-tag id=\\\"96b7364\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848840f52d%3Anews_ticker_bg_color%22%7D\\\"]\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\",\"__dynamic__\":[]},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\",\"marquee_item_color\":\"#FFFFFF\",\"__dynamic__\":{\"marquee_item_color\":\"[elementor-tag id=\\\"abf267b\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848be0f52e%3Anews_ticker_text_color%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}],\"flex_wrap_tablet\":\"wrap\",\"_flex_align_self_tablet\":\"flex-start\",\"_flex_size_tablet\":\"shrink\"},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"right\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-end\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380,\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7246,	903,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:3:{i:0;s:8:\"e-sticky\";i:1;s:8:\"e-sticky\";i:2;s:8:\"e-sticky\";}}'),
(7247,	903,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7248,	903,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:91:\".bottom-ticker .ue-marquee-tag u {\n    color: var(--e-global-color-secondary)!Important ;\n}\";}'),
(7254,	906,	'_thumbnail_id',	'287'),
(7255,	906,	'_elementor_edit_mode',	'builder'),
(7256,	906,	'_elementor_template_type',	'wp-post'),
(7257,	906,	'_elementor_version',	'3.11.2'),
(7258,	906,	'_elementor_pro_version',	'3.11.3'),
(7259,	906,	'_wp_page_template',	'elementor_header_footer'),
(7260,	906,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Designing with purpose, intent<br \\/>and creativity, of course.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7261,	906,	'_elementor_page_assets',	'a:0:{}'),
(7263,	907,	'_thumbnail_id',	'287'),
(7264,	907,	'_elementor_edit_mode',	'builder'),
(7265,	907,	'_elementor_template_type',	'wp-post'),
(7266,	907,	'_elementor_version',	'3.11.2'),
(7267,	907,	'_elementor_pro_version',	'3.11.3'),
(7268,	907,	'_wp_page_template',	'elementor_header_footer'),
(7269,	907,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Designing with purpose, intent<br \\/>and creativity, of course.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7270,	907,	'_elementor_page_assets',	'a:0:{}'),
(7272,	908,	'_thumbnail_id',	'287'),
(7273,	908,	'_elementor_edit_mode',	'builder'),
(7274,	908,	'_elementor_template_type',	'wp-post'),
(7275,	908,	'_elementor_version',	'3.11.2'),
(7276,	908,	'_elementor_pro_version',	'3.11.3'),
(7277,	908,	'_wp_page_template',	'elementor_header_footer'),
(7278,	908,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Designing with purpose, intent<br \\/>and creativity, of course.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7279,	908,	'_elementor_page_assets',	'a:0:{}'),
(7281,	909,	'_thumbnail_id',	'266'),
(7282,	909,	'_elementor_edit_mode',	'builder'),
(7283,	909,	'_elementor_template_type',	'wp-post'),
(7284,	909,	'_elementor_version',	'3.11.2'),
(7285,	909,	'_elementor_pro_version',	'3.11.3'),
(7286,	909,	'_wp_page_template',	'elementor_header_footer'),
(7287,	909,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bespoke, branded websites that<br \\/>convert sales and look great.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7288,	909,	'_elementor_page_assets',	'a:0:{}'),
(7290,	910,	'_thumbnail_id',	'266'),
(7291,	910,	'_elementor_edit_mode',	'builder'),
(7292,	910,	'_elementor_template_type',	'wp-post'),
(7293,	910,	'_elementor_version',	'3.11.2'),
(7294,	910,	'_elementor_pro_version',	'3.11.3'),
(7295,	910,	'_wp_page_template',	'elementor_header_footer'),
(7296,	910,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bespoke, branded websites that<br \\/>convert sales and look great.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7297,	910,	'_elementor_page_assets',	'a:0:{}'),
(7299,	911,	'_thumbnail_id',	'266'),
(7300,	911,	'_elementor_edit_mode',	'builder'),
(7301,	911,	'_elementor_template_type',	'wp-post'),
(7302,	911,	'_elementor_version',	'3.11.2'),
(7303,	911,	'_elementor_pro_version',	'3.11.3'),
(7304,	911,	'_wp_page_template',	'elementor_header_footer'),
(7305,	911,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bespoke, branded websites that<br \\/>convert sales and look great.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7306,	911,	'_elementor_page_assets',	'a:0:{}'),
(7333,	915,	'_thumbnail_id',	'274'),
(7334,	915,	'_elementor_edit_mode',	'builder'),
(7335,	915,	'_elementor_template_type',	'wp-post'),
(7336,	915,	'_elementor_version',	'3.11.2'),
(7337,	915,	'_elementor_pro_version',	'3.11.3'),
(7338,	915,	'_wp_page_template',	'elementor_header_footer'),
(7339,	915,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7340,	915,	'_elementor_page_assets',	'a:0:{}'),
(7342,	916,	'_thumbnail_id',	'274'),
(7343,	916,	'_elementor_edit_mode',	'builder'),
(7344,	916,	'_elementor_template_type',	'wp-post'),
(7345,	916,	'_elementor_version',	'3.11.2'),
(7346,	916,	'_elementor_pro_version',	'3.11.3'),
(7347,	916,	'_wp_page_template',	'elementor_header_footer'),
(7348,	916,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7349,	916,	'_elementor_page_assets',	'a:0:{}'),
(7351,	917,	'_thumbnail_id',	'274'),
(7352,	917,	'_elementor_edit_mode',	'builder'),
(7353,	917,	'_elementor_template_type',	'wp-post'),
(7354,	917,	'_elementor_version',	'3.11.2'),
(7355,	917,	'_elementor_pro_version',	'3.11.3'),
(7356,	917,	'_wp_page_template',	'elementor_header_footer'),
(7357,	917,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7358,	917,	'_elementor_page_assets',	'a:0:{}'),
(7369,	919,	'_thumbnail_id',	'274'),
(7370,	919,	'_elementor_edit_mode',	'builder'),
(7371,	919,	'_elementor_template_type',	'wp-post'),
(7372,	919,	'_elementor_version',	'3.11.2'),
(7373,	919,	'_elementor_pro_version',	'3.11.5'),
(7374,	919,	'_wp_page_template',	'elementor_header_footer'),
(7375,	919,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7376,	919,	'_elementor_page_assets',	'a:0:{}'),
(7378,	920,	'_thumbnail_id',	'274'),
(7379,	920,	'_elementor_edit_mode',	'builder'),
(7380,	920,	'_elementor_template_type',	'wp-post'),
(7381,	920,	'_elementor_version',	'3.11.2'),
(7382,	920,	'_elementor_pro_version',	'3.11.5'),
(7383,	920,	'_wp_page_template',	'elementor_header_footer'),
(7384,	920,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7385,	920,	'_elementor_page_assets',	'a:0:{}'),
(7387,	921,	'_thumbnail_id',	'274'),
(7388,	921,	'_elementor_edit_mode',	'builder'),
(7389,	921,	'_elementor_template_type',	'wp-post'),
(7390,	921,	'_elementor_version',	'3.11.2'),
(7391,	921,	'_elementor_pro_version',	'3.11.5'),
(7392,	921,	'_wp_page_template',	'elementor_header_footer'),
(7393,	921,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7394,	921,	'_elementor_page_assets',	'a:0:{}'),
(7396,	922,	'_thumbnail_id',	'274'),
(7397,	922,	'_elementor_edit_mode',	'builder'),
(7398,	922,	'_elementor_template_type',	'wp-post'),
(7399,	922,	'_elementor_version',	'3.11.2'),
(7400,	922,	'_elementor_pro_version',	'3.11.5'),
(7401,	922,	'_wp_page_template',	'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7402,	922,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7403,	922,	'_elementor_page_assets',	'a:0:{}'),
(7405,	923,	'_thumbnail_id',	'274'),
(7406,	923,	'_elementor_edit_mode',	'builder'),
(7407,	923,	'_elementor_template_type',	'wp-post'),
(7408,	923,	'_elementor_version',	'3.11.2'),
(7409,	923,	'_elementor_pro_version',	'3.11.5'),
(7410,	923,	'_wp_page_template',	'elementor_header_footer'),
(7411,	923,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7412,	923,	'_elementor_page_assets',	'a:0:{}'),
(7414,	924,	'_thumbnail_id',	'274'),
(7415,	924,	'_elementor_edit_mode',	'builder'),
(7416,	924,	'_elementor_template_type',	'wp-post'),
(7417,	924,	'_elementor_version',	'3.11.2'),
(7418,	924,	'_elementor_pro_version',	'3.11.5'),
(7419,	924,	'_wp_page_template',	'elementor_header_footer'),
(7420,	924,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7421,	924,	'_elementor_page_assets',	'a:0:{}'),
(7423,	925,	'_thumbnail_id',	'274'),
(7424,	925,	'_elementor_edit_mode',	'builder'),
(7425,	925,	'_elementor_template_type',	'wp-post'),
(7426,	925,	'_elementor_version',	'3.11.2'),
(7427,	925,	'_elementor_pro_version',	'3.11.5'),
(7428,	925,	'_wp_page_template',	'elementor_header_footer'),
(7429,	925,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7430,	925,	'_elementor_page_assets',	'a:0:{}'),
(7432,	926,	'_thumbnail_id',	'274'),
(7433,	926,	'_elementor_edit_mode',	'builder'),
(7434,	926,	'_elementor_template_type',	'wp-post'),
(7435,	926,	'_elementor_version',	'3.11.2'),
(7436,	926,	'_elementor_pro_version',	'3.11.5'),
(7437,	926,	'_wp_page_template',	'elementor_header_footer'),
(7438,	926,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7439,	926,	'_elementor_page_assets',	'a:0:{}'),
(7441,	927,	'_thumbnail_id',	'274'),
(7442,	927,	'_elementor_edit_mode',	'builder'),
(7443,	927,	'_elementor_template_type',	'wp-post'),
(7444,	927,	'_elementor_version',	'3.11.2'),
(7445,	927,	'_elementor_pro_version',	'3.11.5'),
(7446,	927,	'_wp_page_template',	'elementor_header_footer'),
(7447,	927,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7448,	927,	'_elementor_page_assets',	'a:0:{}'),
(7458,	930,	'_thumbnail_id',	'274'),
(7459,	930,	'_elementor_edit_mode',	'builder'),
(7460,	930,	'_elementor_template_type',	'wp-post'),
(7461,	930,	'_elementor_version',	'3.11.2'),
(7462,	930,	'_elementor_pro_version',	'3.11.5'),
(7463,	930,	'_wp_page_template',	'elementor_header_footer'),
(7464,	930,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7465,	930,	'_elementor_page_assets',	'a:0:{}'),
(7467,	931,	'_thumbnail_id',	'274'),
(7468,	931,	'_elementor_edit_mode',	'builder'),
(7469,	931,	'_elementor_template_type',	'wp-post'),
(7470,	931,	'_elementor_version',	'3.11.2'),
(7471,	931,	'_elementor_pro_version',	'3.11.5'),
(7472,	931,	'_wp_page_template',	'elementor_header_footer'),
(7473,	931,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7474,	931,	'_elementor_page_assets',	'a:0:{}'),
(7476,	254,	'news_ticker_bg_color',	'rgb(167,54,0)'),
(7477,	254,	'_news_ticker_bg_color',	'field_640848840f52d'),
(7478,	254,	'news_ticker_text_color',	'#FFFFFF'),
(7479,	254,	'_news_ticker_text_color',	'field_640848be0f52e'),
(7480,	254,	'news_ticker_underline',	'rgb(204,226,0)'),
(7481,	254,	'_news_ticker_underline',	'field_640848e70f530'),
(7482,	931,	'projects',	'a:3:{i:0;s:2:\"44\";i:1;s:2:\"45\";i:2;s:3:\"438\";}'),
(7483,	931,	'_projects',	'field_640065f3e3dfa'),
(7484,	931,	'news_ticker_bg_color',	'rgb(167,54,0)'),
(7485,	931,	'_news_ticker_bg_color',	'field_640848840f52d'),
(7486,	931,	'news_ticker_text_color',	'#FFFFFF'),
(7487,	931,	'_news_ticker_text_color',	'field_640848be0f52e'),
(7488,	931,	'news_ticker_underline',	'rgb(204,226,0)'),
(7489,	931,	'_news_ticker_underline',	'field_640848e70f530'),
(7490,	254,	'_yoast_wpseo_primary_project_service_cat',	'22'),
(7491,	932,	'_thumbnail_id',	'266'),
(7492,	932,	'_elementor_edit_mode',	'builder'),
(7493,	932,	'_elementor_template_type',	'wp-post'),
(7494,	932,	'_elementor_version',	'3.11.2'),
(7495,	932,	'_elementor_pro_version',	'3.11.3'),
(7496,	932,	'_wp_page_template',	'elementor_header_footer'),
(7497,	932,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bespoke, branded websites that<br \\/>convert sales and look great.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7498,	932,	'_elementor_page_assets',	'a:0:{}'),
(7500,	933,	'_thumbnail_id',	'266'),
(7501,	933,	'_elementor_edit_mode',	'builder'),
(7502,	933,	'_elementor_template_type',	'wp-post'),
(7503,	933,	'_elementor_version',	'3.11.2'),
(7504,	933,	'_elementor_pro_version',	'3.11.3'),
(7505,	933,	'_wp_page_template',	'elementor_header_footer'),
(7506,	933,	'_elementor_data',	'[{\"id\":\"5b9e95f0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"831d644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"78f1075c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"31ceeff7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"7fd43451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Websites\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c154bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Responsive websites, Search Engine Optimised and easy on the eyes.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"12e3fa63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"6b9b771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fca5e4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bespoke, branded websites that<br \\/>convert sales and look great.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"463d8474\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2b247d08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/computer-mockup-copy-1.webp\",\"id\":632,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"efd5324\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"c1feee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ddd14c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"60063b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9438ccb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Make your website work for you.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"531df54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"3049cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b131ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"81084f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1c64e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platforms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de8b5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"f63e572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"6a9005c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"683a6de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15f2a4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"5545f803\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7a1df6aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"3542571a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"49451794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Us?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30747daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the World Wide Web there are countless<br \\/>boring and poorly designed websites. We make<br \\/>websites that do the heavy lifting for you and<br \\/>fundamentally look good whilst doing it.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"176cf4cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1471e05d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Bespoke Design\",\"description_text\":\"At Faction, we believe that a website is more than just a digital storefront, it\\u2019s a crucial tool for engaging with your audience and building your brand. That\\u2019s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \\n\\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \\n\\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=23116df\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"18d02576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Support & Hosting\",\"description_text\":\"We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\\n\\nOur reliable website hosting services are available at a competitive rate with technical support.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6fb70bfb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Platforms & SEO\",\"description_text\":\"Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \\n\\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective \\u2018Advanced SEO\\u2019 service.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=b4d88aa\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30e4dfb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4ade2382\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"7a675e57\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"34af3e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"344bba2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"1bb9c6c5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"f100491\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"2cfbcc07\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4550b731\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7c147e07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"2fd5b1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e52be76\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"15644e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7507,	933,	'_elementor_page_assets',	'a:0:{}'),
(7509,	256,	'news_ticker_bg_color',	'rgb(255,205,0)'),
(7510,	256,	'_news_ticker_bg_color',	'field_640848840f52d'),
(7511,	256,	'news_ticker_text_color',	'rgb(17,20,20)'),
(7512,	256,	'_news_ticker_text_color',	'field_640848be0f52e'),
(7513,	256,	'news_ticker_underline',	'rgb(255,91,70)'),
(7514,	256,	'_news_ticker_underline',	'field_640848e70f530'),
(7515,	933,	'projects',	'a:1:{i:0;s:2:\"44\";}'),
(7516,	933,	'_projects',	'field_640065f3e3dfa'),
(7517,	933,	'news_ticker_bg_color',	'rgb(255,205,0)'),
(7518,	933,	'_news_ticker_bg_color',	'field_640848840f52d'),
(7519,	933,	'news_ticker_text_color',	'rgb(17,20,20)'),
(7520,	933,	'_news_ticker_text_color',	'field_640848be0f52e'),
(7521,	933,	'news_ticker_underline',	'rgb(255,91,70)'),
(7522,	933,	'_news_ticker_underline',	'field_640848e70f530'),
(7523,	256,	'_yoast_wpseo_primary_project_service_cat',	'21'),
(7533,	935,	'_thumbnail_id',	'287'),
(7534,	935,	'_elementor_edit_mode',	'builder'),
(7535,	935,	'_elementor_template_type',	'wp-post'),
(7536,	935,	'_elementor_version',	'3.11.2'),
(7537,	935,	'_elementor_pro_version',	'3.11.3'),
(7538,	935,	'_wp_page_template',	'elementor_header_footer'),
(7539,	935,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Designing with purpose, intent<br \\/>and creativity, of course.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7540,	935,	'_elementor_page_assets',	'a:0:{}'),
(7542,	936,	'_thumbnail_id',	'287'),
(7543,	936,	'_elementor_edit_mode',	'builder'),
(7544,	936,	'_elementor_template_type',	'wp-post'),
(7545,	936,	'_elementor_version',	'3.11.2'),
(7546,	936,	'_elementor_pro_version',	'3.11.3'),
(7547,	936,	'_wp_page_template',	'elementor_header_footer'),
(7548,	936,	'_elementor_data',	'[{\"id\":\"1eca1db6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"3b07fa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"16949112\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"11a72e37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"60771027\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13deb736\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For turning heads and making an impact.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"70359278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"2af697e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"714675cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Designing with purpose, intent<br \\/>and creativity, of course.<\\/p>\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f62e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"31af7f77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/VEGAN_NOMS_JULY21-46-copy-1.webp\",\"id\":630,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a5fc3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"bb76eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ec2a20f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":27},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\"},\"elements\":[{\"id\":\"822ba5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"806f5fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Big dreamers, creative thinkers, pencil pushers.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"990cb1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"050745d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c650891\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"025d873\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":24},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"df76d02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a26971b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"740d2ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"4181981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animation\\/Video\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b4976c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"408c64b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"60f8b19c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"5bf2d629\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"4cc1967a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"42f5d807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Design Partner\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddeb76c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are branding experts by trade but on top of that,<br \\/>our in-house team of creatives can assist you with most <br \\/>other design tasks you made need, on an ad-hoc basis<br \\/>or you can book our time regularly on a retainer.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"338f8586\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1209621a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Digital & Print Ready\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"25da55b6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02.svg\",\"id\":509},\"library\":\"svg\"},\"title_text\":\"Retainers\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"63e77e0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03.svg\",\"id\":508},\"library\":\"svg\"},\"title_text\":\"Animation & Video\",\"description_text\":\"Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \\n\\nWe include 100 business cards for free with every branding project.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e332547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"ea53267\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4f79df0f\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"32ffa974\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"3507e49c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"33681a37\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"space-between\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}]},\"elements\":[{\"id\":\"4854a1db\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"723d98a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f076eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"3ac9b5a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66907426\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69dd9239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"195b8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7549,	936,	'_elementor_page_assets',	'a:0:{}'),
(7551,	258,	'news_ticker_bg_color',	'rgb(41,76,80)'),
(7552,	258,	'_news_ticker_bg_color',	'field_640848840f52d'),
(7553,	258,	'news_ticker_text_color',	'#FFFFFF'),
(7554,	258,	'_news_ticker_text_color',	'field_640848be0f52e'),
(7555,	258,	'news_ticker_underline',	'rgb(255,205,0)'),
(7556,	258,	'_news_ticker_underline',	'field_640848e70f530'),
(7557,	936,	'projects',	''),
(7558,	936,	'_projects',	'field_640065f3e3dfa'),
(7559,	936,	'news_ticker_bg_color',	'rgb(41,76,80)'),
(7560,	936,	'_news_ticker_bg_color',	'field_640848840f52d'),
(7561,	936,	'news_ticker_text_color',	'#FFFFFF'),
(7562,	936,	'_news_ticker_text_color',	'field_640848be0f52e'),
(7563,	936,	'news_ticker_underline',	'rgb(255,205,0)'),
(7564,	936,	'_news_ticker_underline',	'field_640848e70f530'),
(7565,	258,	'_yoast_wpseo_primary_project_service_cat',	'20'),
(7581,	938,	'_elementor_edit_mode',	'builder'),
(7582,	938,	'_elementor_template_type',	'footer'),
(7583,	938,	'_elementor_version',	'3.11.2'),
(7584,	938,	'_elementor_pro_version',	'3.11.3'),
(7585,	938,	'_wp_page_template',	'default'),
(7586,	938,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\",\"__dynamic__\":{\"background_color\":\"[elementor-tag id=\\\"96b7364\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848840f52d%3Anews_ticker_bg_color%22%7D\\\"]\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"1002bb0\\\" name=\\\"dce-dynamic-tag-php\\\" settings=\\\"%7B%22custom_php%22%3A%22%24colored%20%3D%20get_field(\'news_ticker_underline\')%3B%5Cnecho%20\'%3Cu%20style%3D%5C%22color%3A\'.%24colored.\'%3B%5C%22%3EContact%20Us%3C%2Fu%3E%3C%2Fu%3E\'%3B%22%7D\\\"]\"}},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\",\"marquee_item_color\":\"#FFFFFF\",\"__dynamic__\":{\"marquee_item_color\":\"[elementor-tag id=\\\"abf267b\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848be0f52e%3Anews_ticker_text_color%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}],\"flex_wrap_tablet\":\"wrap\",\"_flex_align_self_tablet\":\"flex-start\",\"_flex_size_tablet\":\"shrink\"},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-end\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380,\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7587,	938,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(7588,	938,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7589,	938,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:91:\".bottom-ticker .ue-marquee-tag u {\n    color: var(--e-global-color-secondary)!Important ;\n}\";}'),
(7595,	939,	'_elementor_edit_mode',	'builder'),
(7596,	939,	'_elementor_template_type',	'footer'),
(7597,	939,	'_elementor_version',	'3.11.4'),
(7598,	939,	'_elementor_pro_version',	'3.11.5'),
(7599,	939,	'_wp_page_template',	'default'),
(7600,	939,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\",\"__dynamic__\":{\"background_color\":\"[elementor-tag id=\\\"96b7364\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848840f52d%3Anews_ticker_bg_color%22%7D\\\"]\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"1002bb0\\\" name=\\\"dce-dynamic-tag-php\\\" settings=\\\"%7B%22custom_php%22%3A%22%24colored%20%3D%20get_field(\'news_ticker_underline\')%3B%5Cnecho%20\'%3Cu%20style%3D%5C%22color%3A\'.%24colored.\'%3B%5C%22%3EContact%20Us%3C%2Fu%3E%3C%2Fu%3E\'%3B%22%7D\\\"]\"}},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\",\"marquee_item_color\":\"#FFFFFF\",\"__dynamic__\":{\"marquee_item_color\":\"[elementor-tag id=\\\"abf267b\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848be0f52e%3Anews_ticker_text_color%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}],\"flex_wrap_tablet\":\"wrap\",\"_flex_align_self_tablet\":\"flex-start\",\"_flex_size_tablet\":\"shrink\"},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222<br>\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-end\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380,\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7601,	939,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(7602,	939,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7603,	939,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:91:\".bottom-ticker .ue-marquee-tag u {\n    color: var(--e-global-color-secondary)!Important ;\n}\";}'),
(7616,	940,	'_elementor_edit_mode',	'builder'),
(7617,	940,	'_elementor_template_type',	'footer'),
(7618,	940,	'_elementor_version',	'3.11.4'),
(7619,	940,	'_elementor_pro_version',	'3.11.5'),
(7620,	940,	'_wp_page_template',	'default'),
(7621,	940,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\",\"__dynamic__\":{\"background_color\":\"[elementor-tag id=\\\"96b7364\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848840f52d%3Anews_ticker_bg_color%22%7D\\\"]\"}},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"1002bb0\\\" name=\\\"dce-dynamic-tag-php\\\" settings=\\\"%7B%22custom_php%22%3A%22%24colored%20%3D%20get_field(\'news_ticker_underline\')%3B%5Cnecho%20\'%3Cu%20style%3D%5C%22color%3A\'.%24colored.\'!important%3B%5C%22%3EContact%20Us%3C%2Fu%3E%3C%2Fu%3E\'%3B%22%7D\\\"]\"}},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\",\"marquee_item_color\":\"#FFFFFF\",\"__dynamic__\":{\"marquee_item_color\":\"[elementor-tag id=\\\"abf267b\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848be0f52e%3Anews_ticker_text_color%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}],\"flex_wrap_tablet\":\"wrap\",\"_flex_align_self_tablet\":\"flex-start\",\"_flex_size_tablet\":\"shrink\"},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222<br>\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-end\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380,\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7622,	940,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(7623,	940,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7624,	940,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:91:\".bottom-ticker .ue-marquee-tag u {\n    color: var(--e-global-color-secondary)!Important ;\n}\";}'),
(7634,	941,	'_elementor_edit_mode',	'builder'),
(7635,	941,	'_elementor_template_type',	'wp-page'),
(7636,	941,	'_elementor_version',	'3.11.2'),
(7637,	941,	'_elementor_pro_version',	'3.11.3'),
(7638,	941,	'_wp_page_template',	'elementor_theme'),
(7639,	941,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7640,	941,	'_elementor_page_assets',	'a:0:{}'),
(7642,	42,	'_thumbnail_id',	'277'),
(7643,	942,	'_elementor_edit_mode',	'builder'),
(7644,	942,	'_elementor_template_type',	'wp-page'),
(7645,	942,	'_elementor_version',	'3.11.2'),
(7646,	942,	'_elementor_pro_version',	'3.11.3'),
(7647,	942,	'_wp_page_template',	'elementor_theme'),
(7648,	942,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7649,	942,	'_elementor_page_assets',	'a:0:{}'),
(7651,	942,	'_thumbnail_id',	'277'),
(7652,	42,	'news_ticker_bg_color',	'rgb(0,111,144)'),
(7653,	42,	'_news_ticker_bg_color',	'field_640848840f52d'),
(7654,	42,	'news_ticker_text_color',	'#FFFFFF'),
(7655,	42,	'_news_ticker_text_color',	'field_640848be0f52e'),
(7656,	42,	'news_ticker_underline',	'rgb(217,156,255)'),
(7657,	42,	'_news_ticker_underline',	'field_640848e70f530'),
(7658,	942,	'news_ticker_bg_color',	'rgb(0,111,144)'),
(7659,	942,	'_news_ticker_bg_color',	'field_640848840f52d'),
(7660,	942,	'news_ticker_text_color',	'#FFFFFF'),
(7661,	942,	'_news_ticker_text_color',	'field_640848be0f52e'),
(7662,	942,	'news_ticker_underline',	'rgb(217,156,255)'),
(7663,	942,	'_news_ticker_underline',	'field_640848e70f530'),
(7664,	943,	'_elementor_edit_mode',	'builder'),
(7665,	943,	'_elementor_template_type',	'wp-page'),
(7666,	943,	'_elementor_version',	'3.11.2'),
(7667,	943,	'_elementor_pro_version',	'3.11.3'),
(7668,	943,	'_wp_page_template',	'elementor_theme'),
(7669,	943,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7670,	943,	'_elementor_page_assets',	'a:0:{}'),
(7672,	943,	'_thumbnail_id',	'277'),
(7673,	944,	'_elementor_edit_mode',	'builder'),
(7674,	944,	'_elementor_template_type',	'wp-page'),
(7675,	944,	'_elementor_version',	'3.11.2'),
(7676,	944,	'_elementor_pro_version',	'3.11.3'),
(7677,	944,	'_wp_page_template',	'elementor_theme'),
(7678,	944,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7679,	944,	'_elementor_page_assets',	'a:0:{}'),
(7681,	944,	'_thumbnail_id',	'277'),
(7682,	945,	'_elementor_edit_mode',	'builder'),
(7683,	945,	'_elementor_template_type',	'wp-page'),
(7684,	945,	'_elementor_version',	'3.11.2'),
(7685,	945,	'_elementor_pro_version',	'3.11.3'),
(7686,	945,	'_wp_page_template',	'elementor_theme'),
(7687,	945,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7688,	945,	'_elementor_page_assets',	'a:0:{}'),
(7690,	945,	'_thumbnail_id',	'277'),
(7692,	946,	'_elementor_edit_mode',	'builder'),
(7693,	946,	'_elementor_template_type',	'wp-page'),
(7694,	946,	'_elementor_version',	'3.11.4'),
(7695,	946,	'_elementor_pro_version',	'3.11.5'),
(7696,	946,	'_wp_page_template',	'elementor_theme'),
(7697,	946,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7698,	946,	'_elementor_page_assets',	'a:0:{}'),
(7699,	946,	'_thumbnail_id',	'277'),
(7701,	947,	'_elementor_edit_mode',	'builder'),
(7702,	947,	'_elementor_template_type',	'wp-page'),
(7703,	947,	'_elementor_version',	'3.11.4'),
(7704,	947,	'_elementor_pro_version',	'3.11.5'),
(7705,	947,	'_wp_page_template',	'elementor_theme'),
(7706,	947,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vw\",\"size\":3,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7707,	947,	'_elementor_page_assets',	'a:0:{}'),
(7708,	947,	'_thumbnail_id',	'277'),
(7710,	948,	'_elementor_edit_mode',	'builder'),
(7711,	948,	'_elementor_template_type',	'wp-page'),
(7712,	948,	'_elementor_version',	'3.11.4'),
(7713,	948,	'_elementor_pro_version',	'3.11.5'),
(7714,	948,	'_wp_page_template',	'elementor_theme'),
(7715,	948,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7716,	948,	'_elementor_page_assets',	'a:0:{}'),
(7717,	948,	'_thumbnail_id',	'277'),
(7719,	949,	'_elementor_edit_mode',	'builder'),
(7720,	949,	'_elementor_template_type',	'wp-page'),
(7721,	949,	'_elementor_version',	'3.11.4'),
(7722,	949,	'_elementor_pro_version',	'3.11.5'),
(7723,	949,	'_wp_page_template',	'elementor_theme'),
(7724,	949,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7725,	949,	'_elementor_page_assets',	'a:0:{}'),
(7726,	949,	'_thumbnail_id',	'277'),
(7728,	950,	'_elementor_edit_mode',	'builder'),
(7729,	950,	'_elementor_template_type',	'wp-page'),
(7730,	950,	'_elementor_version',	'3.11.4'),
(7731,	950,	'_elementor_pro_version',	'3.11.5'),
(7732,	950,	'_wp_page_template',	'elementor_theme'),
(7733,	950,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7734,	950,	'_elementor_page_assets',	'a:0:{}'),
(7735,	950,	'_thumbnail_id',	'277'),
(7737,	951,	'_elementor_edit_mode',	'builder'),
(7738,	951,	'_elementor_template_type',	'wp-page'),
(7739,	951,	'_elementor_version',	'3.11.4'),
(7740,	951,	'_elementor_pro_version',	'3.11.5'),
(7741,	951,	'_wp_page_template',	'elementor_theme'),
(7742,	951,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column-reverse\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"56\",\"left\":\"00\",\"isLinked\":false}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":-25,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7743,	951,	'_elementor_page_assets',	'a:0:{}'),
(7744,	951,	'_thumbnail_id',	'277'),
(7746,	952,	'_elementor_edit_mode',	'builder'),
(7747,	952,	'_elementor_template_type',	'header'),
(7748,	952,	'_elementor_version',	'3.11.2'),
(7749,	952,	'_elementor_pro_version',	'3.11.3'),
(7750,	952,	'_wp_page_template',	'default'),
(7751,	952,	'_elementor_data',	'[{\"id\":\"e5d9098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Header\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"62eb4b7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"095925a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0a939ec\"}],\"background_motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":80,\"end\":86}},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_range\":\"page\"},\"elements\":[{\"id\":\"513a9f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5884356\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1f07cc5\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"63f9b04\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]}},\"elements\":[{\"id\":\"5f7660d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":38.22,\"sizes\":[]},\"object-fit\":\"contain\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b9e46ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7d0451\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"666dc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b897405\"}],\"width_mobile\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},\"elements\":[{\"id\":\"ecfc110\",\"elType\":\"widget\",\"settings\":{\"text\":\"<div class=\\\"container22\\\" onclick=\\\"myFunction(this)\\\">   <div class=\\\"bar1\\\"><\\/div>    <div class=\\\"bar3\\\"><\\/div> <\\/div> \",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ad71256\\\" name=\\\"popup\\\" settings=\\\"%7B%22action%22%3A%22toggle%22%2C%22popup%22%3A%22127%22%7D\\\"]\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_css_id\":\"openmenue\",\"background_color\":\"#111414\",\"border_border\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\",\"__globals__\":{\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"button_background_hover_color\":\"#294C50\",\"_css_classes\":\"faction-menu-button\",\"custom_css\":\".faction-menu-button a, .faction-menu-button a .elementor-button {\\r\\n    background-color: transparent!important;\\r\\n}\\r\\n\\r\\n.faction-menu-button:hover a .container22 .bar1,\\r\\n.faction-menu-button:hover a .container22 .bar2,\\r\\n.faction-menu-button:hover a .container22 .bar3 {\\r\\n    background-color:var(--e-global-color-accent)!important;\\r\\n}\",\"button_text_color\":\"#EFEBEA\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(7752,	952,	'_elementor_page_assets',	'a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(7753,	952,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7754,	952,	'_elementor_page_settings',	'a:1:{s:10:\"custom_css\";s:1425:\".container22 {\r\n  display:inline-block;\r\n  cursor: pointer;\r\n  transition: scale 180ms ease-in-out 500ms, transform 280ms ease-in-out 350ms;\r\n  width:75px;\r\n  height:55px;\r\n  text-align:center;\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n  \r\n transform:scale(1);\r\n}\r\n\r\n.bar1, .bar2, .bar3 {\r\n    width: 20px;\r\n    height: 20px;\r\n    text-align: center;\r\n    background-color: #fff;\r\n    margin: 8px auto;\r\n    transition: 0.4s;\r\n    border-radius: 100%;\r\n      transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover:after {\r\n    content:\'MENU\';\r\n    position: absolute;\r\n    transform: translate(-50%,0%);\r\n    left:50%;\r\n    top:50%;\r\n    font-size: 8px;\r\n    line-height: 1;\r\n    width: auto;\r\nmargin:0 auto;\r\n    \r\n}\r\n.container22:hover{\r\n    transform: scale(3) translate(0px, -6%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover .bar1 {\r\n      transform: translate(0,72.5%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n.container22:hover .bar3 {\r\n  transform: translate(0, -72.5%);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\r\n\r\n.change .bar1 {\r\n  transform: translate(0, 15px) rotate(-45deg);\r\n}\r\n\r\n.change .bar2 {opacity: 0;}\r\n\r\n.change .bar3 {\r\n  transform: translate(0, -15px) rotate(45deg);\r\n}\r\n\r\n.container22.change{\r\ntransform:scale(1.75);\r\n  transform-origin: center;\r\n    transform-box: fill-box;\r\n}\";}'),
(7755,	952,	'_elementor_screenshot_failed',	'2023-03-03 21:04:22'),
(7757,	953,	'_elementor_edit_mode',	'builder'),
(7758,	953,	'_elementor_template_type',	'wp-page'),
(7759,	953,	'_elementor_version',	'3.11.4'),
(7760,	953,	'_elementor_pro_version',	'3.11.5'),
(7761,	953,	'_wp_page_template',	'elementor_theme'),
(7762,	953,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column-reverse\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"56\",\"left\":\"00\",\"isLinked\":false}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":-25,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7763,	953,	'_elementor_page_assets',	'a:0:{}'),
(7764,	953,	'_thumbnail_id',	'277'),
(7766,	954,	'_elementor_edit_mode',	'builder'),
(7767,	954,	'_elementor_template_type',	'wp-page'),
(7768,	954,	'_elementor_version',	'3.11.4'),
(7769,	954,	'_elementor_pro_version',	'3.11.5'),
(7770,	954,	'_wp_page_template',	'elementor_theme'),
(7771,	954,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column-reverse\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"56\",\"left\":\"00\",\"isLinked\":false}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":-25,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7772,	954,	'_elementor_page_assets',	'a:0:{}'),
(7773,	954,	'_thumbnail_id',	'277'),
(7775,	955,	'_elementor_edit_mode',	'builder'),
(7776,	955,	'_elementor_template_type',	'wp-page'),
(7777,	955,	'_elementor_version',	'3.11.4'),
(7778,	955,	'_elementor_pro_version',	'3.11.5'),
(7779,	955,	'_wp_page_template',	'elementor_theme'),
(7780,	955,	'_elementor_data',	'[{\"id\":\"8cd9e9a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"84520f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"c19ca99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ccf58d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2969838\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=text\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59fd45b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"a1d1cc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"62286fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2aec5d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We help brands find their faction.\\nWe must be yours\\u2026<\\/div>\",\"text_color\":\"#FFFFFF7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c932132\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"7627ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"910e436\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/JPG.jpg\",\"id\":277,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba06448\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7467fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"dfbc130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column-reverse\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e44962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"isInner\":false},{\"id\":\"b3ef7bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF00\",\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":true},\"z_index\":3,\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=text\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"56\",\"left\":\"00\",\"isLinked\":false}},\"elements\":[{\"id\":\"67edaf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Faction?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e02713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By definition, a faction is \\u201ca group of people that share common interests and beliefs.\\u201d Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.<\\/p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?<\\/p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.<\\/p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6db8928\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b89deb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=0ca11c5\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=23116df\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"898b4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Services\",\"_element_width\":\"auto\",\"button_text_color\":\"#111414\",\"hover_color\":\"#000000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#FF7C1C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"69\",\"right\":\"69\",\"bottom\":\"69\",\"left\":\"69\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=6f91da7\",\"button_hover_border_color\":\"\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.53\",\"sizes\":[]},\"link\":{\"url\":\"\\/fweb\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"106b23a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Component-6-\\u2013-1.png\",\"id\":378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0,\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":-25,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7781,	955,	'_elementor_page_assets',	'a:0:{}'),
(7782,	955,	'_thumbnail_id',	'277'),
(7786,	956,	'_elementor_edit_mode',	'builder'),
(7787,	956,	'_elementor_template_type',	'wp-page'),
(7788,	956,	'_elementor_version',	'3.11.2'),
(7789,	956,	'_elementor_pro_version',	'3.11.3'),
(7790,	956,	'_wp_page_template',	'elementor_header_footer'),
(7791,	956,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7792,	956,	'_elementor_page_assets',	'a:0:{}'),
(7794,	957,	'_elementor_edit_mode',	'builder'),
(7795,	957,	'_elementor_template_type',	'wp-page'),
(7796,	957,	'_elementor_version',	'3.11.2'),
(7797,	957,	'_elementor_pro_version',	'3.11.3'),
(7798,	957,	'_wp_page_template',	'elementor_header_footer'),
(7799,	957,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"Last name\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7800,	957,	'_elementor_page_assets',	'a:0:{}'),
(7802,	958,	'_elementor_edit_mode',	'builder'),
(7803,	958,	'_elementor_template_type',	'wp-page'),
(7804,	958,	'_elementor_version',	'3.11.2'),
(7805,	958,	'_elementor_pro_version',	'3.11.3'),
(7806,	958,	'_wp_page_template',	'elementor_header_footer'),
(7807,	958,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7808,	958,	'_elementor_page_assets',	'a:0:{}'),
(7810,	959,	'_elementor_edit_mode',	'builder'),
(7811,	959,	'_elementor_template_type',	'wp-page'),
(7812,	959,	'_elementor_version',	'3.11.4'),
(7813,	959,	'_elementor_pro_version',	'3.11.5'),
(7814,	959,	'_wp_page_template',	'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7815,	959,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7816,	959,	'_elementor_page_assets',	'a:0:{}'),
(7818,	960,	'_elementor_edit_mode',	'builder'),
(7819,	960,	'_elementor_template_type',	'wp-page'),
(7820,	960,	'_elementor_version',	'3.11.4'),
(7821,	960,	'_elementor_pro_version',	'3.11.5'),
(7822,	960,	'_wp_page_template',	'elementor_header_footer'),
(7823,	960,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=text\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7824,	960,	'_elementor_page_assets',	'a:0:{}'),
(7826,	961,	'_elementor_edit_mode',	'builder'),
(7827,	961,	'_elementor_template_type',	'wp-page'),
(7828,	961,	'_elementor_version',	'3.11.4'),
(7829,	961,	'_elementor_pro_version',	'3.11.5'),
(7830,	961,	'_wp_page_template',	'elementor_header_footer'),
(7831,	961,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"label_typography_font_weight\":\"300\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_color\":\"#294C50\",\"button_background_hover_color\":\"#FF7C1C\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7832,	961,	'_elementor_page_assets',	'a:0:{}'),
(7834,	962,	'_elementor_edit_mode',	'builder'),
(7835,	962,	'_elementor_template_type',	'wp-page'),
(7836,	962,	'_elementor_version',	'3.11.4'),
(7837,	962,	'_elementor_pro_version',	'3.11.5'),
(7838,	962,	'_wp_page_template',	'elementor_header_footer'),
(7839,	962,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"label_typography_font_weight\":\"300\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_color\":\"#294C50\",\"button_background_hover_color\":\"#FF7C1C\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7840,	962,	'_elementor_page_assets',	'a:0:{}'),
(7842,	963,	'_elementor_edit_mode',	'builder'),
(7843,	963,	'_elementor_template_type',	'wp-page'),
(7844,	963,	'_elementor_version',	'3.11.4'),
(7845,	963,	'_elementor_pro_version',	'3.11.5'),
(7846,	963,	'_wp_page_template',	'elementor_header_footer'),
(7847,	963,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of <br \\/>focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"label_typography_font_weight\":\"300\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_color\":\"#294C50\",\"button_background_hover_color\":\"#FF7C1C\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7848,	963,	'_elementor_page_assets',	'a:0:{}'),
(7850,	964,	'_elementor_edit_mode',	'builder'),
(7851,	964,	'_elementor_template_type',	'wp-page'),
(7852,	964,	'_elementor_version',	'3.11.4'),
(7853,	964,	'_elementor_pro_version',	'3.11.5'),
(7854,	964,	'_wp_page_template',	'elementor_header_footer'),
(7855,	964,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"label_typography_font_weight\":\"300\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_color\":\"#294C50\",\"button_background_hover_color\":\"#FF7C1C\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7856,	964,	'_elementor_page_assets',	'a:0:{}'),
(7858,	965,	'_elementor_edit_mode',	'builder'),
(7859,	965,	'_elementor_template_type',	'wp-page'),
(7860,	965,	'_elementor_version',	'3.11.4'),
(7861,	965,	'_elementor_pro_version',	'3.11.5'),
(7862,	965,	'_wp_page_template',	'elementor_header_footer'),
(7863,	965,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"label_typography_font_weight\":\"300\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_color\":\"#294C50\",\"button_background_hover_color\":\"#FF7C1C\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7864,	965,	'_elementor_page_assets',	'a:0:{}'),
(7866,	966,	'_elementor_edit_mode',	'builder'),
(7867,	966,	'_elementor_template_type',	'wp-page'),
(7868,	966,	'_elementor_version',	'3.11.4'),
(7869,	966,	'_elementor_pro_version',	'3.11.5'),
(7870,	966,	'_wp_page_template',	'elementor_header_footer'),
(7871,	966,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"label_typography_font_weight\":\"300\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_color\":\"#294C50\",\"button_background_hover_color\":\"#FF7C1C\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7872,	966,	'_elementor_page_assets',	'a:0:{}'),
(7874,	967,	'_elementor_edit_mode',	'builder'),
(7875,	967,	'_elementor_template_type',	'wp-page'),
(7876,	967,	'_elementor_version',	'3.11.4'),
(7877,	967,	'_elementor_pro_version',	'3.11.5'),
(7878,	967,	'_wp_page_template',	'elementor_header_footer'),
(7879,	967,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"label_typography_font_weight\":\"300\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_color\":\"#294C50\",\"button_background_hover_color\":\"#FF7C1C\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1,\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":-88,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7880,	967,	'_elementor_page_assets',	'a:0:{}'),
(7882,	968,	'_elementor_edit_mode',	'builder'),
(7883,	968,	'_elementor_template_type',	'footer'),
(7884,	968,	'_elementor_version',	'3.11.4'),
(7885,	968,	'_elementor_pro_version',	'3.11.5'),
(7886,	968,	'_wp_page_template',	'default'),
(7887,	968,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\",\"__dynamic__\":{\"background_color\":\"[elementor-tag id=\\\"96b7364\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848840f52d%3Anews_ticker_bg_color%22%7D\\\"]\"},\"z_index\":3},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"1002bb0\\\" name=\\\"dce-dynamic-tag-php\\\" settings=\\\"%7B%22custom_php%22%3A%22%24colored%20%3D%20get_field(\'news_ticker_underline\')%3B%5Cnecho%20\'%3Cu%20style%3D%5C%22color%3A\'.%24colored.\'!important%3B%5C%22%3EContact%20Us%3C%2Fu%3E%3C%2Fu%3E\'%3B%22%7D\\\"]\"}},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\",\"marquee_item_color\":\"#FFFFFF\",\"__dynamic__\":{\"marquee_item_color\":\"[elementor-tag id=\\\"abf267b\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848be0f52e%3Anews_ticker_text_color%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}],\"flex_wrap_tablet\":\"wrap\",\"_flex_align_self_tablet\":\"flex-start\",\"_flex_size_tablet\":\"shrink\"},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222<br>\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-end\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380,\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7888,	968,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(7889,	968,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7890,	968,	'_elementor_page_settings',	'a:4:{s:10:\"custom_css\";s:91:\".bottom-ticker .ue-marquee-tag u {\n    color: var(--e-global-color-secondary)!Important ;\n}\";s:24:\"content_wrapper_html_tag\";s:6:\"footer\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),
(7892,	969,	'_elementor_edit_mode',	'builder'),
(7893,	969,	'_elementor_template_type',	'wp-page'),
(7894,	969,	'_elementor_version',	'3.11.4'),
(7895,	969,	'_elementor_pro_version',	'3.11.5'),
(7896,	969,	'_wp_page_template',	'elementor_header_footer'),
(7897,	969,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"label_typography_font_weight\":\"300\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_color\":\"#294C50\",\"button_background_hover_color\":\"#FF7C1C\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1,\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":-88,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7898,	969,	'_elementor_page_assets',	'a:0:{}'),
(7900,	970,	'_elementor_edit_mode',	'builder'),
(7901,	970,	'_elementor_template_type',	'wp-page'),
(7902,	970,	'_elementor_version',	'3.11.4'),
(7903,	970,	'_elementor_pro_version',	'3.11.5'),
(7904,	970,	'_wp_page_template',	'elementor_header_footer'),
(7905,	970,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}]},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"label_typography_font_weight\":\"300\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_color\":\"#294C50\",\"button_background_hover_color\":\"#FF7C1C\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1,\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":-88,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7906,	970,	'_elementor_page_assets',	'a:0:{}'),
(7908,	971,	'_elementor_edit_mode',	'builder'),
(7909,	971,	'_elementor_template_type',	'wp-page'),
(7910,	971,	'_elementor_version',	'3.11.4'),
(7911,	971,	'_elementor_pro_version',	'3.11.5'),
(7912,	971,	'_wp_page_template',	'elementor_header_footer'),
(7913,	971,	'_elementor_data',	'[{\"id\":\"a31e8cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-16,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5990\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"20\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"1bfc2fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"121c2b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"0c79920\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bba480\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019re searching for a trusted design partner to help <br \\/>you take your brand to the next level, join our faction.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf09b6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All of our projects start with a big idea and a small team of focused and friendly creatives. You\\u2019re only a stranger once.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2c22a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55},\"flex_direction\":\"row-reverse\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2baa384\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"You must have a name\",\"placeholder\":\"First name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"2655bc4\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_5dcab06\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Last name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"5dcab06\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Hopefully an email*\",\"placeholder\":\"Hopefully an email*\",\"_id\":\"8a599b0\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_31e4f19\",\"field_label\":\"What business do you work for?\",\"placeholder\":\"Business name (if applicable)\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"31e4f19\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_1ac848e\",\"field_type\":\"tel\",\"field_label\":\"Phone number of your choice*\",\"placeholder\":\"(+44) 07890 1234567\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"1ac848e\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"What can we help you with?*\",\"placeholder\":\"We\\u2019d love to know about the project you have in mind\\u2026\",\"_id\":\"f05e88b\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_bfd3365\",\"field_label\":\"Ideal Deadline\",\"placeholder\":\"13\\/01\\/2023\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"bfd3365\",\"dce_counter_step\":\"1\"},{\"custom_id\":\"field_9b73935\",\"field_type\":\"select\",\"field_label\":\"Project Scale\",\"placeholder\":\"Approx. budget range\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"field_options\":\"Approx. budget range\\n\\u00a31 500 - \\u00a35000\\n\\u00a35 000 - \\u00a310 000\\n\\u00a310 000 - \\u00a320 000\",\"_id\":\"9b73935\",\"dce_counter_step\":\"1\"},{\"_id\":\"8add515\",\"field_type\":\"recaptcha_v3\",\"custom_id\":\"field_8add515\",\"dce_counter_step\":\"1\"},{\"_id\":\"c84b9db\",\"field_type\":\"honeypot\",\"custom_id\":\"field_c84b9db\",\"dce_counter_step\":\"1\"}],\"button_align\":\"end\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"dexit@dyc.lv\",\"email_subject\":\"New message from &quot;Faction web&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@scriptin.me\",\"email_from_name\":\"Faction web\",\"email_to_2\":\"dexit@dyc.lv\",\"email_subject_2\":\"New message from &quot;Faction web&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@scriptin.me\",\"email_from_name_2\":\"Faction web\",\"email_reply_to_2\":\"dexit@dyc.lv\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"field_background_color\":\"#EFEBEA\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"label_typography_typography\":\"\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=41b3d80\"},\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"55735ee\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"d88e684\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_2baa384_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"label_typography_font_weight\":\"300\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_color\":\"#294C50\",\"button_background_hover_color\":\"#FF7C1C\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false},{\"id\":\"e0ab6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Group-149.png\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1,\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":-88,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":-80,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7914,	971,	'_elementor_page_assets',	'a:0:{}'),
(7917,	972,	'_elementor_edit_mode',	'builder'),
(7918,	972,	'_elementor_template_type',	'footer'),
(7919,	972,	'_elementor_version',	'3.11.4'),
(7920,	972,	'_elementor_pro_version',	'3.11.5'),
(7921,	972,	'_wp_page_template',	'default'),
(7922,	972,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\",\"__dynamic__\":{\"background_color\":\"[elementor-tag id=\\\"96b7364\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848840f52d%3Anews_ticker_bg_color%22%7D\\\"]\"},\"z_index\":3},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"1002bb0\\\" name=\\\"dce-dynamic-tag-php\\\" settings=\\\"%7B%22custom_php%22%3A%22%24colored%20%3D%20get_field(\'news_ticker_underline\')%3B%5Cnecho%20\'%3Cu%20style%3D%5C%22color%3A\'.%24colored.\'!important%3B%5C%22%3EContact%20Us%3C%2Fu%3E%3C%2Fu%3E\'%3B%22%7D\\\"]\"}},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\",\"marquee_item_color\":\"#FFFFFF\",\"__dynamic__\":{\"marquee_item_color\":\"[elementor-tag id=\\\"abf267b\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848be0f52e%3Anews_ticker_text_color%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}],\"flex_wrap_tablet\":\"wrap\",\"_flex_align_self_tablet\":\"flex-start\",\"_flex_size_tablet\":\"shrink\"},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222<br>\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-end\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380,\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}]},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7923,	972,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(7924,	972,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7925,	972,	'_elementor_page_settings',	'a:4:{s:10:\"custom_css\";s:91:\".bottom-ticker .ue-marquee-tag u {\n    color: var(--e-global-color-secondary)!Important ;\n}\";s:24:\"content_wrapper_html_tag\";s:6:\"footer\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),
(7927,	973,	'_elementor_edit_mode',	'builder'),
(7928,	973,	'_elementor_template_type',	'footer'),
(7929,	973,	'_elementor_version',	'3.11.4'),
(7930,	973,	'_elementor_pro_version',	'3.11.5'),
(7931,	973,	'_wp_page_template',	'default'),
(7932,	973,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\",\"__dynamic__\":{\"background_color\":\"[elementor-tag id=\\\"96b7364\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848840f52d%3Anews_ticker_bg_color%22%7D\\\"]\"},\"z_index\":3},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"1002bb0\\\" name=\\\"dce-dynamic-tag-php\\\" settings=\\\"%7B%22custom_php%22%3A%22%24colored%20%3D%20get_field(\'news_ticker_underline\')%3B%5Cnecho%20\'%3Cu%20style%3D%5C%22color%3A\'.%24colored.\'!important%3B%5C%22%3EContact%20Us%3C%2Fu%3E%3C%2Fu%3E\'%3B%22%7D\\\"]\"}},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\",\"marquee_item_color\":\"#FFFFFF\",\"__dynamic__\":{\"marquee_item_color\":\"[elementor-tag id=\\\"abf267b\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848be0f52e%3Anews_ticker_text_color%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}],\"flex_wrap_tablet\":\"wrap\",\"_flex_align_self_tablet\":\"flex-start\",\"_flex_size_tablet\":\"shrink\"},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222<br>\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-end\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380,\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580,\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.05,\"sizes\":[]},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"flex_align_items_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7933,	973,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(7934,	973,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7935,	973,	'_elementor_page_settings',	'a:4:{s:10:\"custom_css\";s:91:\".bottom-ticker .ue-marquee-tag u {\n    color: var(--e-global-color-secondary)!Important ;\n}\";s:24:\"content_wrapper_html_tag\";s:6:\"footer\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),
(7936,	974,	'_elementor_edit_mode',	'builder'),
(7937,	974,	'_elementor_template_type',	'footer'),
(7938,	974,	'_elementor_version',	'3.11.4'),
(7939,	974,	'_elementor_pro_version',	'3.11.5'),
(7940,	974,	'_wp_page_template',	'default'),
(7941,	974,	'_elementor_data',	'[{\"id\":\"6c50de0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"},\"_title\":\"Ticker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overflow\":\"hidden\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"29cc577\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"96f3d2c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"5bf1fdc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FF7C1C\",\"__dynamic__\":{\"background_color\":\"[elementor-tag id=\\\"96b7364\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848840f52d%3Anews_ticker_bg_color%22%7D\\\"]\"},\"z_index\":3},\"elements\":[{\"id\":\"a857f4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"54b090c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4b5bbe6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d852b98\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"929d7e1\",\"elType\":\"widget\",\"settings\":{\"ue_speed\":100,\"show_icons\":\"\",\"marquee_background\":\"#00000000\",\"uc_items\":[{\"title\":\"Got a project in mind? \",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"e5846db\"},{\"title\":\"<u> Contact Us<\\/u>\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"81080c2\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"1002bb0\\\" name=\\\"dce-dynamic-tag-php\\\" settings=\\\"%7B%22custom_php%22%3A%22%24colored%20%3D%20get_field(\'news_ticker_underline\')%3B%5Cnecho%20\'%3Cu%20style%3D%5C%22color%3A\'.%24colored.\'!important%3B%5C%22%3EContact%20Us%3C%2Fu%3E%3C%2Fu%3E\'%3B%22%7D\\\"]\"}},{\"title\":\"You\\u2019re only a stranger once!\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\\/contact-us\\/\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"3beef63\"},{\"title\":\"Designing with purpose, intent and creativity, of course.\",\"icon\":{\"library\":\"\",\"value\":\"\"},\"icon_html\":\"<i class=\'fas fa-star\'><\\/i>\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-fvooe\",\"_id\":\"5352f8b\"}],\"__globals__\":{\"marquee_item_color\":\"\",\"marquee_item_typography_typography\":\"\"},\"marquee_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"marquee_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"marquee_item_typography_typography\":\"custom\",\"marquee_item_typography_font_family\":\"Biennale\",\"marquee_item_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"marquee_item_typography_font_weight\":\"300\",\"marquee_item_typography_font_style\":\"normal\",\"marquee_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"_css_classes\":\"bottom-ticker\",\"marquee_item_color\":\"#FFFFFF\",\"__dynamic__\":{\"marquee_item_color\":\"[elementor-tag id=\\\"abf267b\\\" name=\\\"acf-color\\\" settings=\\\"%7B%22key%22%3A%22field_640848be0f52e%3Anews_ticker_text_color%22%7D\\\"]\"},\"marquee_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"marquee_item_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ucaddon_list_marquee\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b3f947\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}],\"flex_wrap_tablet\":\"wrap\",\"_flex_align_self_tablet\":\"flex-start\",\"_flex_size_tablet\":\"shrink\"},\"elements\":[{\"id\":\"96ba457\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":225,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"6f69f1e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":236,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"object-fit\":\"cover\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"6625117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>hello@faction-studio.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee53171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+ 44 (0) 7855031157<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"custom\",\"size\":\"136%\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"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},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FF7C1C\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\",\"typography_font_size_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71e490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Company No. 11112222<br>\\nBillericay, Essex, United Kingdom<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.22,\"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},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"778b491\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"flex_align_items_tablet\":\"flex-end\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"171ab08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Navigation\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.996},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ebfdc0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footermenu\",\"layout\":\"vertical\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Biennale\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=text\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"animation_duration\":\"slow\",\"_animation_delay\":380,\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"8d11aee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"62e1263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sign-up to our newsletter<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_css_classes\":\"faction-ticker\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_transform_translate_popover\":\"transform\",\"_transform_translateX_effect\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa44f10\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Sign-up to our newsletter\",\"placeholder\":\"Email of your choice...\",\"_id\":\"c5ad686\",\"width\":\"75\",\"dce_counter_step\":\"1\"}],\"button_width\":\"20\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"hello@faction-studio.com\",\"email_subject\":\"New message from &quot;Faction&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@faction.tgmedia.uk\",\"email_from_name\":\"Faction\",\"email_to_2\":\"tomgilesmedia@gmail.com\",\"email_subject_2\":\"New message from &quot;Faction&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@faction.tgmedia.uk\",\"email_from_name_2\":\"Faction\",\"email_reply_to_2\":\"tomgilesmedia@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Biennale\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Biennale\",\"field_typography_font_weight\":\"300\",\"field_border_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Biennale\",\"button_typography_font_weight\":\"300\",\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#111414\",\"button_background_hover_color\":\"#FF7C1C\",\"button_hover_color\":\"#111414\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=text\",\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"button_hover_color\":\"globals\\/colors?id=primary\",\"label_color\":\"globals\\/colors?id=text\",\"field_text_color\":\"globals\\/colors?id=primary\"},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"show_labels\":\"\",\"_element_width\":\"inherit\",\"dce_conditional_validations\":[{\"disabled\":\"yes\",\"error_message\":\"Your name should be Joe\",\"expression\":\"name == \\\"Joe\\\"\",\"error_field_id\":\"name\",\"_id\":\"f97ba60\"}],\"dce_max_submissions_error_message\":\"Too many submissions, sorry\",\"dce_confirm_dialog_title\":\"Confirm\",\"dce_confirm_dialog_confirm_button_text\":\"Confirm\",\"dce_confirm_dialog_cancel_button_text\":\"Cancel\",\"dce_form_save_type_post_title\":\"Form Entry by [field id=\\\"name\\\"]\",\"dce_form_save_type_post_content\":\"[field id=\\\"message\\\"]\",\"dce_form_save_type_user_email\":\"[form:email]\",\"dce_form_save_type_user_pass\":\"[form:user_pass]\",\"dce_form_save_type_term_name\":\"Term [field id=\\\"name\\\"]\",\"dce_form_save_type_term_description\":\"[field id=\\\"message\\\"]\",\"dce_form_favorites\":[],\"dce_form_export_fields\":[],\"dce_form_export_headers\":[{\"dce_form_export_header_key\":\"Connection\",\"dce_form_export_header_value\":\"keep-alive\",\"_id\":\"b09297b\"}],\"dce_form_pdf_log_path\":\"elementor\\/export\\/log_aa44f10_[date|Ymd].txt\",\"dce_form_pdf_name\":\"[date|U]\",\"dce_form_pdf_folder\":\"elementor\\/pdf\\/[date|Y]\\/[date|m]\",\"dce_form_pdf_svg_code_repeater\":[],\"dce_form_pdf_title\":\"Form data by [field id=\\\"name\\\"] in [date|Y-m-d H:i:s]\",\"dce_form_pdf_content\":\"[field id=\\\"message\\\"]\",\"dce_form_redirect_repeater\":[],\"dce_form_telegram_repeater\":[],\"dce_form_email_repeater\":[],\"dce_step_summary_submit_btn_text\":\"Submit Form\",\"input_size\":\"lg\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"button_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"b3dbe1d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/fb.svg\",\"id\":148},\"library\":\"svg\"},\"_id\":\"2450930\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#006F9000\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/isnta.svg\",\"id\":147},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#D0A0F900\",\"item_icon_secondary_color\":\"#11141400\",\"_id\":\"b36fb00\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/LinkedIn.svg\",\"id\":151},\"library\":\"svg\"},\"_id\":\"f45e869\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#62D9E800\",\"item_icon_secondary_color\":\"#11141400\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/be.svg\",\"id\":149},\"library\":\"svg\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\",\"_id\":\"302cd76\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/gggg.svg\",\"id\":152},\"library\":\"svg\"},\"_id\":\"8ec1d4b\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#02010100\",\"item_icon_secondary_color\":\"#02010100\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"push\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":580,\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.05,\"sizes\":[]},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37d5935\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[{\"id\":\"0085a7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25.561},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"56d9f13\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"654af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"94b7494\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"a5d0f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/privacy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"95a07f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.912},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"84a116e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0c9bd03\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"59e7dfa\"}],\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4dd9225\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Conditions\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":[],\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"link\":{\"url\":\"\\/fweb\\/terms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b8ff0e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-end\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"03b288a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"34e992d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4a4f42f\"}],\"flex_align_items_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"b562a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h5\",\"title_color\":\"#606060\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"200\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":680,\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5d7f45c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20Faction%20Studio%20Ltd%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb59e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"unit\":\"px\"},\"structure\":\"20\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"z_index\":\"9995\",\"_title\":\"Footer\",\"html_tag\":\"header\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#111414\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_opacity_effect\":\"yes\",\"background_motion_fx_range\":\"page\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"css_classes\":\"factionhead\",\"sticky\":\"top\",\"sticky_effects_offset\":100,\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dd44f54\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a924b87\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7767f60\"}]},\"elements\":[],\"isInner\":false}]'),
(7942,	974,	'_elementor_page_assets',	'a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),
(7943,	974,	'_elementor_conditions',	'a:1:{i:0;s:15:\"include/general\";}'),
(7944,	974,	'_elementor_page_settings',	'a:4:{s:10:\"custom_css\";s:91:\".bottom-ticker .ue-marquee-tag u {\n    color: var(--e-global-color-secondary)!Important ;\n}\";s:24:\"content_wrapper_html_tag\";s:6:\"footer\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),
(7946,	975,	'_elementor_edit_mode',	'builder'),
(7947,	975,	'_elementor_template_type',	'archive'),
(7948,	975,	'_elementor_version',	'3.11.2'),
(7949,	975,	'_elementor_pro_version',	'3.11.3'),
(7950,	975,	'_wp_page_template',	'default'),
(7951,	975,	'_elementor_page_settings',	'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(7952,	975,	'_elementor_data',	'[{\"id\":\"121ba8a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fbaa1c1\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3aec418\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"311c95e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"56\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"fbd9835\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"871141e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"106c44d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}]},\"elements\":[{\"id\":\"8df5923\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"8dd84e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfb0577\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re in the business of connecting people and brands,\\u00a0<span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">helping you find your faction through strategic design.\\u00a0<\\/span><span style=\\\"color: var( --e-global-color-primary ); background-color: var( --e-global-color-text );\\\">See how we can help you on your next project.<\\/span><\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c58ee70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02e57eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"_flex_align_self\":\"center\",\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"1dd9efe\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":3,\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"medium_large\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"faction_services\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_columns\":\"1\",\"classic_thumbnail\":\"right\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"classic_meta_data\":[],\"classic_read_more_alignment\":\"yes\",\"classic_open_new_tab\":\"yes\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"full_content_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"016\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"classic_box_border_color\":\"#000000\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#006F90\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Biennale\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"classic_title_typography_font_weight\":\"400\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Biennale\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_color\":\"#FF7C1C\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Biennale\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"faction-posts\",\"custom_css\":\".faction-posts article:first-child {\\nflex-direction: row;}\\n\\n.faction-posts article:nth-child(2) { \\nflex-direction: row-reverse;\\n}\\n.faction-posts article .elementor-post__thumbnail ,.faction-posts article .elementor-post__text{\\nmargin:0px 26px;\\n}\\n.faction-posts article .elementor-post__text {\\n    padding: 26px 26px 26px 26px;\\n    border: 1px solid lightgray;\\n}\\n.faction-posts article:nth-child(2) .elementor-post__text .elementor-post__title a {\\n    color: #D99CFF!important;\\n    \\n}\\n.faction-posts article:nth-child(3) .elementor-post__text .elementor-post__title a {\\n    color: #FF5B46!important;\\n    \\n}\\n.faction-posts article:first-child .elementor-post__text .elementor-post__title a {\\n    color:var(--e-global-color-secondary)!important;\\n    \\n}\\n   \\n    \",\"__globals__\":{\"classic_box_border_color\":\"\",\"classic_title_typography_typography\":\"\",\"classic_excerpt_typography_typography\":\"\",\"classic_read_more_typography_typography\":\"\",\"classic_title_color\":\"\",\"classic_read_more_color\":\"globals\\/colors?id=accent\",\"classic_box_bg_color\":\"\"},\"classic_posts_per_page\":3,\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7953,	975,	'_elementor_page_assets',	'a:0:{}'),
(7954,	975,	'_elementor_conditions',	'a:1:{i:0;s:40:\"include/archive/faction_services_archive\";}'),
(7958,	44,	'news_ticker_bg_color',	'#FF7C1C'),
(7959,	44,	'_news_ticker_bg_color',	'field_640848840f52d'),
(7960,	44,	'news_ticker_text_color',	'#FFFFFF'),
(7961,	44,	'_news_ticker_text_color',	'field_640848be0f52e'),
(7962,	44,	'news_ticker_underline',	'#294C50'),
(7963,	44,	'_news_ticker_underline',	'field_640848e70f530'),
(7964,	254,	'service_highlights',	'a:1:{i:0;s:2:\"44\";}'),
(7965,	254,	'_service_highlights',	'field_640f77053faeb'),
(7966,	44,	'related_service',	'254'),
(7967,	44,	'_related_service',	'field_640f77b7aa67e'),
(7968,	980,	'Project Featured Image',	'30'),
(7969,	980,	'_Project Featured Image',	'field_63fcdc9cddf31'),
(7970,	980,	'project_homepage_grid_image',	'269'),
(7971,	980,	'_project_homepage_grid_image',	'field_63fcdc69ddf2f'),
(7972,	980,	'Project Archive Masonry Image',	'269'),
(7973,	980,	'_Project Archive Masonry Image',	'field_63fcdc85ddf30'),
(7974,	980,	'project_service_tag',	'a:2:{i:0;i:22;i:1;i:256;}'),
(7975,	980,	'_project_service_tag',	'field_64006b33f577f'),
(7976,	980,	'news_ticker_bg_color',	'#FF7C1C'),
(7977,	980,	'_news_ticker_bg_color',	'field_640848840f52d'),
(7978,	980,	'news_ticker_text_color',	'#FFFFFF'),
(7979,	980,	'_news_ticker_text_color',	'field_640848be0f52e'),
(7980,	980,	'news_ticker_underline',	'#294C50'),
(7981,	980,	'_news_ticker_underline',	'field_640848e70f530'),
(7982,	980,	'related_service',	'254'),
(7983,	980,	'_related_service',	'field_640f77b7aa67e'),
(7984,	44,	'_yoast_wpseo_primary_project_service_cat',	'22'),
(7986,	981,	'_elementor_edit_mode',	'builder'),
(7987,	981,	'_elementor_template_type',	'single-post'),
(7988,	981,	'_elementor_version',	'3.11.2'),
(7989,	981,	'_elementor_pro_version',	'3.11.3'),
(7990,	981,	'_wp_page_template',	'elementor_header_footer'),
(7991,	981,	'_elementor_page_settings',	'a:3:{s:13:\"page_template\";s:23:\"elementor_header_footer\";s:12:\"preview_type\";s:23:\"single/faction_projects\";s:10:\"preview_id\";s:0:\"\";}'),
(7992,	981,	'_elementor_data',	'[{\"id\":\"1b60a968\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"46b8a41c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"21c4502c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\",\"__dynamic__\":[]},\"elements\":[{\"id\":\"e14bf8a\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"label_color\":\"#111414\",\"__globals__\":{\"label_color\":\"\",\"arrow_color\":\"globals\\/colors?id=primary\"},\"show_label\":\"\",\"arrow\":\"fa fa-long-arrow-left\",\"in_same_term\":[\"faction_projects\"],\"faction_projects_taxonomy\":\"project_service_cat\",\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false},{\"id\":\"5e1a54a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"6c15d70\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_63d8d2d3ba973%3Aservice_page_top_header_image%22%2C%22fallback%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.scriptin.me%2Ffweb%2Fwp-content%2Fuploads%2F2023%2F02%2Fcomputer-mockup-copy.webp%22%2C%22id%22%3A629%2C%22size%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22source%22%3A%22library%22%7D%7D\\\"]\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ad3027f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"574aaf9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6a5a613d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"58613934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"c6ca744\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b5dd84f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"d11a857\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%2C%22link%22%3A%22%22%2C%22fallback%22%3A%22Category%20fallback%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"420c45cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"4b6d2c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bca2f30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"14cfce0\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A40%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e88eee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"656b5345\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9a7870b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),
(7993,	981,	'_elementor_page_assets',	'a:0:{}'),
(7994,	981,	'_elementor_conditions',	'a:1:{i:0;s:33:\"include/singular/faction_projects\";}'),
(7997,	982,	'_thumbnail_id',	'274'),
(7998,	982,	'_elementor_edit_mode',	'builder'),
(7999,	982,	'_elementor_template_type',	'wp-post'),
(8000,	982,	'_elementor_version',	'3.11.2'),
(8001,	982,	'_elementor_pro_version',	'3.11.5'),
(8002,	982,	'_wp_page_template',	'elementor_header_footer'),
(8003,	982,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8004,	982,	'_elementor_page_assets',	'a:0:{}'),
(8006,	983,	'_thumbnail_id',	'274'),
(8007,	983,	'_elementor_edit_mode',	'builder'),
(8008,	983,	'_elementor_template_type',	'wp-post'),
(8009,	983,	'_elementor_version',	'3.11.2'),
(8010,	983,	'_elementor_pro_version',	'3.11.5'),
(8011,	983,	'_wp_page_template',	'elementor_header_footer'),
(8012,	983,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8013,	983,	'_elementor_page_assets',	'a:0:{}'),
(8015,	984,	'_thumbnail_id',	'274'),
(8016,	984,	'_elementor_edit_mode',	'builder'),
(8017,	984,	'_elementor_template_type',	'wp-post'),
(8018,	984,	'_elementor_version',	'3.11.2'),
(8019,	984,	'_elementor_pro_version',	'3.11.5'),
(8020,	984,	'_wp_page_template',	'elementor_header_footer'),
(8021,	984,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1bc2493\",\"elType\":\"widget\",\"settings\":{\"templatemode_linkable\":\"yes\",\"carousel_fraction_separator\":\"\\/\",\"dualcarousel_fraction_separator\":\"\\/\",\"crossroadsslideshow_slideshow_caption_date_format\":\"F j, Y\",\"crossroadsslideshow_slideshow_pre_caption_text\":\"By \",\"crossroadsslideshow_slideshow_metafield_date_format_source\":\"F j, Y, g:i a\",\"crossroadsslideshow_slideshow_metafield_date_format_display\":\"F j, Y, g:i a\",\"grid_filters_alltext_filter\":\"All\",\"grid_filters_separator_filter\":\" \\/ \",\"grid_columns_grid\":\"3\",\"heading\":[],\"list_items\":[{\"item_id\":\"item_image\",\"_id\":\"99f114b\",\"thumbnail_size_size\":\"full\",\"ratio_image\":{\"unit\":\"px\",\"size\":1.15,\"sizes\":[]},\"width_image\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"use_bgimage\":\"yes\",\"height_bgimage\":{\"unit\":\"px\",\"size\":526,\"sizes\":[]},\"metafield_date_format_source\":\"F j, Y, g:i a\",\"metafield_date_format_display\":\"F j, Y, g:i a\",\"metafield_button_label\":\"Click me\",\"add_to_cart_text\":\"Add to Cart\",\"date_format\":\"d\\/<b>m<\\/b>\\/y\",\"separator_chart\":\"\\/\",\"readmore_text\":\"Read More\",\"image_align\":\"\",\"padding_item\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"item_in_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}}],\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"pagination_first_label\":\"First\",\"pagination_last_label\":\"Last\",\"infiniteScroll_label_button\":\"View more\",\"infiniteScroll_label_loading\":\"Loading...\",\"infiniteScroll_label_last\":\"End of content\",\"infiniteScroll_label_error\":\"No more articles to load\",\"query_type\":\"relationship\",\"specific_posts\":[],\"favorites_key\":\"my_favorites\",\"relationship_meta\":\"service_highlights\",\"num_posts\":3,\"grid_blocks_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"grid_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"querydate_field_meta_format\":\"Ymd\",\"querydate_field_meta_future_format\":\"Ymd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"dce-dynamicposts-v2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d4215b\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8022,	984,	'_elementor_page_assets',	'a:0:{}'),
(8025,	985,	'_thumbnail_id',	'274'),
(8026,	985,	'_elementor_edit_mode',	'builder'),
(8027,	985,	'_elementor_template_type',	'wp-post'),
(8028,	985,	'_elementor_version',	'3.11.4'),
(8029,	985,	'_elementor_pro_version',	'3.11.5'),
(8030,	985,	'_wp_page_template',	'elementor_header_footer'),
(8031,	985,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1bc2493\",\"elType\":\"widget\",\"settings\":{\"templatemode_linkable\":\"yes\",\"carousel_fraction_separator\":\"\\/\",\"dualcarousel_fraction_separator\":\"\\/\",\"crossroadsslideshow_slideshow_caption_date_format\":\"F j, Y\",\"crossroadsslideshow_slideshow_pre_caption_text\":\"By \",\"crossroadsslideshow_slideshow_metafield_date_format_source\":\"F j, Y, g:i a\",\"crossroadsslideshow_slideshow_metafield_date_format_display\":\"F j, Y, g:i a\",\"grid_filters_alltext_filter\":\"All\",\"grid_filters_separator_filter\":\" \\/ \",\"grid_columns_grid\":\"3\",\"heading\":[],\"list_items\":[{\"item_id\":\"item_image\",\"_id\":\"99f114b\",\"thumbnail_size_size\":\"full\",\"ratio_image\":{\"unit\":\"px\",\"size\":1.15,\"sizes\":[]},\"width_image\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"use_bgimage\":\"yes\",\"height_bgimage\":{\"unit\":\"px\",\"size\":526,\"sizes\":[]},\"metafield_date_format_source\":\"F j, Y, g:i a\",\"metafield_date_format_display\":\"F j, Y, g:i a\",\"metafield_button_label\":\"Click me\",\"add_to_cart_text\":\"Add to Cart\",\"date_format\":\"d\\/<b>m<\\/b>\\/y\",\"separator_chart\":\"\\/\",\"readmore_text\":\"Read More\",\"image_align\":\"\",\"padding_item\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"item_in_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}}],\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"pagination_first_label\":\"First\",\"pagination_last_label\":\"Last\",\"infiniteScroll_label_button\":\"View more\",\"infiniteScroll_label_loading\":\"Loading...\",\"infiniteScroll_label_last\":\"End of content\",\"infiniteScroll_label_error\":\"No more articles to load\",\"query_type\":\"relationship\",\"specific_posts\":[],\"favorites_key\":\"my_favorites\",\"relationship_meta\":\"service_highlights\",\"num_posts\":3,\"grid_blocks_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"grid_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"querydate_field_meta_format\":\"Ymd\",\"querydate_field_meta_future_format\":\"Ymd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"dce-dynamicposts-v2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d4215b\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8032,	985,	'_elementor_page_assets',	'a:0:{}'),
(8034,	986,	'_thumbnail_id',	'274'),
(8035,	986,	'_elementor_edit_mode',	'builder'),
(8036,	986,	'_elementor_template_type',	'wp-post'),
(8037,	986,	'_elementor_version',	'3.11.4'),
(8038,	986,	'_elementor_pro_version',	'3.11.5'),
(8039,	986,	'_wp_page_template',	'elementor_header_footer'),
(8040,	986,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1bc2493\",\"elType\":\"widget\",\"settings\":{\"templatemode_linkable\":\"yes\",\"carousel_fraction_separator\":\"\\/\",\"dualcarousel_fraction_separator\":\"\\/\",\"crossroadsslideshow_slideshow_caption_date_format\":\"F j, Y\",\"crossroadsslideshow_slideshow_pre_caption_text\":\"By \",\"crossroadsslideshow_slideshow_metafield_date_format_source\":\"F j, Y, g:i a\",\"crossroadsslideshow_slideshow_metafield_date_format_display\":\"F j, Y, g:i a\",\"grid_filters_alltext_filter\":\"All\",\"grid_filters_separator_filter\":\" \\/ \",\"grid_columns_grid\":\"3\",\"heading\":[],\"list_items\":[{\"item_id\":\"item_image\",\"_id\":\"99f114b\",\"thumbnail_size_size\":\"full\",\"ratio_image\":{\"unit\":\"px\",\"size\":1.15,\"sizes\":[]},\"width_image\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"use_bgimage\":\"yes\",\"height_bgimage\":{\"unit\":\"px\",\"size\":526,\"sizes\":[]},\"metafield_date_format_source\":\"F j, Y, g:i a\",\"metafield_date_format_display\":\"F j, Y, g:i a\",\"metafield_button_label\":\"Click me\",\"add_to_cart_text\":\"Add to Cart\",\"date_format\":\"d\\/<b>m<\\/b>\\/y\",\"separator_chart\":\"\\/\",\"readmore_text\":\"Read More\",\"image_align\":\"\",\"padding_item\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"item_in_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}}],\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"pagination_first_label\":\"First\",\"pagination_last_label\":\"Last\",\"infiniteScroll_label_button\":\"View more\",\"infiniteScroll_label_loading\":\"Loading...\",\"infiniteScroll_label_last\":\"End of content\",\"infiniteScroll_label_error\":\"No more articles to load\",\"query_type\":\"relationship\",\"specific_posts\":[],\"favorites_key\":\"my_favorites\",\"relationship_meta\":\"service_highlights\",\"num_posts\":3,\"grid_blocks_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"grid_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"querydate_field_meta_format\":\"Ymd\",\"querydate_field_meta_future_format\":\"Ymd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"dce-dynamicposts-v2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d4215b\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8041,	986,	'_elementor_page_assets',	'a:0:{}'),
(8043,	987,	'_thumbnail_id',	'274'),
(8044,	987,	'_elementor_edit_mode',	'builder'),
(8045,	987,	'_elementor_template_type',	'wp-post'),
(8046,	987,	'_elementor_version',	'3.11.4'),
(8047,	987,	'_elementor_pro_version',	'3.11.5'),
(8048,	987,	'_wp_page_template',	'elementor_header_footer'),
(8049,	987,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8050,	987,	'_elementor_page_assets',	'a:0:{}'),
(8052,	988,	'_thumbnail_id',	'274'),
(8053,	988,	'_elementor_edit_mode',	'builder'),
(8054,	988,	'_elementor_template_type',	'wp-post'),
(8055,	988,	'_elementor_version',	'3.11.4'),
(8056,	988,	'_elementor_pro_version',	'3.11.5'),
(8057,	988,	'_wp_page_template',	'elementor_header_footer'),
(8058,	988,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8059,	988,	'_elementor_page_assets',	'a:0:{}'),
(8061,	989,	'_thumbnail_id',	'274'),
(8062,	989,	'_elementor_edit_mode',	'builder'),
(8063,	989,	'_elementor_template_type',	'wp-post'),
(8064,	989,	'_elementor_version',	'3.11.4'),
(8065,	989,	'_elementor_pro_version',	'3.11.5'),
(8066,	989,	'_wp_page_template',	'elementor_header_footer'),
(8067,	989,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8068,	989,	'_elementor_page_assets',	'a:0:{}'),
(8070,	990,	'_thumbnail_id',	'274'),
(8071,	990,	'_elementor_edit_mode',	'builder'),
(8072,	990,	'_elementor_template_type',	'wp-post'),
(8073,	990,	'_elementor_version',	'3.11.4'),
(8074,	990,	'_elementor_pro_version',	'3.11.5'),
(8075,	990,	'_wp_page_template',	'elementor_header_footer'),
(8076,	990,	'_elementor_data',	'[{\"id\":\"6d71b530\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}]},\"elements\":[{\"id\":\"57d23ffb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"2750dd9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"20efcd0b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[{\"id\":\"3ad6b12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Branding\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c3a741\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bringing new brands into the world or reviving existing ones.\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"74b03e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-end\"},\"elements\":[{\"id\":\"544e4b72\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"548a150\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"07a8c3b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c16fe52\"}],\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec42600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Branding isn\\u2019t about what one likes or dislikes, it\\u2019s about what works.\",\"text_color\":\"#1114147D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"left\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"stretch\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71db7a10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"5\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}]},\"elements\":[{\"id\":\"75a9ab00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/Relive-copy-1.webp\",\"id\":631,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_align_items\":\"stretch\",\"flex_align_content\":\"center\",\"background_attachment\":\"scroll\",\"background_bg_width\":{\"unit\":\"%\",\"size\":500,\"sizes\":[]},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":27,\"end\":100}},\"background_motion_fx_range\":\"viewport\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ca3966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]}},\"elements\":[{\"id\":\"477fd7dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6668fc90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_align_self\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73eb3210\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9fdbe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mix and match, or take them all.<\\/p>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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\":false},{\"id\":\"2383d690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"stretch\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ee72c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=1fd5ec5\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2753dc9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"events_tracker_for_elementor_vkontakte\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"icon_self_align\":\"left\",\"_flex_align_self\":\"stretch\",\"_flex_size\":\"grow\",\"icon_color\":\"#FF7C1C\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FF7C1C\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"a\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7d93c146\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c551e62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Identity\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=23116df\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5220a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1a13eb9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13d265fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finishing Touches\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width\":\"auto\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"561582\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Graphic Design\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8758c4\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Creative Direction\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a38c4db\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Packaging\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17fb79\",\"events_tracker_for_elementor_vkontakte_event_name\":\"\"},{\"text\":\"Business Cards & Letterheads\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"4f4b15f\"},{\"text\":\"Illustration\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"events_tracker_for_elementor_vkontakte_event_name\":\"\",\"_id\":\"43b8ea0\"}],\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=e4777ad\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65fa5584\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"096\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"00\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e084e19\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a03af32\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8529dd8\"}],\"flex_align_items\":\"stretch\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"grow\"},\"elements\":[{\"id\":\"345ae6de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"537f262e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"761b664c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"32c762c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our \\u20183F\\u2019 Process\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26f23d9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our \\u20183F\\u2019 process has been created to position your brand most effectively in your industry.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"373881e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"652e7d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/01dark.svg\",\"id\":637},\"library\":\"svg\"},\"title_text\":\"Find your Function\",\"description_text\":\"This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19620144\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/02dark.svg\",\"id\":636},\"library\":\"svg\"},\"title_text\":\"Find your Faction\",\"description_text\":\"Now we know what you do and why that matters, we find the people that will listen and follow you.\\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\\neventually turn everyone into committed and passionate supporters of your brand.\",\"link\":{\"url\":\"\\/fweb\\/services\\/websites\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=1243b68\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4c25b597\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/03dark.svg\",\"id\":640},\"library\":\"svg\"},\"title_text\":\"Find your Form\",\"description_text\":\"This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it\\u2019s got to look better than your competition. Additional deliverables start here too.\",\"link\":{\"url\":\"\\/fweb\\/services\\/design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f91da7\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\",\"primary_color\":\"\"},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342e861\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9e0b6ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5755195\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fa963f9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d230eef\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"6596a663\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"e5dff9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9decc7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"62855a3\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"7f07192b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35},\"flex_align_items\":\"flex-start\",\"flex_align_content\":\"flex-end\",\"_flex_size\":\"grow\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"39df223\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"10d0d4f\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e0f1f4\"}],\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"48e90c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What\\u2019s that? Another step in the process? <\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5599d1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, the \\u20183F and 1V\\u2019 process doesn\\u2019t quite have the same ring to it though does it? It\\u2019s an optional step for those wanting to go the whole 9 yards.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24a30771\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5958988\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a341349\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ac591ea\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"616a9be9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.scriptin.me\\/fweb\\/wp-content\\/uploads\\/2023\\/02\\/zero4.svg\",\"id\":639},\"library\":\"svg\"},\"title_text\":\"Find your Voice\",\"description_text\":\"What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\",\"link\":{\"url\":\"\\/fweb\\/services\\/strategic-branding\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#294C50\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Biennale\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#111414\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Biennale\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EEEBEA78\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=62484d2\",\"description_color\":\"globals\\/colors?id=0ca11c5\",\"description_typography_typography\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aef78b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"36f2e15\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e0be97\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"507e81e6\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c9c610\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":1,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false},{\"id\":\"ec372bd\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"91c6679\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5e35f7b\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"39f98fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"08663c8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":1,\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_columns\":\"1\",\"cards_posts_per_page\":1,\"cards_thumbnail_size_size\":\"medium_large\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"cards_show_title\":\"\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\",\"cards_show_read_more\":\"\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_badge\":\"\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\",\"posts_post_type\":\"faction_projects\",\"posts_include\":[],\"posts_avoid_duplicates\":\"yes\",\"posts_offset\":2,\"cards_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_alignment\":\"center\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_thumbnail_size_size\":\"1536x1536\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":1.33,\"sizes\":[]},\"classic_show_title\":\"\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_show_read_more\":\"\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_thumbnail\":\"thumbnail\",\"full_content_thumbnail_size_size\":\"full\",\"full_content_item_ratio\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"full_content_show_title\":\"\",\"full_content_meta_data\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"392bc7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more projects...\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_weight\":\"300\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a9de6af\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"78cd46a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1cb1f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"442aca4\"}],\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31acb8b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"66a622c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"< Other Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"_element_width\":\"auto\",\"header_size\":\"h4\",\"title_color\":\"#959595\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"80ae4bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"4a3d739\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cbd66f2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ec4042d\"}]},\"elements\":[{\"id\":\"5892ccfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>We believe in the power of connection; between people and brand.<\\/div>\",\"text_color\":\"#111414\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Biennale\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"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},\"align\":\"right\",\"_element_width\":\"auto\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8077,	990,	'_elementor_page_assets',	'a:0:{}'),
(8080,	61,	'_elementor_css',	'a:6:{s:4:\"time\";i:1678742414;s:5:\"fonts\";a:2:{i:0;s:8:\"Biennale\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(8081,	25,	'_elementor_css',	'a:6:{s:4:\"time\";i:1678742414;s:5:\"fonts\";a:1:{i:0;s:8:\"Biennale\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"faf007b\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(8082,	17,	'_elementor_css',	'a:6:{s:4:\"time\";i:1678742414;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"5f7660d\";i:1;s:7:\"ecfc110\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(8083,	95,	'_elementor_css',	'a:6:{s:4:\"time\";i:1678742414;s:5:\"fonts\";a:1:{i:0;s:8:\"Biennale\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:9;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:5:{i:0;s:7:\"6c50de0\";i:1;s:7:\"929d7e1\";i:2;s:7:\"929d7e1\";i:3;s:7:\"6f69f1e\";i:4;s:7:\"b562a85\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(8084,	127,	'_elementor_css',	'a:6:{s:4:\"time\";i:1678742414;s:5:\"fonts\";a:1:{i:0;s:8:\"Biennale\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"e7f7b06\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(8085,	224,	'_elementor_css',	'a:6:{s:4:\"time\";i:1678742415;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:4:{i:0;s:7:\"ec15b0a\";i:1;s:7:\"ec15b0a\";i:2;s:7:\"ec15b0a\";i:3;s:7:\"ec15b0a\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(8086,	510,	'_elementor_inline_svg',	'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>'),
(8087,	509,	'_elementor_inline_svg',	'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>'),
(8088,	508,	'_elementor_inline_svg',	'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>'),
(8089,	495,	'_elementor_css',	'a:6:{s:4:\"time\";i:1678742415;s:5:\"fonts\";a:1:{i:0;s:8:\"Biennale\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:5:{i:0;s:7:\"62f6215\";i:1;s:7:\"9593d23\";i:2;s:7:\"42f723d\";i:3;s:7:\"42f723d\";i:4;s:7:\"cca636a\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(8090,	148,	'_elementor_inline_svg',	'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>'),
(8091,	147,	'_elementor_inline_svg',	'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>'),
(8092,	151,	'_elementor_inline_svg',	'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>'),
(8093,	149,	'_elementor_inline_svg',	'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>'),
(8094,	152,	'_elementor_inline_svg',	'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>'),
(8095,	258,	'_elementor_css',	'a:6:{s:4:\"time\";i:1678745534;s:5:\"fonts\";a:1:{i:0;s:8:\"Biennale\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:15;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(8096,	637,	'_elementor_inline_svg',	'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>');

DROP TABLE IF EXISTS `wp_posts`;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1,	1,	'2023-02-14 01:17:10',	'2023-02-14 01:17:10',	'<!-- wp:paragraph -->\n<p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></p>\n<!-- /wp:paragraph -->\n\n<style>/*! elementor - v3.11.2 - 22-02-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\n<p>												<img width=\"595\" height=\"322\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2.jpg\" alt=\"Main blue x2\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2.jpg 595w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2-300x162.jpg 300w\" sizes=\"(max-width: 595px) 100vw, 595px\"></p>\n\n<!-- wp:paragraph -->\n<p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></p>\n<!-- /wp:paragraph -->',	'What the F? Rebranding Vanta Studio',	' Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',	'publish',	'closed',	'closed',	'',	'what-the-f-rebranding-vanta-studio',	'',	'',	'2023-02-27 16:16:43',	'2023-02-27 16:16:43',	'',	0,	'https://www.scriptin.me/fweb/?p=1',	0,	'post',	'',	1),
(2,	1,	'2023-02-14 01:17:10',	'2023-02-14 01:17:10',	'<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://www.scriptin.me/fweb/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->',	'Sample Page',	'',	'trash',	'closed',	'open',	'',	'sample-page__trashed',	'',	'',	'2023-02-22 17:42:29',	'2023-02-22 17:42:29',	'',	0,	'https://www.scriptin.me/fweb/?page_id=2',	0,	'page',	'',	0),
(3,	1,	'2023-02-14 01:17:10',	'2023-02-14 01:17:10',	'<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://www.scriptin.me/fweb.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->',	'Privacy Policy',	'',	'trash',	'closed',	'open',	'',	'privacy-policy__trashed',	'',	'',	'2023-02-22 17:42:27',	'2023-02-22 17:42:27',	'',	0,	'https://www.scriptin.me/fweb/?page_id=3',	0,	'page',	'',	0),
(6,	1,	'2023-02-14 08:23:06',	'2023-02-14 08:23:06',	'',	'Default Kit',	'',	'publish',	'closed',	'closed',	'',	'default-kit',	'',	'',	'2023-02-14 08:23:06',	'2023-02-14 08:23:06',	'',	0,	'https://www.scriptin.me/fweb/?p=6',	0,	'elementor_library',	'',	0),
(7,	1,	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'',	'Terms & Conditions',	'',	'publish',	'closed',	'closed',	'',	'terms-conditions',	'',	'',	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'',	0,	'https://www.scriptin.me/fweb/uncategorized/terms-conditions/',	0,	'nav_menu_item',	'',	0),
(8,	1,	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'',	'Privacy Policy',	'',	'publish',	'closed',	'closed',	'',	'privacy-policy',	'',	'',	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'',	0,	'https://www.scriptin.me/fweb/uncategorized/privacy-policy/',	2,	'nav_menu_item',	'',	0),
(9,	1,	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'',	'Cookies Policy',	'',	'publish',	'closed',	'closed',	'',	'cookies-policy',	'',	'',	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'',	0,	'https://www.scriptin.me/fweb/uncategorized/cookies-policy/',	3,	'nav_menu_item',	'',	0),
(10,	1,	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'[oxy_cookies]',	'Cookies',	'Cookies Page',	'publish',	'closed',	'closed',	'',	'cookies',	'',	'',	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'',	0,	'https://www.scriptin.me/fweb/?page_id=10',	0,	'page',	'',	0),
(11,	1,	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'[oxy_cookies]',	'Cookies',	'Cookies Page',	'inherit',	'closed',	'closed',	'',	'10-revision-v1',	'',	'',	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'',	10,	'https://www.scriptin.me/fweb/?p=11',	0,	'revision',	'',	0),
(12,	1,	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'[oxy_privacy]',	'Privacy',	'Privacy Page',	'publish',	'closed',	'closed',	'',	'privacy',	'',	'',	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'',	0,	'https://www.scriptin.me/fweb/?page_id=12',	0,	'page',	'',	0),
(13,	1,	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'[oxy_privacy]',	'Privacy',	'Privacy Page',	'inherit',	'closed',	'closed',	'',	'12-revision-v1',	'',	'',	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'',	12,	'https://www.scriptin.me/fweb/?p=13',	0,	'revision',	'',	0),
(14,	1,	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'[oxy_terms]',	'Terms',	'Terms Page',	'publish',	'closed',	'closed',	'',	'terms',	'',	'',	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'',	0,	'https://www.scriptin.me/fweb/?page_id=14',	0,	'page',	'',	0),
(15,	1,	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'[oxy_terms]',	'Terms',	'Terms Page',	'inherit',	'closed',	'closed',	'',	'14-revision-v1',	'',	'',	'2023-02-14 08:25:49',	'2023-02-14 08:25:49',	'',	14,	'https://www.scriptin.me/fweb/?p=15',	0,	'revision',	'',	0),
(16,	1,	'2023-02-14 08:35:36',	'2023-02-14 08:35:36',	'',	'GA code',	'',	'publish',	'closed',	'closed',	'',	'ga-code',	'',	'',	'2023-02-14 08:35:36',	'2023-02-14 08:35:36',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_snippet&#038;p=16',	0,	'elementor_snippet',	'',	0),
(17,	1,	'2023-02-22 18:22:57',	'2023-02-22 18:22:57',	'<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'publish',	'closed',	'closed',	'',	'elementor-header-17',	'',	'',	'2023-03-13 09:15:08',	'2023-03-13 09:15:08',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_library&#038;p=17',	0,	'elementor_library',	'',	0),
(18,	1,	'2023-02-14 08:35:55',	'2023-02-14 08:35:55',	'',	'Elementor Header #17',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-14 08:35:55',	'2023-02-14 08:35:55',	'',	17,	'https://www.scriptin.me/fweb/?p=18',	0,	'revision',	'',	0),
(23,	1,	'2023-02-22 17:42:27',	'2023-02-22 17:42:27',	'<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://www.scriptin.me/fweb.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->',	'Privacy Policy',	'',	'inherit',	'closed',	'closed',	'',	'3-revision-v1',	'',	'',	'2023-02-22 17:42:27',	'2023-02-22 17:42:27',	'',	3,	'https://www.scriptin.me/fweb/?p=23',	0,	'revision',	'',	0),
(24,	1,	'2023-02-22 17:42:29',	'2023-02-22 17:42:29',	'<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://www.scriptin.me/fweb/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->',	'Sample Page',	'',	'inherit',	'closed',	'closed',	'',	'2-revision-v1',	'',	'',	'2023-02-22 17:42:29',	'2023-02-22 17:42:29',	'',	2,	'https://www.scriptin.me/fweb/?p=24',	0,	'revision',	'',	0),
(25,	1,	'2023-02-22 17:56:26',	'2023-02-22 17:56:26',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'publish',	'closed',	'closed',	'',	'homepage',	'',	'',	'2023-03-03 20:55:16',	'2023-03-03 20:55:16',	'',	0,	'https://www.scriptin.me/fweb/?page_id=25',	0,	'page',	'',	0),
(26,	1,	'2023-02-22 17:45:20',	'2023-02-22 17:45:20',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'publish',	'closed',	'closed',	'',	'contact-us',	'',	'',	'2023-03-13 09:23:31',	'2023-03-13 09:23:31',	'',	0,	'https://www.scriptin.me/fweb/?page_id=26',	0,	'page',	'',	0),
(27,	1,	'2023-02-22 17:45:20',	'2023-02-22 17:45:20',	'',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-22 17:45:20',	'2023-02-22 17:45:20',	'',	26,	'https://www.scriptin.me/fweb/?p=27',	0,	'revision',	'',	0),
(28,	1,	'2023-02-22 17:47:25',	'2023-02-22 17:47:25',	'',	'Faction-White.png',	'',	'inherit',	'closed',	'closed',	'',	'faction-white-png',	'',	'',	'2023-02-22 17:47:25',	'2023-02-22 17:47:25',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White.png',	0,	'attachment',	'image/png',	0),
(29,	1,	'2023-02-22 17:47:26',	'2023-02-22 17:47:26',	'',	'JPG-1-scaled.jpg',	'',	'inherit',	'closed',	'closed',	'',	'jpg-1-scaled-jpg',	'',	'',	'2023-02-22 17:47:26',	'2023-02-22 17:47:26',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1-scaled-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(30,	1,	'2023-02-22 17:47:30',	'2023-02-22 17:47:30',	'',	'AfterJam-test-2.jpg',	'',	'inherit',	'closed',	'closed',	'',	'afterjam-test-2-jpg',	'',	'',	'2023-02-27 17:06:04',	'2023-02-27 17:06:04',	'',	44,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/AfterJam-test-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(31,	1,	'2023-02-22 17:47:32',	'2023-02-22 17:47:32',	'',	'flag-joint-mockup.png',	'',	'inherit',	'closed',	'closed',	'',	'flag-joint-mockup-png',	'',	'',	'2023-02-22 17:47:32',	'2023-02-22 17:47:32',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/flag-joint-mockup.png',	0,	'attachment',	'image/png',	0),
(34,	1,	'2023-02-22 17:56:26',	'2023-02-22 17:56:26',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 17:56:26',	'2023-02-22 17:56:26',	'',	25,	'https://www.scriptin.me/fweb/?p=34',	0,	'revision',	'',	0),
(35,	1,	'2023-02-22 18:14:36',	'2023-02-22 18:14:36',	'',	'Biennale',	'',	'publish',	'closed',	'closed',	'',	'biennale',	'',	'',	'2023-02-22 22:45:04',	'2023-02-22 22:45:04',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_font&#038;p=35',	0,	'elementor_font',	'',	0),
(38,	1,	'2023-02-22 17:58:05',	'2023-02-22 17:58:05',	'',	'Imported Kit',	'',	'publish',	'closed',	'closed',	'',	'imported-kit',	'',	'',	'2023-02-22 17:58:05',	'2023-02-22 17:58:05',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=imported-kit',	0,	'elementor_library',	'',	0),
(39,	1,	'2023-02-22 17:58:05',	'2023-02-22 17:58:05',	'',	'Imported Kit',	'',	'inherit',	'closed',	'closed',	'',	'38-revision-v1',	'',	'',	'2023-02-22 17:58:05',	'2023-02-22 17:58:05',	'',	38,	'https://www.scriptin.me/fweb/?p=39',	0,	'revision',	'',	0),
(40,	1,	'2023-02-22 17:58:07',	'2023-02-22 17:58:07',	'',	'WorkTempl',	'',	'publish',	'closed',	'closed',	'',	'worktempl',	'',	'',	'2023-02-22 17:58:07',	'2023-02-22 17:58:07',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=worktempl',	0,	'elementor_library',	'',	0),
(41,	1,	'2023-02-22 17:58:07',	'2023-02-22 17:58:07',	'',	'flag-joint-mockup.png',	'',	'inherit',	'closed',	'closed',	'',	'flag-joint-mockup-png-2',	'',	'',	'2023-02-22 17:58:07',	'2023-02-22 17:58:07',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/flag-joint-mockup-1.png',	0,	'attachment',	'image/png',	0),
(42,	1,	'2023-02-22 17:59:44',	'2023-02-22 17:59:44',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'publish',	'closed',	'closed',	'',	'about-us',	'',	'',	'2023-03-13 09:17:31',	'2023-03-13 09:17:31',	'',	0,	'https://www.scriptin.me/fweb/?page_id=42',	0,	'page',	'',	0),
(43,	1,	'2023-02-22 17:59:44',	'2023-02-22 17:59:44',	'',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-22 17:59:44',	'2023-02-22 17:59:44',	'',	42,	'https://www.scriptin.me/fweb/?p=43',	0,	'revision',	'',	0),
(44,	1,	'2023-02-22 18:00:11',	'2023-02-22 18:00:11',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Rebranding AfterJam Snowsports',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',	'publish',	'closed',	'closed',	'',	'afterdam',	'',	'',	'2023-03-13 19:23:25',	'2023-03-13 19:23:25',	'',	0,	'https://www.scriptin.me/fweb/?post_type=faction_projects&#038;p=44',	0,	'faction_projects',	'',	0),
(45,	1,	'2023-02-22 18:00:26',	'2023-02-22 18:00:26',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Carnival Rum',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'publish',	'closed',	'closed',	'',	'carnival-rum',	'',	'',	'2023-02-27 16:40:59',	'2023-02-27 16:40:59',	'',	0,	'https://www.scriptin.me/fweb/?post_type=faction_projects&#038;p=45',	1,	'faction_projects',	'',	0),
(46,	1,	'2023-02-22 18:00:38',	'2023-02-22 18:00:38',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->',	'The Orlando Group',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'publish',	'closed',	'closed',	'',	'the-orlando-group',	'',	'',	'2023-02-27 17:06:25',	'2023-02-27 17:06:25',	'',	0,	'https://www.scriptin.me/fweb/?post_type=faction_projects&#038;p=46',	3,	'faction_projects',	'',	0),
(47,	1,	'2023-02-22 18:00:47',	'2023-02-22 18:00:47',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->',	'Re Live',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'publish',	'closed',	'closed',	'',	're-live',	'',	'',	'2023-02-27 16:03:02',	'2023-02-27 16:03:02',	'',	0,	'https://www.scriptin.me/fweb/?post_type=faction_projects&#038;p=47',	4,	'faction_projects',	'',	0),
(48,	1,	'2023-02-22 18:00:57',	'2023-02-22 18:00:57',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->',	'Vegan Noms',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'publish',	'closed',	'closed',	'',	'vegan-noms',	'',	'',	'2023-02-27 16:02:02',	'2023-02-27 16:02:02',	'',	0,	'https://www.scriptin.me/fweb/?post_type=faction_projects&#038;p=48',	5,	'faction_projects',	'',	0),
(49,	1,	'2023-02-22 18:01:10',	'2023-02-22 18:01:10',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->',	'Cultured Noise',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'publish',	'closed',	'closed',	'',	'cultured-noise',	'',	'',	'2023-02-27 16:02:57',	'2023-02-27 16:02:57',	'',	0,	'https://www.scriptin.me/fweb/?post_type=faction_projects&#038;p=49',	6,	'faction_projects',	'',	0),
(50,	1,	'2023-02-22 18:02:31',	'2023-02-22 18:02:31',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 18:02:31',	'2023-02-22 18:02:31',	'',	25,	'https://www.scriptin.me/fweb/?p=50',	0,	'revision',	'',	0),
(51,	1,	'2023-02-22 18:02:31',	'2023-02-22 18:02:31',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 18:02:31',	'2023-02-22 18:02:31',	'',	25,	'https://www.scriptin.me/fweb/?p=51',	0,	'revision',	'',	0),
(52,	1,	'2023-02-22 18:02:31',	'2023-02-22 18:02:31',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 18:02:31',	'2023-02-22 18:02:31',	'',	25,	'https://www.scriptin.me/fweb/?p=52',	0,	'revision',	'',	0),
(53,	1,	'2023-02-22 18:03:35',	'2023-02-22 18:03:35',	'',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-22 18:03:35',	'2023-02-22 18:03:35',	'',	26,	'https://www.scriptin.me/fweb/?p=53',	0,	'revision',	'',	0),
(54,	1,	'2023-02-22 18:03:35',	'2023-02-22 18:03:35',	'',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-22 18:03:35',	'2023-02-22 18:03:35',	'',	26,	'https://www.scriptin.me/fweb/?p=54',	0,	'revision',	'',	0),
(55,	1,	'2023-02-22 18:03:35',	'2023-02-22 18:03:35',	'',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-22 18:03:35',	'2023-02-22 18:03:35',	'',	26,	'https://www.scriptin.me/fweb/?p=55',	0,	'revision',	'',	0),
(57,	1,	'2023-02-22 18:06:17',	'2023-02-22 18:06:17',	'',	'Faction Web',	'',	'publish',	'closed',	'closed',	'',	'faction-web',	'',	'',	'2023-02-22 18:06:17',	'2023-02-22 18:06:17',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=faction-web',	0,	'elementor_library',	'',	0),
(58,	1,	'2023-02-22 18:06:17',	'2023-02-22 18:06:17',	'',	'Faction Web',	'',	'inherit',	'closed',	'closed',	'',	'57-revision-v1',	'',	'',	'2023-02-22 18:06:17',	'2023-02-22 18:06:17',	'',	57,	'https://www.scriptin.me/fweb/?p=58',	0,	'revision',	'',	0),
(59,	1,	'2023-02-22 18:06:18',	'2023-02-22 18:06:18',	'',	'WorkTempl',	'',	'publish',	'closed',	'closed',	'',	'worktempl-2',	'',	'',	'2023-02-22 18:06:18',	'2023-02-22 18:06:18',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=worktempl-2',	0,	'elementor_library',	'',	0),
(60,	1,	'2023-02-22 18:06:19',	'2023-02-22 18:06:19',	'',	'flag-joint-mockup.png',	'',	'inherit',	'closed',	'closed',	'',	'flag-joint-mockup-png-3',	'',	'',	'2023-02-22 18:06:19',	'2023-02-22 18:06:19',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/flag-joint-mockup-2.png',	0,	'attachment',	'image/png',	0),
(61,	1,	'2023-02-22 18:07:47',	'2023-02-22 18:07:47',	'',	'Faction Web',	'',	'publish',	'closed',	'closed',	'',	'faction-web-2',	'',	'',	'2023-03-03 20:57:31',	'2023-03-03 20:57:31',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=faction-web-2',	0,	'elementor_library',	'',	0),
(62,	1,	'2023-02-22 18:07:47',	'2023-02-22 18:07:47',	'',	'Faction Web',	'',	'inherit',	'closed',	'closed',	'',	'61-revision-v1',	'',	'',	'2023-02-22 18:07:47',	'2023-02-22 18:07:47',	'',	61,	'https://www.scriptin.me/fweb/?p=62',	0,	'revision',	'',	0),
(63,	1,	'2023-02-22 18:07:50',	'2023-02-22 18:07:50',	'',	'WorkTempl',	'',	'publish',	'closed',	'closed',	'',	'worktempl-3',	'',	'',	'2023-02-22 18:07:50',	'2023-02-22 18:07:50',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=worktempl-3',	0,	'elementor_library',	'',	0),
(64,	1,	'2023-02-22 18:07:51',	'2023-02-22 18:07:51',	'',	'flag-joint-mockup.png',	'',	'inherit',	'closed',	'closed',	'',	'flag-joint-mockup-png-4',	'',	'',	'2023-02-22 18:07:51',	'2023-02-22 18:07:51',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/flag-joint-mockup-3.png',	0,	'attachment',	'image/png',	0),
(65,	1,	'2023-02-22 18:08:01',	'2023-02-22 18:08:01',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 18:08:01',	'2023-02-22 18:08:01',	'',	25,	'https://www.scriptin.me/fweb/?p=65',	0,	'revision',	'',	0),
(66,	1,	'2023-02-22 18:08:02',	'2023-02-22 18:08:02',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 18:08:02',	'2023-02-22 18:08:02',	'',	25,	'https://www.scriptin.me/fweb/?p=66',	0,	'revision',	'',	0),
(67,	1,	'2023-02-22 18:08:02',	'2023-02-22 18:08:02',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 18:08:02',	'2023-02-22 18:08:02',	'',	25,	'https://www.scriptin.me/fweb/?p=67',	0,	'revision',	'',	0),
(68,	1,	'2023-02-22 18:11:42',	'2023-02-22 18:11:42',	'',	'Biennale-Black[1]',	'',	'inherit',	'closed',	'closed',	'',	'biennale-black1',	'',	'',	'2023-02-22 18:11:42',	'2023-02-22 18:11:42',	'',	35,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Black1.ttf',	0,	'attachment',	'application/x-font-ttf',	0),
(69,	1,	'2023-02-22 18:12:10',	'2023-02-22 18:12:10',	'',	'Biennale-Bold-2[1]',	'',	'inherit',	'closed',	'closed',	'',	'biennale-bold-21',	'',	'',	'2023-02-22 18:12:10',	'2023-02-22 18:12:10',	'',	35,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Bold-21.ttf',	0,	'attachment',	'application/x-font-ttf',	0),
(70,	1,	'2023-02-22 18:12:32',	'2023-02-22 18:12:32',	'',	'Biennale-Heavy[1]',	'',	'inherit',	'closed',	'closed',	'',	'biennale-heavy1',	'',	'',	'2023-02-22 18:12:32',	'2023-02-22 18:12:32',	'',	35,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Heavy1.ttf',	0,	'attachment',	'application/x-font-ttf',	0),
(71,	1,	'2023-02-22 18:12:54',	'2023-02-22 18:12:54',	'',	'Biennale-SemiBold[1]',	'',	'inherit',	'closed',	'closed',	'',	'biennale-semibold1',	'',	'',	'2023-02-22 18:12:54',	'2023-02-22 18:12:54',	'',	35,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-SemiBold1.ttf',	0,	'attachment',	'application/x-font-ttf',	0),
(72,	1,	'2023-02-22 18:13:21',	'2023-02-22 18:13:21',	'',	'Biennale-Medium[1]',	'',	'inherit',	'closed',	'closed',	'',	'biennale-medium1',	'',	'',	'2023-02-22 18:13:21',	'2023-02-22 18:13:21',	'',	35,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Medium1.ttf',	0,	'attachment',	'application/x-font-ttf',	0),
(73,	1,	'2023-02-22 18:14:08',	'2023-02-22 18:14:08',	'',	'Biennale-Book[1]',	'',	'inherit',	'closed',	'closed',	'',	'biennale-book1',	'',	'',	'2023-02-22 18:14:08',	'2023-02-22 18:14:08',	'',	35,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Book1.ttf',	0,	'attachment',	'application/x-font-ttf',	0),
(74,	1,	'2023-02-22 18:14:22',	'2023-02-22 18:14:22',	'',	'Biennale-UltraLight[1]',	'',	'inherit',	'closed',	'closed',	'',	'biennale-ultralight1',	'',	'',	'2023-02-22 18:14:22',	'2023-02-22 18:14:22',	'',	35,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-UltraLight1.ttf',	0,	'attachment',	'application/x-font-ttf',	0),
(75,	1,	'2023-02-22 18:19:27',	'2023-02-22 18:19:27',	'',	'Faction Web',	'',	'inherit',	'closed',	'closed',	'',	'61-revision-v1',	'',	'',	'2023-02-22 18:19:27',	'2023-02-22 18:19:27',	'',	61,	'https://www.scriptin.me/fweb/?p=75',	0,	'revision',	'',	0),
(76,	1,	'2023-02-22 18:19:27',	'2023-02-22 18:19:27',	'',	'Faction Web',	'',	'inherit',	'closed',	'closed',	'',	'61-revision-v1',	'',	'',	'2023-02-22 18:19:27',	'2023-02-22 18:19:27',	'',	61,	'https://www.scriptin.me/fweb/?p=76',	0,	'revision',	'',	0),
(77,	1,	'2023-02-22 18:41:14',	'2023-02-22 18:41:14',	'<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>',	'Elementor Header #17',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-22 18:41:14',	'2023-02-22 18:41:14',	'',	17,	'https://www.scriptin.me/fweb/?p=77',	0,	'revision',	'',	0),
(78,	1,	'2023-02-22 18:41:14',	'2023-02-22 18:41:14',	'<a href=\"#\" role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>',	'Elementor Header #17',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-22 18:41:14',	'2023-02-22 18:41:14',	'',	17,	'https://www.scriptin.me/fweb/?p=78',	0,	'revision',	'',	0),
(79,	1,	'2023-02-22 18:41:58',	'2023-02-22 18:41:58',	'<a href=\"#\" role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>',	'Elementor Header #17',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-22 18:41:58',	'2023-02-22 18:41:58',	'',	17,	'https://www.scriptin.me/fweb/?p=79',	0,	'revision',	'',	0),
(80,	1,	'2023-02-22 18:42:14',	'2023-02-22 18:42:14',	'<a href=\"#\" role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>',	'Elementor Header #17',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-22 18:42:14',	'2023-02-22 18:42:14',	'',	17,	'https://www.scriptin.me/fweb/?p=80',	0,	'revision',	'',	0),
(81,	1,	'2023-02-22 18:42:50',	'2023-02-22 18:42:50',	'<a href=\"#\" role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>',	'Elementor Header #17',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-22 18:42:50',	'2023-02-22 18:42:50',	'',	17,	'https://www.scriptin.me/fweb/?p=81',	0,	'revision',	'',	0),
(82,	1,	'2023-02-22 18:43:31',	'2023-02-22 18:43:31',	'<a href=\"#\" role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-22 18:43:31',	'2023-02-22 18:43:31',	'',	17,	'https://www.scriptin.me/fweb/?p=82',	0,	'revision',	'',	0),
(83,	1,	'2023-02-22 18:43:31',	'2023-02-22 18:43:31',	'<a href=\"#\" role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-22 18:43:31',	'2023-02-22 18:43:31',	'',	17,	'https://www.scriptin.me/fweb/?p=83',	0,	'revision',	'',	0),
(84,	1,	'2023-02-22 18:44:34',	'2023-02-22 18:44:34',	'',	'Contact-Background.png',	'',	'inherit',	'closed',	'closed',	'',	'contact-background-png',	'',	'',	'2023-02-22 18:44:34',	'2023-02-22 18:44:34',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Contact-Background.png',	0,	'attachment',	'image/png',	0),
(85,	1,	'2023-02-22 18:45:29',	'2023-02-22 18:45:29',	'',	'Blog',	'',	'publish',	'closed',	'closed',	'',	'blog',	'',	'',	'2023-02-22 18:45:30',	'2023-02-22 18:45:30',	'',	0,	'https://www.scriptin.me/fweb/?page_id=85',	0,	'page',	'',	0),
(86,	1,	'2023-02-22 18:45:29',	'2023-02-22 18:45:29',	'',	'Blog',	'',	'inherit',	'closed',	'closed',	'',	'85-revision-v1',	'',	'',	'2023-02-22 18:45:29',	'2023-02-22 18:45:29',	'',	85,	'https://www.scriptin.me/fweb/?p=86',	0,	'revision',	'',	0),
(88,	1,	'2023-02-22 18:46:04',	'2023-02-22 18:46:04',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 18:46:04',	'2023-02-22 18:46:04',	'',	25,	'https://www.scriptin.me/fweb/?p=88',	0,	'revision',	'',	0),
(89,	1,	'2023-02-22 18:46:04',	'2023-02-22 18:46:04',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 18:46:04',	'2023-02-22 18:46:04',	'',	25,	'https://www.scriptin.me/fweb/?p=89',	0,	'revision',	'',	0),
(90,	1,	'2023-02-22 18:46:04',	'2023-02-22 18:46:04',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 18:46:04',	'2023-02-22 18:46:04',	'',	25,	'https://www.scriptin.me/fweb/?p=90',	0,	'revision',	'',	0),
(91,	1,	'2023-02-22 18:46:49',	'2023-02-22 18:46:49',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 18:46:49',	'2023-02-22 18:46:49',	'',	25,	'https://www.scriptin.me/fweb/?p=91',	0,	'revision',	'',	0),
(92,	1,	'2023-02-22 18:46:49',	'2023-02-22 18:46:49',	'',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 18:46:49',	'2023-02-22 18:46:49',	'',	25,	'https://www.scriptin.me/fweb/?p=92',	0,	'revision',	'',	0),
(93,	1,	'2023-02-22 18:46:49',	'2023-02-22 18:46:49',	'<style>/*! elementor - v3.11.1 - 15-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">We build purposeful brands that connect</p><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">with their audience.</p></h2>		\n		<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry. </p>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.</p>		\n			<style>/*! elementor - v3.11.1 - 15-02-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>The Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 18:46:49',	'2023-02-22 18:46:49',	'',	25,	'https://www.scriptin.me/fweb/?p=93',	0,	'revision',	'',	0),
(94,	1,	'2023-02-22 18:47:14',	'2023-02-22 18:47:14',	'<a href=\"#\" role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-22 18:47:14',	'2023-02-22 18:47:14',	'',	17,	'https://www.scriptin.me/fweb/?p=94',	0,	'revision',	'',	0),
(95,	1,	'2023-02-22 18:47:28',	'2023-02-22 18:47:28',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor15905 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor15905 100s linear infinite running;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor15905 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor15905 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor15905 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222<br>\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'publish',	'closed',	'closed',	'',	'elementor-footer-95',	'',	'',	'2023-03-13 09:26:38',	'2023-03-13 09:26:38',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_library&#038;p=95',	0,	'elementor_library',	'',	0),
(96,	1,	'2023-02-22 18:47:28',	'2023-02-22 18:47:28',	'',	'Elementor Footer #95',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 18:47:28',	'2023-02-22 18:47:28',	'',	95,	'https://www.scriptin.me/fweb/?p=96',	0,	'revision',	'',	0),
(97,	1,	'2023-02-22 18:49:23',	'2023-02-22 18:49:23',	'<style>/*! elementor - v3.11.1 - 15-02-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"3137\" height=\"502\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White.png\" alt=\"Faction-White.png\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White.png 3137w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White-300x48.png 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White-1024x164.png 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White-768x123.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White-1536x246.png 1536w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White-2048x328.png 2048w\" sizes=\"(max-width: 3137px) 100vw, 3137px\" />															\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p><p>Company No. 11113333</p><p>Billericay, Essex, United Kingdom</p>',	'Elementor Footer #95',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 18:49:23',	'2023-02-22 18:49:23',	'',	95,	'https://www.scriptin.me/fweb/?p=97',	0,	'revision',	'',	0),
(98,	1,	'2023-02-22 18:50:11',	'2023-02-22 18:50:11',	'<style>/*! elementor - v3.11.1 - 15-02-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"3137\" height=\"502\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White.png\" alt=\"Faction-White.png\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White.png 3137w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White-300x48.png 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White-1024x164.png 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White-768x123.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White-1536x246.png 1536w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-White-2048x328.png 2048w\" sizes=\"(max-width: 3137px) 100vw, 3137px\" />															\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p><p>Company No. 11113333</p><p>Billericay, Essex, United Kingdom</p>',	'Elementor Footer #95',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 18:50:11',	'2023-02-22 18:50:11',	'',	95,	'https://www.scriptin.me/fweb/?p=98',	0,	'revision',	'',	0),
(99,	1,	'2023-02-22 18:55:25',	'2023-02-22 18:55:25',	'<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Elementor Footer #95',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 18:55:25',	'2023-02-22 18:55:25',	'',	95,	'https://www.scriptin.me/fweb/?p=99',	0,	'revision',	'',	0),
(100,	1,	'2023-02-22 18:55:50',	'2023-02-22 18:55:50',	'<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Elementor Footer #95',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 18:55:50',	'2023-02-22 18:55:50',	'',	95,	'https://www.scriptin.me/fweb/?p=100',	0,	'revision',	'',	0),
(101,	1,	'2023-02-22 18:57:36',	'2023-02-22 18:57:36',	'<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p><p>Got a project in mind? Contact us. You\'re only a stranger once!</p>',	'Elementor Footer #95',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 18:57:36',	'2023-02-22 18:57:36',	'',	95,	'https://www.scriptin.me/fweb/?p=101',	0,	'revision',	'',	0),
(102,	1,	'2023-02-22 18:57:53',	'2023-02-22 18:57:53',	'<p>Got a project in mind? Contact us. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Elementor Footer #95',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 18:57:53',	'2023-02-22 18:57:53',	'',	95,	'https://www.scriptin.me/fweb/?p=102',	0,	'revision',	'',	0),
(103,	1,	'2023-02-22 18:58:39',	'2023-02-22 18:58:39',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Elementor Footer #95',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 18:58:39',	'2023-02-22 18:58:39',	'',	95,	'https://www.scriptin.me/fweb/?p=103',	0,	'revision',	'',	0),
(104,	1,	'2023-02-22 18:58:52',	'2023-02-22 18:58:52',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Elementor Footer #95',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 18:58:52',	'2023-02-22 18:58:52',	'',	95,	'https://www.scriptin.me/fweb/?p=104',	0,	'revision',	'',	0),
(105,	1,	'2023-02-22 18:58:59',	'2023-02-22 18:58:59',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Elementor Footer #95',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 18:58:59',	'2023-02-22 18:58:59',	'',	95,	'https://www.scriptin.me/fweb/?p=105',	0,	'revision',	'',	0),
(106,	1,	'2023-02-22 18:59:13',	'2023-02-22 18:59:13',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Elementor Footer #95',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 18:59:13',	'2023-02-22 18:59:13',	'',	95,	'https://www.scriptin.me/fweb/?p=106',	0,	'revision',	'',	0),
(107,	1,	'2023-02-27 15:03:36',	'2023-02-22 19:00:04',	'',	'Home',	'',	'publish',	'closed',	'closed',	'',	'107',	'',	'',	'2023-02-27 15:03:36',	'2023-02-27 15:03:36',	'',	0,	'https://www.scriptin.me/fweb/?p=107',	1,	'nav_menu_item',	'',	0),
(108,	1,	'2023-02-27 15:03:37',	'2023-02-22 19:00:04',	'',	'The Latest',	'',	'publish',	'closed',	'closed',	'',	'108',	'',	'',	'2023-02-27 15:03:37',	'2023-02-27 15:03:37',	'',	0,	'https://www.scriptin.me/fweb/?p=108',	5,	'nav_menu_item',	'',	0),
(109,	1,	'2023-02-27 15:03:37',	'2023-02-22 19:00:04',	'',	'About',	'',	'publish',	'closed',	'closed',	'',	'109',	'',	'',	'2023-02-27 15:03:37',	'2023-02-27 15:03:37',	'',	0,	'https://www.scriptin.me/fweb/?p=109',	4,	'nav_menu_item',	'',	0),
(110,	1,	'2023-02-27 15:03:36',	'2023-02-22 19:00:04',	'',	'Services',	'',	'publish',	'closed',	'closed',	'',	'our-services',	'',	'',	'2023-02-27 15:03:36',	'2023-02-27 15:03:36',	'',	0,	'https://www.scriptin.me/fweb/?p=110',	3,	'nav_menu_item',	'',	0),
(111,	1,	'2023-02-27 15:03:36',	'2023-02-22 19:00:04',	'',	'Projects',	'',	'publish',	'closed',	'closed',	'',	'our-projects',	'',	'',	'2023-02-27 15:03:36',	'2023-02-27 15:03:36',	'',	0,	'https://www.scriptin.me/fweb/?p=111',	2,	'nav_menu_item',	'',	0),
(113,	1,	'2023-02-27 15:03:37',	'2023-02-22 19:00:04',	'',	'Contact',	'',	'publish',	'closed',	'closed',	'',	'contact-us',	'',	'',	'2023-02-27 15:03:37',	'2023-02-27 15:03:37',	'',	0,	'https://www.scriptin.me/fweb/?p=113',	6,	'nav_menu_item',	'',	0),
(114,	1,	'2023-02-22 19:00:39',	'2023-02-22 19:00:39',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 19:00:39',	'2023-02-22 19:00:39',	'',	95,	'https://www.scriptin.me/fweb/?p=114',	0,	'revision',	'',	0),
(115,	1,	'2023-02-22 19:01:00',	'2023-02-22 19:01:00',	'<style>/*! elementor - v3.11.1 - 15-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">We build purposeful brands that connect</p><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">with their audience.</p></h2>		\n		<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry. </p>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.</p>		\n			<style>/*! elementor - v3.11.1 - 15-02-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>The Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:01:00',	'2023-02-22 19:01:00',	'',	25,	'https://www.scriptin.me/fweb/?p=115',	0,	'revision',	'',	0),
(116,	1,	'2023-02-22 19:01:01',	'2023-02-22 19:01:01',	'<style>/*! elementor - v3.11.1 - 15-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">We build purposeful brands that connect</p><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">with their audience.</p></h2>		\n		<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry. </p>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.</p>		\n			<style>/*! elementor - v3.11.1 - 15-02-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>The Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:01:01',	'2023-02-22 19:01:01',	'',	25,	'https://www.scriptin.me/fweb/?p=116',	0,	'revision',	'',	0),
(117,	1,	'2023-02-22 19:01:01',	'2023-02-22 19:01:01',	'<h2><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">We build purposeful brands that connect</p><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">with their audience.</p></h2>		\n		<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry. </p>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.</p>		\n			<h2>The Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:01:01',	'2023-02-22 19:01:01',	'',	25,	'https://www.scriptin.me/fweb/?p=117',	0,	'revision',	'',	0),
(118,	1,	'2023-02-22 19:01:36',	'2023-02-22 19:01:36',	'<h2><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">We build purposeful brands that connect</p><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">with their audience.</p></h2>		\n		<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry. </p>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.</p>		\n			<h2>The Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:01:36',	'2023-02-22 19:01:36',	'',	25,	'https://www.scriptin.me/fweb/?p=118',	0,	'revision',	'',	0),
(119,	1,	'2023-02-22 19:01:36',	'2023-02-22 19:01:36',	'<h2><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">We build purposeful brands that connect</p><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">with their audience.</p></h2>		\n		<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry. </p>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.</p>		\n			<h2>The Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:01:36',	'2023-02-22 19:01:36',	'',	25,	'https://www.scriptin.me/fweb/?p=119',	0,	'revision',	'',	0),
(120,	1,	'2023-02-22 19:01:36',	'2023-02-22 19:01:36',	'<h2><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">We build purposeful brands that connect</p><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">with their audience.</p></h2>		\n		<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry. </p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:01:36',	'2023-02-22 19:01:36',	'',	25,	'https://www.scriptin.me/fweb/?p=120',	0,	'revision',	'',	0),
(121,	1,	'2023-02-22 19:03:46',	'2023-02-22 19:03:46',	'<h2><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">We build purposeful brands that connect</p><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">with their audience.</p></h2>		\n		<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry. </p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:03:46',	'2023-02-22 19:03:46',	'',	25,	'https://www.scriptin.me/fweb/?p=121',	0,	'revision',	'',	0),
(122,	1,	'2023-02-22 19:03:46',	'2023-02-22 19:03:46',	'<h2><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">We build purposeful brands that connect</p><p style=\"margin: 0px; font-stretch: normal; line-height: normal;\">with their audience.</p></h2>		\n		<p>We pair strategic thinking and engaging design to help small-medium sized brands maximise their impact in their industry. </p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:03:46',	'2023-02-22 19:03:46',	'',	25,	'https://www.scriptin.me/fweb/?p=122',	0,	'revision',	'',	0),
(123,	1,	'2023-02-22 19:03:46',	'2023-02-22 19:03:46',	'<h2>We build purposeful brands that connect with their audience.\n​</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:03:46',	'2023-02-22 19:03:46',	'',	25,	'https://www.scriptin.me/fweb/?p=123',	0,	'revision',	'',	0),
(124,	1,	'2023-02-22 19:04:24',	'2023-02-22 19:04:24',	'<h2>We build purposeful brands that connect with their audience.\n​</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:04:24',	'2023-02-22 19:04:24',	'',	25,	'https://www.scriptin.me/fweb/?p=124',	0,	'revision',	'',	0),
(125,	1,	'2023-02-22 19:04:24',	'2023-02-22 19:04:24',	'<h2>We build purposeful brands that connect with their audience.\n​</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:04:24',	'2023-02-22 19:04:24',	'',	25,	'https://www.scriptin.me/fweb/?p=125',	0,	'revision',	'',	0),
(126,	1,	'2023-02-22 19:04:24',	'2023-02-22 19:04:24',	'<h2>We build purposeful brands that connect with their audience.\n​</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:04:24',	'2023-02-22 19:04:24',	'',	25,	'https://www.scriptin.me/fweb/?p=126',	0,	'revision',	'',	0),
(127,	1,	'2023-02-22 19:06:42',	'2023-02-22 19:06:42',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'publish',	'closed',	'closed',	'',	'menu',	'',	'',	'2023-03-03 19:45:24',	'2023-03-03 19:45:24',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_library&#038;p=127',	0,	'elementor_library',	'',	0),
(128,	1,	'2023-02-22 19:09:50',	'2023-02-22 19:09:50',	'',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 19:09:50',	'2023-02-22 19:09:50',	'',	127,	'https://www.scriptin.me/fweb/?p=128',	0,	'revision',	'',	0),
(129,	1,	'2023-02-22 19:09:50',	'2023-02-22 19:09:50',	'',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 19:09:50',	'2023-02-22 19:09:50',	'',	127,	'https://www.scriptin.me/fweb/?p=129',	0,	'revision',	'',	0),
(130,	1,	'2023-02-22 19:10:36',	'2023-02-22 19:10:36',	'<a role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-22 19:10:36',	'2023-02-22 19:10:36',	'',	17,	'https://www.scriptin.me/fweb/?p=130',	0,	'revision',	'',	0),
(131,	1,	'2023-02-22 19:15:43',	'2023-02-22 19:15:43',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 19:15:43',	'2023-02-22 19:15:43',	'',	95,	'https://www.scriptin.me/fweb/?p=131',	0,	'revision',	'',	0),
(133,	1,	'2023-02-22 19:18:25',	'2023-02-22 19:18:25',	'',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 19:18:25',	'2023-02-22 19:18:25',	'',	127,	'https://www.scriptin.me/fweb/?p=133',	0,	'revision',	'',	0),
(134,	1,	'2023-02-22 19:18:25',	'2023-02-22 19:18:25',	'',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 19:18:25',	'2023-02-22 19:18:25',	'',	127,	'https://www.scriptin.me/fweb/?p=134',	0,	'revision',	'',	0),
(135,	1,	'2023-02-22 19:20:10',	'2023-02-22 19:20:10',	'<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css\">		\n					<a>\n						Click Here					</a>',	'Elementor Loop Item #135',	'',	'publish',	'closed',	'closed',	'',	'elementor-loop-item',	'',	'',	'2023-02-22 19:21:04',	'2023-02-22 19:21:04',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=elementor-loop-item',	0,	'elementor_library',	'',	0),
(136,	1,	'2023-02-22 19:20:10',	'2023-02-22 19:20:10',	'',	'Elementor Loop Item #135',	'',	'inherit',	'closed',	'closed',	'',	'135-revision-v1',	'',	'',	'2023-02-22 19:20:10',	'2023-02-22 19:20:10',	'',	135,	'https://www.scriptin.me/fweb/?p=136',	0,	'revision',	'',	0),
(137,	1,	'2023-02-22 19:20:10',	'2023-02-22 19:20:10',	'<h2>We build purposeful brands that connect with their audience.\n​</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:20:10',	'2023-02-22 19:20:10',	'',	25,	'https://www.scriptin.me/fweb/?p=137',	0,	'revision',	'',	0),
(138,	1,	'2023-02-22 19:20:11',	'2023-02-22 19:20:11',	'<h2>We build purposeful brands that connect with their audience.\n​</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:20:11',	'2023-02-22 19:20:11',	'',	25,	'https://www.scriptin.me/fweb/?p=138',	0,	'revision',	'',	0),
(139,	1,	'2023-02-22 19:20:11',	'2023-02-22 19:20:11',	'<h2>We build purposeful brands that connect with their audience.\n​</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 19:20:11',	'2023-02-22 19:20:11',	'',	25,	'https://www.scriptin.me/fweb/?p=139',	0,	'revision',	'',	0),
(141,	1,	'2023-02-22 19:21:01',	'2023-02-22 19:21:01',	'',	'Elementor Loop Item #135',	'',	'inherit',	'closed',	'closed',	'',	'135-revision-v1',	'',	'',	'2023-02-22 19:21:01',	'2023-02-22 19:21:01',	'',	135,	'https://www.scriptin.me/fweb/?p=141',	0,	'revision',	'',	0),
(142,	1,	'2023-02-22 19:21:02',	'2023-02-22 19:21:02',	'<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css\">		\n					<a>\n						Click Here					</a>',	'Elementor Loop Item #135',	'',	'inherit',	'closed',	'closed',	'',	'135-revision-v1',	'',	'',	'2023-02-22 19:21:02',	'2023-02-22 19:21:02',	'',	135,	'https://www.scriptin.me/fweb/?p=142',	0,	'revision',	'',	0),
(144,	1,	'2023-02-22 19:35:05',	'2023-02-22 19:35:05',	'',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 19:35:05',	'2023-02-22 19:35:05',	'',	127,	'https://www.scriptin.me/fweb/?p=144',	0,	'revision',	'',	0),
(145,	1,	'2023-02-22 19:35:13',	'2023-02-22 19:35:13',	'',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 19:35:13',	'2023-02-22 19:35:13',	'',	127,	'https://www.scriptin.me/fweb/?p=145',	0,	'revision',	'',	0),
(147,	1,	'2023-02-22 19:42:28',	'2023-02-22 19:42:28',	'',	'isnta',	'',	'inherit',	'closed',	'closed',	'',	'isnta',	'',	'',	'2023-02-22 19:42:28',	'2023-02-22 19:42:28',	'',	127,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/isnta.svg',	0,	'attachment',	'image/svg+xml',	0),
(148,	1,	'2023-02-22 19:42:29',	'2023-02-22 19:42:29',	'',	'fb',	'',	'inherit',	'closed',	'closed',	'',	'fb',	'',	'',	'2023-02-22 19:42:29',	'2023-02-22 19:42:29',	'',	127,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/fb.svg',	0,	'attachment',	'image/svg+xml',	0),
(149,	1,	'2023-02-22 19:42:30',	'2023-02-22 19:42:30',	'',	'be',	'',	'inherit',	'closed',	'closed',	'',	'be',	'',	'',	'2023-02-22 19:42:30',	'2023-02-22 19:42:30',	'',	127,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/be.svg',	0,	'attachment',	'image/svg+xml',	0),
(150,	1,	'2023-02-22 19:42:31',	'2023-02-22 19:42:31',	'',	'g',	'',	'inherit',	'closed',	'closed',	'',	'g',	'',	'',	'2023-02-22 19:42:31',	'2023-02-22 19:42:31',	'',	127,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/g.svg',	0,	'attachment',	'image/svg+xml',	0),
(151,	1,	'2023-02-22 19:42:32',	'2023-02-22 19:42:32',	'',	'LinkedIn',	'',	'inherit',	'closed',	'closed',	'',	'linkedin',	'',	'',	'2023-02-22 19:42:32',	'2023-02-22 19:42:32',	'',	127,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/LinkedIn.svg',	0,	'attachment',	'image/svg+xml',	0),
(152,	1,	'2023-02-22 19:44:12',	'2023-02-22 19:44:12',	'',	'gggg',	'',	'inherit',	'closed',	'closed',	'',	'gggg',	'',	'',	'2023-02-22 19:44:12',	'2023-02-22 19:44:12',	'',	127,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/gggg.svg',	0,	'attachment',	'image/svg+xml',	0),
(153,	1,	'2023-02-22 19:47:06',	'2023-02-22 19:47:06',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 19:47:06',	'2023-02-22 19:47:06',	'',	127,	'https://www.scriptin.me/fweb/?p=153',	0,	'revision',	'',	0),
(154,	1,	'2023-02-22 19:49:55',	'2023-02-22 19:49:55',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 19:49:55',	'2023-02-22 19:49:55',	'',	127,	'https://www.scriptin.me/fweb/?p=154',	0,	'revision',	'',	0),
(156,	1,	'2023-02-22 19:54:49',	'2023-02-22 19:54:49',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 19:54:49',	'2023-02-22 19:54:49',	'',	127,	'https://www.scriptin.me/fweb/?p=156',	0,	'revision',	'',	0),
(157,	1,	'2023-02-22 19:56:27',	'2023-02-22 19:56:27',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 19:56:27',	'2023-02-22 19:56:27',	'',	127,	'https://www.scriptin.me/fweb/?p=157',	0,	'revision',	'',	0),
(158,	1,	'2023-02-22 19:56:27',	'2023-02-22 19:56:27',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 19:56:27',	'2023-02-22 19:56:27',	'',	127,	'https://www.scriptin.me/fweb/?p=158',	0,	'revision',	'',	0),
(159,	1,	'2023-02-22 19:57:03',	'2023-02-22 19:57:03',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 19:57:03',	'2023-02-22 19:57:03',	'',	95,	'https://www.scriptin.me/fweb/?p=159',	0,	'revision',	'',	0),
(160,	1,	'2023-02-22 19:59:37',	'2023-02-22 19:59:37',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 19:59:37',	'2023-02-22 19:59:37',	'',	95,	'https://www.scriptin.me/fweb/?p=160',	0,	'revision',	'',	0),
(161,	1,	'2023-02-22 20:00:02',	'2023-02-22 20:00:02',	'<h2>We build purposeful brands that connect with their audience.\n​</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:00:02',	'2023-02-22 20:00:02',	'',	25,	'https://www.scriptin.me/fweb/?p=161',	0,	'revision',	'',	0),
(162,	1,	'2023-02-22 20:00:03',	'2023-02-22 20:00:03',	'<h2>We build purposeful brands that connect with their audience.\n​</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:00:03',	'2023-02-22 20:00:03',	'',	25,	'https://www.scriptin.me/fweb/?p=162',	0,	'revision',	'',	0),
(163,	1,	'2023-02-22 20:00:03',	'2023-02-22 20:00:03',	'<h2>We build purposeful brands that connect with their audience.\n​</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:00:03',	'2023-02-22 20:00:03',	'',	25,	'https://www.scriptin.me/fweb/?p=163',	0,	'revision',	'',	0),
(164,	1,	'2023-02-22 20:02:53',	'2023-02-22 20:02:53',	'<h2>We build purposeful brands that connect with their audience.\n​</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:02:53',	'2023-02-22 20:02:53',	'',	25,	'https://www.scriptin.me/fweb/?p=164',	0,	'revision',	'',	0),
(165,	1,	'2023-02-22 20:02:53',	'2023-02-22 20:02:53',	'<h2>We build purposeful brands that connect with their audience.\n​</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:02:53',	'2023-02-22 20:02:53',	'',	25,	'https://www.scriptin.me/fweb/?p=165',	0,	'revision',	'',	0),
(166,	1,	'2023-02-22 20:02:53',	'2023-02-22 20:02:53',	'<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\">		<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:02:53',	'2023-02-22 20:02:53',	'',	25,	'https://www.scriptin.me/fweb/?p=166',	0,	'revision',	'',	0),
(167,	1,	'2023-02-22 20:04:08',	'2023-02-22 20:04:08',	'<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\">		<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:04:08',	'2023-02-22 20:04:08',	'',	25,	'https://www.scriptin.me/fweb/?p=167',	0,	'revision',	'',	0),
(168,	1,	'2023-02-22 20:04:08',	'2023-02-22 20:04:08',	'<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\">		<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:04:08',	'2023-02-22 20:04:08',	'',	25,	'https://www.scriptin.me/fweb/?p=168',	0,	'revision',	'',	0),
(169,	1,	'2023-02-22 20:04:08',	'2023-02-22 20:04:08',	'<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:04:08',	'2023-02-22 20:04:08',	'',	25,	'https://www.scriptin.me/fweb/?p=169',	0,	'revision',	'',	0),
(170,	1,	'2023-02-22 20:44:39',	'2023-02-22 20:44:39',	'<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:44:39',	'2023-02-22 20:44:39',	'',	25,	'https://www.scriptin.me/fweb/?p=170',	0,	'revision',	'',	0),
(171,	1,	'2023-02-22 20:44:39',	'2023-02-22 20:44:39',	'<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:44:39',	'2023-02-22 20:44:39',	'',	25,	'https://www.scriptin.me/fweb/?p=171',	0,	'revision',	'',	0),
(172,	1,	'2023-02-22 20:44:39',	'2023-02-22 20:44:39',	'<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:44:39',	'2023-02-22 20:44:39',	'',	25,	'https://www.scriptin.me/fweb/?p=172',	0,	'revision',	'',	0),
(173,	1,	'2023-02-22 20:47:51',	'2023-02-22 20:47:51',	'<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:47:51',	'2023-02-22 20:47:51',	'',	25,	'https://www.scriptin.me/fweb/?p=173',	0,	'revision',	'',	0),
(174,	1,	'2023-02-22 20:47:51',	'2023-02-22 20:47:51',	'<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:47:51',	'2023-02-22 20:47:51',	'',	25,	'https://www.scriptin.me/fweb/?p=174',	0,	'revision',	'',	0),
(175,	1,	'2023-02-22 20:47:51',	'2023-02-22 20:47:51',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 20:47:51',	'2023-02-22 20:47:51',	'',	25,	'https://www.scriptin.me/fweb/?p=175',	0,	'revision',	'',	0),
(176,	1,	'2023-02-22 22:04:07',	'2023-02-22 22:04:07',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:04:07',	'2023-02-22 22:04:07',	'',	25,	'https://www.scriptin.me/fweb/?p=176',	0,	'revision',	'',	0),
(177,	1,	'2023-02-22 22:04:07',	'2023-02-22 22:04:07',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:04:07',	'2023-02-22 22:04:07',	'',	25,	'https://www.scriptin.me/fweb/?p=177',	0,	'revision',	'',	0),
(178,	1,	'2023-02-22 22:04:07',	'2023-02-22 22:04:07',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:04:07',	'2023-02-22 22:04:07',	'',	25,	'https://www.scriptin.me/fweb/?p=178',	0,	'revision',	'',	0),
(179,	1,	'2023-02-22 22:05:08',	'2023-02-22 22:05:08',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:05:08',	'2023-02-22 22:05:08',	'',	25,	'https://www.scriptin.me/fweb/?p=179',	0,	'revision',	'',	0),
(180,	1,	'2023-02-22 22:05:08',	'2023-02-22 22:05:08',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:05:08',	'2023-02-22 22:05:08',	'',	25,	'https://www.scriptin.me/fweb/?p=180',	0,	'revision',	'',	0),
(181,	1,	'2023-02-22 22:05:09',	'2023-02-22 22:05:09',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:05:09',	'2023-02-22 22:05:09',	'',	25,	'https://www.scriptin.me/fweb/?p=181',	0,	'revision',	'',	0),
(182,	1,	'2023-02-22 22:05:49',	'2023-02-22 22:05:49',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:05:49',	'2023-02-22 22:05:49',	'',	25,	'https://www.scriptin.me/fweb/?p=182',	0,	'revision',	'',	0),
(183,	1,	'2023-02-22 22:05:49',	'2023-02-22 22:05:49',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:05:49',	'2023-02-22 22:05:49',	'',	25,	'https://www.scriptin.me/fweb/?p=183',	0,	'revision',	'',	0),
(184,	1,	'2023-02-22 22:05:49',	'2023-02-22 22:05:49',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:05:49',	'2023-02-22 22:05:49',	'',	25,	'https://www.scriptin.me/fweb/?p=184',	0,	'revision',	'',	0),
(185,	1,	'2023-02-22 22:06:08',	'2023-02-22 22:06:08',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:06:08',	'2023-02-22 22:06:08',	'',	25,	'https://www.scriptin.me/fweb/?p=185',	0,	'revision',	'',	0),
(186,	1,	'2023-02-22 22:06:08',	'2023-02-22 22:06:08',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:06:08',	'2023-02-22 22:06:08',	'',	25,	'https://www.scriptin.me/fweb/?p=186',	0,	'revision',	'',	0),
(187,	1,	'2023-02-22 22:06:08',	'2023-02-22 22:06:08',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:06:08',	'2023-02-22 22:06:08',	'',	25,	'https://www.scriptin.me/fweb/?p=187',	0,	'revision',	'',	0),
(188,	1,	'2023-02-22 22:06:43',	'2023-02-22 22:06:43',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:06:43',	'2023-02-22 22:06:43',	'',	25,	'https://www.scriptin.me/fweb/?p=188',	0,	'revision',	'',	0),
(189,	1,	'2023-02-22 22:06:44',	'2023-02-22 22:06:44',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:06:44',	'2023-02-22 22:06:44',	'',	25,	'https://www.scriptin.me/fweb/?p=189',	0,	'revision',	'',	0),
(190,	1,	'2023-02-22 22:06:44',	'2023-02-22 22:06:44',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:06:44',	'2023-02-22 22:06:44',	'',	25,	'https://www.scriptin.me/fweb/?p=190',	0,	'revision',	'',	0),
(191,	1,	'2023-02-22 22:07:38',	'2023-02-22 22:07:38',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:07:38',	'2023-02-22 22:07:38',	'',	25,	'https://www.scriptin.me/fweb/?p=191',	0,	'revision',	'',	0),
(192,	1,	'2023-02-22 22:07:38',	'2023-02-22 22:07:38',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:07:38',	'2023-02-22 22:07:38',	'',	25,	'https://www.scriptin.me/fweb/?p=192',	0,	'revision',	'',	0),
(193,	1,	'2023-02-22 22:07:38',	'2023-02-22 22:07:38',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n			a		\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:07:38',	'2023-02-22 22:07:38',	'',	25,	'https://www.scriptin.me/fweb/?p=193',	0,	'revision',	'',	0),
(194,	1,	'2023-02-22 22:17:44',	'2023-02-22 22:17:44',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n			a		\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:17:44',	'2023-02-22 22:17:44',	'',	25,	'https://www.scriptin.me/fweb/?p=194',	0,	'revision',	'',	0),
(195,	1,	'2023-02-22 22:17:44',	'2023-02-22 22:17:44',	'Find your\n			<!-- particles.js container --> <!-- stats - count particles -->  -- particles  <!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->  <!-- stats.js lib --> \n			a		\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:17:44',	'2023-02-22 22:17:44',	'',	25,	'https://www.scriptin.me/fweb/?p=195',	0,	'revision',	'',	0),
(196,	1,	'2023-02-22 22:17:44',	'2023-02-22 22:17:44',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:17:44',	'2023-02-22 22:17:44',	'',	25,	'https://www.scriptin.me/fweb/?p=196',	0,	'revision',	'',	0),
(197,	1,	'2023-02-22 22:24:03',	'2023-02-22 22:24:03',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:24:03',	'2023-02-22 22:24:03',	'',	25,	'https://www.scriptin.me/fweb/?p=197',	0,	'revision',	'',	0),
(198,	1,	'2023-02-22 22:24:04',	'2023-02-22 22:24:04',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:24:04',	'2023-02-22 22:24:04',	'',	25,	'https://www.scriptin.me/fweb/?p=198',	0,	'revision',	'',	0),
(199,	1,	'2023-02-22 22:24:04',	'2023-02-22 22:24:04',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:24:04',	'2023-02-22 22:24:04',	'',	25,	'https://www.scriptin.me/fweb/?p=199',	0,	'revision',	'',	0),
(200,	1,	'2023-02-22 22:24:23',	'2023-02-22 22:24:23',	'<a role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-22 22:24:23',	'2023-02-22 22:24:23',	'',	17,	'https://www.scriptin.me/fweb/?p=200',	0,	'revision',	'',	0),
(201,	1,	'2023-02-22 22:28:18',	'2023-02-22 22:28:18',	'<a role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-22 22:28:18',	'2023-02-22 22:28:18',	'',	17,	'https://www.scriptin.me/fweb/?p=201',	0,	'revision',	'',	0),
(202,	1,	'2023-02-22 22:29:47',	'2023-02-22 22:29:47',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:29:47',	'2023-02-22 22:29:47',	'',	25,	'https://www.scriptin.me/fweb/?p=202',	0,	'revision',	'',	0),
(203,	1,	'2023-02-22 22:29:47',	'2023-02-22 22:29:47',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:29:47',	'2023-02-22 22:29:47',	'',	25,	'https://www.scriptin.me/fweb/?p=203',	0,	'revision',	'',	0),
(204,	1,	'2023-02-22 22:29:47',	'2023-02-22 22:29:47',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:29:47',	'2023-02-22 22:29:47',	'',	25,	'https://www.scriptin.me/fweb/?p=204',	0,	'revision',	'',	0),
(205,	1,	'2023-02-22 22:31:39',	'2023-02-22 22:31:39',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:31:39',	'2023-02-22 22:31:39',	'',	25,	'https://www.scriptin.me/fweb/?p=205',	0,	'revision',	'',	0),
(206,	1,	'2023-02-22 22:31:39',	'2023-02-22 22:31:39',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:31:39',	'2023-02-22 22:31:39',	'',	25,	'https://www.scriptin.me/fweb/?p=206',	0,	'revision',	'',	0),
(207,	1,	'2023-02-22 22:31:40',	'2023-02-22 22:31:40',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:31:40',	'2023-02-22 22:31:40',	'',	25,	'https://www.scriptin.me/fweb/?p=207',	0,	'revision',	'',	0),
(209,	1,	'2023-02-22 22:41:30',	'2023-02-22 22:41:30',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:41:30',	'2023-02-22 22:41:30',	'',	25,	'https://www.scriptin.me/fweb/?p=209',	0,	'revision',	'',	0),
(210,	1,	'2023-02-22 22:41:30',	'2023-02-22 22:41:30',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:41:30',	'2023-02-22 22:41:30',	'',	25,	'https://www.scriptin.me/fweb/?p=210',	0,	'revision',	'',	0),
(211,	1,	'2023-02-22 22:41:31',	'2023-02-22 22:41:31',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:41:31',	'2023-02-22 22:41:31',	'',	25,	'https://www.scriptin.me/fweb/?p=211',	0,	'revision',	'',	0),
(212,	1,	'2023-02-22 22:41:43',	'2023-02-22 22:41:43',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:41:43',	'2023-02-22 22:41:43',	'',	25,	'https://www.scriptin.me/fweb/?p=212',	0,	'revision',	'',	0),
(213,	1,	'2023-02-22 22:41:43',	'2023-02-22 22:41:43',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:41:43',	'2023-02-22 22:41:43',	'',	25,	'https://www.scriptin.me/fweb/?p=213',	0,	'revision',	'',	0),
(214,	1,	'2023-02-22 22:41:43',	'2023-02-22 22:41:43',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:41:43',	'2023-02-22 22:41:43',	'',	25,	'https://www.scriptin.me/fweb/?p=214',	0,	'revision',	'',	0),
(215,	1,	'2023-02-22 22:44:27',	'2023-02-22 22:44:27',	'',	'Biennale-Regular[1]',	'',	'inherit',	'closed',	'closed',	'',	'biennale-regular1',	'',	'',	'2023-02-22 22:44:27',	'2023-02-22 22:44:27',	'',	35,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Biennale-Regular1.ttf',	0,	'attachment',	'application/x-font-ttf',	0),
(216,	1,	'2023-02-22 22:48:43',	'2023-02-22 22:48:43',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 22:48:43',	'2023-02-22 22:48:43',	'',	95,	'https://www.scriptin.me/fweb/?p=216',	0,	'revision',	'',	0),
(218,	1,	'2023-02-22 22:51:21',	'2023-02-22 22:51:21',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-22 22:51:21',	'2023-02-22 22:51:21',	'',	95,	'https://www.scriptin.me/fweb/?p=218',	0,	'revision',	'',	0),
(219,	1,	'2023-02-22 22:52:43',	'2023-02-22 22:52:43',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:52:43',	'2023-02-22 22:52:43',	'',	25,	'https://www.scriptin.me/fweb/?p=219',	0,	'revision',	'',	0),
(220,	1,	'2023-02-22 22:52:43',	'2023-02-22 22:52:43',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:52:43',	'2023-02-22 22:52:43',	'',	25,	'https://www.scriptin.me/fweb/?p=220',	0,	'revision',	'',	0),
(221,	1,	'2023-02-22 22:52:44',	'2023-02-22 22:52:44',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 22:52:44',	'2023-02-22 22:52:44',	'',	25,	'https://www.scriptin.me/fweb/?p=221',	0,	'revision',	'',	0),
(223,	1,	'2023-02-22 22:58:59',	'2023-02-22 22:58:59',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 22:58:59',	'2023-02-22 22:58:59',	'',	127,	'https://www.scriptin.me/fweb/?p=223',	0,	'revision',	'',	0),
(224,	1,	'2023-02-22 23:01:14',	'2023-02-22 23:01:14',	'<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css\">',	'Elementor Loop Item #224',	'',	'publish',	'closed',	'closed',	'',	'elementor-loop-item-2',	'',	'',	'2023-03-03 20:56:22',	'2023-03-03 20:56:22',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=elementor-loop-item-2',	0,	'elementor_library',	'',	0),
(225,	1,	'2023-02-22 23:01:14',	'2023-02-22 23:01:14',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-22 23:01:14',	'2023-02-22 23:01:14',	'',	224,	'https://www.scriptin.me/fweb/?p=225',	0,	'revision',	'',	0),
(226,	1,	'2023-02-22 23:01:15',	'2023-02-22 23:01:15',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:01:15',	'2023-02-22 23:01:15',	'',	25,	'https://www.scriptin.me/fweb/?p=226',	0,	'revision',	'',	0),
(227,	1,	'2023-02-22 23:01:16',	'2023-02-22 23:01:16',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:01:16',	'2023-02-22 23:01:16',	'',	25,	'https://www.scriptin.me/fweb/?p=227',	0,	'revision',	'',	0),
(228,	1,	'2023-02-22 23:01:16',	'2023-02-22 23:01:16',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:01:16',	'2023-02-22 23:01:16',	'',	25,	'https://www.scriptin.me/fweb/?p=228',	0,	'revision',	'',	0),
(229,	1,	'2023-02-22 23:02:56',	'2023-02-22 23:02:56',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-22 23:02:56',	'2023-02-22 23:02:56',	'',	224,	'https://www.scriptin.me/fweb/?p=229',	0,	'revision',	'',	0),
(230,	1,	'2023-02-22 23:02:56',	'2023-02-22 23:02:56',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-22 23:02:56',	'2023-02-22 23:02:56',	'',	224,	'https://www.scriptin.me/fweb/?p=230',	0,	'revision',	'',	0),
(231,	1,	'2023-02-22 23:03:25',	'2023-02-22 23:03:25',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:03:25',	'2023-02-22 23:03:25',	'',	25,	'https://www.scriptin.me/fweb/?p=231',	0,	'revision',	'',	0),
(232,	1,	'2023-02-22 23:03:26',	'2023-02-22 23:03:26',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:03:26',	'2023-02-22 23:03:26',	'',	25,	'https://www.scriptin.me/fweb/?p=232',	0,	'revision',	'',	0),
(233,	1,	'2023-02-22 23:03:26',	'2023-02-22 23:03:26',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:03:26',	'2023-02-22 23:03:26',	'',	25,	'https://www.scriptin.me/fweb/?p=233',	0,	'revision',	'',	0),
(234,	1,	'2023-02-22 23:04:28',	'2023-02-22 23:04:28',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-22 23:04:28',	'2023-02-22 23:04:28',	'',	224,	'https://www.scriptin.me/fweb/?p=234',	0,	'revision',	'',	0),
(235,	1,	'2023-02-22 23:04:41',	'2023-02-22 23:04:41',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-22 23:04:41',	'2023-02-22 23:04:41',	'',	224,	'https://www.scriptin.me/fweb/?p=235',	0,	'revision',	'',	0),
(236,	1,	'2023-02-22 23:04:53',	'2023-02-22 23:04:53',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-22 23:04:53',	'2023-02-22 23:04:53',	'',	224,	'https://www.scriptin.me/fweb/?p=236',	0,	'revision',	'',	0),
(237,	1,	'2023-02-22 23:05:09',	'2023-02-22 23:05:09',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:05:09',	'2023-02-22 23:05:09',	'',	25,	'https://www.scriptin.me/fweb/?p=237',	0,	'revision',	'',	0),
(238,	1,	'2023-02-22 23:05:10',	'2023-02-22 23:05:10',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:05:10',	'2023-02-22 23:05:10',	'',	25,	'https://www.scriptin.me/fweb/?p=238',	0,	'revision',	'',	0),
(239,	1,	'2023-02-22 23:05:10',	'2023-02-22 23:05:10',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:05:10',	'2023-02-22 23:05:10',	'',	25,	'https://www.scriptin.me/fweb/?p=239',	0,	'revision',	'',	0),
(240,	1,	'2023-02-22 23:05:55',	'2023-02-22 23:05:55',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-22 23:05:55',	'2023-02-22 23:05:55',	'',	224,	'https://www.scriptin.me/fweb/?p=240',	0,	'revision',	'',	0),
(241,	1,	'2023-02-22 23:06:20',	'2023-02-22 23:06:20',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:06:20',	'2023-02-22 23:06:20',	'',	25,	'https://www.scriptin.me/fweb/?p=241',	0,	'revision',	'',	0),
(242,	1,	'2023-02-22 23:06:21',	'2023-02-22 23:06:21',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:06:21',	'2023-02-22 23:06:21',	'',	25,	'https://www.scriptin.me/fweb/?p=242',	0,	'revision',	'',	0),
(243,	1,	'2023-02-22 23:06:21',	'2023-02-22 23:06:21',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:06:21',	'2023-02-22 23:06:21',	'',	25,	'https://www.scriptin.me/fweb/?p=243',	0,	'revision',	'',	0),
(244,	1,	'2023-02-22 23:06:36',	'2023-02-22 23:06:36',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-22 23:06:36',	'2023-02-22 23:06:36',	'',	224,	'https://www.scriptin.me/fweb/?p=244',	0,	'revision',	'',	0),
(245,	1,	'2023-02-22 23:07:01',	'2023-02-22 23:07:01',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:07:01',	'2023-02-22 23:07:01',	'',	25,	'https://www.scriptin.me/fweb/?p=245',	0,	'revision',	'',	0),
(246,	1,	'2023-02-22 23:07:02',	'2023-02-22 23:07:02',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:07:02',	'2023-02-22 23:07:02',	'',	25,	'https://www.scriptin.me/fweb/?p=246',	0,	'revision',	'',	0),
(247,	1,	'2023-02-22 23:07:02',	'2023-02-22 23:07:02',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-22 23:07:02',	'2023-02-22 23:07:02',	'',	25,	'https://www.scriptin.me/fweb/?p=247',	0,	'revision',	'',	0),
(248,	1,	'2023-02-22 23:07:58',	'2023-02-22 23:07:58',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 23:07:58',	'2023-02-22 23:07:58',	'',	127,	'https://www.scriptin.me/fweb/?p=248',	0,	'revision',	'',	0),
(249,	1,	'2023-02-22 23:08:24',	'2023-02-22 23:08:24',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 23:08:24',	'2023-02-22 23:08:24',	'',	127,	'https://www.scriptin.me/fweb/?p=249',	0,	'revision',	'',	0),
(250,	1,	'2023-02-22 23:08:24',	'2023-02-22 23:08:24',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-02-22 23:08:24',	'2023-02-22 23:08:24',	'',	127,	'https://www.scriptin.me/fweb/?p=250',	0,	'revision',	'',	0),
(252,	1,	'2023-02-27 13:39:04',	'2023-02-27 13:39:04',	'<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'publish',	'closed',	'closed',	'',	'elementor-archive-252',	'',	'',	'2023-03-13 09:30:23',	'2023-03-13 09:30:23',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_library&#038;p=252',	0,	'elementor_library',	'',	0),
(253,	1,	'2023-02-27 13:34:55',	'2023-02-27 13:34:55',	'',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 13:34:55',	'2023-02-27 13:34:55',	'',	252,	'https://www.scriptin.me/fweb/?p=253',	0,	'revision',	'',	0),
(254,	1,	'2023-02-27 13:35:30',	'2023-02-27 13:35:30',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'publish',	'closed',	'closed',	'',	'strategic-branding',	'',	'',	'2023-03-13 21:04:26',	'2023-03-13 21:04:26',	'',	0,	'https://www.scriptin.me/fweb/?post_type=faction_services&#038;p=254',	0,	'faction_services',	'',	0),
(255,	1,	'2023-02-27 13:35:30',	'2023-02-27 13:35:30',	'',	'Strategic Branding',	'',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-02-27 13:35:30',	'2023-02-27 13:35:30',	'',	254,	'https://www.scriptin.me/fweb/?p=255',	0,	'revision',	'',	0),
(256,	1,	'2023-02-27 13:35:42',	'2023-02-27 13:35:42',	'<h2>Websites</h2>\nResponsive websites, Search Engine Optimised and easy on the eyes.\n\nBespoke, branded websites that\nconvert sales and look great.\n<h2>Our Services</h2>\nMake your website work for you.\n<h2>Web</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Platforms</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Finishing Touches</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Why Us?</h2>\nOn the World Wide Web there are countless\nboring and poorly designed websites. We make\nwebsites that do the heavy lifting for you and\nfundamentally look good whilst doing it.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nBespoke Design					</a></h3>\nAt Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results.\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices.\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nSupport &amp; Hosting					</a></h3>\nWe also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nPlatforms &amp; SEO					</a></h3>\nOur team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate.\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.\n\n<a href=\"/projects/\" role=\"button\">\nView more projects...\n</a>\n<h4>&lt; Other Services</h4>\nWe believe in the power of connection; between people and brand.',	'Websites',	'Bespoke, branded websites that\nconvert sales and look great.',	'publish',	'closed',	'closed',	'',	'websites',	'',	'',	'2023-03-13 08:54:12',	'2023-03-13 08:54:12',	'',	0,	'https://www.scriptin.me/fweb/?post_type=faction_services&#038;p=256',	0,	'faction_services',	'',	0),
(257,	1,	'2023-02-27 13:35:42',	'2023-02-27 13:35:42',	'',	'Websites',	'',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-02-27 13:35:42',	'2023-02-27 13:35:42',	'',	256,	'https://www.scriptin.me/fweb/?p=257',	0,	'revision',	'',	0),
(258,	1,	'2023-02-27 13:35:51',	'2023-02-27 13:35:51',	'<h2>Design</h2>\nFor turning heads and making an impact.\n\nDesigning with purpose, intent\nand creativity, of course.\n<h2>Our Services</h2>\nBig dreamers, creative thinkers, pencil pushers.\n<h2>Design</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Business</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Animation/Video</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Your Design Partner</h2>\nWe are branding experts by trade but on top of that,\nour in-house team of creatives can assist you with most\nother design tasks you made need, on an ad-hoc basis\nor you can book our time regularly on a retainer.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nDigital &amp; Print Ready					</a></h3>\nWhatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations.\nWe include 100 business cards for free with every branding project.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nRetainers					</a></h3>\nWhatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations.\nWe include 100 business cards for free with every branding project.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nAnimation &amp; Video					</a></h3>\nWhatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations.\nWe include 100 business cards for free with every branding project.\n\n<a href=\"/projects/\" role=\"button\">\nView more projects...\n</a>\n<h4>&lt; Other Services</h4>\nWe believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'publish',	'closed',	'closed',	'',	'design',	'',	'',	'2023-03-13 08:54:53',	'2023-03-13 08:54:53',	'',	0,	'https://www.scriptin.me/fweb/?post_type=faction_services&#038;p=258',	0,	'faction_services',	'',	0),
(259,	1,	'2023-02-27 13:35:51',	'2023-02-27 13:35:51',	'',	'Design',	'',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-02-27 13:35:51',	'2023-02-27 13:35:51',	'',	258,	'https://www.scriptin.me/fweb/?p=259',	0,	'revision',	'',	0),
(261,	1,	'2023-02-27 13:38:36',	'2023-02-27 13:38:36',	'',	'Elementor-post-screenshot_135_2023-02-27-13-38-36_2adffb6.png',	'',	'inherit',	'closed',	'closed',	'',	'elementor-post-screenshot_135_2023-02-27-13-38-36_2adffb6-png',	'',	'',	'2023-02-27 13:38:36',	'2023-02-27 13:38:36',	'',	135,	'https://www.scriptin.me/fweb/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_135_2023-02-27-13-38-36_2adffb6.png',	0,	'attachment',	'image/png',	0),
(262,	1,	'2023-02-27 13:38:41',	'2023-02-27 13:38:41',	'',	'Relive',	'',	'inherit',	'closed',	'closed',	'',	'relive',	'',	'',	'2023-02-27 13:38:41',	'2023-02-27 13:38:41',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Relive.jpg',	0,	'attachment',	'image/jpeg',	0),
(263,	1,	'2023-02-27 13:38:42',	'2023-02-27 13:38:42',	'',	'Screenshot 2022-12-14 at 14.39.54',	'',	'inherit',	'closed',	'closed',	'',	'screenshot-2022-12-14-at-14-39-54',	'',	'',	'2023-02-27 13:38:42',	'2023-02-27 13:38:42',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Screenshot-2022-12-14-at-14.39.54.jpg',	0,	'attachment',	'image/jpeg',	0),
(264,	1,	'2023-02-27 13:38:44',	'2023-02-27 13:38:44',	'',	'VEGAN_NOMS_JULY21-41',	'',	'inherit',	'closed',	'closed',	'',	'vegan_noms_july21-41',	'',	'',	'2023-02-27 13:38:44',	'2023-02-27 13:38:44',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/VEGAN_NOMS_JULY21-41.jpg',	0,	'attachment',	'image/jpeg',	0),
(266,	1,	'2023-02-27 13:38:45',	'2023-02-27 13:38:45',	'',	'14',	'',	'inherit',	'closed',	'closed',	'',	'14',	'',	'',	'2023-02-27 13:38:45',	'2023-02-27 13:38:45',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/14.jpg',	0,	'attachment',	'image/jpeg',	0),
(267,	1,	'2023-02-27 13:52:52',	'2023-02-27 13:52:52',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'publish',	'closed',	'closed',	'',	'projects-archive',	'',	'',	'2023-03-03 19:50:33',	'2023-03-03 19:50:33',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_library&#038;p=267',	0,	'elementor_library',	'',	0),
(268,	1,	'2023-02-27 13:38:47',	'2023-02-27 13:38:47',	'',	'Elementor Archive #267',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-02-27 13:38:47',	'2023-02-27 13:38:47',	'',	267,	'https://www.scriptin.me/fweb/?p=268',	0,	'revision',	'',	0),
(269,	1,	'2023-02-27 13:38:47',	'2023-02-27 13:38:47',	'',	'AfterJam test 2',	'',	'inherit',	'closed',	'closed',	'',	'afterjam-test-2',	'',	'',	'2023-02-27 13:38:47',	'2023-02-27 13:38:47',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/AfterJam-test-2-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(270,	1,	'2023-02-27 13:38:49',	'2023-02-27 13:38:49',	'',	'Blog',	'',	'inherit',	'closed',	'closed',	'',	'blog-2',	'',	'',	'2023-02-27 13:38:49',	'2023-02-27 13:38:49',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Blog.jpg',	0,	'attachment',	'image/jpeg',	0),
(271,	1,	'2023-02-27 13:38:50',	'2023-02-27 13:38:50',	'',	'CARNIVALRUM_PRODUCTSHOOT_FINALS-21',	'',	'inherit',	'closed',	'closed',	'',	'carnivalrum_productshoot_finals-21',	'',	'',	'2023-02-27 13:38:50',	'2023-02-27 13:38:50',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/CARNIVALRUM_PRODUCTSHOOT_FINALS-21.jpg',	0,	'attachment',	'image/jpeg',	0),
(273,	1,	'2023-02-27 13:39:40',	'2023-02-27 13:39:40',	'',	'Faction Web',	'',	'inherit',	'closed',	'closed',	'',	'faction-web-3',	'',	'',	'2023-02-27 13:39:40',	'2023-02-27 13:39:40',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Faction-Web.pdf',	0,	'attachment',	'application/pdf',	0),
(274,	1,	'2023-02-27 13:39:54',	'2023-02-27 13:39:54',	'',	'fb banner',	'',	'inherit',	'closed',	'closed',	'',	'fb-banner',	'',	'',	'2023-02-27 13:39:54',	'2023-02-27 13:39:54',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/fb-banner.jpg',	0,	'attachment',	'image/jpeg',	0),
(275,	1,	'2023-02-27 13:39:55',	'2023-02-27 13:39:55',	'',	'fe0e5440cd526638e76a69ff8f0c0543',	'',	'inherit',	'closed',	'closed',	'',	'fe0e5440cd526638e76a69ff8f0c0543',	'',	'',	'2023-02-27 13:39:55',	'2023-02-27 13:39:55',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/fe0e5440cd526638e76a69ff8f0c0543.jpg',	0,	'attachment',	'image/jpeg',	0),
(276,	1,	'2023-02-27 13:39:57',	'2023-02-27 13:39:57',	'',	'Group 149',	'',	'inherit',	'closed',	'closed',	'',	'group-149',	'',	'',	'2023-02-27 13:39:57',	'2023-02-27 13:39:57',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png',	0,	'attachment',	'image/png',	0),
(277,	1,	'2023-02-27 13:39:58',	'2023-02-27 13:39:58',	'',	'JPG',	'',	'inherit',	'closed',	'closed',	'',	'jpg',	'',	'',	'2023-02-27 13:39:58',	'2023-02-27 13:39:58',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg',	0,	'attachment',	'image/jpeg',	0),
(278,	1,	'2023-02-27 13:40:01',	'2023-02-27 13:40:01',	'',	'Orland Group',	'',	'inherit',	'closed',	'closed',	'',	'orland-group',	'',	'',	'2023-02-27 13:40:01',	'2023-02-27 13:40:01',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Orland-Group.jpg',	0,	'attachment',	'image/jpeg',	0),
(279,	1,	'2023-02-27 13:40:41',	'2023-02-27 13:40:41',	'',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 13:40:41',	'2023-02-27 13:40:41',	'',	252,	'https://www.scriptin.me/fweb/?p=279',	0,	'revision',	'',	0),
(280,	1,	'2023-02-27 13:40:41',	'2023-02-27 13:40:41',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 13:40:41',	'2023-02-27 13:40:41',	'',	252,	'https://www.scriptin.me/fweb/?p=280',	0,	'revision',	'',	0),
(281,	1,	'2023-02-27 13:41:57',	'2023-02-27 13:41:57',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 13:41:57',	'2023-02-27 13:41:57',	'',	252,	'https://www.scriptin.me/fweb/?p=281',	0,	'revision',	'',	0),
(282,	1,	'2023-02-27 13:42:24',	'2023-02-27 13:42:24',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-02-27 13:42:24',	'2023-02-27 13:42:24',	'',	256,	'https://www.scriptin.me/fweb/?p=282',	0,	'revision',	'',	0),
(284,	1,	'2023-02-27 13:43:05',	'2023-02-27 13:43:05',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-02-27 13:43:05',	'2023-02-27 13:43:05',	'',	256,	'https://www.scriptin.me/fweb/?p=284',	0,	'revision',	'',	0),
(285,	1,	'2023-02-27 13:43:05',	'2023-02-27 13:43:05',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-02-27 13:43:05',	'2023-02-27 13:43:05',	'',	256,	'https://www.scriptin.me/fweb/?p=285',	0,	'revision',	'',	0),
(286,	1,	'2023-02-27 13:43:05',	'2023-02-27 13:43:05',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-02-27 13:43:05',	'2023-02-27 13:43:05',	'',	256,	'https://www.scriptin.me/fweb/?p=286',	0,	'revision',	'',	0),
(287,	1,	'2023-02-27 13:43:48',	'2023-02-27 13:43:48',	'',	'collage',	'',	'inherit',	'closed',	'closed',	'',	'collage',	'',	'',	'2023-02-27 13:43:48',	'2023-02-27 13:43:48',	'',	258,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/collage.jpg',	0,	'attachment',	'image/jpeg',	0),
(288,	1,	'2023-02-27 13:43:56',	'2023-02-27 13:43:56',	'',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-02-27 13:43:56',	'2023-02-27 13:43:56',	'',	258,	'https://www.scriptin.me/fweb/?p=288',	0,	'revision',	'',	0),
(289,	1,	'2023-02-27 13:43:58',	'2023-02-27 13:43:58',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-02-27 13:43:58',	'2023-02-27 13:43:58',	'',	258,	'https://www.scriptin.me/fweb/?p=289',	0,	'revision',	'',	0),
(290,	1,	'2023-02-27 13:44:10',	'2023-02-27 13:44:10',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-02-27 13:44:10',	'2023-02-27 13:44:10',	'',	254,	'https://www.scriptin.me/fweb/?p=290',	0,	'revision',	'',	0),
(292,	1,	'2023-02-27 13:44:28',	'2023-02-27 13:44:28',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-02-27 13:44:28',	'2023-02-27 13:44:28',	'',	258,	'https://www.scriptin.me/fweb/?p=292',	0,	'revision',	'',	0),
(293,	1,	'2023-02-27 13:44:28',	'2023-02-27 13:44:28',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-02-27 13:44:28',	'2023-02-27 13:44:28',	'',	258,	'https://www.scriptin.me/fweb/?p=293',	0,	'revision',	'',	0),
(294,	1,	'2023-02-27 13:44:28',	'2023-02-27 13:44:28',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-02-27 13:44:28',	'2023-02-27 13:44:28',	'',	258,	'https://www.scriptin.me/fweb/?p=294',	0,	'revision',	'',	0),
(295,	1,	'2023-02-27 13:50:25',	'2023-02-27 13:50:25',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 13:50:25',	'2023-02-27 13:50:25',	'',	252,	'https://www.scriptin.me/fweb/?p=295',	0,	'revision',	'',	0),
(297,	1,	'2023-02-27 13:54:16',	'2023-02-27 13:54:16',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 13:54:16',	'2023-02-27 13:54:16',	'',	252,	'https://www.scriptin.me/fweb/?p=297',	0,	'revision',	'',	0),
(298,	1,	'2023-02-27 13:57:18',	'2023-02-27 13:57:18',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 13:57:18',	'2023-02-27 13:57:18',	'',	252,	'https://www.scriptin.me/fweb/?p=298',	0,	'revision',	'',	0),
(299,	1,	'2023-02-27 13:57:28',	'2023-02-27 13:57:28',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Projects</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-02-27 13:57:28',	'2023-02-27 13:57:28',	'',	267,	'https://www.scriptin.me/fweb/?p=299',	0,	'revision',	'',	0),
(300,	1,	'2023-02-27 14:02:59',	'2023-02-27 14:02:59',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 14:02:59',	'2023-02-27 14:02:59',	'',	252,	'https://www.scriptin.me/fweb/?p=300',	0,	'revision',	'',	0),
(301,	1,	'2023-02-27 14:06:45',	'2023-02-27 14:06:45',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 14:06:45',	'2023-02-27 14:06:45',	'',	252,	'https://www.scriptin.me/fweb/?p=301',	0,	'revision',	'',	0),
(302,	1,	'2023-02-27 14:07:03',	'2023-02-27 14:07:03',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 14:07:03',	'2023-02-27 14:07:03',	'',	252,	'https://www.scriptin.me/fweb/?p=302',	0,	'revision',	'',	0),
(303,	1,	'2023-02-27 14:07:28',	'2023-02-27 14:07:28',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 14:07:28',	'2023-02-27 14:07:28',	'',	252,	'https://www.scriptin.me/fweb/?p=303',	0,	'revision',	'',	0),
(304,	1,	'2023-02-27 14:08:45',	'2023-02-27 14:08:45',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-02-27 14:08:45',	'2023-02-27 14:08:45',	'',	267,	'https://www.scriptin.me/fweb/?p=304',	0,	'revision',	'',	0),
(305,	1,	'2023-02-27 14:09:11',	'2023-02-27 14:09:11',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 14:09:11',	'2023-02-27 14:09:11',	'',	252,	'https://www.scriptin.me/fweb/?p=305',	0,	'revision',	'',	0),
(306,	1,	'2023-02-27 14:09:58',	'2023-02-27 14:09:58',	'<a role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEyNyIsInRvZ2dsZSI6ZmFsc2V9\"></a>\n</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:09:58',	'2023-02-27 14:09:58',	'',	17,	'https://www.scriptin.me/fweb/?p=306',	0,	'revision',	'',	0),
(307,	1,	'2023-02-27 14:10:14',	'2023-02-27 14:10:14',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-02-27 14:10:14',	'2023-02-27 14:10:14',	'',	254,	'https://www.scriptin.me/fweb/?p=307',	0,	'revision',	'',	0),
(308,	1,	'2023-02-27 14:10:14',	'2023-02-27 14:10:14',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-02-27 14:10:14',	'2023-02-27 14:10:14',	'',	254,	'https://www.scriptin.me/fweb/?p=308',	0,	'revision',	'',	0),
(309,	1,	'2023-02-27 14:10:14',	'2023-02-27 14:10:14',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-02-27 14:10:14',	'2023-02-27 14:10:14',	'',	254,	'https://www.scriptin.me/fweb/?p=309',	0,	'revision',	'',	0),
(310,	1,	'2023-02-27 14:11:13',	'2023-02-27 14:11:13',	'<a role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEyNyIsInRvZ2dsZSI6ZmFsc2V9\"></a>\n</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:11:13',	'2023-02-27 14:11:13',	'',	17,	'https://www.scriptin.me/fweb/?p=310',	0,	'revision',	'',	0),
(311,	1,	'2023-02-27 14:11:21',	'2023-02-27 14:11:21',	'<a role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEyNyIsInRvZ2dsZSI6ZmFsc2V9\"></a>\n</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:11:21',	'2023-02-27 14:11:21',	'',	17,	'https://www.scriptin.me/fweb/?p=311',	0,	'revision',	'',	0),
(312,	1,	'2023-02-27 14:11:28',	'2023-02-27 14:11:28',	'<a role=\"button\">\n						tEMP mENU\n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"#\"></a>\n</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:11:28',	'2023-02-27 14:11:28',	'',	17,	'https://www.scriptin.me/fweb/?p=312',	0,	'revision',	'',	0),
(313,	1,	'2023-02-27 14:14:01',	'2023-02-27 14:14:01',	'<a role=\"button\">\n						         </a> \n					</a>\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"#\">\n</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:14:01',	'2023-02-27 14:14:01',	'',	17,	'https://www.scriptin.me/fweb/?p=313',	0,	'revision',	'',	0),
(314,	1,	'2023-02-27 14:14:22',	'2023-02-27 14:14:22',	'<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"#\">\n</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:14:22',	'2023-02-27 14:14:22',	'',	17,	'https://www.scriptin.me/fweb/?p=314',	0,	'revision',	'',	0),
(315,	1,	'2023-02-27 14:14:31',	'2023-02-27 14:14:31',	'<a href=\"/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"#\">\n</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:14:31',	'2023-02-27 14:14:31',	'',	17,	'https://www.scriptin.me/fweb/?p=315',	0,	'revision',	'',	0),
(316,	1,	'2023-02-27 14:21:07',	'2023-02-27 14:21:07',	'<a href=\"/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"#\">\n</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:21:07',	'2023-02-27 14:21:07',	'',	17,	'https://www.scriptin.me/fweb/?p=316',	0,	'revision',	'',	0),
(317,	1,	'2023-02-27 14:24:37',	'2023-02-27 14:24:37',	'<a href=\"/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\">\n						         </a> \n					</a>\n			<a href=\"#\">\n</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:24:37',	'2023-02-27 14:24:37',	'',	17,	'https://www.scriptin.me/fweb/?p=317',	0,	'revision',	'',	0),
(318,	1,	'2023-02-27 14:27:28',	'2023-02-27 14:27:28',	'<a href=\"/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\">\n						         </a> \n					</a>\n			<a href=\"#\">\n</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:27:28',	'2023-02-27 14:27:28',	'',	17,	'https://www.scriptin.me/fweb/?p=318',	0,	'revision',	'',	0),
(319,	1,	'2023-02-27 14:28:52',	'2023-02-27 14:28:52',	'<a href=\"/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\">\n						         </a> \n					</a>\n			<a href=\"#\">\n</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:28:52',	'2023-02-27 14:28:52',	'',	17,	'https://www.scriptin.me/fweb/?p=319',	0,	'revision',	'',	0),
(320,	1,	'2023-02-27 14:30:48',	'2023-02-27 14:30:48',	'<a href=\"/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:30:48',	'2023-02-27 14:30:48',	'',	17,	'https://www.scriptin.me/fweb/?p=320',	0,	'revision',	'',	0),
(321,	1,	'2023-02-27 14:32:31',	'2023-02-27 14:32:31',	'<a href=\"/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:32:31',	'2023-02-27 14:32:31',	'',	17,	'https://www.scriptin.me/fweb/?p=321',	0,	'revision',	'',	0),
(322,	1,	'2023-02-27 14:33:10',	'2023-02-27 14:33:10',	'<a href=\"/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:33:10',	'2023-02-27 14:33:10',	'',	17,	'https://www.scriptin.me/fweb/?p=322',	0,	'revision',	'',	0),
(323,	1,	'2023-02-27 14:34:54',	'2023-02-27 14:34:54',	'',	'SIngle Post',	'',	'publish',	'closed',	'closed',	'',	'elementor-single-post-323',	'',	'',	'2023-03-03 21:05:40',	'2023-03-03 21:05:40',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_library&#038;p=323',	0,	'elementor_library',	'',	0),
(324,	1,	'2023-02-27 14:33:49',	'2023-02-27 14:33:49',	'',	'Elementor Single Post #323',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 14:33:49',	'2023-02-27 14:33:49',	'',	323,	'https://www.scriptin.me/fweb/?p=324',	0,	'revision',	'',	0),
(325,	1,	'2023-02-27 14:40:11',	'2023-02-27 14:40:11',	'',	'Elementor Single Post #323',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 14:40:11',	'2023-02-27 14:40:11',	'',	323,	'https://www.scriptin.me/fweb/?p=325',	0,	'revision',	'',	0),
(326,	1,	'2023-02-27 14:40:11',	'2023-02-27 14:40:11',	'',	'Elementor Single Post #323',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 14:40:11',	'2023-02-27 14:40:11',	'',	323,	'https://www.scriptin.me/fweb/?p=326',	0,	'revision',	'',	0),
(327,	1,	'2023-02-27 14:40:27',	'2023-02-27 14:40:27',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 14:40:27',	'2023-02-27 14:40:27',	'',	323,	'https://www.scriptin.me/fweb/?p=327',	0,	'revision',	'',	0),
(328,	1,	'2023-02-27 14:40:27',	'2023-02-27 14:40:27',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 14:40:27',	'2023-02-27 14:40:27',	'',	323,	'https://www.scriptin.me/fweb/?p=328',	0,	'revision',	'',	0),
(329,	1,	'2023-02-27 14:40:45',	'2023-02-27 14:40:45',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 14:40:45',	'2023-02-27 14:40:45',	'',	323,	'https://www.scriptin.me/fweb/?p=329',	0,	'revision',	'',	0),
(330,	1,	'2023-02-27 14:41:50',	'2023-02-27 14:41:50',	'',	'Main blue x2',	'',	'inherit',	'closed',	'closed',	'',	'main-blue-x2',	'',	'',	'2023-02-27 14:41:50',	'2023-02-27 14:41:50',	'',	1,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2.jpg',	0,	'attachment',	'image/jpeg',	0),
(331,	1,	'2023-02-27 14:42:42',	'2023-02-27 14:42:42',	'<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->',	'Hello world!',	'',	'inherit',	'closed',	'closed',	'',	'1-revision-v1',	'',	'',	'2023-02-27 14:42:42',	'2023-02-27 14:42:42',	'',	1,	'https://www.scriptin.me/fweb/?p=331',	0,	'revision',	'',	0),
(332,	1,	'2023-02-27 14:42:43',	'2023-02-27 14:42:43',	'<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->',	'Hello world!',	'',	'inherit',	'closed',	'closed',	'',	'1-revision-v1',	'',	'',	'2023-02-27 14:42:43',	'2023-02-27 14:42:43',	'',	1,	'https://www.scriptin.me/fweb/?p=332',	0,	'revision',	'',	0),
(333,	1,	'2023-02-27 14:42:43',	'2023-02-27 14:42:43',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"595\" height=\"322\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2.jpg\" alt=\"Main blue x2\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2.jpg 595w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2-300x162.jpg 300w\" sizes=\"(max-width: 595px) 100vw, 595px\" />															\n		<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Hello world!',	'',	'inherit',	'closed',	'closed',	'',	'1-revision-v1',	'',	'',	'2023-02-27 14:42:43',	'2023-02-27 14:42:43',	'',	1,	'https://www.scriptin.me/fweb/?p=333',	0,	'revision',	'',	0),
(334,	1,	'2023-02-27 14:43:01',	'2023-02-27 14:43:01',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 14:43:01',	'2023-02-27 14:43:01',	'',	323,	'https://www.scriptin.me/fweb/?p=334',	0,	'revision',	'',	0),
(335,	1,	'2023-02-27 14:43:31',	'2023-02-27 14:43:31',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 14:43:31',	'2023-02-27 14:43:31',	'',	323,	'https://www.scriptin.me/fweb/?p=335',	0,	'revision',	'',	0),
(336,	1,	'2023-02-27 14:44:25',	'2023-02-27 14:44:25',	'<a href=\"/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:44:25',	'2023-02-27 14:44:25',	'',	17,	'https://www.scriptin.me/fweb/?p=336',	0,	'revision',	'',	0),
(337,	1,	'2023-02-27 14:44:46',	'2023-02-27 14:44:46',	'<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:44:46',	'2023-02-27 14:44:46',	'',	17,	'https://www.scriptin.me/fweb/?p=337',	0,	'revision',	'',	0),
(338,	1,	'2023-02-27 14:47:33',	'2023-02-27 14:47:33',	'<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 14:47:33',	'2023-02-27 14:47:33',	'',	17,	'https://www.scriptin.me/fweb/?p=338',	0,	'revision',	'',	0),
(340,	1,	'2023-02-27 14:49:39',	'2023-02-27 14:49:39',	'',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:49:39',	'2023-02-27 14:49:39',	'',	26,	'https://www.scriptin.me/fweb/?p=340',	0,	'revision',	'',	0),
(341,	1,	'2023-02-27 14:49:39',	'2023-02-27 14:49:39',	'',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:49:39',	'2023-02-27 14:49:39',	'',	26,	'https://www.scriptin.me/fweb/?p=341',	0,	'revision',	'',	0),
(342,	1,	'2023-02-27 14:49:39',	'2023-02-27 14:49:39',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:49:39',	'2023-02-27 14:49:39',	'',	26,	'https://www.scriptin.me/fweb/?p=342',	0,	'revision',	'',	0),
(343,	1,	'2023-02-27 14:57:56',	'2023-02-27 14:57:56',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:57:56',	'2023-02-27 14:57:56',	'',	26,	'https://www.scriptin.me/fweb/?p=343',	0,	'revision',	'',	0),
(344,	1,	'2023-02-27 14:57:56',	'2023-02-27 14:57:56',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:57:56',	'2023-02-27 14:57:56',	'',	26,	'https://www.scriptin.me/fweb/?p=344',	0,	'revision',	'',	0),
(345,	1,	'2023-02-27 14:57:56',	'2023-02-27 14:57:56',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:57:56',	'2023-02-27 14:57:56',	'',	26,	'https://www.scriptin.me/fweb/?p=345',	0,	'revision',	'',	0),
(346,	1,	'2023-02-27 14:58:58',	'2023-02-27 14:58:58',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:58:58',	'2023-02-27 14:58:58',	'',	26,	'https://www.scriptin.me/fweb/?p=346',	0,	'revision',	'',	0),
(347,	1,	'2023-02-27 14:58:58',	'2023-02-27 14:58:58',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:58:58',	'2023-02-27 14:58:58',	'',	26,	'https://www.scriptin.me/fweb/?p=347',	0,	'revision',	'',	0),
(348,	1,	'2023-02-27 14:58:58',	'2023-02-27 14:58:58',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:58:58',	'2023-02-27 14:58:58',	'',	26,	'https://www.scriptin.me/fweb/?p=348',	0,	'revision',	'',	0),
(349,	1,	'2023-02-27 14:59:12',	'2023-02-27 14:59:12',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:59:12',	'2023-02-27 14:59:12',	'',	26,	'https://www.scriptin.me/fweb/?p=349',	0,	'revision',	'',	0),
(350,	1,	'2023-02-27 14:59:12',	'2023-02-27 14:59:12',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:59:12',	'2023-02-27 14:59:12',	'',	26,	'https://www.scriptin.me/fweb/?p=350',	0,	'revision',	'',	0),
(351,	1,	'2023-02-27 14:59:12',	'2023-02-27 14:59:12',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:59:12',	'2023-02-27 14:59:12',	'',	26,	'https://www.scriptin.me/fweb/?p=351',	0,	'revision',	'',	0),
(352,	1,	'2023-02-27 14:59:21',	'2023-02-27 14:59:21',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:59:21',	'2023-02-27 14:59:21',	'',	26,	'https://www.scriptin.me/fweb/?p=352',	0,	'revision',	'',	0),
(353,	1,	'2023-02-27 14:59:21',	'2023-02-27 14:59:21',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:59:21',	'2023-02-27 14:59:21',	'',	26,	'https://www.scriptin.me/fweb/?p=353',	0,	'revision',	'',	0),
(354,	1,	'2023-02-27 14:59:22',	'2023-02-27 14:59:22',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:59:22',	'2023-02-27 14:59:22',	'',	26,	'https://www.scriptin.me/fweb/?p=354',	0,	'revision',	'',	0),
(355,	1,	'2023-02-27 14:59:41',	'2023-02-27 14:59:41',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:59:41',	'2023-02-27 14:59:41',	'',	26,	'https://www.scriptin.me/fweb/?p=355',	0,	'revision',	'',	0),
(356,	1,	'2023-02-27 14:59:42',	'2023-02-27 14:59:42',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:59:42',	'2023-02-27 14:59:42',	'',	26,	'https://www.scriptin.me/fweb/?p=356',	0,	'revision',	'',	0),
(357,	1,	'2023-02-27 14:59:42',	'2023-02-27 14:59:42',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:59:42',	'2023-02-27 14:59:42',	'',	26,	'https://www.scriptin.me/fweb/?p=357',	0,	'revision',	'',	0),
(358,	1,	'2023-02-27 14:59:58',	'2023-02-27 14:59:58',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:59:58',	'2023-02-27 14:59:58',	'',	26,	'https://www.scriptin.me/fweb/?p=358',	0,	'revision',	'',	0),
(359,	1,	'2023-02-27 14:59:58',	'2023-02-27 14:59:58',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:59:58',	'2023-02-27 14:59:58',	'',	26,	'https://www.scriptin.me/fweb/?p=359',	0,	'revision',	'',	0),
(360,	1,	'2023-02-27 14:59:58',	'2023-02-27 14:59:58',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 14:59:58',	'2023-02-27 14:59:58',	'',	26,	'https://www.scriptin.me/fweb/?p=360',	0,	'revision',	'',	0),
(362,	1,	'2023-02-27 15:00:17',	'2023-02-27 15:00:17',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 15:00:17',	'2023-02-27 15:00:17',	'',	26,	'https://www.scriptin.me/fweb/?p=362',	0,	'revision',	'',	0),
(363,	1,	'2023-02-27 15:00:18',	'2023-02-27 15:00:18',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 15:00:18',	'2023-02-27 15:00:18',	'',	26,	'https://www.scriptin.me/fweb/?p=363',	0,	'revision',	'',	0),
(364,	1,	'2023-02-27 15:00:18',	'2023-02-27 15:00:18',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 15:00:18',	'2023-02-27 15:00:18',	'',	26,	'https://www.scriptin.me/fweb/?p=364',	0,	'revision',	'',	0),
(365,	1,	'2023-02-27 15:00:50',	'2023-02-27 15:00:50',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 15:00:50',	'2023-02-27 15:00:50',	'',	26,	'https://www.scriptin.me/fweb/?p=365',	0,	'revision',	'',	0),
(366,	1,	'2023-02-27 15:00:50',	'2023-02-27 15:00:50',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 15:00:50',	'2023-02-27 15:00:50',	'',	26,	'https://www.scriptin.me/fweb/?p=366',	0,	'revision',	'',	0),
(367,	1,	'2023-02-27 15:00:50',	'2023-02-27 15:00:50',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 15:00:50',	'2023-02-27 15:00:50',	'',	26,	'https://www.scriptin.me/fweb/?p=367',	0,	'revision',	'',	0),
(369,	1,	'2023-02-27 15:01:53',	'2023-02-27 15:01:53',	'',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:01:53',	'2023-02-27 15:01:53',	'',	42,	'https://www.scriptin.me/fweb/?p=369',	0,	'revision',	'',	0),
(370,	1,	'2023-02-27 15:01:53',	'2023-02-27 15:01:53',	'',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:01:53',	'2023-02-27 15:01:53',	'',	42,	'https://www.scriptin.me/fweb/?p=370',	0,	'revision',	'',	0),
(371,	1,	'2023-02-27 15:01:53',	'2023-02-27 15:01:53',	'',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:01:53',	'2023-02-27 15:01:53',	'',	42,	'https://www.scriptin.me/fweb/?p=371',	0,	'revision',	'',	0),
(372,	1,	'2023-02-27 15:02:25',	'2023-02-27 15:02:25',	'',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:02:25',	'2023-02-27 15:02:25',	'',	42,	'https://www.scriptin.me/fweb/?p=372',	0,	'revision',	'',	0),
(373,	1,	'2023-02-27 15:02:25',	'2023-02-27 15:02:25',	'',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:02:25',	'2023-02-27 15:02:25',	'',	42,	'https://www.scriptin.me/fweb/?p=373',	0,	'revision',	'',	0),
(374,	1,	'2023-02-27 15:02:25',	'2023-02-27 15:02:25',	'',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:02:25',	'2023-02-27 15:02:25',	'',	42,	'https://www.scriptin.me/fweb/?p=374',	0,	'revision',	'',	0),
(375,	1,	'2023-02-27 15:03:16',	'2023-02-27 15:03:16',	'',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:03:16',	'2023-02-27 15:03:16',	'',	42,	'https://www.scriptin.me/fweb/?p=375',	0,	'revision',	'',	0),
(376,	1,	'2023-02-27 15:03:16',	'2023-02-27 15:03:16',	'',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:03:16',	'2023-02-27 15:03:16',	'',	42,	'https://www.scriptin.me/fweb/?p=376',	0,	'revision',	'',	0),
(377,	1,	'2023-02-27 15:03:16',	'2023-02-27 15:03:16',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:03:16',	'2023-02-27 15:03:16',	'',	42,	'https://www.scriptin.me/fweb/?p=377',	0,	'revision',	'',	0),
(378,	1,	'2023-02-27 15:04:50',	'2023-02-27 15:04:50',	'',	'Component 6 – 1',	'',	'inherit',	'closed',	'closed',	'',	'component-6-1',	'',	'',	'2023-02-27 15:04:50',	'2023-02-27 15:04:50',	'',	42,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png',	0,	'attachment',	'image/png',	0),
(379,	1,	'2023-02-27 15:05:01',	'2023-02-27 15:05:01',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:05:01',	'2023-02-27 15:05:01',	'',	42,	'https://www.scriptin.me/fweb/?p=379',	0,	'revision',	'',	0),
(380,	1,	'2023-02-27 15:05:02',	'2023-02-27 15:05:02',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:05:02',	'2023-02-27 15:05:02',	'',	42,	'https://www.scriptin.me/fweb/?p=380',	0,	'revision',	'',	0),
(381,	1,	'2023-02-27 15:05:02',	'2023-02-27 15:05:02',	'<h2>About Us</h2>		\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:05:02',	'2023-02-27 15:05:02',	'',	42,	'https://www.scriptin.me/fweb/?p=381',	0,	'revision',	'',	0),
(382,	1,	'2023-02-27 15:05:11',	'2023-02-27 15:05:11',	'<h2>About Us</h2>		\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:05:11',	'2023-02-27 15:05:11',	'',	42,	'https://www.scriptin.me/fweb/?p=382',	0,	'revision',	'',	0),
(383,	1,	'2023-02-27 15:05:11',	'2023-02-27 15:05:11',	'<h2>About Us</h2>		\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:05:11',	'2023-02-27 15:05:11',	'',	42,	'https://www.scriptin.me/fweb/?p=383',	0,	'revision',	'',	0),
(384,	1,	'2023-02-27 15:05:11',	'2023-02-27 15:05:11',	'<h2>About Us</h2>		\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 15:05:11',	'2023-02-27 15:05:11',	'',	42,	'https://www.scriptin.me/fweb/?p=384',	0,	'revision',	'',	0),
(385,	1,	'2023-02-27 15:11:45',	'2023-02-27 15:11:45',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'LayoutFor Serv',	'',	'publish',	'closed',	'closed',	'',	'layoutfor-serv',	'',	'',	'2023-02-27 15:11:45',	'2023-02-27 15:11:45',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=layoutfor-serv',	0,	'elementor_library',	'',	0),
(386,	1,	'2023-02-27 15:11:45',	'2023-02-27 15:11:45',	'',	'LayoutFor Serv',	'',	'inherit',	'closed',	'closed',	'',	'385-revision-v1',	'',	'',	'2023-02-27 15:11:45',	'2023-02-27 15:11:45',	'',	385,	'https://www.scriptin.me/fweb/?p=386',	0,	'revision',	'',	0),
(387,	1,	'2023-02-27 15:11:45',	'2023-02-27 15:11:45',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'LayoutFor Serv',	'',	'inherit',	'closed',	'closed',	'',	'385-revision-v1',	'',	'',	'2023-02-27 15:11:45',	'2023-02-27 15:11:45',	'',	385,	'https://www.scriptin.me/fweb/?p=387',	0,	'revision',	'',	0),
(388,	1,	'2023-02-27 15:13:13',	'2023-02-27 15:13:13',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Blog Archive',	'',	'publish',	'closed',	'closed',	'',	'elementor-archive-388',	'',	'',	'2023-03-03 19:38:42',	'2023-03-03 19:38:42',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_library&#038;p=388',	0,	'elementor_library',	'',	0),
(389,	1,	'2023-02-27 15:12:01',	'2023-02-27 15:12:01',	'',	'Elementor Archive #388',	'',	'inherit',	'closed',	'closed',	'',	'388-revision-v1',	'',	'',	'2023-02-27 15:12:01',	'2023-02-27 15:12:01',	'',	388,	'https://www.scriptin.me/fweb/?p=389',	0,	'revision',	'',	0),
(390,	1,	'2023-02-27 15:14:39',	'2023-02-27 15:14:39',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #388',	'',	'inherit',	'closed',	'closed',	'',	'388-revision-v1',	'',	'',	'2023-02-27 15:14:39',	'2023-02-27 15:14:39',	'',	388,	'https://www.scriptin.me/fweb/?p=390',	0,	'revision',	'',	0),
(391,	1,	'2023-02-27 15:14:39',	'2023-02-27 15:14:39',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #388',	'',	'inherit',	'closed',	'closed',	'',	'388-revision-v1',	'',	'',	'2023-02-27 15:14:39',	'2023-02-27 15:14:39',	'',	388,	'https://www.scriptin.me/fweb/?p=391',	0,	'revision',	'',	0),
(392,	1,	'2023-02-27 15:19:36',	'2023-02-27 15:19:36',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 15:19:36',	'2023-02-27 15:19:36',	'',	25,	'https://www.scriptin.me/fweb/?p=392',	0,	'revision',	'',	0),
(393,	1,	'2023-02-27 15:19:37',	'2023-02-27 15:19:37',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 15:19:37',	'2023-02-27 15:19:37',	'',	25,	'https://www.scriptin.me/fweb/?p=393',	0,	'revision',	'',	0),
(394,	1,	'2023-02-27 15:19:37',	'2023-02-27 15:19:37',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 15:19:37',	'2023-02-27 15:19:37',	'',	25,	'https://www.scriptin.me/fweb/?p=394',	0,	'revision',	'',	0),
(395,	1,	'2023-02-27 15:20:42',	'2023-02-27 15:20:42',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 15:20:42',	'2023-02-27 15:20:42',	'',	25,	'https://www.scriptin.me/fweb/?p=395',	0,	'revision',	'',	0),
(396,	1,	'2023-02-27 15:20:42',	'2023-02-27 15:20:42',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 15:20:42',	'2023-02-27 15:20:42',	'',	25,	'https://www.scriptin.me/fweb/?p=396',	0,	'revision',	'',	0),
(397,	1,	'2023-02-27 15:20:43',	'2023-02-27 15:20:43',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 15:20:43',	'2023-02-27 15:20:43',	'',	25,	'https://www.scriptin.me/fweb/?p=397',	0,	'revision',	'',	0),
(399,	1,	'2023-02-27 15:35:22',	'2023-02-27 15:35:22',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 15:35:22',	'2023-02-27 15:35:22',	'',	323,	'https://www.scriptin.me/fweb/?p=399',	0,	'revision',	'',	0),
(400,	1,	'2023-02-27 15:37:35',	'2023-02-27 15:37:35',	'<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 15:37:35',	'2023-02-27 15:37:35',	'',	17,	'https://www.scriptin.me/fweb/?p=400',	0,	'revision',	'',	0),
(401,	1,	'2023-02-27 15:38:30',	'2023-02-27 15:38:30',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 15:38:30',	'2023-02-27 15:38:30',	'',	323,	'https://www.scriptin.me/fweb/?p=401',	0,	'revision',	'',	0),
(402,	1,	'2023-02-27 15:40:05',	'2023-02-27 15:40:05',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 15:40:05',	'2023-02-27 15:40:05',	'',	323,	'https://www.scriptin.me/fweb/?p=402',	0,	'revision',	'',	0),
(403,	1,	'2023-02-27 15:40:09',	'2023-02-27 15:40:09',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 15:40:09',	'2023-02-27 15:40:09',	'',	323,	'https://www.scriptin.me/fweb/?p=403',	0,	'revision',	'',	0),
(404,	1,	'2023-02-27 15:41:31',	'2023-02-27 15:41:31',	'<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-02-27 15:41:31',	'2023-02-27 15:41:31',	'',	17,	'https://www.scriptin.me/fweb/?p=404',	0,	'revision',	'',	0),
(405,	1,	'2023-02-27 16:22:47',	'2023-02-27 16:22:47',	'',	'Project Single',	'',	'publish',	'closed',	'closed',	'',	'project-single',	'',	'',	'2023-03-13 19:24:57',	'2023-03-13 19:24:57',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_library&#038;p=405',	0,	'elementor_library',	'',	0),
(406,	1,	'2023-02-27 15:43:01',	'2023-02-27 15:43:01',	'',	'Elementor Single Post #405',	'',	'inherit',	'closed',	'closed',	'',	'405-revision-v1',	'',	'',	'2023-02-27 15:43:01',	'2023-02-27 15:43:01',	'',	405,	'https://www.scriptin.me/fweb/?p=406',	0,	'revision',	'',	0),
(408,	1,	'2023-02-27 15:46:04',	'2023-02-27 15:46:04',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-27 15:46:04',	'2023-02-27 15:46:04',	'',	95,	'https://www.scriptin.me/fweb/?p=408',	0,	'revision',	'',	0),
(409,	1,	'2023-02-27 15:51:42',	'2023-02-27 15:51:42',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-27 15:51:42',	'2023-02-27 15:51:42',	'',	95,	'https://www.scriptin.me/fweb/?p=409',	0,	'revision',	'',	0),
(410,	1,	'2023-02-27 15:52:39',	'2023-02-27 15:52:39',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-27 15:52:39',	'2023-02-27 15:52:39',	'',	95,	'https://www.scriptin.me/fweb/?p=410',	0,	'revision',	'',	0),
(411,	1,	'2023-02-27 15:54:09',	'2023-02-27 15:54:09',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->',	'Highlight',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'publish',	'closed',	'closed',	'',	'highlight',	'',	'',	'2023-02-27 16:03:16',	'2023-02-27 16:03:16',	'',	0,	'https://www.scriptin.me/fweb/?post_type=faction_projects&#038;p=411',	7,	'faction_projects',	'',	0),
(412,	1,	'2023-02-27 15:54:03',	'2023-02-27 15:54:03',	'',	'Highlight 2',	'',	'inherit',	'closed',	'closed',	'',	'highlight-2',	'',	'',	'2023-02-27 15:54:03',	'2023-02-27 15:54:03',	'',	411,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Highlight-2.png',	0,	'attachment',	'image/png',	0),
(413,	1,	'2023-02-27 15:54:09',	'2023-02-27 15:54:09',	'',	'Highlight',	'',	'inherit',	'closed',	'closed',	'',	'411-revision-v1',	'',	'',	'2023-02-27 15:54:09',	'2023-02-27 15:54:09',	'',	411,	'https://www.scriptin.me/fweb/?p=413',	0,	'revision',	'',	0),
(414,	1,	'2023-02-27 15:55:26',	'2023-02-27 15:55:26',	'',	'Projects',	'',	'publish',	'closed',	'closed',	'',	'projects',	'',	'',	'2023-02-27 15:55:26',	'2023-02-27 15:55:26',	'',	0,	'https://www.scriptin.me/fweb/?p=414',	1,	'nav_menu_item',	'',	0),
(415,	1,	'2023-02-27 15:55:26',	'2023-02-27 15:55:26',	'',	'Services',	'',	'publish',	'closed',	'closed',	'',	'services',	'',	'',	'2023-02-27 15:55:26',	'2023-02-27 15:55:26',	'',	0,	'https://www.scriptin.me/fweb/?p=415',	2,	'nav_menu_item',	'',	0),
(416,	1,	'2023-02-27 15:55:26',	'2023-02-27 15:55:26',	'',	'About',	'',	'publish',	'closed',	'closed',	'',	'about',	'',	'',	'2023-02-27 15:55:26',	'2023-02-27 15:55:26',	'',	0,	'https://www.scriptin.me/fweb/?p=416',	3,	'nav_menu_item',	'',	0),
(417,	1,	'2023-02-27 15:55:26',	'2023-02-27 15:55:26',	'',	'The Latest',	'',	'publish',	'closed',	'closed',	'',	'the-latest',	'',	'',	'2023-02-27 15:55:26',	'2023-02-27 15:55:26',	'',	0,	'https://www.scriptin.me/fweb/?p=417',	4,	'nav_menu_item',	'',	0),
(418,	1,	'2023-02-27 15:56:35',	'2023-02-27 15:56:35',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Pack It In Solutions',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'publish',	'closed',	'closed',	'',	'pack-it-in-solutions',	'',	'',	'2023-02-27 15:56:36',	'2023-02-27 15:56:36',	'',	0,	'https://www.scriptin.me/fweb/?post_type=faction_projects&#038;p=418',	8,	'faction_projects',	'',	0),
(419,	1,	'2023-02-27 15:56:12',	'2023-02-27 15:56:12',	'',	'image 1',	'',	'inherit',	'closed',	'closed',	'',	'image-1',	'',	'',	'2023-02-27 15:56:12',	'2023-02-27 15:56:12',	'',	418,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/image-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(420,	1,	'2023-02-27 15:56:35',	'2023-02-27 15:56:35',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Pack It In Solutions',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'418-revision-v1',	'',	'',	'2023-02-27 15:56:35',	'2023-02-27 15:56:35',	'',	418,	'https://www.scriptin.me/fweb/?p=420',	0,	'revision',	'',	0),
(422,	1,	'2023-02-27 16:00:03',	'2023-02-27 16:00:03',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Afterdam',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',	'inherit',	'closed',	'closed',	'',	'44-revision-v1',	'',	'',	'2023-02-27 16:00:03',	'2023-02-27 16:00:03',	'',	44,	'https://www.scriptin.me/fweb/?p=422',	0,	'revision',	'',	0),
(423,	1,	'2023-02-27 16:00:41',	'2023-02-27 16:00:41',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Rebranding AfterJam Snowsports',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',	'inherit',	'closed',	'closed',	'',	'44-revision-v1',	'',	'',	'2023-02-27 16:00:41',	'2023-02-27 16:00:41',	'',	44,	'https://www.scriptin.me/fweb/?p=423',	0,	'revision',	'',	0),
(425,	1,	'2023-02-27 16:01:09',	'2023-02-27 16:01:09',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Carnival Rum',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'inherit',	'closed',	'closed',	'',	'45-revision-v1',	'',	'',	'2023-02-27 16:01:09',	'2023-02-27 16:01:09',	'',	45,	'https://www.scriptin.me/fweb/?p=425',	0,	'revision',	'',	0),
(426,	1,	'2023-02-27 16:01:23',	'2023-02-27 16:01:23',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->',	'The Orlando Group',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'inherit',	'closed',	'closed',	'',	'46-revision-v1',	'',	'',	'2023-02-27 16:01:23',	'2023-02-27 16:01:23',	'',	46,	'https://www.scriptin.me/fweb/?p=426',	0,	'revision',	'',	0),
(427,	1,	'2023-02-27 16:01:49',	'2023-02-27 16:01:49',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->',	'Re Live',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'inherit',	'closed',	'closed',	'',	'47-revision-v1',	'',	'',	'2023-02-27 16:01:49',	'2023-02-27 16:01:49',	'',	47,	'https://www.scriptin.me/fweb/?p=427',	0,	'revision',	'',	0),
(428,	1,	'2023-02-27 16:02:02',	'2023-02-27 16:02:02',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->',	'Vegan Noms',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'inherit',	'closed',	'closed',	'',	'48-revision-v1',	'',	'',	'2023-02-27 16:02:02',	'2023-02-27 16:02:02',	'',	48,	'https://www.scriptin.me/fweb/?p=428',	0,	'revision',	'',	0),
(429,	1,	'2023-02-27 16:02:43',	'2023-02-27 16:02:43',	'',	'test cultured noise',	'',	'inherit',	'closed',	'closed',	'',	'test-cultured-noise',	'',	'',	'2023-02-27 16:02:43',	'2023-02-27 16:02:43',	'',	49,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/test-cultured-noise.jpg',	0,	'attachment',	'image/jpeg',	0),
(430,	1,	'2023-02-27 16:02:49',	'2023-02-27 16:02:49',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->',	'Cultured Noise',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'inherit',	'closed',	'closed',	'',	'49-revision-v1',	'',	'',	'2023-02-27 16:02:49',	'2023-02-27 16:02:49',	'',	49,	'https://www.scriptin.me/fweb/?p=430',	0,	'revision',	'',	0),
(431,	1,	'2023-02-27 16:03:15',	'2023-02-27 16:03:15',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->',	'Highlight',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'inherit',	'closed',	'closed',	'',	'411-revision-v1',	'',	'',	'2023-02-27 16:03:15',	'2023-02-27 16:03:15',	'',	411,	'https://www.scriptin.me/fweb/?p=431',	0,	'revision',	'',	0),
(432,	1,	'2023-02-27 16:05:40',	'2023-02-27 16:05:40',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-02-27 16:05:40',	'2023-02-27 16:05:40',	'',	267,	'https://www.scriptin.me/fweb/?p=432',	0,	'revision',	'',	0),
(433,	1,	'2023-02-27 16:05:48',	'2023-02-27 16:05:48',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-02-27 16:05:48',	'2023-02-27 16:05:48',	'',	267,	'https://www.scriptin.me/fweb/?p=433',	0,	'revision',	'',	0),
(434,	1,	'2023-02-27 16:07:01',	'2023-02-27 16:07:01',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-02-27 16:07:01',	'2023-02-27 16:07:01',	'',	267,	'https://www.scriptin.me/fweb/?p=434',	0,	'revision',	'',	0),
(435,	1,	'2023-02-27 16:07:07',	'2023-02-27 16:07:07',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-02-27 16:07:07',	'2023-02-27 16:07:07',	'',	267,	'https://www.scriptin.me/fweb/?p=435',	0,	'revision',	'',	0),
(436,	1,	'2023-02-27 16:07:17',	'2023-02-27 16:07:17',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-02-27 16:07:17',	'2023-02-27 16:07:17',	'',	267,	'https://www.scriptin.me/fweb/?p=436',	0,	'revision',	'',	0),
(437,	1,	'2023-02-27 16:08:14',	'2023-02-27 16:08:14',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-02-27 16:08:14',	'2023-02-27 16:08:14',	'',	267,	'https://www.scriptin.me/fweb/?p=437',	0,	'revision',	'',	0),
(438,	1,	'2023-02-27 16:10:19',	'2023-02-27 16:10:19',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Moonlight Jive',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'publish',	'closed',	'closed',	'',	'moonlight-jive',	'',	'',	'2023-02-27 17:06:16',	'2023-02-27 17:06:16',	'',	0,	'https://www.scriptin.me/fweb/?post_type=faction_projects&#038;p=438',	2,	'faction_projects',	'',	0),
(439,	1,	'2023-02-27 16:10:01',	'2023-02-27 16:10:01',	'',	'1V6A8090',	'',	'inherit',	'closed',	'closed',	'',	'1v6a8090',	'',	'',	'2023-02-27 16:10:01',	'2023-02-27 16:10:01',	'',	438,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/1V6A8090.jpg',	0,	'attachment',	'image/jpeg',	0),
(440,	1,	'2023-02-27 16:10:19',	'2023-02-27 16:10:19',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Moonlight Jive',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'inherit',	'closed',	'closed',	'',	'438-revision-v1',	'',	'',	'2023-02-27 16:10:19',	'2023-02-27 16:10:19',	'',	438,	'https://www.scriptin.me/fweb/?p=440',	0,	'revision',	'',	0),
(441,	1,	'2023-02-27 16:11:05',	'2023-02-27 16:11:05',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"595\" height=\"322\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2.jpg\" alt=\"Main blue x2\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2.jpg 595w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2-300x162.jpg 300w\" sizes=\"(max-width: 595px) 100vw, 595px\" />															\n		<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'What the F? Rebranding Vanta Studio',	'',	'inherit',	'closed',	'closed',	'',	'1-revision-v1',	'',	'',	'2023-02-27 16:11:05',	'2023-02-27 16:11:05',	'',	1,	'https://www.scriptin.me/fweb/?p=441',	0,	'revision',	'',	0),
(442,	1,	'2023-02-27 16:12:33',	'2023-02-27 16:12:33',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Typography Trends of…',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'publish',	'closed',	'closed',	'',	'typography-trends-of',	'',	'',	'2023-02-27 16:12:33',	'2023-02-27 16:12:33',	'',	0,	'https://www.scriptin.me/fweb/?p=442',	0,	'post',	'',	0),
(443,	1,	'2023-02-27 16:12:33',	'2023-02-27 16:12:33',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Typography Trends of…',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'inherit',	'closed',	'closed',	'',	'442-revision-v1',	'',	'',	'2023-02-27 16:12:33',	'2023-02-27 16:12:33',	'',	442,	'https://www.scriptin.me/fweb/?p=443',	0,	'revision',	'',	0),
(444,	1,	'2023-02-27 16:13:09',	'2023-02-27 16:13:09',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut<br>labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris<br>nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'New Work: AfterJam',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.',	'publish',	'closed',	'closed',	'',	'new-work-afterjam',	'',	'',	'2023-02-27 16:13:10',	'2023-02-27 16:13:10',	'',	0,	'https://www.scriptin.me/fweb/?p=444',	0,	'post',	'',	0),
(445,	1,	'2023-02-27 16:13:09',	'2023-02-27 16:13:09',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut<br>labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris<br>nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'New Work: AfterJam',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'444-revision-v1',	'',	'',	'2023-02-27 16:13:09',	'2023-02-27 16:13:09',	'',	444,	'https://www.scriptin.me/fweb/?p=445',	0,	'revision',	'',	0),
(447,	1,	'2023-02-27 16:15:48',	'2023-02-27 16:15:48',	'',	'Blog',	'',	'inherit',	'closed',	'closed',	'',	'blog-3',	'',	'',	'2023-02-27 16:15:48',	'2023-02-27 16:15:48',	'',	1,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Blog-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(448,	1,	'2023-02-27 16:16:02',	'2023-02-27 16:16:02',	'<!-- wp:paragraph -->\n<p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></p>\n<!-- /wp:paragraph -->\n\n<style>/*! elementor - v3.11.2 - 22-02-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\n<p>												<img width=\"595\" height=\"322\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2.jpg\" alt=\"Main blue x2\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2.jpg 595w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2-300x162.jpg 300w\" sizes=\"(max-width: 595px) 100vw, 595px\"></p>\n\n<!-- wp:paragraph -->\n<p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></p>\n<!-- /wp:paragraph -->',	'What the F? Rebranding Vanta Studio',	' Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',	'inherit',	'closed',	'closed',	'',	'1-revision-v1',	'',	'',	'2023-02-27 16:16:02',	'2023-02-27 16:16:02',	'',	1,	'https://www.scriptin.me/fweb/?p=448',	0,	'revision',	'',	0),
(449,	1,	'2023-02-27 16:17:26',	'2023-02-27 16:17:26',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-02-27 16:17:26',	'2023-02-27 16:17:26',	'',	267,	'https://www.scriptin.me/fweb/?p=449',	0,	'revision',	'',	0),
(451,	1,	'2023-02-27 16:19:47',	'2023-02-27 16:19:47',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:19:47',	'2023-02-27 16:19:47',	'',	323,	'https://www.scriptin.me/fweb/?p=451',	0,	'revision',	'',	0),
(452,	1,	'2023-02-27 16:20:54',	'2023-02-27 16:20:54',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:20:54',	'2023-02-27 16:20:54',	'',	323,	'https://www.scriptin.me/fweb/?p=452',	0,	'revision',	'',	0),
(453,	1,	'2023-02-27 16:22:27',	'2023-02-27 16:22:27',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:22:27',	'2023-02-27 16:22:27',	'',	323,	'https://www.scriptin.me/fweb/?p=453',	0,	'revision',	'',	0),
(454,	1,	'2023-02-27 16:22:55',	'2023-02-27 16:22:55',	'',	'Project Single',	'',	'inherit',	'closed',	'closed',	'',	'405-revision-v1',	'',	'',	'2023-02-27 16:22:55',	'2023-02-27 16:22:55',	'',	405,	'https://www.scriptin.me/fweb/?p=454',	0,	'revision',	'',	0),
(456,	1,	'2023-02-27 16:23:20',	'2023-02-27 16:23:20',	'',	'Single Service',	'',	'publish',	'closed',	'closed',	'',	'single-service',	'',	'',	'2023-02-27 16:23:36',	'2023-02-27 16:23:36',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_library&#038;p=456',	0,	'elementor_library',	'',	0),
(457,	1,	'2023-02-27 16:23:12',	'2023-02-27 16:23:12',	'',	'Elementor Single Post #456',	'',	'inherit',	'closed',	'closed',	'',	'456-revision-v1',	'',	'',	'2023-02-27 16:23:12',	'2023-02-27 16:23:12',	'',	456,	'https://www.scriptin.me/fweb/?p=457',	0,	'revision',	'',	0),
(458,	1,	'2023-02-27 16:23:35',	'2023-02-27 16:23:35',	'',	'Elementor Single Post #456',	'',	'inherit',	'closed',	'closed',	'',	'456-revision-v1',	'',	'',	'2023-02-27 16:23:35',	'2023-02-27 16:23:35',	'',	456,	'https://www.scriptin.me/fweb/?p=458',	0,	'revision',	'',	0),
(459,	1,	'2023-02-27 16:23:36',	'2023-02-27 16:23:36',	'',	'Single Service',	'',	'inherit',	'closed',	'closed',	'',	'456-revision-v1',	'',	'',	'2023-02-27 16:23:36',	'2023-02-27 16:23:36',	'',	456,	'https://www.scriptin.me/fweb/?p=459',	0,	'revision',	'',	0),
(460,	1,	'2023-02-27 16:23:36',	'2023-02-27 16:23:36',	'',	'Single Service',	'',	'inherit',	'closed',	'closed',	'',	'456-revision-v1',	'',	'',	'2023-02-27 16:23:36',	'2023-02-27 16:23:36',	'',	456,	'https://www.scriptin.me/fweb/?p=460',	0,	'revision',	'',	0),
(461,	1,	'2023-02-27 16:25:28',	'2023-02-27 16:25:28',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:25:28',	'2023-02-27 16:25:28',	'',	323,	'https://www.scriptin.me/fweb/?p=461',	0,	'revision',	'',	0),
(462,	1,	'2023-02-27 16:26:48',	'2023-02-27 16:26:48',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:26:48',	'2023-02-27 16:26:48',	'',	323,	'https://www.scriptin.me/fweb/?p=462',	0,	'revision',	'',	0),
(464,	1,	'2023-02-27 16:30:04',	'2023-02-27 16:30:04',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:30:04',	'2023-02-27 16:30:04',	'',	323,	'https://www.scriptin.me/fweb/?p=464',	0,	'revision',	'',	0),
(465,	1,	'2023-02-27 16:31:33',	'2023-02-27 16:31:33',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:31:33',	'2023-02-27 16:31:33',	'',	323,	'https://www.scriptin.me/fweb/?p=465',	0,	'revision',	'',	0),
(466,	1,	'2023-02-27 16:32:00',	'2023-02-27 16:32:00',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:32:00',	'2023-02-27 16:32:00',	'',	323,	'https://www.scriptin.me/fweb/?p=466',	0,	'revision',	'',	0),
(467,	1,	'2023-02-27 16:32:07',	'2023-02-27 16:32:07',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:32:07',	'2023-02-27 16:32:07',	'',	323,	'https://www.scriptin.me/fweb/?p=467',	0,	'revision',	'',	0),
(468,	1,	'2023-02-27 16:32:21',	'2023-02-27 16:32:21',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:32:21',	'2023-02-27 16:32:21',	'',	323,	'https://www.scriptin.me/fweb/?p=468',	0,	'revision',	'',	0),
(469,	1,	'2023-02-27 16:33:10',	'2023-02-27 16:33:10',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:33:10',	'2023-02-27 16:33:10',	'',	323,	'https://www.scriptin.me/fweb/?p=469',	0,	'revision',	'',	0),
(470,	1,	'2023-02-27 16:34:39',	'2023-02-27 16:34:39',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:34:39',	'2023-02-27 16:34:39',	'',	323,	'https://www.scriptin.me/fweb/?p=470',	0,	'revision',	'',	0),
(471,	1,	'2023-02-27 16:35:27',	'2023-02-27 16:35:27',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-02-27 16:35:27',	'2023-02-27 16:35:27',	'',	323,	'https://www.scriptin.me/fweb/?p=471',	0,	'revision',	'',	0),
(472,	1,	'2023-02-27 16:36:13',	'2023-02-27 16:36:13',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-27 16:36:13',	'2023-02-27 16:36:13',	'',	224,	'https://www.scriptin.me/fweb/?p=472',	0,	'revision',	'',	0),
(473,	1,	'2023-02-27 16:36:29',	'2023-02-27 16:36:29',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-27 16:36:29',	'2023-02-27 16:36:29',	'',	224,	'https://www.scriptin.me/fweb/?p=473',	0,	'revision',	'',	0),
(474,	1,	'2023-02-27 16:37:19',	'2023-02-27 16:37:19',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-27 16:37:19',	'2023-02-27 16:37:19',	'',	224,	'https://www.scriptin.me/fweb/?p=474',	0,	'revision',	'',	0),
(475,	1,	'2023-02-27 16:39:37',	'2023-02-27 16:39:37',	'a:14:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"faction_projects\";}}}s:8:\"position\";s:15:\"acf_after_title\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;s:18:\"acfe_display_title\";s:0:\"\";s:13:\"acfe_autosync\";a:1:{i:0;s:4:\"json\";}s:16:\"acfe_permissions\";s:0:\"\";s:9:\"acfe_form\";i:1;s:9:\"acfe_meta\";s:0:\"\";s:9:\"acfe_note\";s:0:\"\";}',	'Project Fields',	'project-fields',	'publish',	'closed',	'closed',	'',	'group_63fcdc69ab459',	'',	'',	'2023-03-13 19:22:50',	'2023-03-13 19:22:50',	'',	0,	'https://www.scriptin.me/fweb/?post_type=acf-field-group&#038;p=475',	0,	'acf-field-group',	'',	0),
(476,	1,	'2023-02-27 16:39:37',	'2023-02-27 16:39:37',	'a:18:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"uploader\";s:0:\"\";s:13:\"return_format\";s:5:\"array\";s:14:\"acfe_thumbnail\";i:1;s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";}',	'Project Featured Image',	'Project Featured Image',	'publish',	'closed',	'closed',	'',	'field_63fcdc9cddf31',	'',	'',	'2023-02-27 16:39:37',	'2023-02-27 16:39:37',	'',	475,	'https://www.scriptin.me/fweb/?post_type=acf-field&p=476',	0,	'acf-field',	'',	0),
(477,	1,	'2023-02-27 16:39:37',	'2023-02-27 16:39:37',	'a:18:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"uploader\";s:0:\"\";s:13:\"return_format\";s:5:\"array\";s:14:\"acfe_thumbnail\";i:0;s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";}',	'Project Homepage Grid Image',	'project_homepage_grid_image',	'publish',	'closed',	'closed',	'',	'field_63fcdc69ddf2f',	'',	'',	'2023-02-27 16:39:37',	'2023-02-27 16:39:37',	'',	475,	'https://www.scriptin.me/fweb/?post_type=acf-field&p=477',	1,	'acf-field',	'',	0),
(479,	1,	'2023-02-27 16:40:39',	'2023-02-27 16:40:39',	'',	'CARNIVALRUM_PRODUCTSHOOT_FINALS-21',	'',	'inherit',	'closed',	'closed',	'',	'carnivalrum_productshoot_finals-21-2',	'',	'',	'2023-02-27 16:40:39',	'2023-02-27 16:40:39',	'',	45,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/CARNIVALRUM_PRODUCTSHOOT_FINALS-21-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(480,	1,	'2023-02-27 16:40:59',	'2023-02-27 16:40:59',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Carnival Rum',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'inherit',	'closed',	'closed',	'',	'45-revision-v1',	'',	'',	'2023-02-27 16:40:59',	'2023-02-27 16:40:59',	'',	45,	'https://www.scriptin.me/fweb/?p=480',	0,	'revision',	'',	0),
(481,	1,	'2023-02-27 16:42:52',	'2023-02-27 16:42:52',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-27 16:42:52',	'2023-02-27 16:42:52',	'',	224,	'https://www.scriptin.me/fweb/?p=481',	0,	'revision',	'',	0),
(482,	1,	'2023-02-27 16:42:54',	'2023-02-27 16:42:54',	'',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-27 16:42:54',	'2023-02-27 16:42:54',	'',	224,	'https://www.scriptin.me/fweb/?p=482',	0,	'revision',	'',	0),
(483,	1,	'2023-02-27 17:05:16',	'2023-02-27 17:05:16',	'<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css\">		\n					<a>\n						Read More					</a>',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-27 17:05:16',	'2023-02-27 17:05:16',	'',	224,	'https://www.scriptin.me/fweb/?p=483',	0,	'revision',	'',	0),
(484,	1,	'2023-02-27 17:06:03',	'2023-02-27 17:06:03',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Rebranding AfterJam Snowsports',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',	'inherit',	'closed',	'closed',	'',	'44-revision-v1',	'',	'',	'2023-02-27 17:06:03',	'2023-02-27 17:06:03',	'',	44,	'https://www.scriptin.me/fweb/?p=484',	0,	'revision',	'',	0),
(485,	1,	'2023-02-27 17:06:16',	'2023-02-27 17:06:16',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Moonlight Jive',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'inherit',	'closed',	'closed',	'',	'438-revision-v1',	'',	'',	'2023-02-27 17:06:16',	'2023-02-27 17:06:16',	'',	438,	'https://www.scriptin.me/fweb/?p=485',	0,	'revision',	'',	0),
(486,	1,	'2023-02-27 17:06:25',	'2023-02-27 17:06:25',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->',	'The Orlando Group',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',	'inherit',	'closed',	'closed',	'',	'46-revision-v1',	'',	'',	'2023-02-27 17:06:25',	'2023-02-27 17:06:25',	'',	46,	'https://www.scriptin.me/fweb/?p=486',	0,	'revision',	'',	0),
(487,	1,	'2023-02-27 17:10:39',	'2023-02-27 17:10:39',	'<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css\">',	'Elementor Loop Item #487',	'',	'publish',	'closed',	'closed',	'',	'elementor-loop-item-3',	'',	'',	'2023-02-27 17:15:18',	'2023-02-27 17:15:18',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=elementor-loop-item-3',	0,	'elementor_library',	'',	0),
(488,	1,	'2023-02-27 17:10:39',	'2023-02-27 17:10:39',	'',	'Elementor Loop Item #487',	'',	'inherit',	'closed',	'closed',	'',	'487-revision-v1',	'',	'',	'2023-02-27 17:10:39',	'2023-02-27 17:10:39',	'',	487,	'https://www.scriptin.me/fweb/?p=488',	0,	'revision',	'',	0),
(489,	1,	'2023-02-27 17:10:40',	'2023-02-27 17:10:40',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-02-27 17:10:40',	'2023-02-27 17:10:40',	'',	267,	'https://www.scriptin.me/fweb/?p=489',	0,	'revision',	'',	0),
(490,	1,	'2023-02-27 17:11:57',	'2023-02-27 17:11:57',	'',	'Elementor Loop Item #487',	'',	'inherit',	'closed',	'closed',	'',	'487-revision-v1',	'',	'',	'2023-02-27 17:11:57',	'2023-02-27 17:11:57',	'',	487,	'https://www.scriptin.me/fweb/?p=490',	0,	'revision',	'',	0),
(491,	1,	'2023-02-27 17:11:57',	'2023-02-27 17:11:57',	'',	'Elementor Loop Item #487',	'',	'inherit',	'closed',	'closed',	'',	'487-revision-v1',	'',	'',	'2023-02-27 17:11:57',	'2023-02-27 17:11:57',	'',	487,	'https://www.scriptin.me/fweb/?p=491',	0,	'revision',	'',	0),
(492,	1,	'2023-02-27 17:13:28',	'2023-02-27 17:13:28',	'',	'Elementor Loop Item #487',	'',	'inherit',	'closed',	'closed',	'',	'487-revision-v1',	'',	'',	'2023-02-27 17:13:28',	'2023-02-27 17:13:28',	'',	487,	'https://www.scriptin.me/fweb/?p=492',	0,	'revision',	'',	0),
(493,	1,	'2023-02-27 17:15:18',	'2023-02-27 17:15:18',	'<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css\">',	'Elementor Loop Item #487',	'',	'inherit',	'closed',	'closed',	'',	'487-revision-v1',	'',	'',	'2023-02-27 17:15:18',	'2023-02-27 17:15:18',	'',	487,	'https://www.scriptin.me/fweb/?p=493',	0,	'revision',	'',	0),
(494,	1,	'2023-02-27 17:15:47',	'2023-02-27 17:15:47',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-02-27 17:15:47',	'2023-02-27 17:15:47',	'',	267,	'https://www.scriptin.me/fweb/?p=494',	0,	'revision',	'',	0),
(495,	1,	'2023-02-27 17:17:01',	'2023-02-27 17:17:01',	'',	'Elementor Loop Item #495',	'',	'publish',	'closed',	'closed',	'',	'elementor-loop-item-4',	'',	'',	'2023-03-03 19:42:48',	'2023-03-03 19:42:48',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=elementor-loop-item-4',	0,	'elementor_library',	'',	0),
(496,	1,	'2023-02-27 17:17:01',	'2023-02-27 17:17:01',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-02-27 17:17:01',	'2023-02-27 17:17:01',	'',	495,	'https://www.scriptin.me/fweb/?p=496',	0,	'revision',	'',	0),
(497,	1,	'2023-02-27 17:17:02',	'2023-02-27 17:17:02',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:17:02',	'2023-02-27 17:17:02',	'',	25,	'https://www.scriptin.me/fweb/?p=497',	0,	'revision',	'',	0),
(498,	1,	'2023-02-27 17:17:02',	'2023-02-27 17:17:02',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:17:02',	'2023-02-27 17:17:02',	'',	25,	'https://www.scriptin.me/fweb/?p=498',	0,	'revision',	'',	0),
(499,	1,	'2023-02-27 17:17:03',	'2023-02-27 17:17:03',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:17:03',	'2023-02-27 17:17:03',	'',	25,	'https://www.scriptin.me/fweb/?p=499',	0,	'revision',	'',	0),
(500,	1,	'2023-02-27 17:25:17',	'2023-02-27 17:25:17',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-02-27 17:25:17',	'2023-02-27 17:25:17',	'',	495,	'https://www.scriptin.me/fweb/?p=500',	0,	'revision',	'',	0),
(501,	1,	'2023-02-27 17:25:17',	'2023-02-27 17:25:17',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-02-27 17:25:17',	'2023-02-27 17:25:17',	'',	495,	'https://www.scriptin.me/fweb/?p=501',	0,	'revision',	'',	0),
(502,	1,	'2023-02-27 17:25:55',	'2023-02-27 17:25:55',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:25:55',	'2023-02-27 17:25:55',	'',	25,	'https://www.scriptin.me/fweb/?p=502',	0,	'revision',	'',	0),
(503,	1,	'2023-02-27 17:25:56',	'2023-02-27 17:25:56',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:25:56',	'2023-02-27 17:25:56',	'',	25,	'https://www.scriptin.me/fweb/?p=503',	0,	'revision',	'',	0),
(504,	1,	'2023-02-27 17:25:56',	'2023-02-27 17:25:56',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:25:56',	'2023-02-27 17:25:56',	'',	25,	'https://www.scriptin.me/fweb/?p=504',	0,	'revision',	'',	0),
(505,	1,	'2023-02-27 17:26:18',	'2023-02-27 17:26:18',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:26:18',	'2023-02-27 17:26:18',	'',	25,	'https://www.scriptin.me/fweb/?p=505',	0,	'revision',	'',	0),
(506,	1,	'2023-02-27 17:26:19',	'2023-02-27 17:26:19',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:26:19',	'2023-02-27 17:26:19',	'',	25,	'https://www.scriptin.me/fweb/?p=506',	0,	'revision',	'',	0),
(507,	1,	'2023-02-27 17:26:19',	'2023-02-27 17:26:19',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:26:19',	'2023-02-27 17:26:19',	'',	25,	'https://www.scriptin.me/fweb/?p=507',	0,	'revision',	'',	0),
(508,	1,	'2023-02-27 17:29:05',	'2023-02-27 17:29:05',	'',	'03',	'',	'inherit',	'closed',	'closed',	'',	'03',	'',	'',	'2023-02-27 17:29:05',	'2023-02-27 17:29:05',	'',	25,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/03.svg',	0,	'attachment',	'image/svg+xml',	0),
(509,	1,	'2023-02-27 17:29:05',	'2023-02-27 17:29:05',	'',	'02',	'',	'inherit',	'closed',	'closed',	'',	'02',	'',	'',	'2023-02-27 17:29:05',	'2023-02-27 17:29:05',	'',	25,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/02.svg',	0,	'attachment',	'image/svg+xml',	0),
(510,	1,	'2023-02-27 17:29:06',	'2023-02-27 17:29:06',	'',	'01',	'',	'inherit',	'closed',	'closed',	'',	'01',	'',	'',	'2023-02-27 17:29:06',	'2023-02-27 17:29:06',	'',	25,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/01.svg',	0,	'attachment',	'image/svg+xml',	0),
(512,	1,	'2023-02-27 17:38:51',	'2023-02-27 17:38:51',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:38:51',	'2023-02-27 17:38:51',	'',	25,	'https://www.scriptin.me/fweb/?p=512',	0,	'revision',	'',	0),
(513,	1,	'2023-02-27 17:38:51',	'2023-02-27 17:38:51',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:38:51',	'2023-02-27 17:38:51',	'',	25,	'https://www.scriptin.me/fweb/?p=513',	0,	'revision',	'',	0),
(514,	1,	'2023-02-27 17:38:52',	'2023-02-27 17:38:52',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:38:52',	'2023-02-27 17:38:52',	'',	25,	'https://www.scriptin.me/fweb/?p=514',	0,	'revision',	'',	0),
(515,	1,	'2023-02-27 17:39:27',	'2023-02-27 17:39:27',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:39:27',	'2023-02-27 17:39:27',	'',	25,	'https://www.scriptin.me/fweb/?p=515',	0,	'revision',	'',	0),
(516,	1,	'2023-02-27 17:39:27',	'2023-02-27 17:39:27',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:39:27',	'2023-02-27 17:39:27',	'',	25,	'https://www.scriptin.me/fweb/?p=516',	0,	'revision',	'',	0),
(517,	1,	'2023-02-27 17:39:28',	'2023-02-27 17:39:28',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:39:28',	'2023-02-27 17:39:28',	'',	25,	'https://www.scriptin.me/fweb/?p=517',	0,	'revision',	'',	0),
(518,	1,	'2023-02-27 17:39:52',	'2023-02-27 17:39:52',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:39:52',	'2023-02-27 17:39:52',	'',	25,	'https://www.scriptin.me/fweb/?p=518',	0,	'revision',	'',	0),
(519,	1,	'2023-02-27 17:39:53',	'2023-02-27 17:39:53',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"#\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:39:53',	'2023-02-27 17:39:53',	'',	25,	'https://www.scriptin.me/fweb/?p=519',	0,	'revision',	'',	0),
(520,	1,	'2023-02-27 17:39:53',	'2023-02-27 17:39:53',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:39:53',	'2023-02-27 17:39:53',	'',	25,	'https://www.scriptin.me/fweb/?p=520',	0,	'revision',	'',	0),
(521,	1,	'2023-02-27 17:40:07',	'2023-02-27 17:40:07',	'<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css\">		\n					<a>\n						Read More					</a>',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-02-27 17:40:07',	'2023-02-27 17:40:07',	'',	224,	'https://www.scriptin.me/fweb/?p=521',	0,	'revision',	'',	0),
(522,	1,	'2023-02-27 17:41:04',	'2023-02-27 17:41:04',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:41:04',	'2023-02-27 17:41:04',	'',	25,	'https://www.scriptin.me/fweb/?p=522',	0,	'revision',	'',	0),
(523,	1,	'2023-02-27 17:41:05',	'2023-02-27 17:41:05',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:41:05',	'2023-02-27 17:41:05',	'',	25,	'https://www.scriptin.me/fweb/?p=523',	0,	'revision',	'',	0),
(524,	1,	'2023-02-27 17:41:05',	'2023-02-27 17:41:05',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:41:05',	'2023-02-27 17:41:05',	'',	25,	'https://www.scriptin.me/fweb/?p=524',	0,	'revision',	'',	0),
(525,	1,	'2023-02-27 17:41:25',	'2023-02-27 17:41:25',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-02-27 17:41:25',	'2023-02-27 17:41:25',	'',	495,	'https://www.scriptin.me/fweb/?p=525',	0,	'revision',	'',	0),
(526,	1,	'2023-02-27 17:42:16',	'2023-02-27 17:42:16',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-02-27 17:42:16',	'2023-02-27 17:42:16',	'',	495,	'https://www.scriptin.me/fweb/?p=526',	0,	'revision',	'',	0),
(527,	1,	'2023-02-27 17:42:32',	'2023-02-27 17:42:32',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:42:32',	'2023-02-27 17:42:32',	'',	25,	'https://www.scriptin.me/fweb/?p=527',	0,	'revision',	'',	0),
(528,	1,	'2023-02-27 17:42:33',	'2023-02-27 17:42:33',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:42:33',	'2023-02-27 17:42:33',	'',	25,	'https://www.scriptin.me/fweb/?p=528',	0,	'revision',	'',	0),
(529,	1,	'2023-02-27 17:42:33',	'2023-02-27 17:42:33',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:42:33',	'2023-02-27 17:42:33',	'',	25,	'https://www.scriptin.me/fweb/?p=529',	0,	'revision',	'',	0),
(530,	1,	'2023-02-27 17:43:08',	'2023-02-27 17:43:08',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-02-27 17:43:08',	'2023-02-27 17:43:08',	'',	495,	'https://www.scriptin.me/fweb/?p=530',	0,	'revision',	'',	0),
(531,	1,	'2023-02-27 17:43:44',	'2023-02-27 17:43:44',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-02-27 17:43:44',	'2023-02-27 17:43:44',	'',	495,	'https://www.scriptin.me/fweb/?p=531',	0,	'revision',	'',	0),
(532,	1,	'2023-02-27 17:44:07',	'2023-02-27 17:44:07',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-02-27 17:44:07',	'2023-02-27 17:44:07',	'',	495,	'https://www.scriptin.me/fweb/?p=532',	0,	'revision',	'',	0),
(533,	1,	'2023-02-27 17:45:44',	'2023-02-27 17:45:44',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:45:44',	'2023-02-27 17:45:44',	'',	25,	'https://www.scriptin.me/fweb/?p=533',	0,	'revision',	'',	0),
(534,	1,	'2023-02-27 17:45:45',	'2023-02-27 17:45:45',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:45:45',	'2023-02-27 17:45:45',	'',	25,	'https://www.scriptin.me/fweb/?p=534',	0,	'revision',	'',	0),
(535,	1,	'2023-02-27 17:45:45',	'2023-02-27 17:45:45',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:45:45',	'2023-02-27 17:45:45',	'',	25,	'https://www.scriptin.me/fweb/?p=535',	0,	'revision',	'',	0),
(536,	1,	'2023-02-27 17:46:11',	'2023-02-27 17:46:11',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-02-27 17:46:11',	'2023-02-27 17:46:11',	'',	495,	'https://www.scriptin.me/fweb/?p=536',	0,	'revision',	'',	0),
(537,	1,	'2023-02-27 17:46:30',	'2023-02-27 17:46:30',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:46:30',	'2023-02-27 17:46:30',	'',	25,	'https://www.scriptin.me/fweb/?p=537',	0,	'revision',	'',	0),
(538,	1,	'2023-02-27 17:46:30',	'2023-02-27 17:46:30',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:46:30',	'2023-02-27 17:46:30',	'',	25,	'https://www.scriptin.me/fweb/?p=538',	0,	'revision',	'',	0),
(539,	1,	'2023-02-27 17:46:31',	'2023-02-27 17:46:31',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:46:31',	'2023-02-27 17:46:31',	'',	25,	'https://www.scriptin.me/fweb/?p=539',	0,	'revision',	'',	0),
(540,	1,	'2023-02-27 17:46:53',	'2023-02-27 17:46:53',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-02-27 17:46:53',	'2023-02-27 17:46:53',	'',	495,	'https://www.scriptin.me/fweb/?p=540',	0,	'revision',	'',	0),
(541,	1,	'2023-02-27 17:47:26',	'2023-02-27 17:47:26',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:47:26',	'2023-02-27 17:47:26',	'',	25,	'https://www.scriptin.me/fweb/?p=541',	0,	'revision',	'',	0),
(542,	1,	'2023-02-27 17:47:27',	'2023-02-27 17:47:27',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:47:27',	'2023-02-27 17:47:27',	'',	25,	'https://www.scriptin.me/fweb/?p=542',	0,	'revision',	'',	0),
(543,	1,	'2023-02-27 17:47:27',	'2023-02-27 17:47:27',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:47:27',	'2023-02-27 17:47:27',	'',	25,	'https://www.scriptin.me/fweb/?p=543',	0,	'revision',	'',	0),
(544,	1,	'2023-02-27 17:47:56',	'2023-02-27 17:47:56',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-02-27 17:47:56',	'2023-02-27 17:47:56',	'',	495,	'https://www.scriptin.me/fweb/?p=544',	0,	'revision',	'',	0),
(545,	1,	'2023-02-27 17:48:43',	'2023-02-27 17:48:43',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:48:43',	'2023-02-27 17:48:43',	'',	25,	'https://www.scriptin.me/fweb/?p=545',	0,	'revision',	'',	0),
(546,	1,	'2023-02-27 17:48:44',	'2023-02-27 17:48:44',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:48:44',	'2023-02-27 17:48:44',	'',	25,	'https://www.scriptin.me/fweb/?p=546',	0,	'revision',	'',	0),
(547,	1,	'2023-02-27 17:48:44',	'2023-02-27 17:48:44',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:48:44',	'2023-02-27 17:48:44',	'',	25,	'https://www.scriptin.me/fweb/?p=547',	0,	'revision',	'',	0),
(548,	1,	'2023-02-27 17:48:49',	'2023-02-27 17:48:49',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:48:49',	'2023-02-27 17:48:49',	'',	25,	'https://www.scriptin.me/fweb/?p=548',	0,	'revision',	'',	0),
(549,	1,	'2023-02-27 17:48:50',	'2023-02-27 17:48:50',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:48:50',	'2023-02-27 17:48:50',	'',	25,	'https://www.scriptin.me/fweb/?p=549',	0,	'revision',	'',	0),
(550,	1,	'2023-02-27 17:48:50',	'2023-02-27 17:48:50',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:48:50',	'2023-02-27 17:48:50',	'',	25,	'https://www.scriptin.me/fweb/?p=550',	0,	'revision',	'',	0),
(551,	1,	'2023-02-27 17:50:28',	'2023-02-27 17:50:28',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Elementor Archive #388',	'',	'inherit',	'closed',	'closed',	'',	'388-revision-v1',	'',	'',	'2023-02-27 17:50:28',	'2023-02-27 17:50:28',	'',	388,	'https://www.scriptin.me/fweb/?p=551',	0,	'revision',	'',	0),
(553,	1,	'2023-02-27 17:51:39',	'2023-02-27 17:51:39',	'<p>Got a project in mind? <a style=\"color: #ffffff;\" href=\"/contact-us/\">Contact us</a>. You\'re only a stranger once!</p><p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-02-27 17:51:39',	'2023-02-27 17:51:39',	'',	95,	'https://www.scriptin.me/fweb/?p=553',	0,	'revision',	'',	0),
(554,	1,	'2023-02-27 17:51:53',	'2023-02-27 17:51:53',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:51:53',	'2023-02-27 17:51:53',	'',	25,	'https://www.scriptin.me/fweb/?p=554',	0,	'revision',	'',	0),
(555,	1,	'2023-02-27 17:51:53',	'2023-02-27 17:51:53',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:51:53',	'2023-02-27 17:51:53',	'',	25,	'https://www.scriptin.me/fweb/?p=555',	0,	'revision',	'',	0),
(556,	1,	'2023-02-27 17:51:53',	'2023-02-27 17:51:53',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:51:53',	'2023-02-27 17:51:53',	'',	25,	'https://www.scriptin.me/fweb/?p=556',	0,	'revision',	'',	0),
(558,	1,	'2023-02-27 17:52:48',	'2023-02-27 17:52:48',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 17:52:48',	'2023-02-27 17:52:48',	'',	26,	'https://www.scriptin.me/fweb/?p=558',	0,	'revision',	'',	0),
(559,	1,	'2023-02-27 17:52:49',	'2023-02-27 17:52:49',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 17:52:49',	'2023-02-27 17:52:49',	'',	26,	'https://www.scriptin.me/fweb/?p=559',	0,	'revision',	'',	0),
(560,	1,	'2023-02-27 17:52:49',	'2023-02-27 17:52:49',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 17:52:49',	'2023-02-27 17:52:49',	'',	26,	'https://www.scriptin.me/fweb/?p=560',	0,	'revision',	'',	0),
(561,	1,	'2023-02-27 17:52:53',	'2023-02-27 17:52:53',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 17:52:53',	'2023-02-27 17:52:53',	'',	26,	'https://www.scriptin.me/fweb/?p=561',	0,	'revision',	'',	0),
(562,	1,	'2023-02-27 17:52:53',	'2023-02-27 17:52:53',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 17:52:53',	'2023-02-27 17:52:53',	'',	26,	'https://www.scriptin.me/fweb/?p=562',	0,	'revision',	'',	0),
(563,	1,	'2023-02-27 17:52:53',	'2023-02-27 17:52:53',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-02-27 17:52:53',	'2023-02-27 17:52:53',	'',	26,	'https://www.scriptin.me/fweb/?p=563',	0,	'revision',	'',	0),
(565,	1,	'2023-02-27 17:53:18',	'2023-02-27 17:53:18',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:53:18',	'2023-02-27 17:53:18',	'',	25,	'https://www.scriptin.me/fweb/?p=565',	0,	'revision',	'',	0),
(566,	1,	'2023-02-27 17:53:18',	'2023-02-27 17:53:18',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:53:18',	'2023-02-27 17:53:18',	'',	25,	'https://www.scriptin.me/fweb/?p=566',	0,	'revision',	'',	0),
(567,	1,	'2023-02-27 17:53:19',	'2023-02-27 17:53:19',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-02-27 17:53:19',	'2023-02-27 17:53:19',	'',	25,	'https://www.scriptin.me/fweb/?p=567',	0,	'revision',	'',	0),
(568,	1,	'2023-02-27 17:54:02',	'2023-02-27 17:54:02',	'<h2>About Us</h2>		\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:54:02',	'2023-02-27 17:54:02',	'',	42,	'https://www.scriptin.me/fweb/?p=568',	0,	'revision',	'',	0),
(569,	1,	'2023-02-27 17:54:03',	'2023-02-27 17:54:03',	'<h2>About Us</h2>		\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:54:03',	'2023-02-27 17:54:03',	'',	42,	'https://www.scriptin.me/fweb/?p=569',	0,	'revision',	'',	0),
(570,	1,	'2023-02-27 17:54:03',	'2023-02-27 17:54:03',	'<h2>About Us</h2>		\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:54:03',	'2023-02-27 17:54:03',	'',	42,	'https://www.scriptin.me/fweb/?p=570',	0,	'revision',	'',	0),
(571,	1,	'2023-02-27 17:54:09',	'2023-02-27 17:54:09',	'<h2>About Us</h2>		\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:54:09',	'2023-02-27 17:54:09',	'',	42,	'https://www.scriptin.me/fweb/?p=571',	0,	'revision',	'',	0),
(572,	1,	'2023-02-27 17:54:09',	'2023-02-27 17:54:09',	'<h2>About Us</h2>		\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:54:09',	'2023-02-27 17:54:09',	'',	42,	'https://www.scriptin.me/fweb/?p=572',	0,	'revision',	'',	0),
(573,	1,	'2023-02-27 17:54:09',	'2023-02-27 17:54:09',	'<h2>About Us</h2>		\n															<img width=\"800\" height=\"407\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:54:09',	'2023-02-27 17:54:09',	'',	42,	'https://www.scriptin.me/fweb/?p=573',	0,	'revision',	'',	0),
(574,	1,	'2023-02-27 17:54:17',	'2023-02-27 17:54:17',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-02-27 17:54:17',	'2023-02-27 17:54:17',	'',	252,	'https://www.scriptin.me/fweb/?p=574',	0,	'revision',	'',	0),
(576,	1,	'2023-02-27 17:55:44',	'2023-02-27 17:55:44',	'<h2>About Us</h2>		\n															<img width=\"800\" height=\"407\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:55:44',	'2023-02-27 17:55:44',	'',	42,	'https://www.scriptin.me/fweb/?p=576',	0,	'revision',	'',	0),
(577,	1,	'2023-02-27 17:55:44',	'2023-02-27 17:55:44',	'<h2>About Us</h2>		\n															<img width=\"800\" height=\"407\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:55:44',	'2023-02-27 17:55:44',	'',	42,	'https://www.scriptin.me/fweb/?p=577',	0,	'revision',	'',	0),
(578,	1,	'2023-02-27 17:55:44',	'2023-02-27 17:55:44',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:55:44',	'2023-02-27 17:55:44',	'',	42,	'https://www.scriptin.me/fweb/?p=578',	0,	'revision',	'',	0),
(579,	1,	'2023-02-27 17:55:55',	'2023-02-27 17:55:55',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:55:55',	'2023-02-27 17:55:55',	'',	42,	'https://www.scriptin.me/fweb/?p=579',	0,	'revision',	'',	0),
(580,	1,	'2023-02-27 17:55:55',	'2023-02-27 17:55:55',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:55:55',	'2023-02-27 17:55:55',	'',	42,	'https://www.scriptin.me/fweb/?p=580',	0,	'revision',	'',	0),
(581,	1,	'2023-02-27 17:55:55',	'2023-02-27 17:55:55',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:55:55',	'2023-02-27 17:55:55',	'',	42,	'https://www.scriptin.me/fweb/?p=581',	0,	'revision',	'',	0),
(582,	1,	'2023-02-27 17:57:45',	'2023-02-27 17:57:45',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:57:45',	'2023-02-27 17:57:45',	'',	42,	'https://www.scriptin.me/fweb/?p=582',	0,	'revision',	'',	0),
(583,	1,	'2023-02-27 17:57:45',	'2023-02-27 17:57:45',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:57:45',	'2023-02-27 17:57:45',	'',	42,	'https://www.scriptin.me/fweb/?p=583',	0,	'revision',	'',	0),
(584,	1,	'2023-02-27 17:57:45',	'2023-02-27 17:57:45',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 17:57:45',	'2023-02-27 17:57:45',	'',	42,	'https://www.scriptin.me/fweb/?p=584',	0,	'revision',	'',	0),
(585,	1,	'2023-02-27 18:00:15',	'2023-02-27 18:00:15',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:00:15',	'2023-02-27 18:00:15',	'',	42,	'https://www.scriptin.me/fweb/?p=585',	0,	'revision',	'',	0),
(586,	1,	'2023-02-27 18:00:15',	'2023-02-27 18:00:15',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:00:15',	'2023-02-27 18:00:15',	'',	42,	'https://www.scriptin.me/fweb/?p=586',	0,	'revision',	'',	0),
(587,	1,	'2023-02-27 18:00:15',	'2023-02-27 18:00:15',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:00:15',	'2023-02-27 18:00:15',	'',	42,	'https://www.scriptin.me/fweb/?p=587',	0,	'revision',	'',	0),
(588,	1,	'2023-02-27 18:01:05',	'2023-02-27 18:01:05',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:01:05',	'2023-02-27 18:01:05',	'',	42,	'https://www.scriptin.me/fweb/?p=588',	0,	'revision',	'',	0),
(589,	1,	'2023-02-27 18:01:06',	'2023-02-27 18:01:06',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:01:06',	'2023-02-27 18:01:06',	'',	42,	'https://www.scriptin.me/fweb/?p=589',	0,	'revision',	'',	0),
(590,	1,	'2023-02-27 18:01:06',	'2023-02-27 18:01:06',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:01:06',	'2023-02-27 18:01:06',	'',	42,	'https://www.scriptin.me/fweb/?p=590',	0,	'revision',	'',	0),
(591,	1,	'2023-02-27 18:01:17',	'2023-02-27 18:01:17',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:01:17',	'2023-02-27 18:01:17',	'',	42,	'https://www.scriptin.me/fweb/?p=591',	0,	'revision',	'',	0),
(592,	1,	'2023-02-27 18:01:17',	'2023-02-27 18:01:17',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:01:17',	'2023-02-27 18:01:17',	'',	42,	'https://www.scriptin.me/fweb/?p=592',	0,	'revision',	'',	0),
(593,	1,	'2023-02-27 18:01:18',	'2023-02-27 18:01:18',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:01:18',	'2023-02-27 18:01:18',	'',	42,	'https://www.scriptin.me/fweb/?p=593',	0,	'revision',	'',	0),
(594,	1,	'2023-02-27 18:02:33',	'2023-02-27 18:02:33',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:02:33',	'2023-02-27 18:02:33',	'',	42,	'https://www.scriptin.me/fweb/?p=594',	0,	'revision',	'',	0),
(595,	1,	'2023-02-27 18:02:33',	'2023-02-27 18:02:33',	'<h2>About Us</h2>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:02:33',	'2023-02-27 18:02:33',	'',	42,	'https://www.scriptin.me/fweb/?p=595',	0,	'revision',	'',	0),
(596,	1,	'2023-02-27 18:02:33',	'2023-02-27 18:02:33',	'<h2>About Us</h2>		\n		<p>We believe in the power of connection; between people and brand.</p>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:02:33',	'2023-02-27 18:02:33',	'',	42,	'https://www.scriptin.me/fweb/?p=596',	0,	'revision',	'',	0),
(597,	1,	'2023-02-27 18:02:51',	'2023-02-27 18:02:51',	'<h2>About Us</h2>		\n		<p>We believe in the power of connection; between people and brand.</p>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:02:51',	'2023-02-27 18:02:51',	'',	42,	'https://www.scriptin.me/fweb/?p=597',	0,	'revision',	'',	0),
(598,	1,	'2023-02-27 18:02:52',	'2023-02-27 18:02:52',	'<h2>About Us</h2>		\n		<p>We believe in the power of connection; between people and brand.</p>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:02:52',	'2023-02-27 18:02:52',	'',	42,	'https://www.scriptin.me/fweb/?p=598',	0,	'revision',	'',	0),
(599,	1,	'2023-02-27 18:02:52',	'2023-02-27 18:02:52',	'<h2>About Us</h2>		\n		<p>We believe in the power of connection; between people and brand.</p>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:02:52',	'2023-02-27 18:02:52',	'',	42,	'https://www.scriptin.me/fweb/?p=599',	0,	'revision',	'',	0),
(600,	1,	'2023-02-27 18:03:01',	'2023-02-27 18:03:01',	'<h2>About Us</h2>		\n		<p>We believe in the power of connection; between people and brand.</p>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:03:01',	'2023-02-27 18:03:01',	'',	42,	'https://www.scriptin.me/fweb/?p=600',	0,	'revision',	'',	0),
(601,	1,	'2023-02-27 18:03:02',	'2023-02-27 18:03:02',	'<h2>About Us</h2>		\n		<p>We believe in the power of connection; between people and brand.</p>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:03:02',	'2023-02-27 18:03:02',	'',	42,	'https://www.scriptin.me/fweb/?p=601',	0,	'revision',	'',	0),
(602,	1,	'2023-02-27 18:03:02',	'2023-02-27 18:03:02',	'<h2>About Us</h2>		\n		<p>We believe in the power of connection; between people and brand.</p>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:03:02',	'2023-02-27 18:03:02',	'',	42,	'https://www.scriptin.me/fweb/?p=602',	0,	'revision',	'',	0),
(603,	1,	'2023-02-27 18:07:54',	'2023-02-27 18:07:54',	'<h2>About Us</h2>		\n		<p>We believe in the power of connection; between people and brand.</p>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:07:54',	'2023-02-27 18:07:54',	'',	42,	'https://www.scriptin.me/fweb/?p=603',	0,	'revision',	'',	0),
(604,	1,	'2023-02-27 18:07:54',	'2023-02-27 18:07:54',	'<h2>About Us</h2>		\n		<p>We believe in the power of connection; between people and brand.</p>		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:07:54',	'2023-02-27 18:07:54',	'',	42,	'https://www.scriptin.me/fweb/?p=604',	0,	'revision',	'',	0),
(605,	1,	'2023-02-27 18:07:54',	'2023-02-27 18:07:54',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-02-27 18:07:54',	'2023-02-27 18:07:54',	'',	42,	'https://www.scriptin.me/fweb/?p=605',	0,	'revision',	'',	0),
(607,	1,	'2023-02-27 18:19:15',	'2023-02-27 18:19:15',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Blog Archive',	'',	'inherit',	'closed',	'closed',	'',	'388-revision-v1',	'',	'',	'2023-02-27 18:19:15',	'2023-02-27 18:19:15',	'',	388,	'https://www.scriptin.me/fweb/?p=607',	0,	'revision',	'',	0),
(608,	1,	'2023-02-27 18:19:15',	'2023-02-27 18:19:15',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Blog Archive',	'',	'inherit',	'closed',	'closed',	'',	'388-revision-v1',	'',	'',	'2023-02-27 18:19:15',	'2023-02-27 18:19:15',	'',	388,	'https://www.scriptin.me/fweb/?p=608',	0,	'revision',	'',	0),
(610,	1,	'2023-02-27 18:28:32',	'2023-02-27 18:28:32',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Blog Archive',	'',	'inherit',	'closed',	'closed',	'',	'388-revision-v1',	'',	'',	'2023-02-27 18:28:32',	'2023-02-27 18:28:32',	'',	388,	'https://www.scriptin.me/fweb/?p=610',	0,	'revision',	'',	0),
(614,	1,	'2023-03-02 08:55:27',	'2023-03-02 08:55:27',	'',	'Carnavalbrand guide mockup',	'',	'inherit',	'closed',	'closed',	'',	'carnavalbrand-guide-mockup',	'',	'',	'2023-03-02 08:55:27',	'2023-03-02 08:55:27',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/03/Carnavalbrand-guide-mockup.jpg',	0,	'attachment',	'image/jpeg',	0),
(615,	1,	'2023-03-02 08:55:28',	'2023-03-02 08:55:28',	'',	'coasters 2',	'',	'inherit',	'closed',	'closed',	'',	'coasters-2',	'',	'',	'2023-03-02 08:55:28',	'2023-03-02 08:55:28',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/03/coasters-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(616,	1,	'2023-03-02 08:55:28',	'2023-03-02 08:55:28',	'',	'Coffee Bag Mockup',	'',	'inherit',	'closed',	'closed',	'',	'coffee-bag-mockup',	'',	'',	'2023-03-02 08:55:28',	'2023-03-02 08:55:28',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/03/Coffee-Bag-Mockup.jpg',	0,	'attachment',	'image/jpeg',	0),
(617,	1,	'2023-03-02 08:55:29',	'2023-03-02 08:55:29',	'',	'mockup 1',	'',	'inherit',	'closed',	'closed',	'',	'mockup-1',	'',	'',	'2023-03-02 08:55:29',	'2023-03-02 08:55:29',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/03/mockup-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(618,	1,	'2023-03-02 08:55:30',	'2023-03-02 08:55:30',	'',	'phone middle photo',	'',	'inherit',	'closed',	'closed',	'',	'phone-middle-photo',	'',	'',	'2023-03-02 08:55:30',	'2023-03-02 08:55:30',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/03/phone-middle-photo.jpg',	0,	'attachment',	'image/jpeg',	0),
(619,	1,	'2023-03-02 08:55:30',	'2023-03-02 08:55:30',	'',	'Screenshot 2022-12-15 at 17.53.18',	'',	'inherit',	'closed',	'closed',	'',	'screenshot-2022-12-15-at-17-53-18',	'',	'',	'2023-03-02 08:55:30',	'2023-03-02 08:55:30',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/03/Screenshot-2022-12-15-at-17.53.18.jpg',	0,	'attachment',	'image/jpeg',	0),
(620,	1,	'2023-03-02 08:55:31',	'2023-03-02 08:55:31',	'',	'sign',	'',	'inherit',	'closed',	'closed',	'',	'sign',	'',	'',	'2023-03-02 08:55:31',	'2023-03-02 08:55:31',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/03/sign.jpg',	0,	'attachment',	'image/jpeg',	0),
(621,	1,	'2023-03-02 08:55:32',	'2023-03-02 08:55:32',	'',	'Test 1',	'',	'inherit',	'closed',	'closed',	'',	'test-1',	'',	'',	'2023-03-02 08:55:32',	'2023-03-02 08:55:32',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/03/Test-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(622,	1,	'2023-03-02 08:55:32',	'2023-03-02 08:55:32',	'',	'11',	'',	'inherit',	'closed',	'closed',	'',	'11',	'',	'',	'2023-03-02 08:55:32',	'2023-03-02 08:55:32',	'',	0,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/03/11.jpg',	0,	'attachment',	'image/jpeg',	0),
(623,	1,	'2023-03-02 08:56:16',	'2023-03-02 08:56:16',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 08:56:16',	'2023-03-02 08:56:16',	'',	254,	'https://www.scriptin.me/fweb/?p=623',	0,	'revision',	'',	0),
(624,	1,	'2023-03-02 08:56:16',	'2023-03-02 08:56:16',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 08:56:16',	'2023-03-02 08:56:16',	'',	254,	'https://www.scriptin.me/fweb/?p=624',	0,	'revision',	'',	0),
(625,	1,	'2023-03-02 08:56:16',	'2023-03-02 08:56:16',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 08:56:16',	'2023-03-02 08:56:16',	'',	254,	'https://www.scriptin.me/fweb/?p=625',	0,	'revision',	'',	0),
(627,	1,	'2023-03-02 08:58:31',	'2023-03-02 08:58:31',	'',	'VEGAN_NOMS_JULY21-46 copy',	'',	'inherit',	'closed',	'closed',	'',	'vegan_noms_july21-46-copy',	'',	'',	'2023-03-02 08:58:31',	'2023-03-02 08:58:31',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/VEGAN_NOMS_JULY21-46-copy.webp',	0,	'attachment',	'image/webp',	0),
(628,	1,	'2023-03-02 08:58:33',	'2023-03-02 08:58:33',	'',	'Relive copy',	'',	'inherit',	'closed',	'closed',	'',	'relive-copy',	'',	'',	'2023-03-02 08:58:33',	'2023-03-02 08:58:33',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Relive-copy.webp',	0,	'attachment',	'image/webp',	0),
(629,	1,	'2023-03-02 08:58:34',	'2023-03-02 08:58:34',	'',	'computer mockup copy',	'',	'inherit',	'closed',	'closed',	'',	'computer-mockup-copy',	'',	'',	'2023-03-02 08:58:34',	'2023-03-02 08:58:34',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/computer-mockup-copy.webp',	0,	'attachment',	'image/webp',	0),
(630,	1,	'2023-03-02 08:58:36',	'2023-03-02 08:58:36',	'',	'VEGAN_NOMS_JULY21-46 copy',	'',	'inherit',	'closed',	'closed',	'',	'vegan_noms_july21-46-copy-2',	'',	'',	'2023-03-02 08:58:36',	'2023-03-02 08:58:36',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/VEGAN_NOMS_JULY21-46-copy-1.webp',	0,	'attachment',	'image/webp',	0),
(631,	1,	'2023-03-02 08:58:38',	'2023-03-02 08:58:38',	'',	'Relive copy',	'',	'inherit',	'closed',	'closed',	'',	'relive-copy-2',	'',	'',	'2023-03-02 08:58:38',	'2023-03-02 08:58:38',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Relive-copy-1.webp',	0,	'attachment',	'image/webp',	0),
(632,	1,	'2023-03-02 08:58:39',	'2023-03-02 08:58:39',	'',	'computer mockup copy',	'',	'inherit',	'closed',	'closed',	'',	'computer-mockup-copy-2',	'',	'',	'2023-03-02 08:58:39',	'2023-03-02 08:58:39',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/computer-mockup-copy-1.webp',	0,	'attachment',	'image/webp',	0),
(633,	1,	'2023-03-02 08:59:14',	'2023-03-02 08:59:14',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 08:59:14',	'2023-03-02 08:59:14',	'',	254,	'https://www.scriptin.me/fweb/?p=633',	0,	'revision',	'',	0),
(634,	1,	'2023-03-02 08:59:14',	'2023-03-02 08:59:14',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 08:59:14',	'2023-03-02 08:59:14',	'',	254,	'https://www.scriptin.me/fweb/?p=634',	0,	'revision',	'',	0),
(635,	1,	'2023-03-02 08:59:14',	'2023-03-02 08:59:14',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 08:59:14',	'2023-03-02 08:59:14',	'',	254,	'https://www.scriptin.me/fweb/?p=635',	0,	'revision',	'',	0),
(636,	1,	'2023-03-02 09:00:38',	'2023-03-02 09:00:38',	'',	'02dark',	'',	'inherit',	'closed',	'closed',	'',	'02dark',	'',	'',	'2023-03-02 09:00:38',	'2023-03-02 09:00:38',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/02dark.svg',	0,	'attachment',	'image/svg+xml',	0),
(637,	1,	'2023-03-02 09:00:39',	'2023-03-02 09:00:39',	'',	'01dark',	'',	'inherit',	'closed',	'closed',	'',	'01dark',	'',	'',	'2023-03-02 09:00:39',	'2023-03-02 09:00:39',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/01dark.svg',	0,	'attachment',	'image/svg+xml',	0),
(639,	1,	'2023-03-02 09:00:40',	'2023-03-02 09:00:40',	'',	'zero4',	'',	'inherit',	'closed',	'closed',	'',	'zero4',	'',	'',	'2023-03-02 09:00:40',	'2023-03-02 09:00:40',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/zero4.svg',	0,	'attachment',	'image/svg+xml',	0),
(640,	1,	'2023-03-02 09:00:41',	'2023-03-02 09:00:41',	'',	'03dark',	'',	'inherit',	'closed',	'closed',	'',	'03dark',	'',	'',	'2023-03-02 09:00:41',	'2023-03-02 09:00:41',	'',	254,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/03dark.svg',	0,	'attachment',	'image/svg+xml',	0),
(641,	1,	'2023-03-02 09:01:08',	'2023-03-02 09:01:08',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 09:01:08',	'2023-03-02 09:01:08',	'',	254,	'https://www.scriptin.me/fweb/?p=641',	0,	'revision',	'',	0),
(642,	1,	'2023-03-02 09:01:08',	'2023-03-02 09:01:08',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 09:01:08',	'2023-03-02 09:01:08',	'',	254,	'https://www.scriptin.me/fweb/?p=642',	0,	'revision',	'',	0),
(643,	1,	'2023-03-02 09:01:09',	'2023-03-02 09:01:09',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 09:01:09',	'2023-03-02 09:01:09',	'',	254,	'https://www.scriptin.me/fweb/?p=643',	0,	'revision',	'',	0),
(644,	1,	'2023-03-02 09:03:08',	'2023-03-02 09:03:08',	'a:14:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"faction_services\";}}}s:8:\"position\";s:15:\"acf_after_title\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;s:18:\"acfe_display_title\";s:0:\"\";s:13:\"acfe_autosync\";a:1:{i:0;s:4:\"json\";}s:16:\"acfe_permissions\";s:0:\"\";s:9:\"acfe_form\";i:1;s:9:\"acfe_meta\";a:1:{s:13:\"64006629e3dfb\";a:2:{s:13:\"acfe_meta_key\";s:0:\"\";s:15:\"acfe_meta_value\";s:0:\"\";}}s:9:\"acfe_note\";s:0:\"\";}',	'Service Fields',	'service-fields',	'publish',	'closed',	'closed',	'',	'group_640065f41bd09',	'',	'',	'2023-03-13 19:22:50',	'2023-03-13 19:22:50',	'',	0,	'https://www.scriptin.me/fweb/?post_type=acf-field-group&#038;p=644',	0,	'acf-field-group',	'',	0),
(646,	1,	'2023-03-02 09:04:22',	'2023-03-02 09:04:22',	'<h2>About Us</h2>\nWe believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…\n<h2>Our Services</h2>\nWe’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.\n\n 	<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\n				<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nStrategic Branding					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nWebsites					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris\nnisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 09:04:22',	'2023-03-02 09:04:22',	'',	254,	'https://www.scriptin.me/fweb/?p=646',	0,	'revision',	'',	0),
(647,	1,	'2023-03-02 09:04:23',	'2023-03-02 09:04:23',	'<h2>About Us</h2>\nWe believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…\n<h2>Our Services</h2>\nWe’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.\n\n 	<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\n				<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nStrategic Branding					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nWebsites					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris\nnisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 09:04:23',	'2023-03-02 09:04:23',	'',	254,	'https://www.scriptin.me/fweb/?p=647',	0,	'revision',	'',	0),
(648,	1,	'2023-03-02 09:04:27',	'2023-03-02 09:04:27',	'<h2>About Us</h2>\nWe believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…\n<h2>Our Services</h2>\nWe’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.\n\n 	<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\n				<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nStrategic Branding					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nWebsites					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris\nnisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'Strategic Branding',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 09:04:27',	'2023-03-02 09:04:27',	'',	254,	'https://www.scriptin.me/fweb/?p=648',	0,	'revision',	'',	0),
(649,	1,	'2023-03-02 09:04:50',	'2023-03-02 09:04:50',	'<h2>About Us</h2>\nWe believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…\n<h2>Our Services</h2>\nWe’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.\n\n 	<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\n				<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nStrategic Branding					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nWebsites					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris\nnisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 09:04:50',	'2023-03-02 09:04:50',	'',	254,	'https://www.scriptin.me/fweb/?p=649',	0,	'revision',	'',	0),
(650,	1,	'2023-03-02 09:04:50',	'2023-03-02 09:04:50',	'<h2>About Us</h2>\nWe believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…\n<h2>Our Services</h2>\nWe’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.\n\n 	<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\n				<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nStrategic Branding					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nWebsites					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris\nnisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 09:04:50',	'2023-03-02 09:04:50',	'',	254,	'https://www.scriptin.me/fweb/?p=650',	0,	'revision',	'',	0),
(651,	1,	'2023-03-02 09:05:02',	'2023-03-02 09:05:02',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>',	'Services exmaple',	'',	'publish',	'closed',	'closed',	'',	'services-exmaple',	'',	'',	'2023-03-02 09:05:03',	'2023-03-02 09:05:03',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=services-exmaple',	0,	'elementor_library',	'',	0),
(652,	1,	'2023-03-02 09:05:03',	'2023-03-02 09:05:03',	'',	'Services exmaple',	'',	'inherit',	'closed',	'closed',	'',	'651-revision-v1',	'',	'',	'2023-03-02 09:05:03',	'2023-03-02 09:05:03',	'',	651,	'https://www.scriptin.me/fweb/?p=652',	0,	'revision',	'',	0),
(653,	1,	'2023-03-02 09:05:03',	'2023-03-02 09:05:03',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>',	'Services exmaple',	'',	'inherit',	'closed',	'closed',	'',	'651-revision-v1',	'',	'',	'2023-03-02 09:05:03',	'2023-03-02 09:05:03',	'',	651,	'https://www.scriptin.me/fweb/?p=653',	0,	'revision',	'',	0),
(655,	1,	'2023-03-02 09:19:47',	'2023-03-02 09:19:47',	'<h2>About Us</h2>\nWe believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…\n<h2>Our Services</h2>\nWe’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.\n\n 	<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\n				<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nStrategic Branding					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nWebsites					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris\nnisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 09:19:47',	'2023-03-02 09:19:47',	'',	254,	'https://www.scriptin.me/fweb/?p=655',	0,	'revision',	'',	0),
(656,	1,	'2023-03-02 09:19:47',	'2023-03-02 09:19:47',	'<h2>About Us</h2>\nWe believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…\n<h2>Our Services</h2>\nWe’re in the business of connecting people and brands,&nbsp;helping you find your faction through strategic design.&nbsp;See how we can help you on your next project.\n\n 	<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\n				<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nStrategic Branding					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nWebsites					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris\nnisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nDesign					</a></h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 09:19:47',	'2023-03-02 09:19:47',	'',	254,	'https://www.scriptin.me/fweb/?p=656',	0,	'revision',	'',	0),
(657,	1,	'2023-03-02 09:19:47',	'2023-03-02 09:19:47',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-02 09:19:47',	'2023-03-02 09:19:47',	'',	254,	'https://www.scriptin.me/fweb/?p=657',	0,	'revision',	'',	0),
(661,	1,	'2023-03-02 09:26:06',	'2023-03-02 09:26:06',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Rebranding AfterJam Snowsports',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',	'inherit',	'closed',	'closed',	'',	'44-revision-v1',	'',	'',	'2023-03-02 09:26:06',	'2023-03-02 09:26:06',	'',	44,	'https://www.scriptin.me/fweb/?p=661',	0,	'revision',	'',	0),
(662,	1,	'2023-03-03 15:49:45',	'2023-03-03 15:49:45',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:49:45',	'2023-03-03 15:49:45',	'',	254,	'https://www.scriptin.me/fweb/?p=662',	0,	'revision',	'',	0),
(663,	1,	'2023-03-03 15:49:45',	'2023-03-03 15:49:45',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:49:45',	'2023-03-03 15:49:45',	'',	254,	'https://www.scriptin.me/fweb/?p=663',	0,	'revision',	'',	0),
(664,	1,	'2023-03-03 15:49:46',	'2023-03-03 15:49:46',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:49:46',	'2023-03-03 15:49:46',	'',	254,	'https://www.scriptin.me/fweb/?p=664',	0,	'revision',	'',	0),
(665,	1,	'2023-03-03 15:52:12',	'2023-03-03 15:52:12',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:52:12',	'2023-03-03 15:52:12',	'',	254,	'https://www.scriptin.me/fweb/?p=665',	0,	'revision',	'',	0),
(666,	1,	'2023-03-03 15:52:12',	'2023-03-03 15:52:12',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:52:12',	'2023-03-03 15:52:12',	'',	254,	'https://www.scriptin.me/fweb/?p=666',	0,	'revision',	'',	0),
(667,	1,	'2023-03-03 15:52:12',	'2023-03-03 15:52:12',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:52:12',	'2023-03-03 15:52:12',	'',	254,	'https://www.scriptin.me/fweb/?p=667',	0,	'revision',	'',	0),
(668,	1,	'2023-03-03 15:57:35',	'2023-03-03 15:57:35',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:57:35',	'2023-03-03 15:57:35',	'',	254,	'https://www.scriptin.me/fweb/?p=668',	0,	'revision',	'',	0),
(669,	1,	'2023-03-03 15:57:36',	'2023-03-03 15:57:36',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:57:36',	'2023-03-03 15:57:36',	'',	254,	'https://www.scriptin.me/fweb/?p=669',	0,	'revision',	'',	0),
(670,	1,	'2023-03-03 15:57:36',	'2023-03-03 15:57:36',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:57:36',	'2023-03-03 15:57:36',	'',	254,	'https://www.scriptin.me/fweb/?p=670',	0,	'revision',	'',	0),
(671,	1,	'2023-03-03 15:58:12',	'2023-03-03 15:58:12',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:58:12',	'2023-03-03 15:58:12',	'',	254,	'https://www.scriptin.me/fweb/?p=671',	0,	'revision',	'',	0),
(672,	1,	'2023-03-03 15:58:13',	'2023-03-03 15:58:13',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:58:13',	'2023-03-03 15:58:13',	'',	254,	'https://www.scriptin.me/fweb/?p=672',	0,	'revision',	'',	0),
(673,	1,	'2023-03-03 15:58:13',	'2023-03-03 15:58:13',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:58:13',	'2023-03-03 15:58:13',	'',	254,	'https://www.scriptin.me/fweb/?p=673',	0,	'revision',	'',	0),
(674,	1,	'2023-03-03 15:58:45',	'2023-03-03 15:58:45',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:58:45',	'2023-03-03 15:58:45',	'',	254,	'https://www.scriptin.me/fweb/?p=674',	0,	'revision',	'',	0),
(675,	1,	'2023-03-03 15:58:46',	'2023-03-03 15:58:46',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:58:46',	'2023-03-03 15:58:46',	'',	254,	'https://www.scriptin.me/fweb/?p=675',	0,	'revision',	'',	0),
(676,	1,	'2023-03-03 15:58:46',	'2023-03-03 15:58:46',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 15:58:46',	'2023-03-03 15:58:46',	'',	254,	'https://www.scriptin.me/fweb/?p=676',	0,	'revision',	'',	0),
(678,	1,	'2023-03-03 16:01:41',	'2023-03-03 16:01:41',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:01:41',	'2023-03-03 16:01:41',	'',	254,	'https://www.scriptin.me/fweb/?p=678',	0,	'revision',	'',	0),
(679,	1,	'2023-03-03 16:01:42',	'2023-03-03 16:01:42',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:01:42',	'2023-03-03 16:01:42',	'',	254,	'https://www.scriptin.me/fweb/?p=679',	0,	'revision',	'',	0),
(680,	1,	'2023-03-03 16:01:42',	'2023-03-03 16:01:42',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:01:42',	'2023-03-03 16:01:42',	'',	254,	'https://www.scriptin.me/fweb/?p=680',	0,	'revision',	'',	0),
(681,	1,	'2023-03-03 16:01:53',	'2023-03-03 16:01:53',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:01:53',	'2023-03-03 16:01:53',	'',	254,	'https://www.scriptin.me/fweb/?p=681',	0,	'revision',	'',	0),
(682,	1,	'2023-03-03 16:01:54',	'2023-03-03 16:01:54',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:01:54',	'2023-03-03 16:01:54',	'',	254,	'https://www.scriptin.me/fweb/?p=682',	0,	'revision',	'',	0),
(683,	1,	'2023-03-03 16:01:54',	'2023-03-03 16:01:54',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:01:54',	'2023-03-03 16:01:54',	'',	254,	'https://www.scriptin.me/fweb/?p=683',	0,	'revision',	'',	0),
(684,	1,	'2023-03-03 16:04:21',	'2023-03-03 16:04:21',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:04:21',	'2023-03-03 16:04:21',	'',	254,	'https://www.scriptin.me/fweb/?p=684',	0,	'revision',	'',	0),
(685,	1,	'2023-03-03 16:04:22',	'2023-03-03 16:04:22',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:04:22',	'2023-03-03 16:04:22',	'',	254,	'https://www.scriptin.me/fweb/?p=685',	0,	'revision',	'',	0),
(686,	1,	'2023-03-03 16:04:22',	'2023-03-03 16:04:22',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:04:22',	'2023-03-03 16:04:22',	'',	254,	'https://www.scriptin.me/fweb/?p=686',	0,	'revision',	'',	0),
(687,	1,	'2023-03-03 16:04:39',	'2023-03-03 16:04:39',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:04:39',	'2023-03-03 16:04:39',	'',	254,	'https://www.scriptin.me/fweb/?p=687',	0,	'revision',	'',	0),
(688,	1,	'2023-03-03 16:04:40',	'2023-03-03 16:04:40',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:04:40',	'2023-03-03 16:04:40',	'',	254,	'https://www.scriptin.me/fweb/?p=688',	0,	'revision',	'',	0),
(689,	1,	'2023-03-03 16:04:41',	'2023-03-03 16:04:41',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:04:41',	'2023-03-03 16:04:41',	'',	254,	'https://www.scriptin.me/fweb/?p=689',	0,	'revision',	'',	0),
(690,	1,	'2023-03-03 16:04:47',	'2023-03-03 16:04:47',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:04:47',	'2023-03-03 16:04:47',	'',	254,	'https://www.scriptin.me/fweb/?p=690',	0,	'revision',	'',	0),
(691,	1,	'2023-03-03 16:04:48',	'2023-03-03 16:04:48',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:04:48',	'2023-03-03 16:04:48',	'',	254,	'https://www.scriptin.me/fweb/?p=691',	0,	'revision',	'',	0),
(692,	1,	'2023-03-03 16:04:48',	'2023-03-03 16:04:48',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:04:48',	'2023-03-03 16:04:48',	'',	254,	'https://www.scriptin.me/fweb/?p=692',	0,	'revision',	'',	0),
(693,	1,	'2023-03-03 16:06:12',	'2023-03-03 16:06:12',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:06:12',	'2023-03-03 16:06:12',	'',	254,	'https://www.scriptin.me/fweb/?p=693',	0,	'revision',	'',	0),
(694,	1,	'2023-03-03 16:06:13',	'2023-03-03 16:06:13',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:06:13',	'2023-03-03 16:06:13',	'',	254,	'https://www.scriptin.me/fweb/?p=694',	0,	'revision',	'',	0),
(695,	1,	'2023-03-03 16:06:13',	'2023-03-03 16:06:13',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:06:13',	'2023-03-03 16:06:13',	'',	254,	'https://www.scriptin.me/fweb/?p=695',	0,	'revision',	'',	0),
(696,	1,	'2023-03-03 16:06:47',	'2023-03-03 16:06:47',	'<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-03-03 16:06:47',	'2023-03-03 16:06:47',	'',	17,	'https://www.scriptin.me/fweb/?p=696',	0,	'revision',	'',	0),
(697,	1,	'2023-03-03 16:06:58',	'2023-03-03 16:06:58',	'<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'MaiNService Template',	'',	'publish',	'closed',	'closed',	'',	'mainservice-template',	'',	'',	'2023-03-03 16:06:58',	'2023-03-03 16:06:58',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=mainservice-template',	0,	'elementor_library',	'',	0),
(698,	1,	'2023-03-03 16:06:58',	'2023-03-03 16:06:58',	'',	'MaiNService Template',	'',	'inherit',	'closed',	'closed',	'',	'697-revision-v1',	'',	'',	'2023-03-03 16:06:58',	'2023-03-03 16:06:58',	'',	697,	'https://www.scriptin.me/fweb/?p=698',	0,	'revision',	'',	0),
(699,	1,	'2023-03-03 16:06:58',	'2023-03-03 16:06:58',	'<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'MaiNService Template',	'',	'inherit',	'closed',	'closed',	'',	'697-revision-v1',	'',	'',	'2023-03-03 16:06:58',	'2023-03-03 16:06:58',	'',	697,	'https://www.scriptin.me/fweb/?p=699',	0,	'revision',	'',	0),
(704,	1,	'2023-03-03 16:09:24',	'2023-03-03 16:09:24',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:09:24',	'2023-03-03 16:09:24',	'',	256,	'https://www.scriptin.me/fweb/?p=704',	0,	'revision',	'',	0),
(705,	1,	'2023-03-03 16:09:24',	'2023-03-03 16:09:24',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:09:24',	'2023-03-03 16:09:24',	'',	256,	'https://www.scriptin.me/fweb/?p=705',	0,	'revision',	'',	0),
(706,	1,	'2023-03-03 16:09:24',	'2023-03-03 16:09:24',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:09:24',	'2023-03-03 16:09:24',	'',	256,	'https://www.scriptin.me/fweb/?p=706',	0,	'revision',	'',	0),
(708,	1,	'2023-03-03 16:10:27',	'2023-03-03 16:10:27',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-03-03 16:10:27',	'2023-03-03 16:10:27',	'',	127,	'https://www.scriptin.me/fweb/?p=708',	0,	'revision',	'',	0),
(709,	1,	'2023-03-03 16:10:38',	'2023-03-03 16:10:38',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Real Service Template',	'',	'publish',	'closed',	'closed',	'',	'real-service-template',	'',	'',	'2023-03-03 16:10:38',	'2023-03-03 16:10:38',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=real-service-template',	0,	'elementor_library',	'',	0),
(710,	1,	'2023-03-03 16:10:38',	'2023-03-03 16:10:38',	'',	'Real Service Template',	'',	'inherit',	'closed',	'closed',	'',	'709-revision-v1',	'',	'',	'2023-03-03 16:10:38',	'2023-03-03 16:10:38',	'',	709,	'https://www.scriptin.me/fweb/?p=710',	0,	'revision',	'',	0),
(711,	1,	'2023-03-03 16:10:38',	'2023-03-03 16:10:38',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Real Service Template',	'',	'inherit',	'closed',	'closed',	'',	'709-revision-v1',	'',	'',	'2023-03-03 16:10:38',	'2023-03-03 16:10:38',	'',	709,	'https://www.scriptin.me/fweb/?p=711',	0,	'revision',	'',	0),
(712,	1,	'2023-03-03 16:10:57',	'2023-03-03 16:10:57',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:10:57',	'2023-03-03 16:10:57',	'',	256,	'https://www.scriptin.me/fweb/?p=712',	0,	'revision',	'',	0),
(713,	1,	'2023-03-03 16:10:58',	'2023-03-03 16:10:58',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:10:58',	'2023-03-03 16:10:58',	'',	256,	'https://www.scriptin.me/fweb/?p=713',	0,	'revision',	'',	0),
(714,	1,	'2023-03-03 16:10:58',	'2023-03-03 16:10:58',	'',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:10:58',	'2023-03-03 16:10:58',	'',	256,	'https://www.scriptin.me/fweb/?p=714',	0,	'revision',	'',	0),
(716,	1,	'2023-03-03 16:13:06',	'2023-03-03 16:13:06',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:13:06',	'2023-03-03 16:13:06',	'',	258,	'https://www.scriptin.me/fweb/?p=716',	0,	'revision',	'',	0),
(717,	1,	'2023-03-03 16:13:06',	'2023-03-03 16:13:06',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n<!-- /wp:paragraph -->',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:13:06',	'2023-03-03 16:13:06',	'',	258,	'https://www.scriptin.me/fweb/?p=717',	0,	'revision',	'',	0),
(718,	1,	'2023-03-03 16:13:06',	'2023-03-03 16:13:06',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Design</h2>		\n		For turning heads and making an impact.Designing with purpose, intent<br />and creativity, of course.		\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:13:06',	'2023-03-03 16:13:06',	'',	258,	'https://www.scriptin.me/fweb/?p=718',	0,	'revision',	'',	0),
(719,	1,	'2023-03-03 16:13:20',	'2023-03-03 16:13:20',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Design</h2>		\n		For turning heads and making an impact.Designing with purpose, intent<br />and creativity, of course.		\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:13:20',	'2023-03-03 16:13:20',	'',	258,	'https://www.scriptin.me/fweb/?p=719',	0,	'revision',	'',	0),
(720,	1,	'2023-03-03 16:13:21',	'2023-03-03 16:13:21',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Design</h2>		\n		For turning heads and making an impact.Designing with purpose, intent<br />and creativity, of course.		\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:13:21',	'2023-03-03 16:13:21',	'',	258,	'https://www.scriptin.me/fweb/?p=720',	0,	'revision',	'',	0),
(721,	1,	'2023-03-03 16:13:21',	'2023-03-03 16:13:21',	'<h2>Design</h2>		\n		For turning heads and making an impact.Designing with purpose, intent<br />and creativity, of course.		\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:13:21',	'2023-03-03 16:13:21',	'',	258,	'https://www.scriptin.me/fweb/?p=721',	0,	'revision',	'',	0),
(722,	1,	'2023-03-03 16:17:48',	'2023-03-03 16:17:48',	'<h2>Design</h2>		\n		For turning heads and making an impact.Designing with purpose, intent<br />and creativity, of course.		\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:17:48',	'2023-03-03 16:17:48',	'',	258,	'https://www.scriptin.me/fweb/?p=722',	0,	'revision',	'',	0),
(723,	1,	'2023-03-03 16:17:48',	'2023-03-03 16:17:48',	'<h2>Design</h2>		\n		For turning heads and making an impact.Designing with purpose, intent<br />and creativity, of course.		\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:17:48',	'2023-03-03 16:17:48',	'',	258,	'https://www.scriptin.me/fweb/?p=723',	0,	'revision',	'',	0),
(724,	1,	'2023-03-03 16:17:49',	'2023-03-03 16:17:49',	'<h2>Design</h2>		\n		For turning heads and making an impact.Designing with purpose, intent<br />and creativity, of course.		\n			<h2>Our Services</h2>		\n		<p>Big dreamers, creative thinkers, pencil pushers.</p>		\n			<h2>Design</h2>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Business</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Animation/Video</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:17:49',	'2023-03-03 16:17:49',	'',	258,	'https://www.scriptin.me/fweb/?p=724',	0,	'revision',	'',	0),
(725,	1,	'2023-03-03 16:19:20',	'2023-03-03 16:19:20',	'',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:19:20',	'2023-03-03 16:19:20',	'',	256,	'https://www.scriptin.me/fweb/?p=725',	0,	'revision',	'',	0),
(726,	1,	'2023-03-03 16:19:20',	'2023-03-03 16:19:20',	'',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:19:20',	'2023-03-03 16:19:20',	'',	256,	'https://www.scriptin.me/fweb/?p=726',	0,	'revision',	'',	0),
(727,	1,	'2023-03-03 16:19:20',	'2023-03-03 16:19:20',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:19:20',	'2023-03-03 16:19:20',	'',	256,	'https://www.scriptin.me/fweb/?p=727',	0,	'revision',	'',	0),
(728,	1,	'2023-03-03 16:19:30',	'2023-03-03 16:19:30',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:19:30',	'2023-03-03 16:19:30',	'',	256,	'https://www.scriptin.me/fweb/?p=728',	0,	'revision',	'',	0),
(729,	1,	'2023-03-03 16:19:31',	'2023-03-03 16:19:31',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:19:31',	'2023-03-03 16:19:31',	'',	256,	'https://www.scriptin.me/fweb/?p=729',	0,	'revision',	'',	0),
(730,	1,	'2023-03-03 16:19:31',	'2023-03-03 16:19:31',	'<h2>Strategic Branding</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:19:31',	'2023-03-03 16:19:31',	'',	256,	'https://www.scriptin.me/fweb/?p=730',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(731,	1,	'2023-03-03 16:19:55',	'2023-03-03 16:19:55',	'<h2>Strategic Branding</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:19:55',	'2023-03-03 16:19:55',	'',	256,	'https://www.scriptin.me/fweb/?p=731',	0,	'revision',	'',	0),
(732,	1,	'2023-03-03 16:19:56',	'2023-03-03 16:19:56',	'<h2>Strategic Branding</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:19:56',	'2023-03-03 16:19:56',	'',	256,	'https://www.scriptin.me/fweb/?p=732',	0,	'revision',	'',	0),
(733,	1,	'2023-03-03 16:19:56',	'2023-03-03 16:19:56',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:19:56',	'2023-03-03 16:19:56',	'',	256,	'https://www.scriptin.me/fweb/?p=733',	0,	'revision',	'',	0),
(734,	1,	'2023-03-03 16:20:17',	'2023-03-03 16:20:17',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'NewService Base',	'',	'publish',	'closed',	'closed',	'',	'newservice-base',	'',	'',	'2023-03-03 16:20:17',	'2023-03-03 16:20:17',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=newservice-base',	0,	'elementor_library',	'',	0),
(735,	1,	'2023-03-03 16:20:17',	'2023-03-03 16:20:17',	'',	'NewService Base',	'',	'inherit',	'closed',	'closed',	'',	'734-revision-v1',	'',	'',	'2023-03-03 16:20:17',	'2023-03-03 16:20:17',	'',	734,	'https://www.scriptin.me/fweb/?p=735',	0,	'revision',	'',	0),
(736,	1,	'2023-03-03 16:20:17',	'2023-03-03 16:20:17',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'NewService Base',	'',	'inherit',	'closed',	'closed',	'',	'734-revision-v1',	'',	'',	'2023-03-03 16:20:17',	'2023-03-03 16:20:17',	'',	734,	'https://www.scriptin.me/fweb/?p=736',	0,	'revision',	'',	0),
(737,	1,	'2023-03-03 16:20:37',	'2023-03-03 16:20:37',	'<h2>Design</h2>		\n		For turning heads and making an impact.Designing with purpose, intent<br />and creativity, of course.		\n			<h2>Our Services</h2>		\n		<p>Big dreamers, creative thinkers, pencil pushers.</p>		\n			<h2>Design</h2>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Business</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Animation/Video</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:20:37',	'2023-03-03 16:20:37',	'',	258,	'https://www.scriptin.me/fweb/?p=737',	0,	'revision',	'',	0),
(738,	1,	'2023-03-03 16:20:38',	'2023-03-03 16:20:38',	'<h2>Design</h2>		\n		For turning heads and making an impact.Designing with purpose, intent<br />and creativity, of course.		\n			<h2>Our Services</h2>		\n		<p>Big dreamers, creative thinkers, pencil pushers.</p>		\n			<h2>Design</h2>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Business</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Animation/Video</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:20:38',	'2023-03-03 16:20:38',	'',	258,	'https://www.scriptin.me/fweb/?p=738',	0,	'revision',	'',	0),
(739,	1,	'2023-03-03 16:20:38',	'2023-03-03 16:20:38',	'<h2>Design</h2>		\n		For turning heads and making an impact.Designing with purpose, intent<br />and creativity, of course.		\n			<h2>Our Services</h2>		\n		<p>Big dreamers, creative thinkers, pencil pushers.</p>		\n			<h2>Design</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Business</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Animation/Video</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:20:38',	'2023-03-03 16:20:38',	'',	258,	'https://www.scriptin.me/fweb/?p=739',	0,	'revision',	'',	0),
(741,	1,	'2023-03-03 16:23:06',	'2023-03-03 16:23:06',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:23:06',	'2023-03-03 16:23:06',	'',	256,	'https://www.scriptin.me/fweb/?p=741',	0,	'revision',	'',	0),
(742,	1,	'2023-03-03 16:23:07',	'2023-03-03 16:23:07',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:23:07',	'2023-03-03 16:23:07',	'',	256,	'https://www.scriptin.me/fweb/?p=742',	0,	'revision',	'',	0),
(743,	1,	'2023-03-03 16:23:07',	'2023-03-03 16:23:07',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.Bespoke, branded websites that\nconvert sales and look great.		\n			<h2>Why Us?</h2>		\n		Make your website work for you.		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		On the World Wide Web there are countless\nboring and poorly designed websites. We make\nwebsites that do the heavy lifting for you and\nfundamentally look good whilst doing it.		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:23:07',	'2023-03-03 16:23:07',	'',	256,	'https://www.scriptin.me/fweb/?p=743',	0,	'revision',	'',	0),
(744,	1,	'2023-03-03 16:23:11',	'2023-03-03 16:23:11',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.Bespoke, branded websites that\nconvert sales and look great.		\n			<h2>Why Us?</h2>		\n		Make your website work for you.		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		On the World Wide Web there are countless\nboring and poorly designed websites. We make\nwebsites that do the heavy lifting for you and\nfundamentally look good whilst doing it.		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:23:11',	'2023-03-03 16:23:11',	'',	256,	'https://www.scriptin.me/fweb/?p=744',	0,	'revision',	'',	0),
(745,	1,	'2023-03-03 16:23:12',	'2023-03-03 16:23:12',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.Bespoke, branded websites that\nconvert sales and look great.		\n			<h2>Why Us?</h2>		\n		Make your website work for you.		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		On the World Wide Web there are countless\nboring and poorly designed websites. We make\nwebsites that do the heavy lifting for you and\nfundamentally look good whilst doing it.		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:23:12',	'2023-03-03 16:23:12',	'',	256,	'https://www.scriptin.me/fweb/?p=745',	0,	'revision',	'',	0),
(746,	1,	'2023-03-03 16:23:12',	'2023-03-03 16:23:12',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.Bespoke, branded websites that\nconvert sales and look great.		\n			<h2>Why Us?</h2>		\n		Make your website work for you.		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		On the World Wide Web there are countless\nboring and poorly designed websites. We make\nwebsites that do the heavy lifting for you and\nfundamentally look good whilst doing it.		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:23:12',	'2023-03-03 16:23:12',	'',	256,	'https://www.scriptin.me/fweb/?p=746',	0,	'revision',	'',	0),
(748,	1,	'2023-03-03 16:25:58',	'2023-03-03 16:25:58',	'<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>',	'Project Single',	'',	'inherit',	'closed',	'closed',	'',	'405-revision-v1',	'',	'',	'2023-03-03 16:25:58',	'2023-03-03 16:25:58',	'',	405,	'https://www.scriptin.me/fweb/?p=748',	0,	'revision',	'',	0),
(749,	1,	'2023-03-03 16:26:08',	'2023-03-03 16:26:08',	'',	'Project Single',	'',	'inherit',	'closed',	'closed',	'',	'405-revision-v1',	'',	'',	'2023-03-03 16:26:08',	'2023-03-03 16:26:08',	'',	405,	'https://www.scriptin.me/fweb/?p=749',	0,	'revision',	'',	0),
(750,	1,	'2023-03-03 16:26:40',	'2023-03-03 16:26:40',	'',	'Project Single',	'',	'inherit',	'closed',	'closed',	'',	'405-revision-v1',	'',	'',	'2023-03-03 16:26:40',	'2023-03-03 16:26:40',	'',	405,	'https://www.scriptin.me/fweb/?p=750',	0,	'revision',	'',	0),
(751,	1,	'2023-03-03 16:26:55',	'2023-03-03 16:26:55',	'',	'Project Single',	'',	'inherit',	'closed',	'closed',	'',	'405-revision-v1',	'',	'',	'2023-03-03 16:26:55',	'2023-03-03 16:26:55',	'',	405,	'https://www.scriptin.me/fweb/?p=751',	0,	'revision',	'',	0),
(752,	1,	'2023-03-03 16:27:45',	'2023-03-03 16:27:45',	'',	'Project Single',	'',	'inherit',	'closed',	'closed',	'',	'405-revision-v1',	'',	'',	'2023-03-03 16:27:45',	'2023-03-03 16:27:45',	'',	405,	'https://www.scriptin.me/fweb/?p=752',	0,	'revision',	'',	0),
(753,	1,	'2023-03-03 16:28:04',	'2023-03-03 16:28:04',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:28:04',	'2023-03-03 16:28:04',	'',	254,	'https://www.scriptin.me/fweb/?p=753',	0,	'revision',	'',	0),
(754,	1,	'2023-03-03 16:28:04',	'2023-03-03 16:28:04',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:28:04',	'2023-03-03 16:28:04',	'',	254,	'https://www.scriptin.me/fweb/?p=754',	0,	'revision',	'',	0),
(755,	1,	'2023-03-03 16:28:05',	'2023-03-03 16:28:05',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:28:05',	'2023-03-03 16:28:05',	'',	254,	'https://www.scriptin.me/fweb/?p=755',	0,	'revision',	'',	0),
(756,	1,	'2023-03-03 16:28:54',	'2023-03-03 16:28:54',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.Bespoke, branded websites that\nconvert sales and look great.		\n			<h2>Why Us?</h2>		\n		Make your website work for you.		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		On the World Wide Web there are countless\nboring and poorly designed websites. We make\nwebsites that do the heavy lifting for you and\nfundamentally look good whilst doing it.		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:28:54',	'2023-03-03 16:28:54',	'',	256,	'https://www.scriptin.me/fweb/?p=756',	0,	'revision',	'',	0),
(757,	1,	'2023-03-03 16:28:55',	'2023-03-03 16:28:55',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.Bespoke, branded websites that\nconvert sales and look great.		\n			<h2>Why Us?</h2>		\n		Make your website work for you.		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		On the World Wide Web there are countless\nboring and poorly designed websites. We make\nwebsites that do the heavy lifting for you and\nfundamentally look good whilst doing it.		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:28:55',	'2023-03-03 16:28:55',	'',	256,	'https://www.scriptin.me/fweb/?p=757',	0,	'revision',	'',	0),
(758,	1,	'2023-03-03 16:28:55',	'2023-03-03 16:28:55',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.Bespoke, branded websites that\nconvert sales and look great.		\n			<h2>Why Us?</h2>		\n		Make your website work for you.		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		On the World Wide Web there are countless\nboring and poorly designed websites. We make\nwebsites that do the heavy lifting for you and\nfundamentally look good whilst doing it.		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:28:55',	'2023-03-03 16:28:55',	'',	256,	'https://www.scriptin.me/fweb/?p=758',	0,	'revision',	'',	0),
(760,	1,	'2023-03-03 16:29:29',	'2023-03-03 16:29:29',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.Bespoke, branded websites that\nconvert sales and look great.		\n			<h2>Why Us?</h2>		\n		Make your website work for you.		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		On the World Wide Web there are countless\nboring and poorly designed websites. We make\nwebsites that do the heavy lifting for you and\nfundamentally look good whilst doing it.		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:29:29',	'2023-03-03 16:29:29',	'',	256,	'https://www.scriptin.me/fweb/?p=760',	0,	'revision',	'',	0),
(761,	1,	'2023-03-03 16:29:30',	'2023-03-03 16:29:30',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.Bespoke, branded websites that\nconvert sales and look great.		\n			<h2>Why Us?</h2>		\n		Make your website work for you.		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		On the World Wide Web there are countless\nboring and poorly designed websites. We make\nwebsites that do the heavy lifting for you and\nfundamentally look good whilst doing it.		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:29:30',	'2023-03-03 16:29:30',	'',	256,	'https://www.scriptin.me/fweb/?p=761',	0,	'revision',	'',	0),
(762,	1,	'2023-03-03 16:29:31',	'2023-03-03 16:29:31',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.Bespoke, branded websites that\nconvert sales and look great.		\n			<h2>Our Services</h2>		\n		<p>Make your website work for you.</p>		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Why Us?</h2>		\n		<p>On the World Wide Web there are countless<br />boring and poorly designed websites. We make<br />websites that do the heavy lifting for you and<br />fundamentally look good whilst doing it.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:29:31',	'2023-03-03 16:29:31',	'',	256,	'https://www.scriptin.me/fweb/?p=762',	0,	'revision',	'',	0),
(763,	1,	'2023-03-03 16:29:35',	'2023-03-03 16:29:35',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:29:35',	'2023-03-03 16:29:35',	'',	254,	'https://www.scriptin.me/fweb/?p=763',	0,	'revision',	'',	0),
(764,	1,	'2023-03-03 16:29:36',	'2023-03-03 16:29:36',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:29:36',	'2023-03-03 16:29:36',	'',	254,	'https://www.scriptin.me/fweb/?p=764',	0,	'revision',	'',	0),
(765,	1,	'2023-03-03 16:29:36',	'2023-03-03 16:29:36',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:29:36',	'2023-03-03 16:29:36',	'',	254,	'https://www.scriptin.me/fweb/?p=765',	0,	'revision',	'',	0),
(767,	1,	'2023-03-03 16:29:51',	'2023-03-03 16:29:51',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.Bespoke, branded websites that\nconvert sales and look great.		\n			<h2>Our Services</h2>		\n		<p>Make your website work for you.</p>		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Why Us?</h2>		\n		<p>On the World Wide Web there are countless<br />boring and poorly designed websites. We make<br />websites that do the heavy lifting for you and<br />fundamentally look good whilst doing it.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:29:51',	'2023-03-03 16:29:51',	'',	256,	'https://www.scriptin.me/fweb/?p=767',	0,	'revision',	'',	0),
(768,	1,	'2023-03-03 16:29:52',	'2023-03-03 16:29:52',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.Bespoke, branded websites that\nconvert sales and look great.		\n			<h2>Our Services</h2>		\n		<p>Make your website work for you.</p>		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Why Us?</h2>		\n		<p>On the World Wide Web there are countless<br />boring and poorly designed websites. We make<br />websites that do the heavy lifting for you and<br />fundamentally look good whilst doing it.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Bespoke, branded websites that\nconvert sales and look great.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:29:52',	'2023-03-03 16:29:52',	'',	256,	'https://www.scriptin.me/fweb/?p=768',	0,	'revision',	'',	0),
(769,	1,	'2023-03-03 16:29:53',	'2023-03-03 16:29:53',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.<p>Bespoke, branded websites that<br />convert sales and look great.</p>		\n			<h2>Our Services</h2>		\n		<p>Make your website work for you.</p>		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Why Us?</h2>		\n		<p>On the World Wide Web there are countless<br />boring and poorly designed websites. We make<br />websites that do the heavy lifting for you and<br />fundamentally look good whilst doing it.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Bespoke, branded websites that\nconvert sales and look great.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:29:53',	'2023-03-03 16:29:53',	'',	256,	'https://www.scriptin.me/fweb/?p=769',	0,	'revision',	'',	0),
(770,	1,	'2023-03-03 16:30:21',	'2023-03-03 16:30:21',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Bringing new brands into the world or reviving existing ones.\nBranding isn’t about what one likes\nor dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:30:21',	'2023-03-03 16:30:21',	'',	254,	'https://www.scriptin.me/fweb/?p=770',	0,	'revision',	'',	0),
(771,	1,	'2023-03-03 16:30:22',	'2023-03-03 16:30:22',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:30:22',	'2023-03-03 16:30:22',	'',	254,	'https://www.scriptin.me/fweb/?p=771',	0,	'revision',	'',	0),
(772,	1,	'2023-03-03 16:30:23',	'2023-03-03 16:30:23',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:30:23',	'2023-03-03 16:30:23',	'',	254,	'https://www.scriptin.me/fweb/?p=772',	0,	'revision',	'',	0),
(773,	1,	'2023-03-03 16:30:27',	'2023-03-03 16:30:27',	'<h2>Design</h2>		\n		For turning heads and making an impact.Designing with purpose, intent<br />and creativity, of course.		\n			<h2>Our Services</h2>		\n		<p>Big dreamers, creative thinkers, pencil pushers.</p>		\n			<h2>Design</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Business</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Animation/Video</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:30:27',	'2023-03-03 16:30:27',	'',	258,	'https://www.scriptin.me/fweb/?p=773',	0,	'revision',	'',	0),
(774,	1,	'2023-03-03 16:30:28',	'2023-03-03 16:30:28',	'<h2>Design</h2>		\n		For turning heads and making an impact.Designing with purpose, intent<br />and creativity, of course.		\n			<h2>Our Services</h2>		\n		<p>Big dreamers, creative thinkers, pencil pushers.</p>		\n			<h2>Design</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Business</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Animation/Video</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:30:28',	'2023-03-03 16:30:28',	'',	258,	'https://www.scriptin.me/fweb/?p=774',	0,	'revision',	'',	0),
(775,	1,	'2023-03-03 16:30:28',	'2023-03-03 16:30:28',	'<h2>Design</h2>		\n		For turning heads and making an impact.<p>Designing with purpose, intent<br />and creativity, of course.</p>		\n			<h2>Our Services</h2>		\n		<p>Big dreamers, creative thinkers, pencil pushers.</p>		\n			<h2>Design</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Business</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Animation/Video</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-03 16:30:28',	'2023-03-03 16:30:28',	'',	258,	'https://www.scriptin.me/fweb/?p=775',	0,	'revision',	'',	0),
(776,	1,	'2023-03-03 16:30:59',	'2023-03-03 16:30:59',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.<p>Bespoke, branded websites that<br />convert sales and look great.</p>		\n			<h2>Our Services</h2>		\n		<p>Make your website work for you.</p>		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Why Us?</h2>		\n		<p>On the World Wide Web there are countless<br />boring and poorly designed websites. We make<br />websites that do the heavy lifting for you and<br />fundamentally look good whilst doing it.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Bespoke, branded websites that\nconvert sales and look great.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:30:59',	'2023-03-03 16:30:59',	'',	256,	'https://www.scriptin.me/fweb/?p=776',	0,	'revision',	'',	0),
(777,	1,	'2023-03-03 16:30:59',	'2023-03-03 16:30:59',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.<p>Bespoke, branded websites that<br />convert sales and look great.</p>		\n			<h2>Our Services</h2>		\n		<p>Make your website work for you.</p>		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Why Us?</h2>		\n		<p>On the World Wide Web there are countless<br />boring and poorly designed websites. We make<br />websites that do the heavy lifting for you and<br />fundamentally look good whilst doing it.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Bespoke, branded websites that\nconvert sales and look great.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:30:59',	'2023-03-03 16:30:59',	'',	256,	'https://www.scriptin.me/fweb/?p=777',	0,	'revision',	'',	0),
(778,	1,	'2023-03-03 16:31:00',	'2023-03-03 16:31:00',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.<p>Bespoke, branded websites that<br />convert sales and look great.</p>		\n			<h2>Our Services</h2>		\n		<p>Make your website work for you.</p>		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Why Us?</h2>		\n		<p>On the World Wide Web there are countless<br />boring and poorly designed websites. We make<br />websites that do the heavy lifting for you and<br />fundamentally look good whilst doing it.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Bespoke, branded websites that\nconvert sales and look great.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-03 16:31:00',	'2023-03-03 16:31:00',	'',	256,	'https://www.scriptin.me/fweb/?p=778',	0,	'revision',	'',	0),
(780,	1,	'2023-03-03 16:31:39',	'2023-03-03 16:31:39',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:31:39',	'2023-03-03 16:31:39',	'',	254,	'https://www.scriptin.me/fweb/?p=780',	0,	'revision',	'',	0),
(781,	1,	'2023-03-03 16:31:39',	'2023-03-03 16:31:39',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:31:39',	'2023-03-03 16:31:39',	'',	254,	'https://www.scriptin.me/fweb/?p=781',	0,	'revision',	'',	0),
(782,	1,	'2023-03-03 16:31:40',	'2023-03-03 16:31:40',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 16:31:40',	'2023-03-03 16:31:40',	'',	254,	'https://www.scriptin.me/fweb/?p=782',	0,	'revision',	'',	0),
(783,	1,	'2023-03-03 16:33:43',	'2023-03-03 16:33:43',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor14844 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor14844 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor14844 100s linear infinite running;\n}\n#uc_list_marquee_elementor14844 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor14844 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor14844 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor14844 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor14844 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor14844 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor14844 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor14844 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor14844 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-03 16:33:43',	'2023-03-03 16:33:43',	'',	95,	'https://www.scriptin.me/fweb/?p=783',	0,	'revision',	'',	0),
(784,	1,	'2023-03-03 16:33:59',	'2023-03-03 16:33:59',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor17296 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor17296 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor17296 100s linear infinite running;\n}\n#uc_list_marquee_elementor17296 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor17296 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor17296 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor17296 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor17296 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor17296 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor17296 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor17296 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor17296 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-03 16:33:59',	'2023-03-03 16:33:59',	'',	95,	'https://www.scriptin.me/fweb/?p=784',	0,	'revision',	'',	0),
(785,	1,	'2023-03-03 16:39:44',	'2023-03-03 16:39:44',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-03-03 16:39:44',	'2023-03-03 16:39:44',	'',	25,	'https://www.scriptin.me/fweb/?p=785',	0,	'revision',	'',	0),
(786,	1,	'2023-03-03 16:39:45',	'2023-03-03 16:39:45',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-03-03 16:39:45',	'2023-03-03 16:39:45',	'',	25,	'https://www.scriptin.me/fweb/?p=786',	0,	'revision',	'',	0),
(787,	1,	'2023-03-03 16:39:45',	'2023-03-03 16:39:45',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-03-03 16:39:45',	'2023-03-03 16:39:45',	'',	25,	'https://www.scriptin.me/fweb/?p=787',	0,	'revision',	'',	0),
(789,	1,	'2023-03-03 17:27:38',	'2023-03-03 17:27:38',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-03-03 17:27:38',	'2023-03-03 17:27:38',	'',	25,	'https://www.scriptin.me/fweb/?p=789',	0,	'revision',	'',	0),
(790,	1,	'2023-03-03 17:27:39',	'2023-03-03 17:27:39',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-03-03 17:27:39',	'2023-03-03 17:27:39',	'',	25,	'https://www.scriptin.me/fweb/?p=790',	0,	'revision',	'',	0),
(791,	1,	'2023-03-03 17:27:39',	'2023-03-03 17:27:39',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-03-03 17:27:39',	'2023-03-03 17:27:39',	'',	25,	'https://www.scriptin.me/fweb/?p=791',	0,	'revision',	'',	0),
(792,	1,	'2023-03-03 17:52:36',	'2023-03-03 17:52:36',	'',	'MouseCursor Custom JavaScript',	'',	'trash',	'closed',	'closed',	'',	'mousecursor-custom-javascript__trashed',	'',	'',	'2023-03-03 18:03:11',	'2023-03-03 18:03:11',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_snippet&#038;p=792',	0,	'elementor_snippet',	'',	0),
(793,	1,	'2023-03-03 17:55:02',	'2023-03-03 17:55:02',	'',	'Trying adding CSS',	'',	'trash',	'closed',	'closed',	'',	'trying-adding-css__trashed',	'',	'',	'2023-03-03 18:03:11',	'2023-03-03 18:03:11',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_snippet&#038;p=793',	0,	'elementor_snippet',	'',	0),
(794,	1,	'2023-03-03 17:55:53',	'2023-03-03 17:55:53',	'',	'Adding Cursor object',	'',	'trash',	'closed',	'closed',	'',	'adding-cursor-object__trashed',	'',	'',	'2023-03-03 18:08:26',	'2023-03-03 18:08:26',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_snippet&#038;p=794',	0,	'elementor_snippet',	'',	0),
(795,	1,	'2023-03-03 17:58:10',	'2023-03-03 17:58:10',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor10511 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor10511 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor10511 100s linear infinite running;\n}\n#uc_list_marquee_elementor10511 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor10511 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor10511 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor10511 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor10511 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor10511 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor10511 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor10511 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor10511 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-03 17:58:10',	'2023-03-03 17:58:10',	'',	95,	'https://www.scriptin.me/fweb/?p=795',	0,	'revision',	'',	0),
(798,	1,	'2023-03-03 18:04:32',	'2023-03-03 18:04:32',	'<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'HeaderPart for safekeeps',	'',	'publish',	'closed',	'closed',	'',	'headerpart-for-safekeeps',	'',	'',	'2023-03-03 18:04:32',	'2023-03-03 18:04:32',	'',	0,	'https://www.scriptin.me/fweb/?elementor_library=headerpart-for-safekeeps',	0,	'elementor_library',	'',	0),
(799,	1,	'2023-03-03 18:04:32',	'2023-03-03 18:04:32',	'',	'HeaderPart for safekeeps',	'',	'inherit',	'closed',	'closed',	'',	'798-revision-v1',	'',	'',	'2023-03-03 18:04:32',	'2023-03-03 18:04:32',	'',	798,	'https://www.scriptin.me/fweb/?p=799',	0,	'revision',	'',	0),
(800,	1,	'2023-03-03 18:04:32',	'2023-03-03 18:04:32',	'<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'HeaderPart for safekeeps',	'',	'inherit',	'closed',	'closed',	'',	'798-revision-v1',	'',	'',	'2023-03-03 18:04:32',	'2023-03-03 18:04:32',	'',	798,	'https://www.scriptin.me/fweb/?p=800',	0,	'revision',	'',	0),
(801,	1,	'2023-03-03 18:04:36',	'2023-03-03 18:04:36',	'<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-03-03 18:04:36',	'2023-03-03 18:04:36',	'',	17,	'https://www.scriptin.me/fweb/?p=801',	0,	'revision',	'',	0),
(802,	1,	'2023-03-03 18:06:13',	'2023-03-03 18:06:13',	'',	'Menu JS Function',	'',	'publish',	'closed',	'closed',	'',	'menu-js-function',	'',	'',	'2023-03-03 18:06:13',	'2023-03-03 18:06:13',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_snippet&#038;p=802',	0,	'elementor_snippet',	'',	0),
(803,	1,	'2023-03-03 18:06:33',	'2023-03-03 18:06:33',	'<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-03-03 18:06:33',	'2023-03-03 18:06:33',	'',	17,	'https://www.scriptin.me/fweb/?p=803',	0,	'revision',	'',	0),
(804,	1,	'2023-03-03 18:53:40',	'2023-03-03 18:53:40',	'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 17.51 44.62\" width=\"17.510000228881836\" height=\"44.619998931884766\" style=\"\"><g fill=\"#fff\" stroke=\"#fff\" stroke-miterlimit=\"10\"><path d=\"M8.78 17.01A8.26 8.26 0 1 0 .52 8.76a8.25 8.25 0 0 0 8.26 8.25h0\"></path><path d=\"M8.78 44.12a8.26 8.26 0 1 0-8.26-8.26 8.26 8.26 0 0 0 8.26 8.26h0\"></path></g><style data-made-with=\"vivus-instant\">.menu-icon:hover g.menu-icon-group path:first-child {    transform: translate(0px, -30%);}.menu-icon:hover g.menu-icon-group path:last-child {    transform: translate(0px, 30%);}@-webkit-keyframes animate-svg-stroke-1 {  0% {    stroke-dashoffset: 53.90892791748047px;    stroke-dasharray: 53.90892791748047px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.90892791748047px;  }}@keyframes animate-svg-stroke-1 {  0% {    stroke-dashoffset: 53.90892791748047px;    stroke-dasharray: 53.90892791748047px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.90892791748047px;  }}@-webkit-keyframes animate-svg-fill-1 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}@keyframes animate-svg-fill-1 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}.svg-elem-1 {  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,                       animate-svg-fill-1 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,               animate-svg-fill-1 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;}@-webkit-keyframes animate-svg-stroke-2 {  0% {    stroke-dashoffset: 53.906455993652344px;    stroke-dasharray: 53.906455993652344px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.906455993652344px;  }}@keyframes animate-svg-stroke-2 {  0% {    stroke-dashoffset: 53.906455993652344px;    stroke-dasharray: 53.906455993652344px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.906455993652344px;  }}@-webkit-keyframes animate-svg-fill-2 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}@keyframes animate-svg-fill-2 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}.svg-elem-2 {  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,                       animate-svg-fill-2 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s both;          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,               animate-svg-fill-2 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s both;}</style></svg>',	'MenuDots',	'',	'publish',	'closed',	'closed',	'',	'menudots',	'',	'',	'2023-03-03 18:56:51',	'2023-03-03 18:56:51',	'',	0,	'https://www.scriptin.me/fweb/?post_type=elementor_library&#038;p=804',	0,	'elementor_library',	'',	0),
(806,	1,	'2023-03-03 18:33:11',	'2023-03-03 18:33:11',	'',	'asdasd_animated',	'',	'inherit',	'closed',	'closed',	'',	'asdasd_animated',	'',	'',	'2023-03-03 18:33:11',	'2023-03-03 18:33:11',	'',	804,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/03/asdasd_animated.svg',	0,	'attachment',	'image/svg+xml',	0),
(807,	1,	'2023-03-03 18:53:56',	'2023-03-03 18:53:56',	'',	'asdasd_animated',	'',	'inherit',	'closed',	'closed',	'',	'asdasd_animated-2',	'',	'',	'2023-03-03 18:53:56',	'2023-03-03 18:53:56',	'',	804,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/03/asdasd_animated-1.svg',	0,	'attachment',	'image/svg+xml',	0),
(808,	1,	'2023-03-03 18:54:18',	'2023-03-03 18:54:18',	'',	'ew',	'',	'inherit',	'closed',	'closed',	'',	'ew',	'',	'',	'2023-03-03 18:54:18',	'2023-03-03 18:54:18',	'',	804,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/03/ew.svg',	0,	'attachment',	'image/svg+xml',	0),
(809,	1,	'2023-03-03 18:56:51',	'2023-03-03 18:56:51',	'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 17.51 44.62\" width=\"17.510000228881836\" height=\"44.619998931884766\" style=\"\"><g fill=\"#fff\" stroke=\"#fff\" stroke-miterlimit=\"10\"><path d=\"M8.78 17.01A8.26 8.26 0 1 0 .52 8.76a8.25 8.25 0 0 0 8.26 8.25h0\"></path><path d=\"M8.78 44.12a8.26 8.26 0 1 0-8.26-8.26 8.26 8.26 0 0 0 8.26 8.26h0\"></path></g><style data-made-with=\"vivus-instant\">.menu-icon:hover g.menu-icon-group path:first-child {    transform: translate(0px, -30%);}.menu-icon:hover g.menu-icon-group path:last-child {    transform: translate(0px, 30%);}@-webkit-keyframes animate-svg-stroke-1 {  0% {    stroke-dashoffset: 53.90892791748047px;    stroke-dasharray: 53.90892791748047px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.90892791748047px;  }}@keyframes animate-svg-stroke-1 {  0% {    stroke-dashoffset: 53.90892791748047px;    stroke-dasharray: 53.90892791748047px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.90892791748047px;  }}@-webkit-keyframes animate-svg-fill-1 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}@keyframes animate-svg-fill-1 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}.svg-elem-1 {  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,                       animate-svg-fill-1 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,               animate-svg-fill-1 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;}@-webkit-keyframes animate-svg-stroke-2 {  0% {    stroke-dashoffset: 53.906455993652344px;    stroke-dasharray: 53.906455993652344px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.906455993652344px;  }}@keyframes animate-svg-stroke-2 {  0% {    stroke-dashoffset: 53.906455993652344px;    stroke-dasharray: 53.906455993652344px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.906455993652344px;  }}@-webkit-keyframes animate-svg-fill-2 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}@keyframes animate-svg-fill-2 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}.svg-elem-2 {  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,                       animate-svg-fill-2 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s both;          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,               animate-svg-fill-2 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s both;}</style></svg>',	'MenuDots',	'',	'inherit',	'closed',	'closed',	'',	'804-revision-v1',	'',	'',	'2023-03-03 18:56:51',	'2023-03-03 18:56:51',	'',	804,	'https://www.scriptin.me/fweb/?p=809',	0,	'revision',	'',	0),
(810,	1,	'2023-03-03 18:56:51',	'2023-03-03 18:56:51',	'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 17.51 44.62\" width=\"17.510000228881836\" height=\"44.619998931884766\" style=\"\"><g fill=\"#fff\" stroke=\"#fff\" stroke-miterlimit=\"10\"><path d=\"M8.78 17.01A8.26 8.26 0 1 0 .52 8.76a8.25 8.25 0 0 0 8.26 8.25h0\"></path><path d=\"M8.78 44.12a8.26 8.26 0 1 0-8.26-8.26 8.26 8.26 0 0 0 8.26 8.26h0\"></path></g><style data-made-with=\"vivus-instant\">.menu-icon:hover g.menu-icon-group path:first-child {    transform: translate(0px, -30%);}.menu-icon:hover g.menu-icon-group path:last-child {    transform: translate(0px, 30%);}@-webkit-keyframes animate-svg-stroke-1 {  0% {    stroke-dashoffset: 53.90892791748047px;    stroke-dasharray: 53.90892791748047px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.90892791748047px;  }}@keyframes animate-svg-stroke-1 {  0% {    stroke-dashoffset: 53.90892791748047px;    stroke-dasharray: 53.90892791748047px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.90892791748047px;  }}@-webkit-keyframes animate-svg-fill-1 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}@keyframes animate-svg-fill-1 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}.svg-elem-1 {  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,                       animate-svg-fill-1 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,               animate-svg-fill-1 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;}@-webkit-keyframes animate-svg-stroke-2 {  0% {    stroke-dashoffset: 53.906455993652344px;    stroke-dasharray: 53.906455993652344px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.906455993652344px;  }}@keyframes animate-svg-stroke-2 {  0% {    stroke-dashoffset: 53.906455993652344px;    stroke-dasharray: 53.906455993652344px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.906455993652344px;  }}@-webkit-keyframes animate-svg-fill-2 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}@keyframes animate-svg-fill-2 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}.svg-elem-2 {  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,                       animate-svg-fill-2 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s both;          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,               animate-svg-fill-2 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s both;}</style></svg>',	'MenuDots',	'',	'inherit',	'closed',	'closed',	'',	'804-revision-v1',	'',	'',	'2023-03-03 18:56:51',	'2023-03-03 18:56:51',	'',	804,	'https://www.scriptin.me/fweb/?p=810',	0,	'revision',	'',	0),
(811,	1,	'2023-03-03 19:04:00',	'2023-03-03 19:04:00',	'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 17.51 44.62\" width=\"17.510000228881836\" height=\"44.619998931884766\" style=\"\"><g fill=\"#fff\" stroke=\"#fff\" stroke-miterlimit=\"10\"><path d=\"M8.78 17.01A8.26 8.26 0 1 0 .52 8.76a8.25 8.25 0 0 0 8.26 8.25h0\"></path><path d=\"M8.78 44.12a8.26 8.26 0 1 0-8.26-8.26 8.26 8.26 0 0 0 8.26 8.26h0\"></path></g><style data-made-with=\"vivus-instant\">.menu-icon:hover g.menu-icon-group path:first-child {    transform: translate(0px, -30%);}.menu-icon:hover g.menu-icon-group path:last-child {    transform: translate(0px, 30%);}@-webkit-keyframes animate-svg-stroke-1 {  0% {    stroke-dashoffset: 53.90892791748047px;    stroke-dasharray: 53.90892791748047px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.90892791748047px;  }}@keyframes animate-svg-stroke-1 {  0% {    stroke-dashoffset: 53.90892791748047px;    stroke-dasharray: 53.90892791748047px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.90892791748047px;  }}@-webkit-keyframes animate-svg-fill-1 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}@keyframes animate-svg-fill-1 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}.svg-elem-1 {  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,                       animate-svg-fill-1 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,               animate-svg-fill-1 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;}@-webkit-keyframes animate-svg-stroke-2 {  0% {    stroke-dashoffset: 53.906455993652344px;    stroke-dasharray: 53.906455993652344px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.906455993652344px;  }}@keyframes animate-svg-stroke-2 {  0% {    stroke-dashoffset: 53.906455993652344px;    stroke-dasharray: 53.906455993652344px;  }  100% {    stroke-dashoffset: 0;    stroke-dasharray: 53.906455993652344px;  }}@-webkit-keyframes animate-svg-fill-2 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}@keyframes animate-svg-fill-2 {  0% {    fill: transparent;  }  100% {    fill: rgb(255, 255, 255);  }}.svg-elem-2 {  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,                       animate-svg-fill-2 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s both;          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,               animate-svg-fill-2 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s both;}</style></svg>			\n			<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-03-03 19:04:00',	'2023-03-03 19:04:00',	'',	17,	'https://www.scriptin.me/fweb/?p=811',	0,	'revision',	'',	0),
(812,	1,	'2023-03-03 19:04:05',	'2023-03-03 19:04:05',	'<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-03-03 19:04:05',	'2023-03-03 19:04:05',	'',	17,	'https://www.scriptin.me/fweb/?p=812',	0,	'revision',	'',	0),
(814,	1,	'2023-03-03 19:23:07',	'2023-03-03 19:23:07',	'<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-03-03 19:23:07',	'2023-03-03 19:23:07',	'',	17,	'https://www.scriptin.me/fweb/?p=814',	0,	'revision',	'',	0),
(815,	1,	'2023-03-03 19:33:09',	'2023-03-03 19:33:09',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-03-03 19:33:09',	'2023-03-03 19:33:09',	'',	127,	'https://www.scriptin.me/fweb/?p=815',	0,	'revision',	'',	0),
(816,	1,	'2023-03-03 19:33:09',	'2023-03-03 19:33:09',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-03-03 19:33:09',	'2023-03-03 19:33:09',	'',	127,	'https://www.scriptin.me/fweb/?p=816',	0,	'revision',	'',	0),
(817,	1,	'2023-03-03 19:35:28',	'2023-03-03 19:35:28',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-03-03 19:35:28',	'2023-03-03 19:35:28',	'',	267,	'https://www.scriptin.me/fweb/?p=817',	0,	'revision',	'',	0),
(818,	1,	'2023-03-03 19:38:30',	'2023-03-03 19:38:30',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-03-03 19:38:30',	'2023-03-03 19:38:30',	'',	495,	'https://www.scriptin.me/fweb/?p=818',	0,	'revision',	'',	0),
(819,	1,	'2023-03-03 19:41:58',	'2023-03-03 19:41:58',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-03-03 19:41:58',	'2023-03-03 19:41:58',	'',	495,	'https://www.scriptin.me/fweb/?p=819',	0,	'revision',	'',	0),
(820,	1,	'2023-03-03 19:42:09',	'2023-03-03 19:42:09',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-03-03 19:42:09',	'2023-03-03 19:42:09',	'',	495,	'https://www.scriptin.me/fweb/?p=820',	0,	'revision',	'',	0),
(821,	1,	'2023-03-03 19:42:30',	'2023-03-03 19:42:30',	'',	'Elementor Loop Item #495',	'',	'inherit',	'closed',	'closed',	'',	'495-revision-v1',	'',	'',	'2023-03-03 19:42:30',	'2023-03-03 19:42:30',	'',	495,	'https://www.scriptin.me/fweb/?p=821',	0,	'revision',	'',	0),
(822,	1,	'2023-03-03 19:45:24',	'2023-03-03 19:45:24',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>',	'Menu',	'',	'inherit',	'closed',	'closed',	'',	'127-revision-v1',	'',	'',	'2023-03-03 19:45:24',	'2023-03-03 19:45:24',	'',	127,	'https://www.scriptin.me/fweb/?p=822',	0,	'revision',	'',	0),
(823,	1,	'2023-03-03 19:48:03',	'2023-03-03 19:48:03',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-03-03 19:48:03',	'2023-03-03 19:48:03',	'',	267,	'https://www.scriptin.me/fweb/?p=823',	0,	'revision',	'',	0),
(824,	1,	'2023-03-03 19:50:11',	'2023-03-03 19:50:11',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-03-03 19:50:11',	'2023-03-03 19:50:11',	'',	267,	'https://www.scriptin.me/fweb/?p=824',	0,	'revision',	'',	0),
(825,	1,	'2023-03-03 19:50:33',	'2023-03-03 19:50:33',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-revision-v1',	'',	'',	'2023-03-03 19:50:33',	'2023-03-03 19:50:33',	'',	267,	'https://www.scriptin.me/fweb/?p=825',	0,	'revision',	'',	0),
(826,	1,	'2023-03-03 19:52:21',	'2023-03-03 19:52:21',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor15130 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor15130 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor15130 100s linear infinite running;\n}\n#uc_list_marquee_elementor15130 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor15130 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor15130 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor15130 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor15130 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor15130 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor15130 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor15130 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor15130 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-03 19:52:21',	'2023-03-03 19:52:21',	'',	95,	'https://www.scriptin.me/fweb/?p=826',	0,	'revision',	'',	0),
(827,	1,	'2023-03-03 19:53:10',	'2023-03-03 19:53:10',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor11214 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor11214 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor11214 100s linear infinite running;\n}\n#uc_list_marquee_elementor11214 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor11214 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor11214 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor11214 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor11214 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor11214 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor11214 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor11214 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor11214 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-03 19:53:10',	'2023-03-03 19:53:10',	'',	95,	'https://www.scriptin.me/fweb/?p=827',	0,	'revision',	'',	0),
(828,	1,	'2023-03-03 19:53:19',	'2023-03-03 19:53:19',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor15123 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor15123 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor15123 100s linear infinite running;\n}\n#uc_list_marquee_elementor15123 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor15123 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor15123 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor15123 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor15123 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor15123 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor15123 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor15123 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor15123 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"\" >\n        Got a project in mind? Contact Us. You’re only a stranger once!\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-03 19:53:19',	'2023-03-03 19:53:19',	'',	95,	'https://www.scriptin.me/fweb/?p=828',	0,	'revision',	'',	0),
(829,	1,	'2023-03-03 19:58:39',	'2023-03-03 19:58:39',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor12838 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor12838 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor12838 100s linear infinite running;\n}\n#uc_list_marquee_elementor12838 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor12838 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor12838 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor12838 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor12838 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor12838 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor12838 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor12838 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor12838 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? <u>Contact Us</u>. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? <u>Contact Us</u>. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? <u>Contact Us</u>. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? <u>Contact Us</u>. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? <u>Contact Us</u>. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? <u>Contact Us</u>. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? <u>Contact Us</u>. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? <u>Contact Us</u>. You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? <u>Contact Us</u>. You’re only a stranger once!\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-03 19:58:39',	'2023-03-03 19:58:39',	'',	95,	'https://www.scriptin.me/fweb/?p=829',	0,	'revision',	'',	0),
(830,	1,	'2023-03-03 20:00:02',	'2023-03-03 20:00:02',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor11609 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor11609 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor11609 100s linear infinite running;\n}\n#uc_list_marquee_elementor11609 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor11609 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor11609 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor11609 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor11609 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor11609 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor11609 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor11609 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor11609 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-03 20:00:02',	'2023-03-03 20:00:02',	'',	95,	'https://www.scriptin.me/fweb/?p=830',	0,	'revision',	'',	0),
(831,	1,	'2023-03-03 20:10:24',	'2023-03-03 20:10:24',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-03-03 20:10:24',	'2023-03-03 20:10:24',	'',	323,	'https://www.scriptin.me/fweb/?p=831',	0,	'revision',	'',	0),
(832,	1,	'2023-03-03 20:11:01',	'2023-03-03 20:11:01',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-03-03 20:11:01',	'2023-03-03 20:11:01',	'',	323,	'https://www.scriptin.me/fweb/?p=832',	0,	'revision',	'',	0),
(834,	1,	'2023-03-03 20:12:04',	'2023-03-03 20:12:04',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-03-03 20:12:04',	'2023-03-03 20:12:04',	'',	323,	'https://www.scriptin.me/fweb/?p=834',	0,	'revision',	'',	0),
(835,	1,	'2023-03-03 20:12:30',	'2023-03-03 20:12:30',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-03-03 20:12:30',	'2023-03-03 20:12:30',	'',	323,	'https://www.scriptin.me/fweb/?p=835',	0,	'revision',	'',	0),
(836,	1,	'2023-03-03 20:16:05',	'2023-03-03 20:16:05',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-03-03 20:16:05',	'2023-03-03 20:16:05',	'',	323,	'https://www.scriptin.me/fweb/?p=836',	0,	'revision',	'',	0),
(837,	1,	'2023-03-03 20:16:35',	'2023-03-03 20:16:35',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-03-03 20:16:35',	'2023-03-03 20:16:35',	'',	323,	'https://www.scriptin.me/fweb/?p=837',	0,	'revision',	'',	0),
(838,	1,	'2023-03-03 20:21:17',	'2023-03-03 20:21:17',	'<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-03-03 20:21:17',	'2023-03-03 20:21:17',	'',	17,	'https://www.scriptin.me/fweb/?p=838',	0,	'revision',	'',	0),
(839,	1,	'2023-03-03 20:21:17',	'2023-03-03 20:21:17',	'<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-03-03 20:21:17',	'2023-03-03 20:21:17',	'',	17,	'https://www.scriptin.me/fweb/?p=839',	0,	'revision',	'',	0),
(840,	1,	'2023-03-03 20:21:24',	'2023-03-03 20:21:24',	'<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-03-03 20:21:24',	'2023-03-03 20:21:24',	'',	17,	'https://www.scriptin.me/fweb/?p=840',	0,	'revision',	'',	0),
(841,	1,	'2023-03-03 20:21:39',	'2023-03-03 20:21:39',	'<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-03-03 20:21:39',	'2023-03-03 20:21:39',	'',	17,	'https://www.scriptin.me/fweb/?p=841',	0,	'revision',	'',	0),
(843,	1,	'2023-03-03 20:32:19',	'2023-03-03 20:32:19',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:32:19',	'2023-03-03 20:32:19',	'',	254,	'https://www.scriptin.me/fweb/?p=843',	0,	'revision',	'',	0),
(844,	1,	'2023-03-03 20:32:20',	'2023-03-03 20:32:20',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:32:20',	'2023-03-03 20:32:20',	'',	254,	'https://www.scriptin.me/fweb/?p=844',	0,	'revision',	'',	0),
(845,	1,	'2023-03-03 20:32:20',	'2023-03-03 20:32:20',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:32:20',	'2023-03-03 20:32:20',	'',	254,	'https://www.scriptin.me/fweb/?p=845',	0,	'revision',	'',	0),
(846,	1,	'2023-03-03 20:35:00',	'2023-03-03 20:35:00',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:35:00',	'2023-03-03 20:35:00',	'',	254,	'https://www.scriptin.me/fweb/?p=846',	0,	'revision',	'',	0),
(847,	1,	'2023-03-03 20:35:02',	'2023-03-03 20:35:02',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:35:02',	'2023-03-03 20:35:02',	'',	254,	'https://www.scriptin.me/fweb/?p=847',	0,	'revision',	'',	0),
(848,	1,	'2023-03-03 20:35:02',	'2023-03-03 20:35:02',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:35:02',	'2023-03-03 20:35:02',	'',	254,	'https://www.scriptin.me/fweb/?p=848',	0,	'revision',	'',	0),
(849,	1,	'2023-03-03 20:35:19',	'2023-03-03 20:35:19',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:35:19',	'2023-03-03 20:35:19',	'',	254,	'https://www.scriptin.me/fweb/?p=849',	0,	'revision',	'',	0),
(850,	1,	'2023-03-03 20:35:19',	'2023-03-03 20:35:19',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive<br />process that works for everyone. However, we believe<br />that this process yields the best results, Rooted in strategic <br />thinking, our ‘3F’ process has been created to position <br />your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:35:19',	'2023-03-03 20:35:19',	'',	254,	'https://www.scriptin.me/fweb/?p=850',	0,	'revision',	'',	0),
(851,	1,	'2023-03-03 20:35:20',	'2023-03-03 20:35:20',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:35:20',	'2023-03-03 20:35:20',	'',	254,	'https://www.scriptin.me/fweb/?p=851',	0,	'revision',	'',	0),
(852,	1,	'2023-03-03 20:35:52',	'2023-03-03 20:35:52',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:35:52',	'2023-03-03 20:35:52',	'',	254,	'https://www.scriptin.me/fweb/?p=852',	0,	'revision',	'',	0),
(853,	1,	'2023-03-03 20:35:53',	'2023-03-03 20:35:53',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:35:53',	'2023-03-03 20:35:53',	'',	254,	'https://www.scriptin.me/fweb/?p=853',	0,	'revision',	'',	0),
(854,	1,	'2023-03-03 20:35:53',	'2023-03-03 20:35:53',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:35:53',	'2023-03-03 20:35:53',	'',	254,	'https://www.scriptin.me/fweb/?p=854',	0,	'revision',	'',	0),
(855,	1,	'2023-03-03 20:36:09',	'2023-03-03 20:36:09',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:36:09',	'2023-03-03 20:36:09',	'',	254,	'https://www.scriptin.me/fweb/?p=855',	0,	'revision',	'',	0),
(856,	1,	'2023-03-03 20:36:10',	'2023-03-03 20:36:10',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same<br />ring to it though does it? It’s an optional step for those<br />wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:36:10',	'2023-03-03 20:36:10',	'',	254,	'https://www.scriptin.me/fweb/?p=856',	0,	'revision',	'',	0),
(857,	1,	'2023-03-03 20:36:10',	'2023-03-03 20:36:10',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:36:10',	'2023-03-03 20:36:10',	'',	254,	'https://www.scriptin.me/fweb/?p=857',	0,	'revision',	'',	0),
(858,	1,	'2023-03-03 20:43:33',	'2023-03-03 20:43:33',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:43:33',	'2023-03-03 20:43:33',	'',	254,	'https://www.scriptin.me/fweb/?p=858',	0,	'revision',	'',	0),
(859,	1,	'2023-03-03 20:43:34',	'2023-03-03 20:43:34',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:43:34',	'2023-03-03 20:43:34',	'',	254,	'https://www.scriptin.me/fweb/?p=859',	0,	'revision',	'',	0),
(860,	1,	'2023-03-03 20:43:34',	'2023-03-03 20:43:34',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:43:34',	'2023-03-03 20:43:34',	'',	254,	'https://www.scriptin.me/fweb/?p=860',	0,	'revision',	'',	0),
(861,	1,	'2023-03-03 20:43:52',	'2023-03-03 20:43:52',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:43:52',	'2023-03-03 20:43:52',	'',	254,	'https://www.scriptin.me/fweb/?p=861',	0,	'revision',	'',	0),
(862,	1,	'2023-03-03 20:43:53',	'2023-03-03 20:43:53',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:43:53',	'2023-03-03 20:43:53',	'',	254,	'https://www.scriptin.me/fweb/?p=862',	0,	'revision',	'',	0),
(863,	1,	'2023-03-03 20:43:53',	'2023-03-03 20:43:53',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:43:53',	'2023-03-03 20:43:53',	'',	254,	'https://www.scriptin.me/fweb/?p=863',	0,	'revision',	'',	0),
(864,	1,	'2023-03-03 20:46:36',	'2023-03-03 20:46:36',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:46:36',	'2023-03-03 20:46:36',	'',	254,	'https://www.scriptin.me/fweb/?p=864',	0,	'revision',	'',	0),
(865,	1,	'2023-03-03 20:46:37',	'2023-03-03 20:46:37',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:46:37',	'2023-03-03 20:46:37',	'',	254,	'https://www.scriptin.me/fweb/?p=865',	0,	'revision',	'',	0),
(866,	1,	'2023-03-03 20:46:37',	'2023-03-03 20:46:37',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:46:37',	'2023-03-03 20:46:37',	'',	254,	'https://www.scriptin.me/fweb/?p=866',	0,	'revision',	'',	0),
(867,	1,	'2023-03-03 20:49:19',	'2023-03-03 20:49:19',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:49:19',	'2023-03-03 20:49:19',	'',	254,	'https://www.scriptin.me/fweb/?p=867',	0,	'revision',	'',	0),
(868,	1,	'2023-03-03 20:49:20',	'2023-03-03 20:49:20',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:49:20',	'2023-03-03 20:49:20',	'',	254,	'https://www.scriptin.me/fweb/?p=868',	0,	'revision',	'',	0),
(869,	1,	'2023-03-03 20:49:20',	'2023-03-03 20:49:20',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:49:20',	'2023-03-03 20:49:20',	'',	254,	'https://www.scriptin.me/fweb/?p=869',	0,	'revision',	'',	0),
(870,	1,	'2023-03-03 20:50:31',	'2023-03-03 20:50:31',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:50:31',	'2023-03-03 20:50:31',	'',	254,	'https://www.scriptin.me/fweb/?p=870',	0,	'revision',	'',	0),
(871,	1,	'2023-03-03 20:50:32',	'2023-03-03 20:50:32',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:50:32',	'2023-03-03 20:50:32',	'',	254,	'https://www.scriptin.me/fweb/?p=871',	0,	'revision',	'',	0),
(872,	1,	'2023-03-03 20:50:32',	'2023-03-03 20:50:32',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:50:32',	'2023-03-03 20:50:32',	'',	254,	'https://www.scriptin.me/fweb/?p=872',	0,	'revision',	'',	0),
(873,	1,	'2023-03-03 20:51:06',	'2023-03-03 20:51:06',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:51:06',	'2023-03-03 20:51:06',	'',	254,	'https://www.scriptin.me/fweb/?p=873',	0,	'revision',	'',	0),
(874,	1,	'2023-03-03 20:51:07',	'2023-03-03 20:51:07',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:51:07',	'2023-03-03 20:51:07',	'',	254,	'https://www.scriptin.me/fweb/?p=874',	0,	'revision',	'',	0),
(875,	1,	'2023-03-03 20:51:07',	'2023-03-03 20:51:07',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:51:07',	'2023-03-03 20:51:07',	'',	254,	'https://www.scriptin.me/fweb/?p=875',	0,	'revision',	'',	0),
(876,	1,	'2023-03-03 20:51:46',	'2023-03-03 20:51:46',	'',	'Faction Web',	'',	'inherit',	'closed',	'closed',	'',	'61-revision-v1',	'',	'',	'2023-03-03 20:51:46',	'2023-03-03 20:51:46',	'',	61,	'https://www.scriptin.me/fweb/?p=876',	0,	'revision',	'',	0),
(877,	1,	'2023-03-03 20:51:54',	'2023-03-03 20:51:54',	'',	'Faction Web',	'',	'inherit',	'closed',	'closed',	'',	'61-revision-v1',	'',	'',	'2023-03-03 20:51:54',	'2023-03-03 20:51:54',	'',	61,	'https://www.scriptin.me/fweb/?p=877',	0,	'revision',	'',	0),
(878,	1,	'2023-03-03 20:52:07',	'2023-03-03 20:52:07',	'',	'Faction Web',	'',	'inherit',	'closed',	'closed',	'',	'61-revision-v1',	'',	'',	'2023-03-03 20:52:07',	'2023-03-03 20:52:07',	'',	61,	'https://www.scriptin.me/fweb/?p=878',	0,	'revision',	'',	0),
(879,	1,	'2023-03-03 20:53:12',	'2023-03-03 20:53:12',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:53:12',	'2023-03-03 20:53:12',	'',	254,	'https://www.scriptin.me/fweb/?p=879',	0,	'revision',	'',	0),
(880,	1,	'2023-03-03 20:53:13',	'2023-03-03 20:53:13',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:53:13',	'2023-03-03 20:53:13',	'',	254,	'https://www.scriptin.me/fweb/?p=880',	0,	'revision',	'',	0),
(881,	1,	'2023-03-03 20:53:14',	'2023-03-03 20:53:14',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-03 20:53:14',	'2023-03-03 20:53:14',	'',	254,	'https://www.scriptin.me/fweb/?p=881',	0,	'revision',	'',	0),
(882,	1,	'2023-03-03 20:55:15',	'2023-03-03 20:55:15',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-03-03 20:55:15',	'2023-03-03 20:55:15',	'',	25,	'https://www.scriptin.me/fweb/?p=882',	0,	'revision',	'',	0),
(883,	1,	'2023-03-03 20:55:16',	'2023-03-03 20:55:16',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-03-03 20:55:16',	'2023-03-03 20:55:16',	'',	25,	'https://www.scriptin.me/fweb/?p=883',	0,	'revision',	'',	0),
(884,	1,	'2023-03-03 20:55:16',	'2023-03-03 20:55:16',	'Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-revision-v1',	'',	'',	'2023-03-03 20:55:16',	'2023-03-03 20:55:16',	'',	25,	'https://www.scriptin.me/fweb/?p=884',	0,	'revision',	'',	0),
(885,	1,	'2023-03-03 20:56:22',	'2023-03-03 20:56:22',	'<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css\">',	'Elementor Loop Item #224',	'',	'inherit',	'closed',	'closed',	'',	'224-revision-v1',	'',	'',	'2023-03-03 20:56:22',	'2023-03-03 20:56:22',	'',	224,	'https://www.scriptin.me/fweb/?p=885',	0,	'revision',	'',	0),
(886,	1,	'2023-03-03 20:57:21',	'2023-03-03 20:57:21',	'<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\">		\n					Find your\n					<h1>\n					We build purposeful \n					brands that connect with their audience\n					</h1>\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>We pair strategic thinking and engaging design to help small-medium sized brands maximise the impact they make in their industry.</h2>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>		\n			<link rel=\"stylesheet\" href=\"https://www.scriptin.me/fweb/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_01\" data-name=\"01\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Strategic Branding					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Websites					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \nnisi ut aliquip ex ea commodo consequat.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Design					</a>\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut \nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.					</p>\n			<h2>The  Latest</h2>		\n		<p>Get the low-down on recent happenings around the studio, the latest design trends and other related topics.</p>',	'Homepage',	'',	'inherit',	'closed',	'closed',	'',	'25-autosave-v1',	'',	'',	'2023-03-08 08:19:05',	'2023-03-08 08:19:05',	'',	25,	'https://www.scriptin.me/fweb/?p=886',	0,	'revision',	'',	0),
(887,	1,	'2023-03-03 20:57:31',	'2023-03-03 20:57:31',	'',	'Faction Web',	'',	'inherit',	'closed',	'closed',	'',	'61-revision-v1',	'',	'',	'2023-03-03 20:57:31',	'2023-03-03 20:57:31',	'',	61,	'https://www.scriptin.me/fweb/?p=887',	0,	'revision',	'',	0),
(888,	1,	'2023-03-03 21:05:40',	'2023-03-03 21:05:40',	'',	'SIngle Post',	'',	'inherit',	'closed',	'closed',	'',	'323-revision-v1',	'',	'',	'2023-03-03 21:05:40',	'2023-03-03 21:05:40',	'',	323,	'https://www.scriptin.me/fweb/?p=888',	0,	'revision',	'',	0),
(889,	1,	'2023-03-08 08:18:25',	'2023-03-08 08:18:25',	'<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Projects</h1>',	'Projects Archive',	'',	'inherit',	'closed',	'closed',	'',	'267-autosave-v1',	'',	'',	'2023-03-08 08:18:25',	'2023-03-08 08:18:25',	'',	267,	'https://www.scriptin.me/fweb/?p=889',	0,	'revision',	'',	0),
(890,	1,	'2023-03-08 08:19:54',	'2023-03-08 08:19:54',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor16812 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor16812 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor16812 100s linear infinite running;\n}\n#uc_list_marquee_elementor16812 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor16812 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor16812 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor16812 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor16812 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor16812 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor16812 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor16812 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor16812 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-08 08:19:54',	'2023-03-08 08:19:54',	'',	95,	'https://www.scriptin.me/fweb/?p=890',	0,	'revision',	'',	0),
(891,	1,	'2023-03-08 08:30:08',	'2023-03-08 08:30:08',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor15057 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor15057 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor15057 100s linear infinite running;\n}\n#uc_list_marquee_elementor15057 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor15057 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor15057 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor15057 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor15057 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor15057 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor15057 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor15057 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor15057 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p><p>Company No. 11112222<br />Billericay, Essex, United Kingdom</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-08 08:30:08',	'2023-03-08 08:30:08',	'',	95,	'https://www.scriptin.me/fweb/?p=891',	0,	'revision',	'',	0),
(892,	1,	'2023-03-08 08:31:49',	'2023-03-08 08:31:49',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor14473 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor14473 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor14473 100s linear infinite running;\n}\n#uc_list_marquee_elementor14473 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor14473 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor14473 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor14473 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor14473 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor14473 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor14473 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor14473 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor14473 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-08 08:31:49',	'2023-03-08 08:31:49',	'',	95,	'https://www.scriptin.me/fweb/?p=892',	0,	'revision',	'',	0),
(893,	1,	'2023-03-08 08:33:53',	'2023-03-08 08:33:53',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor12331 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor12331 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor12331 100s linear infinite running;\n}\n#uc_list_marquee_elementor12331 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor12331 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor12331 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor12331 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor12331 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor12331 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor12331 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor12331 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor12331 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-08 08:33:53',	'2023-03-08 08:33:53',	'',	95,	'https://www.scriptin.me/fweb/?p=893',	0,	'revision',	'',	0),
(894,	1,	'2023-03-08 08:37:16',	'2023-03-08 08:37:16',	'a:13:{s:8:\"location\";a:4:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}}i:1;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"faction_services\";}}i:2;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"faction_projects\";}}i:3;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:15:\"acf_after_title\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;s:18:\"acfe_display_title\";s:0:\"\";s:13:\"acfe_autosync\";a:1:{i:0;s:4:\"json\";}s:9:\"acfe_form\";i:0;s:9:\"acfe_meta\";s:0:\"\";s:9:\"acfe_note\";s:0:\"\";}',	'Faction Page Settings',	'faction-page-settings',	'publish',	'closed',	'closed',	'',	'group_64084884828cc',	'',	'',	'2023-03-13 08:51:57',	'2023-03-13 08:51:57',	'',	0,	'https://www.scriptin.me/fweb/?post_type=acf-field-group&#038;p=894',	0,	'acf-field-group',	'',	0),
(895,	1,	'2023-03-08 08:37:17',	'2023-03-08 08:37:17',	'a:9:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:12:\"color_picker\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"30\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:7:\"#FF7C1C\";s:14:\"enable_opacity\";i:1;s:13:\"return_format\";s:6:\"string\";}',	'News Ticker BG color',	'news_ticker_bg_color',	'publish',	'closed',	'closed',	'',	'field_640848840f52d',	'',	'',	'2023-03-08 08:37:17',	'2023-03-08 08:37:17',	'',	894,	'https://www.scriptin.me/fweb/?post_type=acf-field&p=895',	0,	'acf-field',	'',	0),
(896,	1,	'2023-03-08 08:37:17',	'2023-03-08 08:37:17',	'a:9:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:12:\"color_picker\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"30\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:7:\"#FFFFFF\";s:14:\"enable_opacity\";i:1;s:13:\"return_format\";s:6:\"string\";}',	'News Ticker Text color',	'news_ticker_text_color',	'publish',	'closed',	'closed',	'',	'field_640848be0f52e',	'',	'',	'2023-03-08 08:37:17',	'2023-03-08 08:37:17',	'',	894,	'https://www.scriptin.me/fweb/?post_type=acf-field&p=896',	1,	'acf-field',	'',	0),
(897,	1,	'2023-03-08 08:37:17',	'2023-03-08 08:37:17',	'a:9:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:12:\"color_picker\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"30\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:7:\"#294C50\";s:14:\"enable_opacity\";i:1;s:13:\"return_format\";s:6:\"string\";}',	'News Ticker Underline Text Color',	'news_ticker_underline',	'publish',	'closed',	'closed',	'',	'field_640848e70f530',	'',	'',	'2023-03-08 08:37:17',	'2023-03-08 08:37:17',	'',	894,	'https://www.scriptin.me/fweb/?post_type=acf-field&p=897',	2,	'acf-field',	'',	0),
(898,	1,	'2023-03-08 08:37:46',	'2023-03-08 08:37:46',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor19799 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor19799 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor19799 100s linear infinite running;\n}\n#uc_list_marquee_elementor19799 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor19799 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor19799 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor19799 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor19799 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor19799 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor19799 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor19799 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor19799 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-08 08:37:46',	'2023-03-08 08:37:46',	'',	95,	'https://www.scriptin.me/fweb/?p=898',	0,	'revision',	'',	0),
(900,	1,	'2023-03-08 08:42:48',	'2023-03-08 08:42:48',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor15954 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor15954 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor15954 100s linear infinite running;\n}\n#uc_list_marquee_elementor15954 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor15954 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor15954 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor15954 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor15954 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor15954 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor15954 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor15954 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor15954 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-08 08:42:48',	'2023-03-08 08:42:48',	'',	95,	'https://www.scriptin.me/fweb/?p=900',	0,	'revision',	'',	0),
(901,	1,	'2023-03-08 08:43:46',	'2023-03-08 08:43:46',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor16980 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor16980 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor16980 100s linear infinite running;\n}\n#uc_list_marquee_elementor16980 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor16980 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor16980 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor16980 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor16980 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor16980 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor16980 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor16980 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor16980 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-08 08:43:46',	'2023-03-08 08:43:46',	'',	95,	'https://www.scriptin.me/fweb/?p=901',	0,	'revision',	'',	0),
(903,	1,	'2023-03-08 08:47:02',	'2023-03-08 08:47:02',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor16165 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor16165 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor16165 100s linear infinite running;\n}\n#uc_list_marquee_elementor16165 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor16165 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor16165 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor16165 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor16165 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor16165 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor16165 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor16165 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor16165 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n        <u> Contact Us</u>\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-08 08:47:02',	'2023-03-08 08:47:02',	'',	95,	'https://www.scriptin.me/fweb/?p=903',	0,	'revision',	'',	0),
(904,	1,	'2023-03-13 08:30:57',	'0000-00-00 00:00:00',	'',	'Auto Draft',	'',	'auto-draft',	'closed',	'closed',	'',	'',	'',	'',	'2023-03-13 08:30:57',	'0000-00-00 00:00:00',	'',	0,	'https://www.scriptin.me/fweb/?p=904',	0,	'post',	'',	0),
(906,	1,	'2023-03-13 08:34:37',	'2023-03-13 08:34:37',	'<h2>Design</h2>		\n		For turning heads and making an impact.<p>Designing with purpose, intent<br />and creativity, of course.</p>		\n			<h2>Our Services</h2>		\n		<p>Big dreamers, creative thinkers, pencil pushers.</p>		\n			<h2>Design</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Business</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Animation/Video</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-13 08:34:37',	'2023-03-13 08:34:37',	'',	258,	'https://www.scriptin.me/fweb/?p=906',	0,	'revision',	'',	0),
(907,	1,	'2023-03-13 08:34:38',	'2023-03-13 08:34:38',	'<h2>Design</h2>		\n		For turning heads and making an impact.<p>Designing with purpose, intent<br />and creativity, of course.</p>		\n			<h2>Our Services</h2>		\n		<p>Big dreamers, creative thinkers, pencil pushers.</p>		\n			<h2>Design</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Business</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Animation/Video</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-13 08:34:38',	'2023-03-13 08:34:38',	'',	258,	'https://www.scriptin.me/fweb/?p=907',	0,	'revision',	'',	0),
(908,	1,	'2023-03-13 08:34:39',	'2023-03-13 08:34:39',	'<h2>Design</h2>		\n		For turning heads and making an impact.<p>Designing with purpose, intent<br />and creativity, of course.</p>		\n			<h2>Our Services</h2>		\n		<p>Big dreamers, creative thinkers, pencil pushers.</p>		\n			<h2>Design</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Business</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Animation/Video</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Your Design Partner</h2>		\n		<p>We are branding experts by trade but on top of that,<br />our in-house team of creatives can assist you with most <br />other design tasks you made need, on an ad-hoc basis<br />or you can book our time regularly on a retainer.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Digital & Print Ready					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Retainers					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Animation & Video					</a>\n				</h3>\n									<p>\n						Whatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations. \nWe include 100 business cards for free with every branding project.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-13 08:34:39',	'2023-03-13 08:34:39',	'',	258,	'https://www.scriptin.me/fweb/?p=908',	0,	'revision',	'',	0),
(909,	1,	'2023-03-13 08:35:09',	'2023-03-13 08:35:09',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.<p>Bespoke, branded websites that<br />convert sales and look great.</p>		\n			<h2>Our Services</h2>		\n		<p>Make your website work for you.</p>		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Why Us?</h2>		\n		<p>On the World Wide Web there are countless<br />boring and poorly designed websites. We make<br />websites that do the heavy lifting for you and<br />fundamentally look good whilst doing it.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Bespoke, branded websites that\nconvert sales and look great.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-13 08:35:09',	'2023-03-13 08:35:09',	'',	256,	'https://www.scriptin.me/fweb/?p=909',	0,	'revision',	'',	0),
(910,	1,	'2023-03-13 08:35:10',	'2023-03-13 08:35:10',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.<p>Bespoke, branded websites that<br />convert sales and look great.</p>		\n			<h2>Our Services</h2>		\n		<p>Make your website work for you.</p>		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Why Us?</h2>		\n		<p>On the World Wide Web there are countless<br />boring and poorly designed websites. We make<br />websites that do the heavy lifting for you and<br />fundamentally look good whilst doing it.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Bespoke, branded websites that\nconvert sales and look great.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-13 08:35:10',	'2023-03-13 08:35:10',	'',	256,	'https://www.scriptin.me/fweb/?p=910',	0,	'revision',	'',	0),
(911,	1,	'2023-03-13 08:35:10',	'2023-03-13 08:35:10',	'<h2>Websites</h2>		\n		Responsive websites, Search Engine Optimised and easy on the eyes.<p>Bespoke, branded websites that<br />convert sales and look great.</p>		\n			<h2>Our Services</h2>		\n		<p>Make your website work for you.</p>		\n			<h2>Web</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Platforms</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Why Us?</h2>		\n		<p>On the World Wide Web there are countless<br />boring and poorly designed websites. We make<br />websites that do the heavy lifting for you and<br />fundamentally look good whilst doing it.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Bespoke Design					</a>\n				</h3>\n									<p>\n						At Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results. \nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices. \nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Support & Hosting					</a>\n				</h3>\n									<p>\n						We also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Platforms & SEO					</a>\n				</h3>\n									<p>\n						Our team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate. \nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Websites',	'Bespoke, branded websites that\nconvert sales and look great.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-13 08:35:10',	'2023-03-13 08:35:10',	'',	256,	'https://www.scriptin.me/fweb/?p=911',	0,	'revision',	'',	0),
(915,	1,	'2023-03-13 08:38:27',	'2023-03-13 08:38:27',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:38:27',	'2023-03-13 08:38:27',	'',	254,	'https://www.scriptin.me/fweb/?p=915',	0,	'revision',	'',	0),
(916,	1,	'2023-03-13 08:38:28',	'2023-03-13 08:38:28',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:38:28',	'2023-03-13 08:38:28',	'',	254,	'https://www.scriptin.me/fweb/?p=916',	0,	'revision',	'',	0),
(917,	1,	'2023-03-13 08:38:28',	'2023-03-13 08:38:28',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:38:28',	'2023-03-13 08:38:28',	'',	254,	'https://www.scriptin.me/fweb/?p=917',	0,	'revision',	'',	0),
(919,	1,	'2023-03-13 08:41:56',	'2023-03-13 08:41:56',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:41:56',	'2023-03-13 08:41:56',	'',	254,	'https://www.scriptin.me/fweb/?p=919',	0,	'revision',	'',	0),
(920,	1,	'2023-03-13 08:41:57',	'2023-03-13 08:41:57',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:41:57',	'2023-03-13 08:41:57',	'',	254,	'https://www.scriptin.me/fweb/?p=920',	0,	'revision',	'',	0),
(921,	1,	'2023-03-13 08:41:57',	'2023-03-13 08:41:57',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:41:57',	'2023-03-13 08:41:57',	'',	254,	'https://www.scriptin.me/fweb/?p=921',	0,	'revision',	'',	0),
(922,	1,	'2023-03-13 08:44:18',	'2023-03-13 08:44:18',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:44:18',	'2023-03-13 08:44:18',	'',	254,	'https://www.scriptin.me/fweb/?p=922',	0,	'revision',	'',	0),
(923,	1,	'2023-03-13 08:44:19',	'2023-03-13 08:44:19',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:44:19',	'2023-03-13 08:44:19',	'',	254,	'https://www.scriptin.me/fweb/?p=923',	0,	'revision',	'',	0),
(924,	1,	'2023-03-13 08:44:19',	'2023-03-13 08:44:19',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:44:19',	'2023-03-13 08:44:19',	'',	254,	'https://www.scriptin.me/fweb/?p=924',	0,	'revision',	'',	0),
(925,	1,	'2023-03-13 08:45:32',	'2023-03-13 08:45:32',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:45:32',	'2023-03-13 08:45:32',	'',	254,	'https://www.scriptin.me/fweb/?p=925',	0,	'revision',	'',	0),
(926,	1,	'2023-03-13 08:45:33',	'2023-03-13 08:45:33',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Graphic Design\n											</a>\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:45:33',	'2023-03-13 08:45:33',	'',	254,	'https://www.scriptin.me/fweb/?p=926',	0,	'revision',	'',	0),
(927,	1,	'2023-03-13 08:45:34',	'2023-03-13 08:45:34',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:45:34',	'2023-03-13 08:45:34',	'',	254,	'https://www.scriptin.me/fweb/?p=927',	0,	'revision',	'',	0),
(928,	1,	'2023-03-13 08:47:22',	'0000-00-00 00:00:00',	'',	'Auto Draft',	'',	'auto-draft',	'closed',	'closed',	'',	'',	'',	'',	'2023-03-13 08:47:22',	'0000-00-00 00:00:00',	'',	0,	'https://www.scriptin.me/fweb/?post_type=acf-field-group&p=928',	0,	'acf-field-group',	'',	0),
(930,	1,	'2023-03-13 08:52:58',	'2023-03-13 08:52:58',	'<h2>Strategic Branding</h2>\nBringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.\n<h2>Our Services</h2>\nMix and match, or take them all.\n<h2>Strategy</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Identity</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Finishing Touches</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Our ‘3F’ Process</h2>\nEvery project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nFind your Function					</a></h3>\nThis is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nFind your Faction					</a></h3>\nNow we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nFind your Form					</a></h3>\nThis is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.\n\nWhat’s that? Another step in the process?\n\nYes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nFind your Voice					</a></h3>\nWhat language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\n\n<a href=\"/projects/\" role=\"button\">\nView more projects...\n</a>\n<h4>&lt; Other Services</h4>\nWe believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:52:58',	'2023-03-13 08:52:58',	'',	254,	'https://www.scriptin.me/fweb/?p=930',	0,	'revision',	'',	0),
(931,	1,	'2023-03-13 08:53:00',	'2023-03-13 08:53:00',	'<h2>Strategic Branding</h2>\nBringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.\n<h2>Our Services</h2>\nMix and match, or take them all.\n<h2>Strategy</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Identity</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Finishing Touches</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Our ‘3F’ Process</h2>\nEvery project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nFind your Function					</a></h3>\nThis is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nFind your Faction					</a></h3>\nNow we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nFind your Form					</a></h3>\nThis is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.\n\nWhat’s that? Another step in the process?\n\nYes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nFind your Voice					</a></h3>\nWhat language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\n\n<a href=\"/projects/\" role=\"button\">\nView more projects...\n</a>\n<h4>&lt; Other Services</h4>\nWe believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 08:53:00',	'2023-03-13 08:53:00',	'',	254,	'https://www.scriptin.me/fweb/?p=931',	0,	'revision',	'',	0),
(932,	1,	'2023-03-13 08:54:10',	'2023-03-13 08:54:10',	'<h2>Websites</h2>\nResponsive websites, Search Engine Optimised and easy on the eyes.\n\nBespoke, branded websites that\nconvert sales and look great.\n<h2>Our Services</h2>\nMake your website work for you.\n<h2>Web</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Platforms</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Finishing Touches</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Why Us?</h2>\nOn the World Wide Web there are countless\nboring and poorly designed websites. We make\nwebsites that do the heavy lifting for you and\nfundamentally look good whilst doing it.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nBespoke Design					</a></h3>\nAt Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results.\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices.\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nSupport &amp; Hosting					</a></h3>\nWe also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nPlatforms &amp; SEO					</a></h3>\nOur team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate.\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.\n\n<a href=\"/projects/\" role=\"button\">\nView more projects...\n</a>\n<h4>&lt; Other Services</h4>\nWe believe in the power of connection; between people and brand.',	'Websites',	'Bespoke, branded websites that\nconvert sales and look great.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-13 08:54:10',	'2023-03-13 08:54:10',	'',	256,	'https://www.scriptin.me/fweb/?p=932',	0,	'revision',	'',	0),
(933,	1,	'2023-03-13 08:54:12',	'2023-03-13 08:54:12',	'<h2>Websites</h2>\nResponsive websites, Search Engine Optimised and easy on the eyes.\n\nBespoke, branded websites that\nconvert sales and look great.\n<h2>Our Services</h2>\nMake your website work for you.\n<h2>Web</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Platforms</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Finishing Touches</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Why Us?</h2>\nOn the World Wide Web there are countless\nboring and poorly designed websites. We make\nwebsites that do the heavy lifting for you and\nfundamentally look good whilst doing it.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nBespoke Design					</a></h3>\nAt Faction, we believe that a website is more than just a digital storefront, it’s a crucial tool for engaging with your audience and building your brand. That’s why we take a strategic and creative approach to website design, crafting custom branded solutions that not only look great, but also deliver results.\nOur team of experienced designers are experts in creating visually striking and user-friendly websites that are optimized for both desktop and mobile devices.\nChoose us for your website design needs and benefit from our commitment to excellence and customer satisfaction.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nSupport &amp; Hosting					</a></h3>\nWe also offer ongoing support and maintenance to ensure that your website stays up-to-date and continues to meet the evolving needs of your business. These are bespoke, optional packages that are tailored to each project and client. Retainer fees are based off of the hours assigned to the website per month and start from as low as 1 hour per month.\nOur reliable website hosting services are available at a competitive rate with technical support.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nPlatforms &amp; SEO					</a></h3>\nOur team create websites using WordPress, Shopify or Squarespace, depending on your needs and the size of the project. We provide advice on the best solution for your business, taking into account your goals, plans and the way you operate.\nAll websites are designed with basic SEO practices in mind and always meet the minimum requirements you would expect from a web designer. If you want to increase your chances of a top position search ranking, add on our comprehensive and effective ‘Advanced SEO’ service.\n\n<a href=\"/projects/\" role=\"button\">\nView more projects...\n</a>\n<h4>&lt; Other Services</h4>\nWe believe in the power of connection; between people and brand.',	'Websites',	'Bespoke, branded websites that\nconvert sales and look great.',	'inherit',	'closed',	'closed',	'',	'256-revision-v1',	'',	'',	'2023-03-13 08:54:12',	'2023-03-13 08:54:12',	'',	256,	'https://www.scriptin.me/fweb/?p=933',	0,	'revision',	'',	0),
(935,	1,	'2023-03-13 08:54:52',	'2023-03-13 08:54:52',	'<h2>Design</h2>\nFor turning heads and making an impact.\n\nDesigning with purpose, intent\nand creativity, of course.\n<h2>Our Services</h2>\nBig dreamers, creative thinkers, pencil pushers.\n<h2>Design</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Business</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Animation/Video</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Your Design Partner</h2>\nWe are branding experts by trade but on top of that,\nour in-house team of creatives can assist you with most\nother design tasks you made need, on an ad-hoc basis\nor you can book our time regularly on a retainer.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nDigital &amp; Print Ready					</a></h3>\nWhatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations.\nWe include 100 business cards for free with every branding project.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nRetainers					</a></h3>\nWhatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations.\nWe include 100 business cards for free with every branding project.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nAnimation &amp; Video					</a></h3>\nWhatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations.\nWe include 100 business cards for free with every branding project.\n\n<a href=\"/projects/\" role=\"button\">\nView more projects...\n</a>\n<h4>&lt; Other Services</h4>\nWe believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-13 08:54:52',	'2023-03-13 08:54:52',	'',	258,	'https://www.scriptin.me/fweb/?p=935',	0,	'revision',	'',	0),
(936,	1,	'2023-03-13 08:54:53',	'2023-03-13 08:54:53',	'<h2>Design</h2>\nFor turning heads and making an impact.\n\nDesigning with purpose, intent\nand creativity, of course.\n<h2>Our Services</h2>\nBig dreamers, creative thinkers, pencil pushers.\n<h2>Design</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Business</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Animation/Video</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Your Design Partner</h2>\nWe are branding experts by trade but on top of that,\nour in-house team of creatives can assist you with most\nother design tasks you made need, on an ad-hoc basis\nor you can book our time regularly on a retainer.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nDigital &amp; Print Ready					</a></h3>\nWhatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations.\nWe include 100 business cards for free with every branding project.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_02\" data-name=\"02\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nRetainers					</a></h3>\nWhatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations.\nWe include 100 business cards for free with every branding project.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"108\" height=\"133\" viewBox=\"0 0 108 133\"><text id=\"_03\" data-name=\"03\" transform=\"translate(108 108)\" fill=\"#efebea\" font-size=\"100\" font-family=\"SegoeUI, Segoe UI\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nAnimation &amp; Video					</a></h3>\nWhatever service(s) you require from us, all files are exported in the optimum format for their intended use, taking into account design best practices and any limitations.\nWe include 100 business cards for free with every branding project.\n\n<a href=\"/projects/\" role=\"button\">\nView more projects...\n</a>\n<h4>&lt; Other Services</h4>\nWe believe in the power of connection; between people and brand.',	'Design',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',	'inherit',	'closed',	'closed',	'',	'258-revision-v1',	'',	'',	'2023-03-13 08:54:53',	'2023-03-13 08:54:53',	'',	258,	'https://www.scriptin.me/fweb/?p=936',	0,	'revision',	'',	0),
(938,	1,	'2023-03-13 09:01:06',	'2023-03-13 09:01:06',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor13832 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor13832 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor13832 100s linear infinite running;\n}\n#uc_list_marquee_elementor13832 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor13832 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor13832 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor13832 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor13832 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor13832 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor13832 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor13832 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor13832 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-13 09:01:06',	'2023-03-13 09:01:06',	'',	95,	'https://www.scriptin.me/fweb/?p=938',	0,	'revision',	'',	0),
(939,	1,	'2023-03-13 09:02:21',	'2023-03-13 09:02:21',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor17349 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor17349 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor17349 100s linear infinite running;\n}\n#uc_list_marquee_elementor17349 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor17349 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor17349 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor17349 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor17349 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor17349 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor17349 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor17349 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor17349 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222<br>\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-13 09:02:21',	'2023-03-13 09:02:21',	'',	95,	'https://www.scriptin.me/fweb/?p=939',	0,	'revision',	'',	0),
(940,	1,	'2023-03-13 09:03:19',	'2023-03-13 09:03:19',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor13472 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor13472 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor13472 100s linear infinite running;\n}\n#uc_list_marquee_elementor13472 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor13472 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor13472 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor13472 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor13472 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor13472 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor13472 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor13472 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor13472 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222<br>\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-13 09:03:19',	'2023-03-13 09:03:19',	'',	95,	'https://www.scriptin.me/fweb/?p=940',	0,	'revision',	'',	0),
(941,	1,	'2023-03-13 09:10:33',	'2023-03-13 09:10:33',	'<h2>About Us</h2>\nWe believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…\n<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h2>Why Faction?</h2>\nBy definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.\n\nOnce you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?\n\nWe are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.\n\nWe are an Essex based branding studio, working with clients anywhere and everywhere.\n\nAll of our projects start with a big idea and a small team of\nfocused and friendly creatives. You’re only a stranger once.\n\n<a href=\"/fweb/contact-us/\" role=\"button\">\nContact Us\n</a>\n<a href=\"/fweb/services/\" role=\"button\">\nOur Services\n</a>\n<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\">',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:10:33',	'2023-03-13 09:10:33',	'',	42,	'https://www.scriptin.me/fweb/?p=941',	0,	'revision',	'',	0),
(942,	1,	'2023-03-13 09:10:33',	'2023-03-13 09:10:33',	'<h2>About Us</h2>\nWe believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…\n<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h2>Why Faction?</h2>\nBy definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.\n\nOnce you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?\n\nWe are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.\n\nWe are an Essex based branding studio, working with clients anywhere and everywhere.\n\nAll of our projects start with a big idea and a small team of\nfocused and friendly creatives. You’re only a stranger once.\n\n<a href=\"/fweb/contact-us/\" role=\"button\">\nContact Us\n</a>\n<a href=\"/fweb/services/\" role=\"button\">\nOur Services\n</a>\n<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\">',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:10:33',	'2023-03-13 09:10:33',	'',	42,	'https://www.scriptin.me/fweb/?p=942',	0,	'revision',	'',	0),
(943,	1,	'2023-03-13 09:11:24',	'2023-03-13 09:11:24',	'<h2>About Us</h2>\nWe believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…\n<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h2>Why Faction?</h2>\nBy definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.\n\nOnce you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?\n\nWe are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.\n\nWe are an Essex based branding studio, working with clients anywhere and everywhere.\n\nAll of our projects start with a big idea and a small team of\nfocused and friendly creatives. You’re only a stranger once.\n\n<a href=\"/fweb/contact-us/\" role=\"button\">\nContact Us\n</a>\n<a href=\"/fweb/services/\" role=\"button\">\nOur Services\n</a>\n<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\">',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:11:24',	'2023-03-13 09:11:24',	'',	42,	'https://www.scriptin.me/fweb/?p=943',	0,	'revision',	'',	0),
(944,	1,	'2023-03-13 09:11:24',	'2023-03-13 09:11:24',	'<h2>About Us</h2>\nWe believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…\n<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h2>Why Faction?</h2>\nBy definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.\n\nOnce you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?\n\nWe are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.\n\nWe are an Essex based branding studio, working with clients anywhere and everywhere.\n\nAll of our projects start with a big idea and a small team of\nfocused and friendly creatives. You’re only a stranger once.\n\n<a href=\"/fweb/contact-us/\" role=\"button\">\nContact Us\n</a>\n<a href=\"/fweb/services/\" role=\"button\">\nOur Services\n</a>\n<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\">',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:11:24',	'2023-03-13 09:11:24',	'',	42,	'https://www.scriptin.me/fweb/?p=944',	0,	'revision',	'',	0),
(945,	1,	'2023-03-13 09:11:25',	'2023-03-13 09:11:25',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:11:25',	'2023-03-13 09:11:25',	'',	42,	'https://www.scriptin.me/fweb/?p=945',	0,	'revision',	'',	0),
(946,	1,	'2023-03-13 09:11:49',	'2023-03-13 09:11:49',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:11:49',	'2023-03-13 09:11:49',	'',	42,	'https://www.scriptin.me/fweb/?p=946',	0,	'revision',	'',	0),
(947,	1,	'2023-03-13 09:11:50',	'2023-03-13 09:11:50',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:11:50',	'2023-03-13 09:11:50',	'',	42,	'https://www.scriptin.me/fweb/?p=947',	0,	'revision',	'',	0),
(948,	1,	'2023-03-13 09:11:50',	'2023-03-13 09:11:50',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:11:50',	'2023-03-13 09:11:50',	'',	42,	'https://www.scriptin.me/fweb/?p=948',	0,	'revision',	'',	0),
(949,	1,	'2023-03-13 09:13:45',	'2023-03-13 09:13:45',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:13:45',	'2023-03-13 09:13:45',	'',	42,	'https://www.scriptin.me/fweb/?p=949',	0,	'revision',	'',	0),
(950,	1,	'2023-03-13 09:13:45',	'2023-03-13 09:13:45',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:13:45',	'2023-03-13 09:13:45',	'',	42,	'https://www.scriptin.me/fweb/?p=950',	0,	'revision',	'',	0),
(951,	1,	'2023-03-13 09:13:46',	'2023-03-13 09:13:46',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:13:46',	'2023-03-13 09:13:46',	'',	42,	'https://www.scriptin.me/fweb/?p=951',	0,	'revision',	'',	0),
(952,	1,	'2023-03-13 09:15:08',	'2023-03-13 09:15:08',	'<a role=\"button\" id=\"openmenue\">\n					</a>',	'FAction Header',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2023-03-13 09:15:08',	'2023-03-13 09:15:08',	'',	17,	'https://www.scriptin.me/fweb/?p=952',	0,	'revision',	'',	0),
(953,	1,	'2023-03-13 09:17:30',	'2023-03-13 09:17:30',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:17:30',	'2023-03-13 09:17:30',	'',	42,	'https://www.scriptin.me/fweb/?p=953',	0,	'revision',	'',	0),
(954,	1,	'2023-03-13 09:17:30',	'2023-03-13 09:17:30',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:17:30',	'2023-03-13 09:17:30',	'',	42,	'https://www.scriptin.me/fweb/?p=954',	0,	'revision',	'',	0),
(955,	1,	'2023-03-13 09:17:31',	'2023-03-13 09:17:31',	'<h2>About Us</h2>		\n		We believe in the power of connection; between people and brand.We help brands find their faction.\nWe must be yours…		\n															<img width=\"1920\" height=\"977\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\" alt=\"JPG\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg 1920w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-300x153.jpg 300w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1024x521.jpg 1024w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-768x391.jpg 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG-1536x782.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>Why Faction?</h2>		\n		<p>By definition, a faction is “a group of people that share common interests and beliefs.” Strategic branding is about identifying the group of people that are going to support your brand and what it stands for, championing the raging fans and nurturing relationships with everyday supporters.</p><p>Once you have identified your faction, you have to connect with them through compelling design, language and experiences. We like to work with brands that are forward-thinking, passionate and purposeful. Is that you?</p><p>We are passionate about what we make, the people we work with and the impact that branding has on the world. No challenge or opportunity is off the table; we work with brands across industries, brands of today and brands of tomorrow.</p><p>We are an Essex based branding studio, working with clients anywhere and everywhere.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n			<a href=\"/fweb/contact-us/\" role=\"button\">\n						Contact Us\n					</a>\n			<a href=\"/fweb/services/\" role=\"button\">\n						Our Services\n					</a>\n															<img width=\"880\" height=\"1115\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png\" alt=\"Component 6 – 1\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png 880w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-237x300.png 237w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-808x1024.png 808w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1-768x973.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" />',	'About Us',	'',	'inherit',	'closed',	'closed',	'',	'42-revision-v1',	'',	'',	'2023-03-13 09:17:31',	'2023-03-13 09:17:31',	'',	42,	'https://www.scriptin.me/fweb/?p=955',	0,	'revision',	'',	0),
(956,	1,	'2023-03-13 09:18:49',	'2023-03-13 09:18:49',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:18:49',	'2023-03-13 09:18:49',	'',	26,	'https://www.scriptin.me/fweb/?p=956',	0,	'revision',	'',	0),
(957,	1,	'2023-03-13 09:18:50',	'2023-03-13 09:18:50',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:18:50',	'2023-03-13 09:18:50',	'',	26,	'https://www.scriptin.me/fweb/?p=957',	0,	'revision',	'',	0),
(958,	1,	'2023-03-13 09:18:50',	'2023-03-13 09:18:50',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:18:50',	'2023-03-13 09:18:50',	'',	26,	'https://www.scriptin.me/fweb/?p=958',	0,	'revision',	'',	0),
(959,	1,	'2023-03-13 09:19:18',	'2023-03-13 09:19:18',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:19:18',	'2023-03-13 09:19:18',	'',	26,	'https://www.scriptin.me/fweb/?p=959',	0,	'revision',	'',	0),
(960,	1,	'2023-03-13 09:19:18',	'2023-03-13 09:19:18',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:19:18',	'2023-03-13 09:19:18',	'',	26,	'https://www.scriptin.me/fweb/?p=960',	0,	'revision',	'',	0),
(961,	1,	'2023-03-13 09:19:18',	'2023-03-13 09:19:18',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:19:18',	'2023-03-13 09:19:18',	'',	26,	'https://www.scriptin.me/fweb/?p=961',	0,	'revision',	'',	0),
(962,	1,	'2023-03-13 09:20:12',	'2023-03-13 09:20:12',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:20:12',	'2023-03-13 09:20:12',	'',	26,	'https://www.scriptin.me/fweb/?p=962',	0,	'revision',	'',	0),
(963,	1,	'2023-03-13 09:20:12',	'2023-03-13 09:20:12',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of <br />focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:20:12',	'2023-03-13 09:20:12',	'',	26,	'https://www.scriptin.me/fweb/?p=963',	0,	'revision',	'',	0),
(964,	1,	'2023-03-13 09:20:13',	'2023-03-13 09:20:13',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:20:13',	'2023-03-13 09:20:13',	'',	26,	'https://www.scriptin.me/fweb/?p=964',	0,	'revision',	'',	0),
(965,	1,	'2023-03-13 09:21:18',	'2023-03-13 09:21:18',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:21:18',	'2023-03-13 09:21:18',	'',	26,	'https://www.scriptin.me/fweb/?p=965',	0,	'revision',	'',	0),
(966,	1,	'2023-03-13 09:21:19',	'2023-03-13 09:21:19',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:21:19',	'2023-03-13 09:21:19',	'',	26,	'https://www.scriptin.me/fweb/?p=966',	0,	'revision',	'',	0),
(967,	1,	'2023-03-13 09:21:19',	'2023-03-13 09:21:19',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:21:19',	'2023-03-13 09:21:19',	'',	26,	'https://www.scriptin.me/fweb/?p=967',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(968,	1,	'2023-03-13 09:21:53',	'2023-03-13 09:21:53',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor13809 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor13809 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor13809 100s linear infinite running;\n}\n#uc_list_marquee_elementor13809 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor13809 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor13809 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor13809 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor13809 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor13809 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor13809 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor13809 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor13809 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222<br>\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-13 09:21:53',	'2023-03-13 09:21:53',	'',	95,	'https://www.scriptin.me/fweb/?p=968',	0,	'revision',	'',	0),
(969,	1,	'2023-03-13 09:23:31',	'2023-03-13 09:23:31',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:23:31',	'2023-03-13 09:23:31',	'',	26,	'https://www.scriptin.me/fweb/?p=969',	0,	'revision',	'',	0),
(970,	1,	'2023-03-13 09:23:31',	'2023-03-13 09:23:31',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:23:31',	'2023-03-13 09:23:31',	'',	26,	'https://www.scriptin.me/fweb/?p=970',	0,	'revision',	'',	0),
(971,	1,	'2023-03-13 09:23:31',	'2023-03-13 09:23:31',	'<h2>Contact Us</h2>		\n		<p>If you’re searching for a trusted design partner to help <br />you take your brand to the next level, join our faction.</p><p>All of our projects start with a big idea and a small team of focused and friendly creatives. You’re only a stranger once.</p>		\n															<img width=\"660\" height=\"1024\" src=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png\" alt=\"Group 149\" loading=\"lazy\" srcset=\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png 660w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-193x300.png 193w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-768x1191.png 768w, https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149.png 837w\" sizes=\"(max-width: 660px) 100vw, 660px\" />',	'Contact Us',	'',	'inherit',	'closed',	'closed',	'',	'26-revision-v1',	'',	'',	'2023-03-13 09:23:31',	'2023-03-13 09:23:31',	'',	26,	'https://www.scriptin.me/fweb/?p=971',	0,	'revision',	'',	0),
(972,	1,	'2023-03-13 09:24:06',	'2023-03-13 09:24:06',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor16853 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor16853 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor16853 100s linear infinite running;\n}\n#uc_list_marquee_elementor16853 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor16853 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor16853 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor16853 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor16853 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor16853 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor16853 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor16853 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor16853 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222<br>\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-13 09:24:06',	'2023-03-13 09:24:06',	'',	95,	'https://www.scriptin.me/fweb/?p=972',	0,	'revision',	'',	0),
(973,	1,	'2023-03-13 09:26:02',	'2023-03-13 09:26:02',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor16764 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor16764 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor16764 100s linear infinite running;\n}\n#uc_list_marquee_elementor16764 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor16764 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor16764 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor16764 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor16764 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor16764 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor16764 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor16764 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor16764 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222<br>\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-13 09:26:02',	'2023-03-13 09:26:02',	'',	95,	'https://www.scriptin.me/fweb/?p=973',	0,	'revision',	'',	0),
(974,	1,	'2023-03-13 09:26:38',	'2023-03-13 09:26:38',	'<!-- start List Marquee -->\n		<link id=\'font-awesome-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://www.scriptin.me/fweb/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css\' type=\'text/css\' rel=\'stylesheet\' >\n			<style type=\"text/css\">/* widget: List Marquee */\n#uc_list_marquee_elementor15905 {\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  direction:ltr;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-content {\n  display: flex;\n  animation: marqueeuc_list_marquee_elementor15905 100s linear infinite running;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-content:hover {\n  animation-play-state: paused;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-tag {\n  width: auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n  direction:ltr;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-tag a {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  white-space: nowrap;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-tag-icon {\nflex-grow: 0;   flex-shrink: 0;\n  line-height:1em;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-tag-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor15905 .ue-marquee-tag svg\n{\n  width:1em;\n  height:1em;\n}\n#uc_list_marquee_elementor15905 .Marquee-tag-icon img\n{\n  display:block;\n}\n@keyframes marqueeuc_list_marquee_elementor15905 {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translate(-50%);\n  }\n}\n@keyframes marquee-reverseuc_list_marquee_elementor15905 {\n  0% {\n    transform: translateX(-50%);\n  }\n  100% {\n    transform: translate(0%);\n  }\n}\n</style>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n  <a href=\"/contact-us/\" >\n        Got a project in mind? \n  </a>\n  <a href=\"/contact-us/\" >\n  </a>\n  <a href=\"/contact-us/\" >\n        You’re only a stranger once!\n  </a>\n  <a href=\"\" >\n        Designing with purpose, intent and creativity, of course.\n  </a>\n			<!-- end List Marquee -->		\n		<p>hello@faction-studio.com</p><p>+ 44 (0) 7855031157</p>Company No. 11112222<br>\nBillericay, Essex, United Kingdom		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>Navigation</h5>		\n		<p>Sign-up to our newsletter</p>		\n			<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#006d8e\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m5.59 8.539h-1.765a2.028 2.028 0 0 0-2.287 2.191v2.632h3.888l-.619 4.051h-3.269v9.79h-4.376V17.41H9.615v-4.051h3.557v-3.087c0-3.514 2.094-5.452 5.295-5.452a21.847 21.847 0 0 1 3.132.269Z\" data-name=\"Path 10\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 11\" viewBox=\"0 0 32.013 32.019\"><path fill=\"#d0a0f9\" d=\"M19.524 16.01a3.516 3.516 0 1 1-3.516-3.516 3.523 3.523 0 0 1 3.516 3.516\" data-name=\"Path 15\"></path><path fill=\"#d0a0f9\" d=\"M24.23 9.795a3.523 3.523 0 0 0-2.007-2.007c-1.382-.55-4.682-.425-6.214-.425s-4.832-.125-6.22.425a3.531 3.531 0 0 0-2 2.007c-.55 1.382-.425 4.682-.425 6.214s-.123 4.826.425 6.212a3.531 3.531 0 0 0 2 2.007c1.388.55 4.682.425 6.22.425s4.826.125 6.214-.425a3.541 3.541 0 0 0 2.007-2.007c.55-1.382.425-4.676.425-6.214s.125-4.826-.425-6.214m-8.221 11.628a5.407 5.407 0 1 1 5.407-5.407 5.4 5.4 0 0 1-5.407 5.407m5.626-9.777a1.26 1.26 0 1 1 1.263-1.257 1.258 1.258 0 0 1-1.263 1.257\" data-name=\"Path 16\"></path><path fill=\"#d0a0f9\" d=\"M16.01 0a16.01 16.01 0 1 0 16 16.01A16.009 16.009 0 0 0 16.01 0m10.471 20.361a6.289 6.289 0 0 1-1.707 4.42 6.235 6.235 0 0 1-4.42 1.7c-1.738.1-6.958.1-8.7 0a6.273 6.273 0 0 1-4.42-1.7 6.262 6.262 0 0 1-1.707-4.42c-.1-1.744-.1-6.964 0-8.7a6.268 6.268 0 0 1 1.707-4.42 6.256 6.256 0 0 1 4.42-1.7c1.738-.1 6.958-.1 8.7 0a6.262 6.262 0 0 1 4.42 1.7 6.262 6.262 0 0 1 1.707 4.42c.1 1.744.1 6.958 0 8.7\" data-name=\"Path 17\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#62d9e8\" d=\"M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.009 16.009 0 0 0 16.01 0m-4.87 24.161H7.483V12.39h3.657ZM9.31 10.784a2.129 2.129 0 1 1 2.119-2.138 2.137 2.137 0 0 1-2.119 2.138m15.52 13.377h-3.657v-5.732c0-1.363-.025-3.113-1.9-3.113-1.9 0-2.194 1.482-2.194 3.019v5.826h-3.651V12.39h3.507V14h.05a3.847 3.847 0 0 1 3.463-1.907c3.7 0 4.382 2.438 4.382 5.607Z\" data-name=\"Path 11\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 10\" viewBox=\"0 0 32.019 32.019\"><path fill=\"#ef833a\" d=\"M11.46 14.743H8.291v-3.318h2.934c1.127 0 2.142.317 2.142 1.624 0 1.208-.79 1.693-1.907 1.693\" data-name=\"Path 12\"></path><path fill=\"#ef833a\" d=\"M13.948 18.915c0 1.437-1.039 1.887-2.312 1.887H8.293v-3.917H11.7c1.376 0 2.247.574 2.247 2.03\" data-name=\"Path 13\"></path><path fill=\"#ef833a\" d=\"M23.18 14.766a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2M16.01 0a16.01 16.01 0 1 0 16.01 16.01A16.013 16.013 0 0 0 16.01 0m4.245 9.746h5.765v1.4h-5.764Zm-8.2 13.472h-6.9V9h6.708c2.438 0 4.545.694 4.545 3.526a3.041 3.041 0 0 1-1.944 2.969 3.427 3.427 0 0 1 2.6 3.595c0 2.894-2.432 4.132-5.014 4.132m11.3-1.85a2.336 2.336 0 0 0 2.232-1.344h2.5a4.594 4.594 0 0 1-4.82 3.463c-3.251 0-5.27-2.2-5.27-5.407a5.173 5.173 0 0 1 5.27-5.445c3.226 0 5.007 2.538 5.007 5.582 0 .181-.012.363-.019.531h-7.427a2.326 2.326 0 0 0 2.526 2.619m-.175-6.6a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2m0 0a2.216 2.216 0 0 0-2.35 2.2h4.6a2.106 2.106 0 0 0-2.25-2.2\" data-name=\"Path 14\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Group 14\" viewBox=\"0 0 32.251 32.251\"><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h32.251v32.251H0z\" data-name=\"Rectangle 21\"></path></clipPath></defs><g clip-path=\"url(#a)\" data-name=\"Group 13\"><path fill=\"#f26751\" d=\"M16.125 0a16.125 16.125 0 1 0 16.126 16.125A16.129 16.129 0 0 0 16.125 0m10.956 17.4a.39.39 0 0 0-.013.17c0 .031-.006.063-.006.094-.031.038-.019.082-.019.12a2.829 2.829 0 0 1-.069.516.413.413 0 0 0-.006.126c-.031.031-.025.063-.019.1a11.443 11.443 0 0 1-.5 2 10.139 10.139 0 0 1-2.538 3.986.632.632 0 0 1-.139.12 6.008 6.008 0 0 1-.749.63 9.83 9.83 0 0 1-2.3 1.291 10.854 10.854 0 0 1-1.536.479c-.233.057-.466.1-.7.151a.537.537 0 0 1-.1 0c-.031 0-.069-.006-.094.025h-.044a.111.111 0 0 0-.1.019c-.031 0-.063.006-.088.006a.129.129 0 0 0-.107.019.023.023 0 0 0-.019.006.253.253 0 0 0-.151.019h-.107a.3.3 0 0 0-.151.019 1.067 1.067 0 0 1-.139.006.311.311 0 0 0-.17.019c-.063 0-.126.006-.189.013a1.238 1.238 0 0 0-.264 0h-.837a1.215 1.215 0 0 0-.214 0c-.038-.006-.063-.006-.094-.013a.433.433 0 0 0-.2-.019 1.369 1.369 0 0 1-.157-.006.173.173 0 0 0-.126-.013.258.258 0 0 0-.069-.006.132.132 0 0 0-.12-.019.258.258 0 0 0-.069-.006.148.148 0 0 0-.126-.019c-.019 0-.038-.006-.063-.006a.115.115 0 0 0-.1-.019 3.279 3.279 0 0 1-.5-.082c-.227-.044-.453-.1-.674-.157-.088-.025-.176-.057-.264-.076a7.685 7.685 0 0 1-.907-.309 11.588 11.588 0 0 1-3.895-2.594 11.34 11.34 0 0 1-1.965-2.726c-.019-.038-.05-.069-.044-.12a.479.479 0 0 1-.076-.12c-.151-.315-.3-.63-.422-.957a11.088 11.088 0 0 1-.453-1.543 7.054 7.054 0 0 1-.132-.712.115.115 0 0 0-.019-.1c0-.019-.006-.044-.006-.069a.16.16 0 0 0-.013-.12c-.013-.094-.025-.189-.031-.283a.228.228 0 0 0-.019-.145.8.8 0 0 1-.006-.12.311.311 0 0 0-.019-.17c0-.088-.006-.17-.006-.258V15.7a1.02 1.02 0 0 1 .006-.139.348.348 0 0 0 .019-.2v-.164h.006a.277.277 0 0 0 .013-.176.387.387 0 0 0 .006-.088.168.168 0 0 0 .019-.145c.006-.025.006-.044.013-.069a.147.147 0 0 1 .013-.126c0-.019.006-.044.006-.069a.1.1 0 0 0 .019-.094A10.157 10.157 0 0 1 5.579 13c.05-.2.107-.384.176-.573.088-.227.176-.453.271-.674.082-.189.17-.365.252-.548a.237.237 0 0 1 .057-.094 4.226 4.226 0 0 1 .277-.529 11.081 11.081 0 0 1 7.235-5.39c.264-.063.535-.113.806-.151.094-.006.2-.031.29-.044a.132.132 0 0 0 .12-.019c.038 0 .063-.006.094-.006a.175.175 0 0 0 .126-.019.684.684 0 0 0 .113-.006h.094c.044.006.088.019.126-.013a.723.723 0 0 1 .12-.006h.982a.962.962 0 0 0 .233-.006c.069.006.139.006.214.013a.23.23 0 0 0 .145.013.8.8 0 0 0 .12.006.148.148 0 0 0 .126.019c.038 0 .076.006.113.006.031.031.063.025.1.019s.063.006.088.006a.1.1 0 0 0 .1.019c.22.038.434.069.649.113.258.05.516.113.774.176.208.05.409.126.617.2A10.478 10.478 0 0 1 23.19 7.26c.227.183.447.365.642.554l-3.2 3.211c-.094-.082-.2-.176-.315-.271a5.836 5.836 0 0 0-2.386-1.19c-.157-.038-.315-.069-.472-.1a.1.1 0 0 0-.094-.019h-.075a.115.115 0 0 0-.1-.019c-.031-.006-.063-.006-.088-.013a.151.151 0 0 0-.126-.013c-.044-.006-.082-.006-.12-.013-.044-.031-.094-.013-.145-.013a.022.022 0 0 0 .006.013c-.069 0-.132.025-.2-.013h-.378a.532.532 0 0 0-.246.013 1.131 1.131 0 0 1-.139.013c-.044.031-.082.019-.126.019a.684.684 0 0 0-.113.006.113.113 0 0 0-.1.013 6.482 6.482 0 0 0-3.375 1.58 6.781 6.781 0 0 0-1.795 2.487c-.069.157-.132.315-.189.479-.1.309-.17.623-.246.938a1.161 1.161 0 0 0-.038.258c-.031.031-.025.063-.019.1s-.006.076-.006.113a.175.175 0 0 0-.019.126c0 .044-.006.088-.006.139a.228.228 0 0 0-.019.145q-.009.321 0 .642a.181.181 0 0 0 .019.1c0 .063.006.126.006.189a.163.163 0 0 0 .019.12c0 .038.006.076.006.113s-.013.076.019.1A7.851 7.851 0 0 0 10 18.084a.937.937 0 0 1 .057.189c.063.17.126.34.2.51a6.87 6.87 0 0 0 .516.976 6.749 6.749 0 0 0 2.852 2.525 4.679 4.679 0 0 0 .712.29c.252.082.51.145.768.208a.476.476 0 0 0 .094.006.129.129 0 0 0 .107.019c.019 0 .038.006.063.006a.146.146 0 0 0 .1.019h.044a.138.138 0 0 0 .12.019.509.509 0 0 0 .094.006.213.213 0 0 0 .151.019c.05 0 .107.006.157.006h.655a.684.684 0 0 0 .113-.006h.145c.044.006.088.019.126-.019a.724.724 0 0 0 .113-.006.168.168 0 0 0 .145-.019h.019c.038 0 .076.006.1-.019a1.169 1.169 0 0 0 .214-.031.119.119 0 0 0 .1-.019 6.759 6.759 0 0 0 1.473-.453 6.27 6.27 0 0 0 .781-.428c.038-.025.076-.044.113-.069a5.394 5.394 0 0 0 .957-.819 5.124 5.124 0 0 0 1.253-2.361c.013-.057-.006-.12.031-.176-.038-.044-.088-.019-.132-.019q-2.947-.009-5.887-.006a.07.07 0 0 1-.031-.063c0-.025.006-.044.006-.069v-3.591c0-.176-.006-.346 0-.516 0-.038-.019-.082.025-.107h10.419c.05 0 .1-.031.145.025.019.107.038.214.05.327a.14.14 0 0 0 .019.1c.006.019.006.044.013.063a.1.1 0 0 0 .013.1c.013.189.057.378.057.573a.314.314 0 0 0 .013.17c.006.057.006.107.013.164a.752.752 0 0 0 .019.29v.957a.848.848 0 0 0-.019.334c-.006.069-.006.145-.013.214\" data-name=\"Path 18\"></path></g></svg>					</a>\n			<h5><a href=\"/fweb/privacy/\">Privacy Policy</a></h5>		\n			<h5><a href=\"/fweb/terms/\">Terms & Conditions</a></h5>',	'Faction Footer',	'',	'inherit',	'closed',	'closed',	'',	'95-revision-v1',	'',	'',	'2023-03-13 09:26:38',	'2023-03-13 09:26:38',	'',	95,	'https://www.scriptin.me/fweb/?p=974',	0,	'revision',	'',	0),
(975,	1,	'2023-03-13 09:30:23',	'2023-03-13 09:30:23',	'<style>/*! elementor - v3.11.4 - 12-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n		<p>We’re in the business of connecting people and brands, helping you find your faction through strategic design. See how we can help you on your next project.</p>',	'Elementor Archive #252',	'',	'inherit',	'closed',	'closed',	'',	'252-revision-v1',	'',	'',	'2023-03-13 09:30:23',	'2023-03-13 09:30:23',	'',	252,	'https://www.scriptin.me/fweb/?p=975',	0,	'revision',	'',	0),
(976,	1,	'2023-03-13 19:20:59',	'2023-03-13 19:20:59',	'a:19:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"30\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"post_type\";a:1:{i:0;s:16:\"faction_services\";}s:8:\"taxonomy\";s:0:\"\";s:13:\"return_format\";s:6:\"object\";s:8:\"multiple\";i:1;s:11:\"save_custom\";i:0;s:16:\"save_post_status\";s:7:\"publish\";s:18:\"acfe_bidirectional\";a:2:{s:26:\"acfe_bidirectional_enabled\";s:1:\"1\";s:26:\"acfe_bidirectional_related\";a:1:{i:0;s:19:\"field_640f77b7aa67e\";}}s:13:\"acfe_settings\";s:0:\"\";s:13:\"acfe_validate\";s:0:\"\";s:10:\"allow_null\";i:0;s:16:\"acfe_permissions\";s:0:\"\";s:2:\"ui\";i:1;s:14:\"save_post_type\";s:0:\"\";}',	'Service Highlights',	'service_highlights',	'publish',	'closed',	'closed',	'',	'field_640f77053faeb',	'',	'',	'2023-03-13 19:22:50',	'2023-03-13 19:22:50',	'',	644,	'https://www.scriptin.me/fweb/?post_type=acf-field&#038;p=976',	0,	'acf-field',	'',	0),
(979,	1,	'2023-03-13 19:22:10',	'2023-03-13 19:22:10',	'a:19:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"post_type\";a:1:{i:0;s:16:\"faction_services\";}s:8:\"taxonomy\";s:0:\"\";s:13:\"return_format\";s:6:\"object\";s:8:\"multiple\";i:0;s:11:\"save_custom\";i:0;s:16:\"save_post_status\";s:7:\"publish\";s:18:\"acfe_bidirectional\";a:2:{s:26:\"acfe_bidirectional_enabled\";b:1;s:26:\"acfe_bidirectional_related\";a:1:{i:0;s:19:\"field_640f77053faeb\";}}s:13:\"acfe_settings\";s:0:\"\";s:13:\"acfe_validate\";s:0:\"\";s:10:\"allow_null\";i:0;s:16:\"acfe_permissions\";s:0:\"\";s:2:\"ui\";i:1;s:14:\"save_post_type\";s:0:\"\";}',	'Related Service',	'related_service',	'publish',	'closed',	'closed',	'',	'field_640f77b7aa67e',	'',	'',	'2023-03-13 19:22:50',	'2023-03-13 19:22:50',	'',	475,	'https://www.scriptin.me/fweb/?post_type=acf-field&#038;p=979',	2,	'acf-field',	'',	0),
(980,	1,	'2023-03-13 19:23:25',	'2023-03-13 19:23:25',	'<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->',	'Rebranding AfterJam Snowsports',	'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',	'inherit',	'closed',	'closed',	'',	'44-revision-v1',	'',	'',	'2023-03-13 19:23:25',	'2023-03-13 19:23:25',	'',	44,	'https://www.scriptin.me/fweb/?p=980',	0,	'revision',	'',	0),
(981,	1,	'2023-03-13 19:24:57',	'2023-03-13 19:24:57',	'',	'Project Single',	'',	'inherit',	'closed',	'closed',	'',	'405-revision-v1',	'',	'',	'2023-03-13 19:24:57',	'2023-03-13 19:24:57',	'',	405,	'https://www.scriptin.me/fweb/?p=981',	0,	'revision',	'',	0),
(982,	1,	'2023-03-13 19:33:47',	'2023-03-13 19:33:47',	'<h2>Strategic Branding</h2>\nBringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.\n<h2>Our Services</h2>\nMix and match, or take them all.\n<h2>Strategy</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Identity</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Finishing Touches</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Our ‘3F’ Process</h2>\nEvery project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nFind your Function					</a></h3>\nThis is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nFind your Faction					</a></h3>\nNow we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nFind your Form					</a></h3>\nThis is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.\n\nWhat’s that? Another step in the process?\n\nYes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nFind your Voice					</a></h3>\nWhat language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\n\n<a href=\"/projects/\" role=\"button\">\nView more projects...\n</a>\n<h4>&lt; Other Services</h4>\nWe believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 19:33:47',	'2023-03-13 19:33:47',	'',	254,	'https://www.scriptin.me/fweb/?p=982',	0,	'revision',	'',	0),
(983,	1,	'2023-03-13 19:33:48',	'2023-03-13 19:33:48',	'<h2>Strategic Branding</h2>\nBringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.\n<h2>Our Services</h2>\nMix and match, or take them all.\n<h2>Strategy</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Identity</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Finishing Touches</h2>\n<ul>\n 	<li>\n										Graphic Design</li>\n 	<li>\n										Creative Direction</li>\n 	<li>\n										Packaging</li>\n 	<li>\n										Business Cards &amp; Letterheads</li>\n 	<li>\n										Illustration</li>\n</ul>\n<h2>Our ‘3F’ Process</h2>\nEvery project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nFind your Function					</a></h3>\nThis is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.\n\n<a href=\"/fweb/services/websites/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/websites/\">\nFind your Faction					</a></h3>\nNow we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.\n\n<a href=\"/fweb/services/design/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/design/\">\nFind your Form					</a></h3>\nThis is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.\n\nWhat’s that? Another step in the process?\n\nYes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.\n\n<a href=\"/fweb/services/strategic-branding/\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n<h3>\n					<a href=\"/fweb/services/strategic-branding/\">\nFind your Voice					</a></h3>\nWhat language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.\n\n<a href=\"/projects/\" role=\"button\">\nView more projects...\n</a>\n<h4>&lt; Other Services</h4>\nWe believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 19:33:48',	'2023-03-13 19:33:48',	'',	254,	'https://www.scriptin.me/fweb/?p=983',	0,	'revision',	'',	0),
(984,	1,	'2023-03-13 19:33:49',	'2023-03-13 19:33:49',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n		<article data-dce-post-id=\"44\" data-dce-post-index=\"0\" data-post-link=\"https://www.scriptin.me/fweb/projects/afterdam/\">\n		<a href=\"https://www.scriptin.me/fweb/projects/afterdam/\"><figure data-image-ratio=\"1.15\" style=\"background-image: url(https://www.scriptin.me/fweb/wp-content/uploads/2023/02/AfterJam-test-2.jpg); background-repeat: no-repeat; background-size: cover; display: block;\"></figure></a>			\n		</article>\n			<h4>< Other Services</h4>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 19:33:49',	'2023-03-13 19:33:49',	'',	254,	'https://www.scriptin.me/fweb/?p=984',	0,	'revision',	'',	0),
(985,	1,	'2023-03-13 21:04:13',	'2023-03-13 21:04:13',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n		<article data-dce-post-id=\"44\" data-dce-post-index=\"0\" data-post-link=\"https://www.scriptin.me/fweb/projects/afterdam/\">\n		<a href=\"https://www.scriptin.me/fweb/projects/afterdam/\"><figure data-image-ratio=\"1.15\" style=\"background-image: url(https://www.scriptin.me/fweb/wp-content/uploads/2023/02/AfterJam-test-2.jpg); background-repeat: no-repeat; background-size: cover; display: block;\"></figure></a>			\n		</article>\n			<h4>< Other Services</h4>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 21:04:13',	'2023-03-13 21:04:13',	'',	254,	'https://www.scriptin.me/fweb/?p=985',	0,	'revision',	'',	0),
(986,	1,	'2023-03-13 21:04:15',	'2023-03-13 21:04:15',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n		<article data-dce-post-id=\"44\" data-dce-post-index=\"0\" data-post-link=\"https://www.scriptin.me/fweb/projects/afterdam/\">\n		<a href=\"https://www.scriptin.me/fweb/projects/afterdam/\"><figure data-image-ratio=\"1.15\" style=\"background-image: url(https://www.scriptin.me/fweb/wp-content/uploads/2023/02/AfterJam-test-2.jpg); background-repeat: no-repeat; background-size: cover; display: block;\"></figure></a>			\n		</article>\n			<h4>< Other Services</h4>		\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 21:04:15',	'2023-03-13 21:04:15',	'',	254,	'https://www.scriptin.me/fweb/?p=986',	0,	'revision',	'',	0),
(987,	1,	'2023-03-13 21:04:15',	'2023-03-13 21:04:15',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 21:04:15',	'2023-03-13 21:04:15',	'',	254,	'https://www.scriptin.me/fweb/?p=987',	0,	'revision',	'',	0),
(988,	1,	'2023-03-13 21:04:25',	'2023-03-13 21:04:25',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 21:04:25',	'2023-03-13 21:04:25',	'',	254,	'https://www.scriptin.me/fweb/?p=988',	0,	'revision',	'',	0),
(989,	1,	'2023-03-13 21:04:26',	'2023-03-13 21:04:26',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 21:04:26',	'2023-03-13 21:04:26',	'',	254,	'https://www.scriptin.me/fweb/?p=989',	0,	'revision',	'',	0),
(990,	1,	'2023-03-13 21:04:26',	'2023-03-13 21:04:26',	'<h2>Strategic Branding</h2>		\n		Bringing new brands into the world or reviving existing ones.Branding isn’t about what one likes or dislikes, it’s about what works.		\n			<h2>Our Services</h2>		\n		<p>Mix and match, or take them all.</p>		\n			<h2>Strategy</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Identity</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Finishing Touches</h2>		\n					<ul>\n							<li>\n										Graphic Design\n									</li>\n								<li>\n										Creative Direction\n									</li>\n								<li>\n										Packaging\n									</li>\n								<li>\n										Business Cards & Letterheads\n									</li>\n								<li>\n										Illustration\n									</li>\n						</ul>\n			<h2>Our ‘3F’ Process</h2>		\n		<p>Every project is different so there is no prescriptive process that works for everyone. However, we believe that this process yields the best results, Rooted in strategic thinking, our ‘3F’ process has been created to position your brand most effectively in your industry.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"1\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">01</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Function					</a>\n				</h3>\n									<p>\n						This is where we identify your function as a brand within the industry you operate. We clarify how you are better than your competitors and refine your message to prick the ears of those who need to hear about you.					</p>\n				<a href=\"/fweb/services/websites/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"2\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">02</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/websites/\" >\n						Find your Faction					</a>\n				</h3>\n									<p>\n						Now we know what you do and why that matters, we find the people that will listen and follow you.\nThis is your faction. These will range from everyday supporters to raging fans and our goal is to\neventually turn everyone into committed and passionate supporters of your brand.					</p>\n				<a href=\"/fweb/services/design/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"3\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">03</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/design/\" >\n						Find your Form					</a>\n				</h3>\n									<p>\n						This is where we translate your unique business attributes and brand values into compelling design systems and a forward-thinking brand identity. This will be the flag that your faction carries into the battlefield and it’s got to look better than your competition. Additional deliverables start here too.					</p>\n		<p>What’s that? Another step in the process? </p><p>Yes, the ‘3F and 1V’ process doesn’t quite have the same ring to it though does it? It’s an optional step for those wanting to go the whole 9 yards.</p>		\n				<a href=\"/fweb/services/strategic-branding/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 108 133\"><text fill=\"#323434\" data-name=\"4\" font-family=\"SegoeUI, Segoe UI\" font-size=\"100\" transform=\"translate(108 108)\"><tspan x=\"-107.813\" y=\"0\">04</tspan></text></svg>				</a>\n				<h3>\n					<a href=\"/fweb/services/strategic-branding/\" >\n						Find your Voice					</a>\n				</h3>\n									<p>\n						What language is going to resonate with your faction the best? What is going to make them buy? What is going to make them come back? We work with you to curate a clear and compelling language system for use in marketing materials and in client interactions.					</p>\n			<a href=\"/projects/\" role=\"button\">\n						View more projects...\n					</a>\n			<h4>< Other Services</h4>		\n		We believe in the power of connection; between people and brand.',	'Strategic Branding',	'Branding isn’t about what one likes or dislikes, it’s about what works.',	'inherit',	'closed',	'closed',	'',	'254-revision-v1',	'',	'',	'2023-03-13 21:04:26',	'2023-03-13 21:04:26',	'',	254,	'https://www.scriptin.me/fweb/?p=990',	0,	'revision',	'',	0);

DROP TABLE IF EXISTS `wp_termmeta`;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1,	404,	'theplus_transient_widgets',	'a:0:{}'),
(2,	85,	'theplus_transient_widgets',	'a:0:{}');

DROP TABLE IF EXISTS `wp_terms`;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1,	'Uncategorized',	'uncategorized',	0),
(2,	'LegalMenu',	'legalmenu',	0),
(3,	'header',	'header',	0),
(4,	'MainMenu',	'mainmenu',	0),
(5,	'ContactMenu',	'contactmenu',	0),
(6,	'page',	'page',	0),
(7,	'custom',	'custom',	0),
(8,	'footer',	'footer',	0),
(9,	'popup',	'popup',	0),
(10,	'loop-item',	'loop-item',	0),
(11,	'archive',	'archive',	0),
(12,	'single-post',	'single-post',	0),
(13,	'FooterMenu',	'footermenu',	0),
(14,	'Identity Design, Logo Systems,',	'identity-design-logo-systems',	0),
(15,	'Identity Design',	'identity-design',	0),
(16,	'Logo Systems',	'logo-systems',	0),
(17,	'Studio News',	'studio-news',	0),
(18,	'Eye On Design',	'eye-on-design',	0),
(19,	'Projects',	'projects',	0),
(20,	'Design',	'design',	0),
(21,	'Websites',	'websites',	0),
(22,	'Strategic Branding',	'strategic-branding',	0),
(23,	'container',	'container',	0);

DROP TABLE IF EXISTS `wp_term_relationships`;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1,	17,	0),
(7,	2,	0),
(8,	2,	0),
(9,	2,	0),
(17,	3,	0),
(35,	7,	0),
(40,	6,	0),
(44,	15,	1),
(44,	16,	2),
(44,	22,	1),
(45,	16,	1),
(46,	15,	1),
(47,	16,	1),
(49,	15,	1),
(59,	6,	0),
(63,	6,	0),
(95,	8,	0),
(107,	4,	0),
(108,	4,	0),
(109,	4,	0),
(110,	4,	0),
(111,	4,	0),
(113,	4,	0),
(127,	9,	0),
(132,	8,	0),
(135,	10,	0),
(140,	10,	0),
(146,	9,	0),
(155,	9,	0),
(217,	8,	0),
(222,	9,	0),
(224,	10,	0),
(252,	11,	0),
(254,	22,	1),
(256,	22,	1),
(258,	20,	1),
(267,	11,	0),
(323,	12,	0),
(385,	11,	0),
(388,	11,	0),
(405,	12,	0),
(414,	13,	0),
(415,	13,	0),
(416,	13,	0),
(417,	13,	0),
(438,	16,	1),
(442,	17,	0),
(442,	18,	0),
(442,	19,	0),
(444,	19,	0),
(456,	12,	0),
(463,	12,	0),
(487,	10,	0),
(495,	10,	0),
(651,	6,	0),
(697,	3,	0),
(709,	6,	0),
(734,	6,	0),
(747,	12,	0),
(798,	23,	0),
(804,	23,	0),
(805,	3,	0),
(813,	3,	0),
(889,	11,	0),
(899,	8,	0),
(902,	8,	0),
(937,	8,	0);

DROP TABLE IF EXISTS `wp_term_taxonomy`;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1,	1,	'category',	'',	0,	0),
(2,	2,	'nav_menu',	'',	0,	3),
(3,	3,	'elementor_library_type',	'',	0,	2),
(4,	4,	'nav_menu',	'',	0,	6),
(5,	5,	'nav_menu',	'',	0,	0),
(6,	6,	'elementor_library_type',	'',	0,	6),
(7,	7,	'elementor_font_type',	'',	0,	1),
(8,	8,	'elementor_library_type',	'',	0,	1),
(9,	9,	'elementor_library_type',	'',	0,	1),
(10,	10,	'elementor_library_type',	'',	0,	4),
(11,	11,	'elementor_library_type',	'',	0,	4),
(12,	12,	'elementor_library_type',	'',	0,	3),
(13,	13,	'nav_menu',	'',	0,	4),
(14,	14,	'project_cat',	'',	0,	0),
(15,	15,	'project_cat',	'',	0,	3),
(16,	16,	'project_cat',	'',	0,	4),
(17,	17,	'category',	'',	0,	2),
(18,	18,	'category',	'',	0,	1),
(19,	19,	'category',	'',	0,	2),
(20,	20,	'project_service_cat',	'',	0,	1),
(21,	21,	'project_service_cat',	'',	0,	0),
(22,	22,	'project_service_cat',	'',	0,	3),
(23,	23,	'elementor_library_type',	'',	0,	2);

DROP TABLE IF EXISTS `wp_usermeta`;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1,	1,	'nickname',	'admin'),
(2,	1,	'first_name',	''),
(3,	1,	'last_name',	''),
(4,	1,	'description',	''),
(5,	1,	'rich_editing',	'true'),
(6,	1,	'syntax_highlighting',	'true'),
(7,	1,	'comment_shortcuts',	'false'),
(8,	1,	'admin_color',	'fresh'),
(9,	1,	'use_ssl',	'0'),
(10,	1,	'show_admin_bar_front',	'true'),
(11,	1,	'locale',	''),
(12,	1,	'wp_capabilities',	'a:1:{s:13:\"administrator\";b:1;}'),
(13,	1,	'wp_user_level',	'10'),
(14,	1,	'dismissed_wp_pointers',	'perflab-admin-pointer,theme_editor_notice'),
(15,	1,	'show_welcome_panel',	'1'),
(16,	1,	'session_tokens',	'a:2:{s:64:\"ea50d172106422797833bd1bc95bfd506cf160cd626c7c131c47e65ba480dfa5\";a:4:{s:10:\"expiration\";i:1678869056;s:2:\"ip\";s:13:\"172.71.242.42\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\";s:5:\"login\";i:1678696256;}s:64:\"235fc3ed2f2035d535f0b02f25a141586a107d2afec0d03dce7085e9e2e5c6bf\";a:4:{s:10:\"expiration\";i:1678907892;s:2:\"ip\";s:12:\"172.70.85.53\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\";s:5:\"login\";i:1678735092;}}'),
(17,	1,	'wp_user-settings',	'deleted=undefined&libraryContent=browse&editor=tinymce'),
(18,	1,	'wp_user-settings-time',	'1678699412'),
(19,	1,	'wp_dashboard_quick_press_last_post_id',	'904'),
(20,	1,	'community-events-location',	'a:1:{s:2:\"ip\";s:21:\"2a00:23c7:551e:7601::\";}'),
(21,	1,	'nav_menu_recently_edited',	'13'),
(22,	1,	'managenav-menuscolumnshidden',	'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(23,	1,	'metaboxhidden_nav-menus',	'a:3:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:12:\"add-post_tag\";i:2;s:28:\"add-acf-field-group-category\";}'),
(24,	1,	'wp_persisted_preferences',	'a:2:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:8:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";i:2;s:14:\"featured-image\";i:3;s:26:\"taxonomy-panel-project_cat\";i:4;s:12:\"post-excerpt\";i:5;s:23:\"taxonomy-panel-category\";i:6;s:16:\"discussion-panel\";i:7;s:34:\"taxonomy-panel-project_service_cat\";}}s:9:\"_modified\";s:24:\"2023-03-13T08:52:40.658Z\";}'),
(26,	1,	'_yoast_wpseo_profile_updated',	'1678745607'),
(27,	1,	'elementor_introduction',	'a:3:{s:18:\"yoast-introduction\";b:1;s:7:\"exit_to\";b:1;s:13:\"popupSettings\";b:1;}'),
(29,	1,	'tp_phone_number',	''),
(30,	1,	'tp_profile_facebook',	''),
(31,	1,	'tp_profile_twitter',	''),
(32,	1,	'tp_profile_instagram',	'');

DROP TABLE IF EXISTS `wp_users`;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1,	'dexit',	'$P$BriCR5uAuI0Dgh8UTI8mGvhiyuDOo21',	'admin',	'dexit@dyc.lv',	'https://www.scriptin.me/fweb',	'2023-02-14 01:17:10',	'',	0,	'admin');

DROP TABLE IF EXISTS `wp_wpfm_backup`;
CREATE TABLE `wp_wpfm_backup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `backup_name` text COLLATE utf8mb4_unicode_520_ci,
  `backup_date` text COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


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

INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(1,	'https://www.scriptin.me/fweb/cookies/',	'37:468bf646c2167c9cb6bbf3ab3063d262',	10,	'post',	'page',	1,	0,	NULL,	NULL,	'Cookies',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-02-22 17:44:23',	'2023-03-03 19:29:39',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-02-14 08:25:49',	'2023-02-14 08:25:49'),
(2,	'https://www.scriptin.me/fweb/author/admin/',	'42:14c55403eeafcf76530af79f6de72d03',	1,	'user',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	'https://secure.gravatar.com/avatar/f6b4c09571c847f360f026d278e23159?s=500&d=mm&r=g',	NULL,	NULL,	'gravatar-image',	NULL,	NULL,	'https://secure.gravatar.com/avatar/f6b4c09571c847f360f026d278e23159?s=500&d=mm&r=g',	NULL,	'gravatar-image',	NULL,	NULL,	NULL,	NULL,	'2023-02-22 17:44:23',	'2023-03-14 04:04:28',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-03-13 21:04:26',	'2023-02-14 01:17:10'),
(3,	'https://www.scriptin.me/fweb/privacy/',	'37:f6a544a08d76e2e790d211120c8bb474',	12,	'post',	'page',	1,	0,	NULL,	NULL,	'Privacy',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-02-22 17:44:23',	'2023-03-03 19:29:39',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-02-14 08:25:49',	'2023-02-14 08:25:49'),
(4,	'https://www.scriptin.me/fweb/terms/',	'35:4f2e5af2ca4cef567411f019e9acebae',	14,	'post',	'page',	1,	0,	NULL,	NULL,	'Terms',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-02-22 17:44:23',	'2023-02-28 08:43:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-02-14 08:25:49',	'2023-02-14 08:25:49'),
(5,	'https://www.scriptin.me/fweb/?page_id=2',	'39:c530a60322b908d2cc058dab05459c16',	2,	'post',	'page',	1,	0,	NULL,	NULL,	'Sample Page',	'trash',	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-22 17:44:23',	'2023-03-03 19:29:39',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-02-22 17:42:29',	'2023-02-14 01:17:10'),
(6,	'https://www.scriptin.me/fweb/?page_id=3',	'39:fbddadb4cc2e92608f6b5bd9b5803938',	3,	'post',	'page',	1,	0,	NULL,	NULL,	'Privacy Policy',	'trash',	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-22 17:44:23',	'2023-03-03 19:29:39',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-02-22 17:42:27',	'2023-02-14 01:17:10'),
(7,	'https://www.scriptin.me/fweb/blog/what-the-f-rebranding-vanta-studio/',	'69:47fb9a33d27253e3587b260ef384ed58',	1,	'post',	'post',	1,	0,	NULL,	NULL,	'What the F? Rebranding Vanta Studio',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	30,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Blog-1.jpg',	NULL,	'447',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Blog-1.jpg',	'447',	'featured-image',	'{\"width\":1920,\"height\":1080,\"filesize\":528080,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Blog-1.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/Blog-1.jpg\",\"size\":\"full\",\"id\":447,\"alt\":\"\",\"pixels\":2073600,\"type\":\"image/jpeg\"}',	0,	0,	NULL,	'2023-02-22 17:44:23',	'2023-03-03 20:55:16',	1,	NULL,	NULL,	NULL,	NULL,	0,	3,	2,	'2023-02-27 16:16:43',	'2023-02-14 01:17:10'),
(8,	'https://www.scriptin.me/fweb/category/uncategorized/',	'52:dc860c88a29f184ff0bb95f161bae1ea',	1,	'term',	'category',	NULL,	NULL,	NULL,	NULL,	'Uncategorized',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-02-22 17:44:23',	'2023-02-28 01:26:51',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	NULL,	NULL),
(9,	NULL,	NULL,	NULL,	'system-page',	'404',	NULL,	NULL,	'Page not found %%sep%% %%sitename%%',	NULL,	'Error 404: Page not found',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	1,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-22 17:44:23',	'2023-02-28 01:26:51',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	1,	NULL,	NULL),
(10,	NULL,	NULL,	NULL,	'system-page',	'search-result',	NULL,	NULL,	'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	1,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-22 17:44:23',	'2023-02-28 01:26:51',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	1,	NULL,	NULL),
(11,	NULL,	NULL,	NULL,	'date-archive',	NULL,	NULL,	NULL,	'%%date%% %%page%% %%sep%% %%sitename%%',	'',	NULL,	NULL,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	1,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-22 17:44:23',	'2023-02-28 01:26:51',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	1,	NULL,	NULL),
(12,	'https://www.scriptin.me/fweb/',	'29:41973ddeb7f9ec0f97f4b694d5a90e5b',	NULL,	'home-page',	NULL,	NULL,	NULL,	'%%sitename%% %%page%% %%sep%% %%sitedesc%%',	'Just another WordPress site',	'Home',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	'%%sitename%%',	'',	'',	'0',	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-22 17:44:23',	'2023-03-14 04:04:28',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-03-13 21:04:26',	'2023-02-14 01:17:10'),
(13,	'https://www.scriptin.me/fweb/contact-us/',	'40:76e46c9bb30faa854ec454c2efb5bffc',	26,	'post',	'page',	1,	0,	NULL,	NULL,	'Contact Us',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	90,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png',	NULL,	NULL,	'first-content-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png',	NULL,	'first-content-image',	NULL,	0,	1,	NULL,	'2023-02-22 17:45:17',	'2023-03-13 16:23:31',	1,	NULL,	NULL,	NULL,	NULL,	0,	1,	2,	'2023-03-13 09:23:31',	'2023-02-22 17:45:20'),
(18,	'https://www.scriptin.me/fweb/',	'29:41973ddeb7f9ec0f97f4b694d5a90e5b',	25,	'post',	'page',	1,	0,	NULL,	NULL,	'Homepage',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	60,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	7,	0,	NULL,	'2023-02-22 17:56:23',	'2023-03-04 03:55:17',	1,	NULL,	NULL,	NULL,	NULL,	0,	6,	2,	'2023-03-03 20:55:16',	'2023-02-22 17:56:26'),
(20,	'https://www.scriptin.me/fweb/services/',	'38:6f3158d089066e3a3a137b55703e133e',	NULL,	'post-type-archive',	'faction_services',	NULL,	NULL,	'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%',	'',	'Services',	NULL,	1,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	1,	NULL,	'2023-02-22 17:59:39',	'2023-03-14 04:04:28',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-03-13 21:04:26',	'2023-02-27 13:35:30'),
(21,	'https://www.scriptin.me/fweb/projects/',	'38:6f696f34eca5d6699c7d934a01955c35',	NULL,	'post-type-archive',	'faction_projects',	NULL,	NULL,	'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%',	'',	'Projects',	NULL,	1,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-22 17:59:39',	'2023-03-14 02:23:26',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-03-13 19:23:25',	'2023-02-22 18:00:11'),
(22,	'https://www.scriptin.me/fweb/about-us/',	'38:b6a7a4513f0984d249d6ffe55571c105',	42,	'post',	'page',	1,	0,	NULL,	NULL,	'About Us',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	60,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg',	NULL,	'277',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg',	'277',	'featured-image',	'{\"width\":1920,\"height\":977,\"filesize\":122021,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/JPG.jpg\",\"size\":\"full\",\"id\":277,\"alt\":\"\",\"pixels\":1875840,\"type\":\"image/jpeg\"}',	2,	NULL,	NULL,	'2023-02-22 17:59:44',	'2023-03-13 16:17:31',	1,	NULL,	NULL,	NULL,	NULL,	0,	2,	2,	'2023-03-13 09:17:31',	'2023-02-22 17:59:44'),
(23,	'https://www.scriptin.me/fweb/projects/afterdam/',	'47:dfc8e6d97c24d389204622b7e10bc2cf',	44,	'post',	'faction_projects',	1,	0,	NULL,	NULL,	'Rebranding AfterJam Snowsports',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	60,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/AfterJam-test-2.jpg',	NULL,	'30',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/AfterJam-test-2.jpg',	'30',	'featured-image',	'{\"width\":1920,\"height\":1080,\"filesize\":169927,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/AfterJam-test-2.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/AfterJam-test-2.jpg\",\"size\":\"full\",\"id\":30,\"alt\":\"\",\"pixels\":2073600,\"type\":\"image/jpeg\"}',	0,	1,	NULL,	'2023-02-22 18:00:11',	'2023-03-13 21:04:28',	1,	NULL,	NULL,	NULL,	NULL,	0,	1,	2,	'2023-03-13 19:23:25',	'2023-02-22 18:00:11'),
(24,	'https://www.scriptin.me/fweb/projects/carnival-rum/',	'51:6174aec404523591aa5775de30be157e',	45,	'post',	'faction_projects',	1,	0,	NULL,	NULL,	'Carnival Rum',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	90,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/CARNIVALRUM_PRODUCTSHOOT_FINALS-21.jpg',	NULL,	'271',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/CARNIVALRUM_PRODUCTSHOOT_FINALS-21.jpg',	'271',	'featured-image',	'{\"width\":598,\"height\":769,\"filesize\":352570,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/CARNIVALRUM_PRODUCTSHOOT_FINALS-21.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/CARNIVALRUM_PRODUCTSHOOT_FINALS-21.jpg\",\"size\":\"full\",\"id\":271,\"alt\":\"\",\"pixels\":459862,\"type\":\"image/jpeg\"}',	0,	0,	NULL,	'2023-02-22 18:00:26',	'2023-03-13 21:04:27',	1,	NULL,	NULL,	NULL,	NULL,	0,	1,	2,	'2023-02-27 16:40:59',	'2023-02-22 18:00:26'),
(25,	'https://www.scriptin.me/fweb/projects/the-orlando-group/',	'56:a941cc08f39a8ef9ca23ee0485b6d82a',	46,	'post',	'faction_projects',	1,	0,	NULL,	NULL,	'The Orlando Group',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	90,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Orland-Group.jpg',	NULL,	'278',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Orland-Group.jpg',	'278',	'featured-image',	'{\"width\":902,\"height\":584,\"filesize\":149612,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Orland-Group.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/Orland-Group.jpg\",\"size\":\"full\",\"id\":278,\"alt\":\"\",\"pixels\":526768,\"type\":\"image/jpeg\"}',	0,	0,	NULL,	'2023-02-22 18:00:38',	'2023-03-13 21:04:28',	1,	NULL,	NULL,	NULL,	NULL,	0,	1,	2,	'2023-02-27 17:06:25',	'2023-02-22 18:00:38'),
(26,	'https://www.scriptin.me/fweb/projects/re-live/',	'46:4f911f86fbbe7426dd7c533ae834c790',	47,	'post',	'faction_projects',	1,	0,	NULL,	NULL,	'Re Live',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	90,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Relive.jpg',	NULL,	'262',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Relive.jpg',	'262',	'featured-image',	'{\"width\":902,\"height\":584,\"filesize\":318262,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Relive.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/Relive.jpg\",\"size\":\"full\",\"id\":262,\"alt\":\"\",\"pixels\":526768,\"type\":\"image/jpeg\"}',	0,	1,	NULL,	'2023-02-22 18:00:47',	'2023-03-13 21:04:28',	1,	NULL,	NULL,	NULL,	NULL,	0,	1,	2,	'2023-02-27 16:03:02',	'2023-02-22 18:00:47'),
(27,	'https://www.scriptin.me/fweb/projects/vegan-noms/',	'49:51fa4c5cdd0c5173e174680f218b48d6',	48,	'post',	'faction_projects',	1,	0,	NULL,	NULL,	'Vegan Noms',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	90,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/VEGAN_NOMS_JULY21-41.jpg',	NULL,	'264',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/VEGAN_NOMS_JULY21-41.jpg',	'264',	'featured-image',	'{\"width\":902,\"height\":584,\"filesize\":325565,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/VEGAN_NOMS_JULY21-41.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/VEGAN_NOMS_JULY21-41.jpg\",\"size\":\"full\",\"id\":264,\"alt\":\"\",\"pixels\":526768,\"type\":\"image/jpeg\"}',	0,	0,	NULL,	'2023-02-22 18:00:57',	'2023-03-13 21:04:27',	1,	NULL,	NULL,	NULL,	NULL,	0,	1,	2,	'2023-02-27 16:02:02',	'2023-02-22 18:00:57'),
(28,	'https://www.scriptin.me/fweb/projects/cultured-noise/',	'53:d37797fbc3427ffecb03be215200ae7b',	49,	'post',	'faction_projects',	1,	0,	NULL,	NULL,	'Cultured Noise',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/test-cultured-noise.jpg',	NULL,	'429',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/test-cultured-noise.jpg',	'429',	'featured-image',	'{\"width\":598,\"height\":769,\"filesize\":127689,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/test-cultured-noise.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/test-cultured-noise.jpg\",\"size\":\"full\",\"id\":429,\"alt\":\"\",\"pixels\":459862,\"type\":\"image/jpeg\"}',	0,	0,	NULL,	'2023-02-22 18:01:10',	'2023-03-03 20:55:17',	1,	NULL,	NULL,	NULL,	NULL,	0,	0,	2,	'2023-02-27 16:02:57',	'2023-02-22 18:01:10'),
(39,	'https://www.scriptin.me/fweb/blog/',	'34:84b771d9bab0e32719207ddb20e9c65a',	85,	'post',	'page',	1,	0,	NULL,	NULL,	'Blog',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-02-22 18:45:29',	'2023-02-28 01:27:03',	1,	NULL,	NULL,	NULL,	NULL,	0,	0,	2,	'2023-02-22 18:45:30',	'2023-02-22 18:45:29'),
(48,	'https://www.scriptin.me/fweb/services/strategic-branding/',	'57:5a18bebbfe5ae810a22afb6d5e35ba3e',	254,	'post',	'faction_services',	1,	0,	NULL,	NULL,	'Strategic Branding',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	30,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/fb-banner.jpg',	NULL,	'274',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/fb-banner.jpg',	'274',	'featured-image',	'{\"width\":1094,\"height\":450,\"filesize\":152665,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/fb-banner.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/fb-banner.jpg\",\"size\":\"full\",\"id\":274,\"alt\":\"\",\"pixels\":492300,\"type\":\"image/jpeg\"}',	8,	8,	NULL,	'2023-02-27 13:35:30',	'2023-03-14 04:04:28',	1,	NULL,	NULL,	NULL,	NULL,	0,	3,	2,	'2023-03-13 21:04:26',	'2023-02-27 13:35:30'),
(49,	'https://www.scriptin.me/fweb/services/websites/',	'47:f75b67661a495750e59c3ca4ef29b694',	256,	'post',	'faction_services',	1,	0,	NULL,	NULL,	'Websites',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	60,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/14.jpg',	NULL,	'266',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/14.jpg',	'266',	'featured-image',	'{\"width\":1094,\"height\":450,\"filesize\":321908,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/14.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/14.jpg\",\"size\":\"full\",\"id\":266,\"alt\":\"\",\"pixels\":492300,\"type\":\"image/jpeg\"}',	5,	6,	NULL,	'2023-02-27 13:35:42',	'2023-03-13 15:54:12',	1,	NULL,	NULL,	NULL,	NULL,	0,	2,	2,	'2023-03-13 08:54:12',	'2023-02-27 13:35:42'),
(50,	'https://www.scriptin.me/fweb/services/design/',	'45:7ae2aaace66212f10508ba68d86a825e',	258,	'post',	'faction_services',	1,	0,	NULL,	NULL,	'Design',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	60,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/collage.jpg',	NULL,	'287',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/collage.jpg',	'287',	'featured-image',	'{\"width\":1094,\"height\":450,\"filesize\":310379,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/collage.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/collage.jpg\",\"size\":\"full\",\"id\":287,\"alt\":\"\",\"pixels\":492300,\"type\":\"image/jpeg\"}',	5,	8,	NULL,	'2023-02-27 13:35:51',	'2023-03-13 15:54:53',	1,	NULL,	NULL,	NULL,	NULL,	0,	2,	2,	'2023-03-13 08:54:53',	'2023-02-27 13:35:51'),
(71,	'https://www.scriptin.me/fweb/projects/highlight/',	'48:4c15639a85495b8567303098e41269bb',	411,	'post',	'faction_projects',	1,	0,	NULL,	NULL,	'Highlight',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	90,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Highlight-2.png',	NULL,	'412',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Highlight-2.png',	'412',	'featured-image',	'{\"width\":598,\"height\":769,\"filesize\":82014,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Highlight-2.png\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/Highlight-2.png\",\"size\":\"full\",\"id\":412,\"alt\":\"\",\"pixels\":459862,\"type\":\"image/png\"}',	0,	0,	NULL,	'2023-02-27 15:54:09',	'2023-03-13 21:04:27',	1,	NULL,	NULL,	NULL,	NULL,	0,	1,	2,	'2023-02-27 16:03:16',	'2023-02-27 15:54:09'),
(72,	'https://www.scriptin.me/fweb/projects/pack-it-in-solutions/',	'59:75ff45e7f0edd621d6bb87658dd43d15',	418,	'post',	'faction_projects',	1,	0,	NULL,	NULL,	'Pack It In Solutions',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	90,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/image-1.jpg',	NULL,	'419',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/image-1.jpg',	'419',	'featured-image',	'{\"width\":1188,\"height\":769,\"filesize\":693585,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/image-1.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/image-1.jpg\",\"size\":\"full\",\"id\":419,\"alt\":\"\",\"pixels\":913572,\"type\":\"image/jpeg\"}',	0,	0,	NULL,	'2023-02-27 15:56:33',	'2023-03-13 21:04:28',	1,	NULL,	NULL,	NULL,	NULL,	0,	1,	2,	'2023-02-27 15:56:36',	'2023-02-27 15:56:35'),
(75,	'https://www.scriptin.me/fweb/project_cat/identity-design-logo-systems/',	'70:2b7fb748ea8b8516f7e7a99af62c2c93',	14,	'term',	'project_cat',	NULL,	NULL,	NULL,	NULL,	'Identity Design, Logo Systems,',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-02-27 16:00:11',	'2023-02-28 01:26:51',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	NULL,	NULL),
(76,	'https://www.scriptin.me/fweb/project_cat/identity-design/',	'57:83299519965816145b482f30149c40f0',	15,	'term',	'project_cat',	NULL,	NULL,	NULL,	NULL,	'Identity Design',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-02-27 16:00:17',	'2023-03-14 02:23:26',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-03-13 19:23:25',	'2023-02-22 18:00:11'),
(77,	'https://www.scriptin.me/fweb/project_cat/logo-systems/',	'54:ca2c2621649a3ded742a0e30327de5a1',	16,	'term',	'project_cat',	NULL,	NULL,	NULL,	NULL,	'Logo Systems',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-02-27 16:00:22',	'2023-03-14 02:23:26',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-03-13 19:23:25',	'2023-02-22 18:00:11'),
(79,	'https://www.scriptin.me/fweb/projects/moonlight-jive/',	'53:196f5477b62a12121c3370030a5c8e85',	438,	'post',	'faction_projects',	1,	0,	NULL,	NULL,	'Moonlight Jive',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	60,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/1V6A8090.jpg',	NULL,	'439',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/1V6A8090.jpg',	'439',	'featured-image',	'{\"width\":594,\"height\":370,\"filesize\":104008,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/1V6A8090.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/1V6A8090.jpg\",\"size\":\"full\",\"id\":439,\"alt\":\"\",\"pixels\":219780,\"type\":\"image/jpeg\"}',	0,	1,	NULL,	'2023-02-27 16:10:19',	'2023-03-13 21:04:28',	1,	NULL,	NULL,	NULL,	NULL,	0,	1,	2,	'2023-02-27 17:06:16',	'2023-02-27 16:10:19'),
(80,	'https://www.scriptin.me/fweb/category/studio-news/',	'50:85f7cc488a70e21282dc512ae2f4831f',	17,	'term',	'category',	NULL,	NULL,	NULL,	NULL,	'Studio News',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-02-27 16:11:28',	'2023-02-28 01:26:51',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-02-27 16:16:43',	'2023-02-14 01:17:10'),
(81,	'https://www.scriptin.me/fweb/category/eye-on-design/',	'52:70d659dbcca7ddd7ee428811d2ddfbdc',	18,	'term',	'category',	NULL,	NULL,	NULL,	NULL,	'Eye On Design',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-02-27 16:11:33',	'2023-02-28 01:26:51',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-02-27 16:12:33',	'2023-02-27 16:12:33'),
(82,	'https://www.scriptin.me/fweb/category/projects/',	'47:26cd1488bea62a51e816cd4ce97e015d',	19,	'term',	'category',	NULL,	NULL,	NULL,	NULL,	'Projects',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-02-27 16:11:40',	'2023-02-28 01:26:51',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-02-27 16:13:10',	'2023-02-27 16:12:33'),
(83,	'https://www.scriptin.me/fweb/blog/typography-trends-of/',	'55:ae1b5de7e1fd9ad4ade0698dd1663138',	442,	'post',	'post',	1,	0,	NULL,	NULL,	'Typography Trends of…',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	60,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/fe0e5440cd526638e76a69ff8f0c0543-e1677514344601.jpg',	NULL,	'275',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/fe0e5440cd526638e76a69ff8f0c0543-e1677514344601.jpg',	'275',	'featured-image',	'{\"width\":825,\"height\":1131,\"filesize\":256674,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/fe0e5440cd526638e76a69ff8f0c0543-e1677514344601.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/fe0e5440cd526638e76a69ff8f0c0543-e1677514344601.jpg\",\"size\":\"full\",\"id\":275,\"alt\":\"\",\"pixels\":933075,\"type\":\"image/jpeg\"}',	0,	0,	NULL,	'2023-02-27 16:12:17',	'2023-03-03 20:55:16',	1,	NULL,	NULL,	NULL,	NULL,	0,	1,	2,	'2023-02-27 16:12:33',	'2023-02-27 16:12:33'),
(84,	'https://www.scriptin.me/fweb/blog/new-work-afterjam/',	'52:c8b5072a13a180c5285fcd3212f224c9',	444,	'post',	'post',	1,	0,	NULL,	NULL,	'New Work: AfterJam',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	90,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Screenshot-2022-12-14-at-14.39.54.jpg',	NULL,	'263',	'featured-image',	NULL,	NULL,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Screenshot-2022-12-14-at-14.39.54.jpg',	'263',	'featured-image',	'{\"width\":826,\"height\":1376,\"filesize\":476061,\"url\":\"https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Screenshot-2022-12-14-at-14.39.54.jpg\",\"path\":\"/home/dexit/public_html/fweb/wp-content/uploads/2023/02/Screenshot-2022-12-14-at-14.39.54.jpg\",\"size\":\"full\",\"id\":263,\"alt\":\"\",\"pixels\":1136576,\"type\":\"image/jpeg\"}',	0,	0,	NULL,	'2023-02-27 16:13:09',	'2023-03-03 20:55:16',	1,	NULL,	NULL,	NULL,	NULL,	0,	1,	2,	'2023-02-27 16:13:10',	'2023-02-27 16:13:09'),
(94,	NULL,	NULL,	NULL,	'post-type-archive',	'faction_services',	NULL,	NULL,	'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%',	'',	'Services',	NULL,	1,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-27 18:20:09',	'2023-02-27 18:20:58',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	0,	'2023-02-27 14:10:14',	'2023-02-27 13:35:30'),
(95,	NULL,	NULL,	NULL,	'post-type-archive',	'faction_projects',	NULL,	NULL,	'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%',	'',	'Projects',	NULL,	1,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-27 18:20:09',	'2023-02-27 18:20:58',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	0,	'2023-02-27 17:06:25',	'2023-02-22 18:00:11'),
(96,	NULL,	NULL,	NULL,	'post-type-archive',	'faction_services',	NULL,	NULL,	'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%',	'',	'Services',	NULL,	1,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-27 18:20:59',	'2023-02-27 18:26:50',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	0,	'2023-02-27 14:10:14',	'2023-02-27 13:35:30'),
(97,	NULL,	NULL,	NULL,	'post-type-archive',	'faction_projects',	NULL,	NULL,	'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%',	'',	'Projects',	NULL,	1,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-27 18:20:59',	'2023-02-27 18:26:50',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	0,	'2023-02-27 17:06:25',	'2023-02-22 18:00:11'),
(99,	'https://www.scriptin.me/fweb/services/',	'38:6f3158d089066e3a3a137b55703e133e',	NULL,	'post-type-archive',	'faction_services',	NULL,	NULL,	'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%',	'',	'Services',	NULL,	1,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-27 18:26:51',	'2023-02-28 01:26:51',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-02-27 14:10:14',	'2023-02-27 13:35:30'),
(100,	'https://www.scriptin.me/fweb/projects/',	'38:6f696f34eca5d6699c7d934a01955c35',	NULL,	'post-type-archive',	'faction_projects',	NULL,	NULL,	'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%',	'',	'Projects',	NULL,	1,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-02-27 18:26:51',	'2023-02-28 01:26:51',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-02-27 17:06:25',	'2023-02-22 18:00:11'),
(101,	'https://www.scriptin.me/fweb/project_service_cat/design/',	'56:3c5f1968459858b92f1d6187694a10f8',	20,	'term',	'project_service_cat',	NULL,	NULL,	NULL,	NULL,	'Design',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-03-02 09:25:45',	'2023-03-13 15:54:53',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-03-13 08:54:53',	NULL),
(102,	'https://www.scriptin.me/fweb/project_service_cat/websites/',	'58:6785bddaaed3d5930aa06dc8abe8c262',	21,	'term',	'project_service_cat',	NULL,	NULL,	NULL,	NULL,	'Websites',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-03-02 09:25:50',	'2023-03-02 16:25:50',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-03-02 09:25:50',	NULL),
(103,	'https://www.scriptin.me/fweb/project_service_cat/strategic-branding/',	'68:cdd92267db4bdc11cadf1ef66446f5ee',	22,	'term',	'project_service_cat',	NULL,	NULL,	NULL,	NULL,	'Strategic Branding',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	NULL,	'2023-03-02 09:25:59',	'2023-03-14 04:04:28',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-03-13 21:04:26',	NULL);

DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(1,	0,	0,	1),
(2,	0,	0,	1),
(3,	0,	0,	1),
(4,	0,	0,	1),
(5,	0,	0,	1),
(6,	0,	0,	1),
(7,	0,	0,	1),
(8,	0,	0,	1),
(12,	0,	0,	1),
(13,	0,	0,	1),
(18,	0,	0,	1),
(20,	0,	0,	1),
(21,	0,	0,	1),
(22,	0,	0,	1),
(23,	0,	0,	1),
(24,	0,	0,	1),
(25,	0,	0,	1),
(26,	0,	0,	1),
(27,	0,	0,	1),
(28,	0,	0,	1),
(39,	0,	0,	1),
(48,	0,	0,	1),
(49,	0,	0,	1),
(50,	0,	0,	1),
(71,	0,	0,	1),
(72,	0,	0,	1),
(75,	0,	0,	1),
(76,	0,	0,	1),
(77,	0,	0,	1),
(79,	0,	0,	1),
(80,	0,	0,	1),
(81,	0,	0,	1),
(82,	0,	0,	1),
(83,	0,	0,	1),
(84,	0,	0,	1),
(101,	0,	0,	1),
(102,	0,	0,	1),
(103,	0,	0,	1);

DROP TABLE IF EXISTS `wp_yoast_migrations`;
CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wp_yoast_migrations_version` (`version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

DROP TABLE IF EXISTS `wp_yoast_primary_term`;
CREATE TABLE `wp_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_yoast_primary_term` (`id`, `post_id`, `term_id`, `taxonomy`, `created_at`, `updated_at`, `blog_id`) VALUES
(1,	44,	15,	'project_cat',	'2023-02-27 16:00:25',	'2023-03-14 02:23:26',	1),
(2,	45,	16,	'project_cat',	'2023-02-27 16:01:31',	'2023-03-02 16:25:18',	1),
(3,	46,	15,	'project_cat',	'2023-02-27 16:01:39',	'2023-03-02 16:25:18',	1),
(4,	49,	15,	'project_cat',	'2023-02-27 16:02:58',	'2023-03-02 16:25:18',	1),
(5,	47,	16,	'project_cat',	'2023-02-27 16:03:02',	'2023-03-02 16:25:18',	1),
(6,	438,	16,	'project_cat',	'2023-02-27 16:10:19',	'2023-02-28 01:47:11',	1),
(7,	442,	17,	'category',	'2023-02-27 16:12:33',	'2023-02-28 01:27:58',	1),
(8,	444,	19,	'category',	'2023-02-27 16:13:10',	'2023-02-28 19:38:42',	1),
(9,	1,	17,	'category',	'2023-02-27 16:16:03',	'2023-02-28 01:31:36',	1),
(10,	254,	22,	'project_service_cat',	'2023-03-13 08:53:00',	'2023-03-14 04:04:27',	1),
(11,	256,	21,	'project_service_cat',	'2023-03-13 08:54:12',	'2023-03-13 15:54:12',	1),
(12,	258,	20,	'project_service_cat',	'2023-03-13 08:54:53',	'2023-03-13 15:54:53',	1),
(13,	44,	22,	'project_service_cat',	'2023-03-13 19:23:26',	'2023-03-14 02:23:26',	1);

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(1,	'tel:',	12,	NULL,	'external',	3,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL),
(2,	'mailto:',	12,	NULL,	'external',	3,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL),
(30,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Main-blue-x2.jpg',	1,	330,	'image-in',	7,	NULL,	322,	595,	19900,	NULL,	NULL),
(43,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Group-149-660x1024.png',	26,	276,	'image-in',	13,	NULL,	1298,	837,	173029,	NULL,	NULL),
(44,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Component-6-–-1.png',	42,	378,	'image-in',	22,	NULL,	1115,	880,	198840,	NULL,	NULL),
(113,	'/fweb/services/strategic-branding/',	25,	254,	'internal',	18,	48,	NULL,	NULL,	NULL,	NULL,	NULL),
(114,	'/fweb/services/strategic-branding/',	25,	254,	'internal',	18,	48,	NULL,	NULL,	NULL,	NULL,	NULL),
(115,	'/fweb/services/websites/',	25,	256,	'internal',	18,	49,	NULL,	NULL,	NULL,	NULL,	NULL),
(116,	'/fweb/services/websites/',	25,	256,	'internal',	18,	49,	NULL,	NULL,	NULL,	NULL,	NULL),
(117,	'/fweb/services/design/',	25,	258,	'internal',	18,	50,	NULL,	NULL,	NULL,	NULL,	NULL),
(118,	'/fweb/services/design/',	25,	258,	'internal',	18,	50,	NULL,	NULL,	NULL,	NULL,	NULL),
(151,	'/projects/',	25,	NULL,	'internal',	18,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL),
(297,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/JPG.jpg',	42,	277,	'image-in',	22,	NULL,	977,	1920,	122021,	NULL,	NULL),
(298,	'/fweb/contact-us/',	42,	26,	'internal',	22,	13,	NULL,	NULL,	NULL,	NULL,	NULL),
(299,	'/fweb/services/',	42,	NULL,	'internal',	22,	20,	NULL,	NULL,	NULL,	NULL,	NULL),
(300,	'/fweb/services/websites/',	254,	256,	'internal',	48,	49,	NULL,	NULL,	NULL,	NULL,	NULL),
(301,	'/fweb/services/websites/',	254,	256,	'internal',	48,	49,	NULL,	NULL,	NULL,	NULL,	NULL),
(302,	'/fweb/services/design/',	254,	258,	'internal',	48,	50,	NULL,	NULL,	NULL,	NULL,	NULL),
(303,	'/fweb/services/design/',	254,	258,	'internal',	48,	50,	NULL,	NULL,	NULL,	NULL,	NULL),
(304,	'/fweb/services/design/',	254,	258,	'internal',	48,	50,	NULL,	NULL,	NULL,	NULL,	NULL),
(305,	'/fweb/services/design/',	254,	258,	'internal',	48,	50,	NULL,	NULL,	NULL,	NULL,	NULL),
(384,	'/projects/',	254,	NULL,	'internal',	48,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL),
(441,	'/fweb/services/strategic-branding/',	258,	254,	'internal',	50,	48,	NULL,	NULL,	NULL,	NULL,	NULL),
(442,	'/fweb/services/strategic-branding/',	258,	254,	'internal',	50,	48,	NULL,	NULL,	NULL,	NULL,	NULL),
(443,	'/fweb/services/websites/',	258,	256,	'internal',	50,	49,	NULL,	NULL,	NULL,	NULL,	NULL),
(444,	'/fweb/services/websites/',	258,	256,	'internal',	50,	49,	NULL,	NULL,	NULL,	NULL,	NULL),
(448,	'/projects/',	258,	NULL,	'internal',	50,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL),
(484,	'/fweb/services/strategic-branding/',	256,	254,	'internal',	49,	48,	NULL,	NULL,	NULL,	NULL,	NULL),
(485,	'/fweb/services/strategic-branding/',	256,	254,	'internal',	49,	48,	NULL,	NULL,	NULL,	NULL,	NULL),
(486,	'/fweb/services/design/',	256,	258,	'internal',	49,	50,	NULL,	NULL,	NULL,	NULL,	NULL),
(487,	'/fweb/services/design/',	256,	258,	'internal',	49,	50,	NULL,	NULL,	NULL,	NULL,	NULL),
(488,	'/fweb/services/strategic-branding/',	256,	254,	'internal',	49,	48,	NULL,	NULL,	NULL,	NULL,	NULL),
(489,	'/fweb/services/strategic-branding/',	256,	254,	'internal',	49,	48,	NULL,	NULL,	NULL,	NULL,	NULL),
(493,	'/projects/',	256,	NULL,	'internal',	49,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL),
(1075,	'https://www.scriptin.me/fweb/projects/afterdam/',	254,	44,	'internal',	48,	23,	NULL,	NULL,	NULL,	NULL,	NULL),
(1076,	'https://www.scriptin.me/fweb/projects/moonlight-jive/',	254,	438,	'internal',	48,	79,	NULL,	NULL,	NULL,	NULL,	NULL),
(1077,	'https://www.scriptin.me/fweb/projects/re-live/',	254,	47,	'internal',	48,	26,	NULL,	NULL,	NULL,	NULL,	NULL),
(1078,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/AfterJam-test-2-1536x864.jpg',	254,	30,	'image-in',	48,	NULL,	1080,	1920,	169927,	NULL,	NULL),
(1079,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/1V6A8090.jpg',	254,	439,	'image-in',	48,	NULL,	370,	594,	104008,	NULL,	NULL),
(1080,	'https://www.scriptin.me/fweb/wp-content/uploads/2023/02/Relive.jpg',	254,	262,	'image-in',	48,	NULL,	584,	902,	318262,	NULL,	NULL);

-- 2023-03-13 22:21:59
